Added installation info (www)
[scorecard] / www / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3
4 <head>
5   <title>Score Card for N900</title>
6   <meta name="GENERATOR" content="Quanta Plus">
7   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8 </head>
9 <body>
10
11 <h1>ScoreCard for N900</h1>
12
13 ScoreCard is N900 application that keeps track of your golf scores. Written in Qt, it also demostrates how to write Qt GUI programs in Fremantle/Maemo5/N900.
14
15 <h2>Features</h2>
16 <ul>Browse scores with colors indicating birdies, pars, bogeys and more</ul>
17 <ul>Enter new scores - No keyboard needed</ul>
18 <ul>Enter new courses - No keyboard needed</ul>
19 <ul>Edit scores and courses</ul>
20 <ul>Automatically saves scores and courses you add</ul>
21
22 <h2>Screenshots</h2>
23 <p>Below are few screen shots of the Scorecard running on N900</p>
24
25 <div class="image">
26 <IMG src="screenshots/Screenshot-Main-Window.jpg" width="800" height="480" align="bottom" border="4">
27 <div align="center"><br><em>Figure: Main Window</em></div>
28 </div>
29
30 <br><br><br>
31
32 <div>
33 <IMG src="screenshots/Screenshot-Menu.jpg" width="800" height="480" align="bottom" border="0">
34 <div align="center"><br><em>Figure: Main Menu</em></div>
35 </div>
36
37 <br><br><br>
38
39 <div>
40 <IMG src="screenshots/Screenshot-Select-Course.jpg" width="800" height="480" align="bottom" border="0">
41 <div align="center"><br><em>Figure: New Score - Select course and date</em></div>
42 </div>
43
44 <br><br><br>
45
46 <div>
47 <IMG src="screenshots/Screenshot-New-Score.jpg" width="800" height="480" align="bottom" border="0">
48 <div align="center"><br><em>Figure: Enter your score</em></div>
49 </div>
50
51 <br><br><br>
52
53 <h2>Installation</h2>
54
55 <p>
56 Copy the scorecard debian package to the device (<A href="https://garage.maemo.org/frs/download.php/6933/scorecard_0.1-1_armel.deb" name="link">link</A>)
57 <br><br>
58 Copy the Qt GUI library package to the device (<A href="http://qt4.garage.maemo.org/dists/fremantle/extras/binary-armel/libqt4-gui_4.5.3~git20090723-0maemo4.2_armel.deb" name="link">link</A>)
59 <br><br>
60 Install both packages (Qt first) from Xterm: dpkg -i "package"
61 <br><br>
62 Note: You need to be root to install packages (sudo gainroot). You need to have RD mode enabled to become root (flaser --enable-rd-mode)
63 </p>
64
65
66
67
68 </body>
69 </html>