Updated the index.html page
[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                 <script type="text/javascript" src="./analytics.js"></script> 
8                 <script type="text/javascript" src="./navigation-bar-generator.js"></script> 
9         </head>
10         <body>
11                 <div class="header">
12                         <div id="icon"><img alt="Quando Parte" src="./quandoparte-icon-80.png"/></div>
13                         <h1>Quando Parte</h1>
14                         <div id="navigation" class="navigation">
15                         </div>
16                         <p>Quickly check train schedules and delays at your station</p>
17                 </div>
18                 <div class="bodymatter">
19                         <p><b>Quando Parte</b> (Italian: <i>When is it leaving?</i>) is a program designed to quickly check
20                         (Italian) railway timetables and delays at train stations you use. It is
21                         based on the 
22                         <a href="http://mobile.viaggiatreno.it/viaggiatreno/mobile">viaggiatreno.it</a>
23                         service of the Trenitalia railways operator, and on
24                         train station data collected by 
25                         <a href="http://www.openstreetmap.org">Openstreetmap</a>.</p>
26                         <p>The aim of the program is to be a quick tool to manage
27                         your time when commuting; timetable lookup and other
28                         information may come at a later stage, but they are
29                         out of the initial scope of the project.</p>
30                         <p>The initial version is for the 
31                         <a href="http://en.wikipedia.org/wiki/Nokia_N900">Nokia N900</a>, 
32                         a version for the 
33                         <a href="http://en.wikipedia.org/wiki/Nokia_N9">Nokia N9</a>, 
34                         and 
35                         <a href="http://en.wikipedia.org/wiki/Nokia_N950">Nokia N950</a>, 
36                         is up for
37                         evaluation on the Nokia Store, and more version may be
38                         coming later on platform supprting the Qt
39                         libraries.</p>
40                         <h2>News and Announcements</h2>
41                         <p>Version 0.6.0 will soon be available for Nokia N9/N950 and Sailfish OS devices. Check the 
42                         <a href="./screenshots.html">screenshot section</a> to see how it looks.</p>
43                         <p>You can find older news and announcements about new versions of <b>Quando Parte</b> in the 
44                         <a href="https://garage.maemo.org/news/?group_id=2194">news</a> section of the project page.</p>
45                 </div>
46                 <div class="footer">
47                         <div class="copy">© 2011, 201, 2013 Luciano Montanaro</div>
48                         <div class="note">The program is maintained in the <a href="https://garage.maemo.org/projects/quandoparte/">Maemo Garage</a>.</div> 
49                 </div>
50         </body>
51 </html>