Added a skeleton homepage for the project.
authorLuciano Montanaro <mikelima@cirulla.net>
Sat, 25 Jun 2011 19:26:44 +0000 (21:26 +0200)
committerLuciano Montanaro <mikelima@cirulla.net>
Sat, 25 Jun 2011 19:26:44 +0000 (21:26 +0200)
www/index.html [new file with mode: 0644]

diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..70c9aa2
--- /dev/null
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+       <head>
+               <title>Quando Parte</title>
+               <style type="text/css">
+               div.bodymatter {
+                       width: 60em
+               }
+               </style>
+       </head>
+       <body>
+               <div class="bodymatter">
+                       <h1>Quando Parte</h1>
+                       <p><b>Quando Parte</b> is a program designed to quickly check
+                       (Italian) railways timetables and delays at train stations you use. It is
+                       based on the 
+                       <a href="http://mobile.viaggiatreno.it/viaggiatreno/mobile">viaggiatreno.it</a>
+                       service of the Trenitalia Italian railways operator, and on
+                       train station data collected by 
+                       <a href="http://www.openstreetmap.org">Openstreetmap</a>,</p>
+                       <p>My aim with the program is a quick tool to manage
+                       your time when commuting; Timetables lookup and other
+                       informations may come at a later stage, but they are
+                       out of the initial scope of the project.</p>
+                       <p>The project is young, a few features have yet to be written. More informations are coming!</p>
+                       <hr/>
+                       <p>The program is maintained in the <a href="http://quandoparte.garage.maemo.org">Maemo Garage</a>.<p>  
+               </div>
+       </body>
+</html>