bf074c8d725772f53bbca65c4fce18ddebd83689
[mdictionary] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5         <meta http-equiv="content-language" content="EN" />
6         <meta name="description" content="Home page for mDictionary project - 
7                     mobile multilingual dictionary for maemo.org platform 
8                     (previously known as a 'WhiteStork')" />
9         <meta name="keywords" content="mdictionary whitestork maemo n770
10                     n800 n810 dictionary xdxf stardict mobile linux comarch" />
11         <meta name="language" content="English" />
12         <meta name="owner" content="ComArch S.A." />
13         <meta name="copyright" content="ComArch, 2006-2007. All rights Reserved."/>
14
15         <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon"></link>
16         <link rel="stylesheet" href="styles/main.css" type="text/css"></link>
17         <!--[if IE 6]>
18                 <link rel="stylesheet"
19                       type="text/css"
20                       href="styles/main_ie.css" />
21
22                 <script src="scripts/pngfix.js" type="text/javascript"></script>
23         <![endif]-->
24         <script language="JavaScript" src="scripts/javascripts.js" ></script>
25
26         <title>
27                 mDictionary - multilingual dictionary for Maemo
28         </title>
29 </head>
30 <body>
31 <div id="webContainer">
32         <div id="topBar">
33                 <img src="images/mLogo_ie24.png" style="float:left;"></img>
34
35         <div class="installs">
36                 INSTALL:
37                 <a href="files/mdictionary.install"
38                    class="install" style="margin-top:4px;"
39                    title="Click to install mDictionary on OS2006"><span>OS2006</span>
40                 </a>
41                 <a href="files/mdictionary.install"
42                    class="install" style="clear:both; margin-top:4px;"
43                    title="Click to install mDictionary on OS2007"><span style="letter-spacing:0px;">OS2007</span>
44                 </a>
45                 <a href="files/mdictionary2008.install"
46                    class="install" style="clear:both; margin-top:4px;"
47                    title="Click to install mDictionary on OS2008"><span style="letter-spacing:0px;">OS2008</span>
48                 </a>
49                 <span style="clear:both;text-align:center;display:block;font-size:9px;"><a href="howto.html" style="font-size:9px;text-decoration:none;">(read How To... first)</a></span>
50         </div>
51
52                 <div style="display:block;height:100px;">
53                         <p class="title">
54                                 mDictionary
55                         </p>
56                         <p class="description">
57                                 multilingual dictionary for <a href="http://www.maemo.org" target="_blank"><img align="top" border="0" src="images/maemo_logo.png" ></a>(N770, N800 &amp; N810)
58                         </p>
59                 </div>
60                 <div id="topBarLinks">
61                         <a href="index.html" class="current">Home</a>
62                         <a href="download.html">Download</a>
63                         <a href="howto.html">How to..</a>
64                         <a href="screen800.html">Screenshots</a>
65                         <a href="userguide.html">User Guide</a>
66                         <a href="faq.html">FAQ</a>
67                         <a href="devhowto.html">Development</a>
68                         <a href="contact.html">Contact</a>
69                 </div>
70
71         </div>
72
73         <div id="contentContainer">
74                 <p>
75 <strong>mDictionary</strong> (known as WhiteStork) is a multilingual dictionary enabling its users to use many dictionary formats. Its dedicated platforms are Nokia N770, N800, N810 and N900 internet tablets. 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 are engines available for the XDXF and StarDict dictionaries. There is also support for user bookmarks and tar.gz files.
76                 </p>
77                 <p>
78 The aim of this project is to give users the possibility to translate most common words on their Nokia's tablets in an easy and intuitive way. The user just has to type a word, click find button and after a while translation is presented. The software allows the use of more than one dictionary at the same time. The user can import a new dictionary file or choose from the installed ones. Another useful feature is a clipboard. It gives a possibility to carry the translation of a word into another application.
79                 </p>
80 <!-- -->
81                 <p>
82 The application consists of four modules:
83 <br />
84 <br /><b>GUI</b> - written using GTK+ Hildon, <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.
85 <br /><b>Engine</b> - XDXF and StarDict format parser ( + Bookmarks engine), <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.
86 <br /><b>Manager</b> - program modules management, <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.
87 <br /><b>D-BUS wrapper</b> - communication between GUI and Manager, <a href="http://www.gnu.org/licenses/lgpl.html">LGPL license</a>.
88
89                 </p>
90
91                 <br></br>
92
93                 <p>
94 Since the application has been released as mDictionary (1.0), all modules have been placed in one package. Package's license has been changed to GPL.
95                 </p>
96
97                 <p>
98 <strong>mDictionary</strong> can not only help, but also teach. Thanks to the special searching system user does not have to know the exact word's spelling, the words which start with the same letter are displayed. Moreover, wildcards can be use in a user's query.</p>
99 <p>One of the main goals while designing mDictionary was to create a user friendly application. Clear and easy to conquer UI allows to believe that user feel comfortable with the application.</p>
100
101         </div>
102
103         <div id="footer">
104                 <p>Copyright &copy; 2006 - 2008 ComArch S.A.</p>
105                 <br>
106                 <a href="http://www.comarch.com">
107                         <img src="images/comarch.png"
108                              alt="ComArch Information Technology"
109                              width="150px"
110                              height="36px"
111                              border="0"></img>
112                 </a>
113         </div>
114
115 </div>
116 <br>
117 </body>
118 </html>