Merge branch 'qml' of ssh://drop.maemo.org/git/mdictionary into qml
[mdictionary] / www / index.html
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..1ff661d
--- /dev/null
@@ -0,0 +1,129 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+       <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+       <meta http-equiv="content-language" content="EN" />
+       <meta name="description" content="Home page for mDictionary project - 
+                   mobile multilingual dictionary for maemo.org platform 
+                   (previously known as a 'WhiteStork')" />
+       <meta name="keywords" content="mdictionary whitestork maemo n770
+                   n800 n810 dictionary xdxf stardict mobile linux comarch" />
+       <meta name="language" content="English" />
+       <meta name="owner" content="ComArch S.A." />
+       <meta name="copyright" content="ComArch, 2006-2007. All rights Reserved."/>
+
+       <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon"></link>
+       <link rel="stylesheet" href="styles/main.css" type="text/css"></link>
+       <!--[if IE 6]>
+               <link rel="stylesheet"
+                     type="text/css"
+                     href="styles/main_ie.css" />
+
+               <script src="scripts/pngfix.js" type="text/javascript"></script>
+       <![endif]-->
+       <script language="JavaScript" src="scripts/javascripts.js" ></script>
+
+       <title>
+               mDictionary - multilingual dictionary for Maemo
+       </title>
+</head>
+<body>
+<div id="webContainer">
+       <div id="topBar">
+               <img src="images/mLogo_ie24.png" style="float:left;"></img>
+<!--           <div class="installs">
+                       INSTALL:
+                       <a href="files/mdictionary.install"
+                          class="install" style="margin-top:4px;"
+                          title="Click to install mDictionary on OS2006"><span>OS2006</span>
+                       </a>
+                       <a href="files/mdictionary.install"
+                          class="install" style="clear:both; margin-top:4px;"
+                          title="Click to install mDictionary on OS2007"><span style="letter-spacing:0px;">OS2007</span>
+                       </a>
+                       <a href="files/mdictionary2008.install"
+                          class="install" style="clear:both; margin-top:4px;"
+                          title="Click to install mDictionary on OS2008"><span style="letter-spacing:0px;">OS2008</span>
+                       </a>
+                       <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>
+               </div>
+-->
+               <div style="display:block;height:100px;">
+                       <p class="title">
+                               mDictionary
+                       </p>
+                       <p class="description">
+                               multilingual dictionary for <a href="http://www.maemo.org" target="_blank"><img align="top" border="0" src="images/maemo_logo.png" ></a>(N770, N800, N810 & N900 )
+                       </p>
+                       <p class="description">
+                                        &nbsp; and <a href="http://www.meego.com" target="_blank"><img align="top" border="0" src="images/Meego.png" width="80" height="20" ></a> (N900 & netbook )
+                       </p>
+               </div>
+               <div id="topBarLinks">
+                       <a href="index.html" class="current">Home</a>
+                       <a href="download.html">Download</a>
+                       <a href="qmlelements.html">QML Elements</a>
+                       <a href="howto.html">How to..</a>
+                       <a href="screen800.html">Screenshots</a>
+                       <a href="userguide.html">User Guide</a>
+                       <a href="faq.html">FAQ</a>
+                       <a href="devhowto.html">Development</a>
+                       <a href="contact.html">Contact</a>
+               </div>
+       </div>
+
+       <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, 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>
+New version of mDictionary its dedicated for Nokia N900(MeeGo,Maemo), and netbooks with MeeGo operating System 
+               </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 </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 </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 </a>.
+<br /><b>DesktopWidget</b> - widget in the desktop that can run application <a href="http://www.gnu.org/copyleft/gpl.html">GPL </a>.           
+</p>
+               <p>
+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>.
+<br /><b>Manager</b> - program modules management, <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>.
+<br /><b>D-BUS wrapper</b> - communication between GUI and Manager, <a href="http://www.gnu.org/licenses/lgpl.html">LGPL license</a>.
+
+               </p>
+
+               <br></br>
+
+               <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>
+
+       </div>
+
+       <div id="footer">
+               <p>Copyright &copy; 2006 - 2008 ComArch S.A.</p>
+               <br>
+               <a href="http://www.comarch.com">
+                       <img src="images/comarch.png"
+                            alt="ComArch Information Technology"
+                            width="150px"
+                            height="36px"
+                            border="0"></img>
+               </a>
+       </div>
+
+</div>
+<br>
+</body>
+</html>