Fixed css
[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/label1.gif"></center></td></tr>
11 <tr>
12         <td id="left_border">&nbsp;</td>
13         <td id="center">
14                 <table id="body">
15                 <tr>
16                         <td id="left">
17                                 <table class="menu">
18                                 <tr><th>Menu</th></tr>
19                                 <tr>
20                                         <td class="links">
21                                                 <a href="index.html">About</a><br>
22                                                 <a href="licence.html">Licence</a><br>
23                                                 <a href="howto.html">How to...</a><br>
24                                                 <a href="screen.html">Screenshots</a><br>
25                                                 <a href="download.html">Download</a><br>
26                                                 <a href="contact.html">Contact us</a><br>
27                                         </td>
28                                 </tr>
29                                 <tr><th class="footer">&nbsp;</th></tr>
30                                 </table>
31                                 <br>
32                                 <br>
33                         </td>
34                         <td id="content">
35                                 <table class="menu">
36                                 <tr><th>&nbsp;</th></tr>
37                                 <tr>
38                                         <td>
39                                                 <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. For now however, we have limited the project to one engine for the XDXF format.</p><br>
40                                                 <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>
41                                                 <p>The application consists of four modules:    <ul><li>GUI - written using GTK+ Hildon, commercial License </li>
42                                                 <li>Engine - XDXF format parser, GPL license </li>
43                                                 <li>Manager - program modules management, GPL license </li>
44                                                 <li>D-BUS wrapper - communication between GUI and Manager, LGPL license.</li></ul>
45                                                 </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.
46                                                 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
47                                                 </p>
48                                         </td>
49                                 </tr>
50                                 <tr><th class="footer">&nbsp;</th></tr>
51                                 </table>
52                         </td>
53                 </tr>
54                 <tr><td colspan="2" id="footer_border">&nbsp;</td></tr>
55                 <tr><td colspan="2" id="footer">&copy; 2006 <a href="#top">WhiteStork Multilingual Dictionary</a></td></tr>
56                 </table>
57         </td>
58         <td id="right_border">&nbsp;</td>
59 </tr>
60 </table>
61
62 </body>
63 </html>