Implemented screenshot page animation
[quandoparte] / www / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html lang="en_US">
3         <head>
4                 <title>Quando Parte</title>
5                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 
6                 <link rel="stylesheet" type="text/css" href="default.css" />
7         </head>
8         <body>
9                 <div class="header">
10                         <div id="icon"><img alt="Quando Parte" src="./quandoparte-icon-80.png"/></div>
11                         <h1>Quando Parte</h1>
12                         <div class="navigation">
13                                 <a href="./index.html">Home</a> &nbsp;
14                                 <a href="https://garage.maemo.org/frs/?group_id=2194">Download</a> &nbsp;
15                                 <a href="./screenshots.html">Screenshots</a>
16                         </div>
17                         <p>Quickly check train schedules and delays at your station</p>
18                 </div>
19                 <div class="bodymatter">
20                         <p><b>Quando Parte</b> (Italian: <i>When is it leaving?</i>) is a program designed to quickly check
21                         (Italian) railway timetables and delays at train stations you use. It is
22                         based on the 
23                         <a href="http://mobile.viaggiatreno.it/viaggiatreno/mobile">viaggiatreno.it</a>
24                         service of the Trenitalia railways operator, and on
25                         train station data collected by 
26                         <a href="http://www.openstreetmap.org">Openstreetmap</a>.</p>
27                         <p>The aim of the program is to be a quick tool to manage
28                         your time when commuting; timetable lookup and other
29                         informations may come at a later stage, but they are
30                         out of the initial scope of the project.</p>
31                         <p>The project is young, a few features have yet to be written. More informations are coming!</p>
32                         <p>The initial version is for the 
33                         <a href="http://en.wikipedia.org/wiki/Nokia_N900">Nokia N900</a>, 
34                         there may soon be ports to other platforms where the Qt libraries are available.</p>
35                         <h2>News and Announcements</h2>
36                         <p>You can find news and announcements about new versions of <b>Quando Parte</b> in the 
37                         <a href="https://garage.maemo.org/news/?group_id=2194">news</a> section of the project page.</p>
38                 </div>
39                 <div class="footer">
40                         <div class="copy">© 2011 Luciano Montanaro</div>
41                         <div class="note">The program is maintained in the <a href="https://garage.maemo.org/projects/quandoparte/">Maemo Garage</a>.</div>     
42                 </div>
43         </body>
44 </html>