Brush up.
[dorian] / www / index.html
1 <html>
2 <head>
3 <title>Dorian</title>
4 <style type="text/css"> 
5 p, h1, h2, li {
6   font-family: Lucida Grande, sans, helvetica;
7 }
8 h1 {
9   border-bottom: 1px dotted;
10 }
11 </style> 
12 </head>
13 <body>
14
15 <h1>Dorian E-Book Reader</h1>
16
17 <p>Dorian is an e-book reader for EPUB format books. Its key features are:<p>
18         
19 <ul>
20 <li>Easy book reading, navigating book contents with touch or volume keys</li>
21 <li>Organizing books into library</li>
22 <li>Importing local books</li>
23 <li>Searching and downloading books from the Internet</li>
24 <li>Chapter navigation</li>
25 <li>Bookmarks with notes</li>
26 <li>Multiple color and font styles</li>
27 <li>Portrait and landscape modes</li>
28 <li>Full screen reading</li>
29 </ul>
30         
31 <p>The project is maintained in the <a href="https://garage.maemo.org/projects/dorian/">Maemo Garage</a>.</p>
32
33 <h2>Installation</h2>
34
35 <p>On Nokia N900:</p>
36
37 <p>The application can be downloaded using the N900's Application Manager, after <a href="http://wiki.maemo.org/Extras-testing#How_to_activate_Extras-testing">activating the Maemo extras-testing repository</a>.</p>
38         
39 <p>Development (read: unstable, experimental, but with lots of new features) versions are available from the <a href="http://wiki.maemo.org/Extras-devel#How_to_activate_Extras-devel">extras-devel</a> repository.</p>
40
41 <p>On Symbian phones:</p>
42
43 <p>Symbian installation packages can be downloaded from <a href="https://garage.maemo.org/frs/?group_id=1757">here</a>. Check back often for new releases.</p>
44
45 <p>Supported phone models are the Nokia N8 and C6-01. Other Symbian^3 devices might work, but are untested.</p>
46
47 <h2>Screenshots (Nokia N900)</h2>
48         
49 <table cellspacing="17">
50  <tr>
51   <td>
52    <p align="center">
53     <img src="Screenshot-20100614-180828.jpg" border="0" alt="screenshot" /><br />
54     Icon in the application menu
55    </p>
56   </td>
57   <td>
58    <p align="center">
59     <img src="Screenshot-20100614-180917.jpg" border="0" alt="screenshot" /><br />
60     Reading a book
61    </p>
62   </td>
63  </tr>
64  <tr>
65   <td>
66    <p align="center">
67     <img src="Screenshot-20100614-180939.jpg" border="0" alt="screenshot" /><br />
68     Library view
69    </p>
70   </td>
71   <td>
72    <p align="center">
73     <img src="Screenshot-20100614-181102.jpg" border="0" alt="screenshot" /><br />
74     Library with new book added
75    </p>
76   </td>
77  </tr>
78  <tr>
79   <td>
80    <p align="center">
81     <img src="Screenshot-20100614-181111.jpg" border="0" alt="screenshot" /><br />
82     Book details
83    </p>
84   </td>
85   <td>
86    <p align="center">
87     <img src="Screenshot-20100614-181129.jpg" border="0" alt="screenshot" /><br />
88     Reading in full screen mode
89    </p>
90   </td>
91  </tr>
92 </table>
93
94 <h2>Screen Shots (Symbian)
95
96 <table cellspacing="27">
97 <tr>
98 <td><p align="center"><img src="Scr000001.jpg" /><br />Reading a book</p></td>
99 <td><p align="center"><img src="Scr000002.jpg" /><br />Chapter navigator</p></td>
100 <td><p align="center"><img src="Scr000003.jpg" /><br />Bookmark manager</p></td>
101 </tr>
102 <tr>
103 <td><p align="center"><img src="Scr000004.jpg" /><br />Bookmark details</p></td>
104 <td><p align="center"><img src="Scr000005.jpg" /><br />Jumping to a bookmark</p></td>
105 <td><p align="center"><img src="Scr000006.jpg" /><br />Book details</p></td>
106 </tr>
107 <tr>
108 <td><p align="center"><img src="Scr000007.jpg" /><br />Library</td>
109 <td><p align="center"><img src="Scr000008.jpg" /><br />Main window options</p></td>
110 <td><p align="center"><img src="Scr000009.jpg" /><br />Reading in full screen mode</p></td>
111 </tr>
112 <tr>
113 <td><p align="center"><img src="Scr000010.jpg" /><br />Settings</p></td>
114 <td><p align="center"><img src="Scr000011.jpg" /><br />Library options</p></td>
115 <td><p align="center"><img src="Scr000013.jpg" /><br />Searching</p></td>
116 </tr>
117 <tr>
118 <td><p align="center"><img src="Scr000014.jpg" /><br />Search results</p></td>
119 <td><p align="center"><img src="Scr000015.jpg" /><br />Starting download</p></td>
120 <td><p align="center"><img src="Scr000016.jpg" /><br />Book downloaded</p></td>
121 </tr>
122 <tr>
123 <td><p align="center"><img src="Scr000017.jpg" /><br />Library with new book</p></td>
124 <td colspan="2" valign="bottom"><p align="center"><img src="Scr000018.jpg" /><br />Reading in landscape mode</p></td>
125 </tr>
126 </table>
127
128 <h2>Download Statistics</h2>
129
130 <ul>
131   <li><a href="http://maemo.org/download-stats/index.php?unixname=dorian&os=Maemo5&repo=extras">Extras repository</a></li>
132   <li><a href="http://maemo.org/download-stats/index.php?unixname=dorian&os=Maemo5&repo=extras-testing">Extras-testing repository</a></li>
133   <li><a href="http://maemo.org/download-stats/index.php?unixname=dorian&os=Maemo5&repo=extras-devel">Extras-devel repository</a></li>
134 </ul>
135
136 </body>
137 </html>