Update download instructions.
[dorian] / www / index.html
1 <html>
2 <head>
3 <title>Dorian</title>
4 <style>
5 .shadowed {
6   float:right;
7   background: url(drop-shadow.png) no-repeat bottom right !important;
8   background: url(drop-shadow.gif) no-repeat bottom right;
9   margin: 10px 0 0 10px !important;
10   margin: 10px 0 0 5px;
11 }
12 .shadowed img {
13   display: block;
14   position: relative;
15   background-color: #fff;
16   border: 0 # 1px solid #999;
17   margin: -6px 6px 6px -6px;
18   padding: 4px;
19 }
20 </style>
21 </head>
22 <body>
23
24 <h1>Dorian E-Book Reader</h1>
25
26 <p>Dorian is an e-book reader for EPUB format books. It supports book reading,
27 organizing books into library, bookmarks, color and font styles, portait and
28 landscape modes.</p>
29
30 <p>The application can be downloaded using the N900's Application Manager,
31 after <a
32 href="http://wiki.maemo.org/Extras-testing#How_to_activate_Extras-testing">
33 activating the Maemo extras-testing repository</a>. Development (read: unstable,
34 exploratory, but with lots of new features) versions are available from the <a
35 href="http://wiki.maemo.org/Extras-devel#How_to_activate_Extras-devel">extras-devel</a>
36 repository.</p>
37
38 <p>The project is maintained in the <a
39 href="https://garage.maemo.org/projects/dorian/">Maemo Garage</a>.</p>
40
41 <p>Some screenshots:</p>
42
43 <div class="shadowed" style="float: left;"><img
44 src="Screenshot-20100614-180828.png" border="0" alt="screenshot">
45 <p> Icon in the application menu</p></div>
46
47 <div class="shadowed" style="float: left;"><img
48 src="Screenshot-20100614-180917.png" border="0" alt="screenshot">
49 <p> Reading a book</p></div>
50
51 <div class="shadowed" style="float: left;"><img
52 src="Screenshot-20100614-180939.png" border="0" alt="screenshot">
53 <p> Library view</div>
54
55 <div class="shadowed" style="float: left;"><img
56 src="Screenshot-20100614-181102.png" border="0" alt="screenshot">
57 <p> Library with new book added</p></div>
58
59 <div class="shadowed" style="float: left;"><img
60 src="Screenshot-20100614-181111.png" border="0" alt="screenshot">
61 <p> Book details</p></div>
62
63 <div class="shadowed" style="float: left;"><img
64 src="Screenshot-20100614-181129.png" border="0" alt="screenshot">
65 <p> Reading in full screen mode</p></div>
66
67 </body>
68 </html>