Change in the name of the link to developer's howto
[mdictionary] / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
5 <title>WhiteStork Multilingual Dictionary</title>
6 <link rel="Stylesheet" type="text/css" href="./css/style.css">
7 </head>
8 <body>
9 <table id="top">
10 <tr><td colspan="2"><center><img src="./images/label2.png">
11 </center></td></tr>
12 <tr>
13         <td id="left_border">&nbsp;</td>
14         <td id="center">
15                 <table id="body">
16                 <tr>
17                         <td id="left">
18                                 <table class="menu">
19                                 <tr><th>Menu</th></tr>
20                                 <tr>
21                                         <td class="links">
22                                                 <a href="index.html">About</a><br>
23                                                 <a href="licence.html">Licence</a><br>
24                                                 <a href="howto.html">How to...</a><br>
25                                                 <a href="devhowto.html">For developers</a><br>
26                                                 <a href="faq.html">FAQ</a><br>
27                                                 <a href="http://mdictionary.garage.maemo.org/userguide/" target="blank">User Guide</a><br>
28                                                 <a href="screen.html">Screenshots</a><br>
29                                                 <a href="download.html">Download</a><br>
30                                                 <a href="contact.html">Contact us</a><br>
31                                         </td>
32                                 </tr>
33                                 <tr><th class="footer">&nbsp;</th></tr>
34                                 </table>
35                                 <br>
36                                 <br>
37                         </td>
38                         <td id="content">
39                                 <table class="menu">
40                                 <tr><th>&nbsp;</th></tr>
41                                 <tr>
42                                         <td>
43                                                 <p>WhiteStork is multilingual dictionary enabling its users to use many dictionary formats. Its dedicated platform is Nokia 770 tablet. Our final goal is to use many search engines so that different file formats could be used. They will be in a form of dynamically loadable modules. Currently there is only one engine available for the XDXF dictionary. Development team is working on engine which enables usage of StarDict dictionaries in WhiteStork. It will be available as soon as possible.  </p><br>
44                                                 <p>The aim of this project is to give users possibility to translate most common words on their Nokia 770 tablet in an easy and intuitive way. User just has to type a word, click find button and after a while translation is presented. Software allows to use more than one dictionary at the same time. User can import a new dictionary file or choose from the installed ones. Another useful feature is the clipboard. It gives a possibility to carry translation of word into another application.</p><br>
45                                                 <p>The application consists of four modules:    <ul><li>GUI - written using GTK+ Hildon, GPL license </li>
46                                                 <li>Engine - XDXF format parser, GPL license </li>
47                                                 <li>Manager - program modules management, GPL license </li>
48                                                 <li>D-BUS wrapper - communication between GUI and Manager, LGPL license.</li></ul>
49                                                 </p><br><p>WhiteStork can not only help, but also teach. Thanks to special searching system user does not have to know the exact word's spelling, the words which start with the same letter are displayed.
50                                                 One of the main goals while designing WhiteStork was to create a user friendly application. Clear and easy to conquer UI allows to believe that user likes the application
51                                                 </p>
52                                         </td>
53                                 </tr>
54                                 <tr><th class="footer">&nbsp;</th></tr>
55                                 </table>
56                         </td>
57                 </tr>
58                 <tr><td colspan="2" id="footer_border">&nbsp;</td></tr>
59                 <tr><td colspan="2" id="footer">&copy; 2007 <a href="#top">WhiteStork Multilingual Dictionary</a></td></tr>
60                 </table>
61         </td>
62         <td id="right_border">&nbsp;</td>
63 </tr>
64 </table>
65
66 </body>
67 </html>