Added favicon
[weightgraph] / www / index.html
index 7dadd5d..543ed39 100644 (file)
@@ -1,15 +1,56 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>WeightGraph</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>WeightGraph</title>
+  <link rel="stylesheet" type="text/css" href="style.css" />
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 </head>
 <body>
-WeightGraph is a Maemo 5 utility that helps you keep track of your weight. It
-lets you record weight measurements daily and as the name suggests, it plots a
-nice curve based on the weight data. WeightGraph is designed to be simple and
-easy to use.
+<h1>WeightGraph</h1>
+<p>WeightGraph is a utility for Nokia N900 that helps you keep track of your
+weight. It lets you record daily weight measurements. As the name suggests,
+WeightGraph plots a nice curve based on the weight data. WeightGraph is designed
+to be simple and easy to use.</p>
+
+<h2>Download and Installation</h2>
+
+<p>WeightGraph is available for download <a
+  href="https://garage.maemo.org/frs/?group_id=2089">here</a>.</p>
+
+<p>To install, navigate to the above link using N900's browser. Click the .deb
+file and choose "Open with App. manager."</p>
+
+<p>Note: WeightGraph will be uploaded to the <a
+  href="http://wiki.maemo.org/Extras">extras repository</a> soon. After that, it
+will be available directly from the N900 application manager.</p>
+
+<h2>Screenshots</h2>
+
+<table>
+  <tr>
+    <td>
+<p><strong>Main view</strong><br />
+<img src="img/WeightGraph-MainView.png" alt="Screenshot of the main view." /></p>
+    </td>
+    <td>
+<p><strong>List/edit view</strong><br />
+<img src="img/WeightGraph-ListEdit.png" alt="Screenshot of the list/edit view." /></p>
+    </td>
+  </tr>
+  <tr>
+    <td>
+<p><strong>Settings view</strong><br />
+<img src="img/WeightGraph-Settings.png" alt="Screenshot of the settings view." /></p>
+    </td>
+    <td>
+<p><strong>Big graph view</strong><br />
+<img src="img/WeightGraph-BigGraph.png" alt="Screenshot of the big graph view." /></p>
+    </td>
+  </tr>
+</table>
+
+<p>Copyright &copy; 2011 Visa Putkinen</p>
 </body>
 </html>