Minor tweak to www.
[weightgraph] / www / index.html
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6   <title>WeightGraph</title>
7   <link rel="stylesheet" type="text/css" href="style.css" />
8   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 </head>
10 <body>
11 <h1>WeightGraph</h1>
12 <p>WeightGraph is a Nokia N900 utility that helps you keep track of your weight.
13 It lets you record daily weight measurements. As the name suggests, WeightGraph
14 plots a nice curve based on the weight data. WeightGraph is designed to be
15 simple and easy to use.</p>
16
17 <h2>Download and Installation</h2>
18
19 <p>WeightGraph is available for download <a
20   href="https://garage.maemo.org/frs/?group_id=2089">here</a>.</p>
21
22 <p>To install, navigate to the above link using N900's browser. Click the .deb
23 file and choose "Open with App. manager."</p>
24
25 <p>Note: WeightGraph will be uploaded to the <a
26   href="http://wiki.maemo.org/Extras">extras repository</a> soon. After that, it
27 will be available directly from the N900 application manager.</p>
28
29 <h2>Screenshots</h2>
30
31 <table>
32   <tr>
33     <td>
34 <p><strong>Main view</strong><br />
35 <img src="img/WeightGraph-MainView.png" alt="Screenshot of the main view." /></p>
36     </td>
37     <td>
38 <p><strong>List/edit view</strong><br />
39 <img src="img/WeightGraph-ListEdit.png" alt="Screenshot of the list/edit view." /></p>
40     </td>
41   </tr>
42   <tr>
43     <td>
44 <p><strong>Settings view</strong><br />
45 <img src="img/WeightGraph-Settings.png" alt="Screenshot of the settings view." /></p>
46     </td>
47     <td>
48 <p><strong>Big graph view</strong><br />
49 <img src="img/WeightGraph-BigGraph.png" alt="Screenshot of the big graph view." /></p>
50     </td>
51   </tr>
52 </table>
53
54 <p>Copyright &copy; 2011 Visa Putkinen</p>
55 </body>
56 </html>