* changing web page into mDictionary one (basic version)
[mdictionary] / index.html
index 77c953c..c193d90 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
+<!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=iso-8859-2">
-<title>WhiteStork Multilingual Dictionary</title>
-<link rel="Stylesheet" type="text/css" href="./css/style.css">
+       <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>
-<table id="top">
-<tr><td colspan="2"><center><img src="./images/label2.png">
-</center></td></tr>
-<tr>
-       <td id="left_border">&nbsp;</td>
-       <td id="center">
-               <table id="body">
-               <tr>
-                       <td id="left">
-                               <table class="menu">
-                               <tr><th>Menu</th></tr>
-                               <tr>
-                                       <td class="links">
-                                               <a href="index.html">About</a><br>
-                                               <a href="licence.html">Licence</a><br>
-                                               <a href="howto.html">How to...</a><br>
-                                               <a href="devhowto.html">For developers</a><br>
-                                               <a href="faq.html">FAQ</a><br>
-                                               <a href="userguide/index.html">User Guide</a><br>
-                                               <a href="screen800.html">Screenshots</a><br>
-                                               <a href="download.html">Download</a><br>
-                                               <a href="contact.html">Contact us</a><br>
-                                       </td>
-                               </tr>
-                               <tr><th class="footer">&nbsp;</th></tr>
-                               </table>
-                               <br>
-                               <br>
-                       </td>
-                       <td id="content">
-                               <table class="menu">
-                               <tr><th>&nbsp;</th></tr>
-                               <tr>
-                                       <td>
-                                               <p>WhiteStork is multilingual dictionary enabling its users to use many dictionary formats. Its dedicated platforms are Nokia N770 and Nokia N800 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 only two engines available for the XDXF and StarDict dictionaries. There is also support for user bookmarks.</p><br>
-                                               <p>The aim of this project is to give users possibility to translate most common words on their Nokia's tablets 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>
-                                               <p>The application consists of four modules:    <ul><li>GUI - written using GTK+ Hildon, GPL license </li>
-                                               <li>Engine - XDXF and StarDict format parser (+Bookmarks engine), GPL license </li>
-                                               <li>Manager - program modules management, GPL license </li>
-                                               <li>D-BUS wrapper - communication between GUI and Manager, LGPL license.</li></ul>
-                                               </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.
-                                               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
-                                               </p>
-                                       </td>
-                               </tr>
-                               <tr><th class="footer">&nbsp;</th></tr>
-                               </table>
-                       </td>
-               </tr>
-               <tr><td colspan="2" id="footer_border">&nbsp;</td></tr>
-               <tr><td colspan="2" id="footer">&copy; 2006-2007 <a href="#top">WhiteStork Multilingual Dictionary</a></td></tr>
-               </table>
-       </td>
-       <td id="right_border">&nbsp;</td>
-</tr>
-</table>
+<div id="webContainer">
+       <div id="topBar">
+               <img src="images/mLogo_ie24.png" style="float:left;"></img>
+               <a href="files/mdictionary.install"
+                  class="install">
+                       install
+               </a>
+               <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 &amp; N810)
+                       </p>
+               </div>
+               <div id="topBarLinks">
+                       <a href="index.html" class="current">Home</a>
+                       <a href="download.html">Download</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 and N810 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.
+               </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>
+The 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>
+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>
+
+       </div>
+
+       <div id="footer">
+               <p>Copyright &copy; 2006 - 2007 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>
\ No newline at end of file
+</html>