Update changelog, move older entries to new file changelog.html
[marble] / www / testing / 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 <link rel="stylesheet" type="text/css" href="../kdeedu.css" />
8 <link rel="icon" href="../favicon.ico" />
9 <link rel="shortcut icon" href="../favicon.ico" />
10 </head>
11
12 <body>
13
14 <div style="width: 600px; margin-left: auto; margin-right: auto; margin-top: 20px;">
15
16 <img src="../marble-logo-72dpi.png" />
17
18 <p>
19 Marble 1.0 is going to be released on January 26, 2011. To be able to provide a stable release, we're looking for testers of our development packages. Thanks for your time and any feedback you provide: Via mail to <a href="mailto:marble-devel@kde.org">marble-devel@kde.org</a>, via bug reports at <a href="https://bugs.kde.org/">bugs.kde.org</a> or via IRC in #marble at Freenode.
20 </p>
21
22 <h3>Disclaimer</h3>
23 <p>
24 These are <b>development packages</b> which <b>have not been thoroughly tested</b> and may <b>harm your system</b>. Marble is distributed under the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>. Please read the terms and conditions.
25 </p>
26
27 <h3>Installation</h3>
28 <p>
29 You can install Marble conveniently from your Nokia N900 using a one-click installer: Open this website with the browser on your N900 and <a href="http://nienhueser.de/marble/maemo/testing/testing.install">install the packages by clicking on this link</a>. If you need further instructions, please <a href="http://userbase.kde.org/Marble/Maemo/Installation">follow this tutorial</a>.
30 </p>
31
32 <p>
33 Marble is also <a href="http://maemo.org/packages/view/marble/">available</a> in the <a href="http://wiki.maemo.org/Extras-testing">extras-testing</a> repository.
34 </p>
35
36 <h3>Documentation</h3>
37 <p>
38 <ul>
39 <li><a href="http://userbase.kde.org/Tutorials#Marble">Tutorials on Userbase</a> describing the installation and usage of Marble on the N900.</li>
40 <li><a href="http://nienhueser.de/marble/n900-screencast/">Tutorial Video</a> showing the installation and offline routing (German speaker).</li>
41 </ul>
42 </p>
43
44 <p>
45 <img src="MarbleMaemo-GuidanceModeKarlsruhe.jpg" />
46 </p>
47
48 <h3>Changes between 1.0 RC 2 and 1.0</h3>
49
50 <p>
51 <table border="1">
52 <tr>
53   <th width="120em">Type</th>
54   <th>Description</th>
55 </tr><tr>
56   <td>User Interface</td>
57   <td>Usability improvements in the Tracking dialog.</td>
58 </tr><tr>
59   <td>User Interface</td>
60   <td>Update translations. Marble comes in 44 languages. <i>The Tracking Dialog is not translated, please don't report bugs against that.</i></td>
61 </tr><tr>
62   <td>Bugfix</td>
63   <td>Ensure that altitude information is stored in saved GPS tracks. Remove current location placemark.</td>
64 </tr><tr>
65   <td>Bugfix</td>
66   <td>Work around <a href="http://bugreports.qt.nokia.com/browse/QTBUG-1313">Qt Bug 1313</a>: When using different language and regional settings, the language settings must define the GUI language, not the regional settings.</td>
67 </tr><tr>
68   <td>Bugfix</td>
69   <td>Fix a crash in globe projection at high zoom levels (street level).</td>
70 </tr><tr>
71   <td>Performance</td>
72   <td>Enable caching for the routing info box. Increases render speed by about 50%.</td>
73 </tr>
74 </table>
75 </p>
76
77 <p>
78 Changes in between older versions are archived <a href="changelog.html">here</a>.
79 </p>
80
81 <h3>Known Issues in 1.0</h3>
82 <p>
83 <table border="1">
84 <tr>
85   <th width="120em">Type</th>
86   <th>Description</th>
87   <th>Status</th>
88 </tr><tr>
89   <td>Crash</td>
90   <td>Marble crashes when using a dummy APN (libicd-network-null)</td>
91   <td><a href="http://bugreports.qt.nokia.com/browse/QTBUG-16270">Qt Bug 16270</a></td>
92 </tr><tr>
93   <td>Bug</td>
94   <td>Occasionally a deviation from the planned route is detected by mistake.</td>
95   <td>Open</td>
96 </tr>
97 </table>
98 </p>
99
100 <p>Maintained by the <a href="mailto:marble-devel@kde.org">Marble developers.</p>
101
102 </div>
103
104 </body>
105 </html>