Add gallery with new screenshots, remove some older news.
[marble] / www / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
3 <html>
4
5 <head>
6 <title>Marble</title>
7 <script src="scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
8 <script src="scripts/mootools-1.2-more.js" type="text/javascript"></script>
9 <script src="scripts/jd.gallery.js" type="text/javascript"></script>
10 <link rel="stylesheet" type="text/css" href="kdeedu.css" />
11 <link rel="icon" href="favicon.ico" />
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" href="css/jd.gallery.css" type="text/css" media="screen" />
14
15 <script type="text/javascript">
16 function startGallery() {
17 var myGallery = new gallery($('myGallery'), {
18 timed: true, embedLinks: false
19 });
20 }
21 window.addEvent('domready', startGallery);
22 </script>
23
24 <style type="text/css">
25 #myGallery {
26   width: 800px !important;
27   height: 480px !important;
28 }
29
30 div.spacer {
31   height: 50px;
32 }
33 </style>
34
35 </head>
36
37 <body>
38
39 <div style="width: 800px; margin-left: auto; margin-right: auto; margin-top: 20px;">
40
41 <img src="marble-logo-72dpi.png" />
42
43 <p>
44 Marble is a Virtual Globe and World Atlas. It is part of the KDE Software Compilation and distributed under the terms of the LGPL, Version 2. Please visit the <a href="http://edu.kde.org/marble/">official Marble website</a> for further information.
45 </p>
46
47 <div id="myGallery">
48
49 <div class="imageElement">
50 <h3>Find your Way</h3>
51 <p>Several backends for online and offline routing are available.</p>
52 <a href="ds/images/screenshot107.png" title="open image" class="open"></a>
53 <img src="ds/images/screenshot107.png" class="full" />
54 <img src="ds/images/screenshot107.png" class="thumbnail" />
55 </div>
56
57 <div class="imageElement">
58 <h3>Explore the World</h3>
59 <p>Customize your view of the world with different map themes and projections.</p>
60 <a href="images/screenshot118.png" title="open image" class="open"></a>
61 <img src="images/screenshot118.png" class="full" />
62 <img src="images/screenshot118.png" class="thumbnail" />
63 </div>
64
65 <div class="imageElement">
66 <h3>Turn Instructions</h3>
67 <p>Turn instructions describe each turn point of the route.</p>
68 <a href="ds/images/screenshot114.png" title="open image" class="open"></a>
69 <img src="ds/images/screenshot114.png" class="full" />
70 <img src="ds/images/screenshot114.png" class="thumbnail" />
71 </div>
72
73 <div class="imageElement">
74 <h3>Guidance Mode</h3>
75 <p>Have Marble announce turn points during your journey -- on the screen and by voice guidance.</p>
76 <a href="images/Marble-Maemo-Offline-Routing.png" title="open image" class="open"></a>
77 <img src="images/Marble-Maemo-Offline-Routing.png" class="full" />
78 <img src="images/Marble-Maemo-Offline-Routing.png" class="thumbnail" />
79 </div>
80
81 <div class="imageElement">
82 <h3>Bookmarks</h3>
83 <p>Access your favorite places quickly using bookmarks.</p>
84 <a href="ds/images/screenshot115.png" title="open image" class="open"></a>
85 <img src="ds/images/screenshot115.png" class="full" />
86 <img src="ds/images/screenshot115.png" class="thumbnail" />
87 </div>
88
89 <div class="imageElement">
90 <h3>Address Search</h3>
91 <p>Search for any address, online (Marble 1.1) or offline (Marble 1.2).</p>
92 <a href="ds/images/screenshot112.png" title="open image" class="open"></a>
93 <img src="ds/images/screenshot112.png" class="full" />
94 <img src="ds/images/screenshot112.png" class="thumbnail" />
95 </div>
96
97 <div class="imageElement">
98 <h3>Offline POI Search</h3>
99 <p>(Marble 1.2) List all points of interest for a certain category. Turn on the GPS to have the nearby ones appear on top.</p>
100 <a href="images/screenshot120.png" title="open image" class="open"></a>
101 <img src="images/screenshot120.png" class="full" />
102 <img src="images/screenshot120.png" class="thumbnail" />
103 </div>
104
105 <div class="imageElement">
106 <h3>Offline Fuzzy Search</h3>
107 <p>(Marble 1.2) Not sure about the exact name? Use fuzzy searches (case insensitive, '*' as wildcard).</p>
108 <a href="ds/images/screenshot111.png" title="open image" class="open"></a>
109 <img src="ds/images/screenshot111.png" class="full" />
110 <img src="ds/images/screenshot111.png" class="thumbnail" />
111 </div>
112
113 <div class="imageElement">
114 <h3>Download Map Themes</h3>
115 <p>Parts of the map can be downloaded for offline viewing.</p>
116 <a href="images/screenshot119.png" title="open image" class="open"></a>
117 <img src="images/screenshot119.png" class="full" />
118 <img src="images/screenshot119.png" class="thumbnail" />
119 </div>
120
121 </div>
122
123 <h3>Marble on Maemo</h3>
124
125 <p>
126 Find your way and explore the world with Marble.
127 </p>
128
129 <p>
130 Marble is a Virtual Globe with advanced routing capabilities. Use it as your personal navigation device to guide you to any destination in the world. Download maps from a variety of themes and explore the surroundings. Record your trip and share it with your friends.
131 </p>
132
133 <p>
134 <a href="http://maemo.org/downloads/product/Maemo5/marble/">
135 <img src="Download.png" width="113" height="144" align="left" class="bordered" />
136 </a>
137
138 Main features:
139 <ul>
140 <li>Online and offline routing</li>
141 <li>GPS tracking and recording (KML format)</li>
142 <li>Themable maps (OpenStreetMap, Satellite Map, many more)</li>
143 <li>Support for different projections (globe, flat map, ...) and other planets</li>
144 <li>Download of maps and route data for offline usage</li>
145 </ul>
146
147 <h3>External Links</h3>
148
149 <ul>
150 <li>A <a href="http://userbase.kde.org/Tutorials#Marble">set of tutorials</a> that get you started</li>
151 <li>The <a href="http://talk.maemo.org/showthread.php?t=67316">feedback thread</a> in Maemo's discussion forum</li>
152 <li>Our <a href="https://mail.kde.org/mailman/listinfo/marble-devel">mailing list</a></li>
153 <li>The <a href="http://webchat.freenode.net?channels=marble&uio=d4">#marble IRC channel</a> on Freenode</li>
154 </ul>
155
156 <h3>News</h3>
157
158 <p>
159 <table border="1">
160 <tr>
161   <td>2011-05-25</td>
162   <td>The stable version Marble 1.1.1 is available in the extras repository. It fixes some minor bugs.</td>
163 </tr>
164 <tr>
165   <td>2011-05-15</td>
166   <td>The stable version Marble 1.1.0 is available in the extras repository. Learn about <a href="http://talk.maemo.org/showpost.php?p=902262&postcount=1">new features</a>.</td>
167 </tr>
168 <tr>
169   <td>2011-03-26</td>
170   <td>The stable version <a href="http://maemo.org/downloads/product/Maemo5/marble/">Marble 1.0.1</a> is available in the extras repository. It fixes some minor bugs.</td>
171 </tr>
172 <tr>
173   <td width="80em">2011-02-01</td>
174   <td>The stable version Marble 1.0.0 has been released and can be installed directly from the Maemo extras repository. Compared to RC 2, some bugs have been fixed and (once again) the rendering speed has been improved.
175 <br />The packages <tt>marble-maps</tt> (additional map themes) and <tt>monav-routing-daemon</tt> (offline routing backend) are in extras-testing and will be available in extras soon as well.</td>
176 </tr>
177 </table>
178 </p>
179
180 <div class="spacer"></div>
181 <hr />
182 <p>Maintained by the <a href="mailto:marble-devel@kde.org">Marble developers.</p>
183
184 </div>
185
186 </body>
187 </html>