some change in www page
authorjakub <jakub.jaszczynski@comarch.com>
Thu, 3 Feb 2011 09:39:49 +0000 (10:39 +0100)
committerjakub <jakub.jaszczynski@comarch.com>
Thu, 3 Feb 2011 09:39:49 +0000 (10:39 +0100)
www/index.html

index bf074c8..d53723b 100644 (file)
 
        <div id="contentContainer">
                <p>
-<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.
+<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, N900 and netbook with MeeGo system. 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.
                </p>
                <p>
 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.
                </p>
 <!-- -->
+
+               <p>
+New version of application consists of four modules:
+<br />
+<br /><b>GUI</b> - written using QT <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.
+<br /><b>Backbone</b> - glues together GUI and plugins, also manages bookmarks and history <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.
+<br /><b>Plugins</b> - search lists of words and translations for specific formats (for example XDXF or StarDict)<a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.
+<br /><b>DesktopWidget</b> - widget in the desktop that can run application <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.            
+</p>
                <p>
-The application consists of four modules:
+Old version of application consists of four modules:
 <br />
 <br /><b>GUI</b> - written using GTK+ Hildon, <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.
 <br /><b>Engine</b> - XDXF and StarDict format parser ( + Bookmarks engine), <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.
@@ -91,10 +100,6 @@ The application consists of four modules:
                <br></br>
 
                <p>
-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.
-               </p>
-
-               <p>
 <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>
 <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>