Fixed wrong link on homepage
[quandoparte] / www / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3         <head>
4                 <title>Quando Parte</title>
5                 <link rel="stylesheet" type="text/css" href="default.css" />
6         </head>
7         <body>
8                 <div class="header">
9                         <div id="icon"><img src="./quandoparte-icon-80.png"/></div>
10                         <h1>Quando Parte</h1>
11                         <div class="navigation">
12                                 <a href="./index.html">Home</a> &nbsp;
13                                 <a href="./screenshots.html">Screenshots</a>
14                         </div>
15                         <p>Quickly check train schedules and delays at your station</p>
16                 </div>
17                 <div class="bodymatter">
18                         <p><b>Quando Parte</b> is a program designed to quickly check
19                         (Italian) railways timetables and delays at train stations you use. It is
20                         based on the 
21                         <a href="http://mobile.viaggiatreno.it/viaggiatreno/mobile">viaggiatreno.it</a>
22                         service of the Trenitalia Italian railways operator, and on
23                         train station data collected by 
24                         <a href="http://www.openstreetmap.org">Openstreetmap</a>.</p>
25                         <p>My aim with the program is a quick tool to manage
26                         your time when commuting; timetable lookup and other
27                         informations may come at a later stage, but they are
28                         out of the initial scope of the project.</p>
29                         <p>The project is young, a few features have yet to be written. More informations are coming!</p>
30                         <hr/>
31                         <p>The program is maintained in the <a href="https://garage.maemo.org/projects/quandoparte/">Maemo Garage</a>.<p>       
32                 </div>
33         </body>
34 </html>