be more precise
[marble] / www / ds / 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 Desktop Summit</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 </head>
15
16 <script type="text/javascript">
17 function startGallery() {
18 var myGallery = new gallery($('myGallery'), {
19 timed: true, embedLinks: false
20 });
21 }
22 window.addEvent('domready', startGallery);
23 </script>
24
25 <style type="text/css">
26 #myGallery {
27   width: 800px !important;
28   height: 480px !important;
29 }
30
31 div.spacer {
32   height: 50px;
33 }
34 </style>
35
36 <body>
37
38 <div style="width: 800px; margin-left: auto; margin-right: auto; margin-top: 20px;">
39
40 <img src="images/desktopsummit-marble.png" />
41
42 <p>
43 Are you attending the <a href="https://desktopsummit.org/">Desktop Summit</a> 2011 in Berlin? Do you own a Nokia N900? Then we've got something for you.
44 </p>
45
46 <p>
47 The Marble Desktop Summit 2011 package contains data for offline usage in Berlin. Find your way and explore Berlin during the Desktop Summit. Install the Marble Desktop Summit 2011 package to get offline OSM maps, offline routing and offline search data for Berlin in a single package.
48 </p>
49
50 <p>
51 To install the package, please do the following:
52 </p>
53
54 <ol>
55 <li>Download <a href="http://files.kde.org/marble/downloads/maemo/fremantle/marble-desktopsummit_2011-08-02_armel.deb">marble-desktopsummit_2011-08-02_armel.deb</a> somewhere to your Nokia N900</li>. Don't open the link directly, the package is big (126 MB) and likely fills your root partition then.
56 <li>Open the file manager and select the downloaded file</li>
57 <li>Let the package manager install the package</li>
58 </ol>
59
60 <p>
61 Please note: Marble 1.2.0 and monav-routing-daemons are required dependencies. Please install Marble 1.2.0 from <a href="http://wiki.maemo.org/Extras-testing#How_to_activate_Extras-testing">extras-testing</a>. Monav-routing-daemon is available directly in the extras repository.<br />
62 Installing the package directly by clicking on the link above from the N900 works only if there is enough space available in the root system, which often is not the case.
63 </p>
64
65 <div id="myGallery">
66 <div class="imageElement">
67 <h3>Offline Berlin OpenStreetMap</h3>
68 <p>View the map of Berlin to orient yourself.</p>
69 <a href="images/screenshot108.png" title="open image" class="open"></a>
70 <img src="images/screenshot108.png" class="full" />
71 <img src="images/screenshot108_thumb.png" class="thumbnail" />
72 </div>
73
74 <div class="imageElement">
75 <h3>Bookmarks</h3>
76 <p>A couple of important places are included as bookmarks.</p>
77 <a href="images/screenshot115.png" title="open image" class="open"></a>
78 <img src="images/screenshot115.png" class="full" />
79 <img src="images/screenshot115_thumb.png" class="thumbnail" />
80 </div>
81
82 <div class="imageElement">
83 <h3>Offline Route Planning</h3>
84 <p>Rent a car at the airport and have Marble calculate the route to your hotel. You can use the bookmarks to select start and destination quickly.</p>
85 <a href="images/screenshot107.png" title="open image" class="open"></a>
86 <img src="images/screenshot107.png" class="full" />
87 <img src="images/screenshot107_thumb.png" class="thumbnail" />
88 </div>
89
90 <div class="imageElement">
91 <h3>Turn Instructions</h3>
92 <p>Turn instructions describe each turn point of the route.</p>
93 <a href="images/screenshot114.png" title="open image" class="open"></a>
94 <img src="images/screenshot114.png" class="full" />
95 <img src="images/screenshot114_thumb.png" class="thumbnail" />
96 </div>
97
98 <div class="imageElement">
99 <h3>Offline Pedestrian Routing</h3>
100 <p>Want to go to the hotel from the conference venue? Marble guides your walk to the next subway station.</p>
101 <a href="images/screenshot110.png" title="open image" class="open"></a>
102 <img src="images/screenshot110.png" class="full" />
103 <img src="images/screenshot110_thumb.png" class="thumbnail" />
104 </div>
105
106 <div class="imageElement">
107 <h3>Offline Address Search</h3>
108 <p>Search for any address in Berlin.</p>
109 <a href="images/screenshot112.png" title="open image" class="open"></a>
110 <img src="images/screenshot112.png" class="full" />
111 <img src="images/screenshot112_thumb.png" class="thumbnail" />
112 </div>
113
114 <div class="imageElement">
115 <h3>Offline POI Search</h3>
116 <p>List all points of interest for a certain category. Turn on the GPS to have the nearby ones appear on top.</p>
117 <a href="images/screenshot113.png" title="open image" class="open"></a>
118 <img src="images/screenshot113.png" class="full" />
119 <img src="images/screenshot113_thumb.png" class="thumbnail" />
120 </div>
121
122 <div class="imageElement">
123 <h3>Offline Fuzzy Search</h3>
124 <p>Not sure about the exact name? Use fuzzy searches (case insensitive, '*' as wildcard).</p>
125 <a href="images/screenshot111.png" title="open image" class="open"></a>
126 <img src="images/screenshot111.png" class="full" />
127 <img src="images/screenshot111_thumb.png" class="thumbnail" />
128 </div>
129
130 </div>
131
132 <div class="spacer"></div>
133 <hr />
134 <p>Maintained by the <a href="mailto:marble-devel@kde.org">Marble developers.</p>
135
136 </body>
137 </html>