small change
authorjakub <jakub.jaszczynski@comarch.com>
Wed, 9 Feb 2011 12:00:04 +0000 (13:00 +0100)
committerjakub <jakub.jaszczynski@comarch.com>
Wed, 9 Feb 2011 12:00:04 +0000 (13:00 +0100)
14 files changed:
src/mdictionary/qml/Button.qml
src/mdictionary/qml/IconButton.qml
src/mdictionary/qml/ProgressBar.qml
www/contact.html [deleted file]
www/css/style.css [deleted file]
www/download.html [deleted file]
www/faq.html [deleted file]
www/howto.html [deleted file]
www/index.html [deleted file]
www/screen.html [deleted file]
www/screen800.html [deleted file]
www/screenOS2008.html [deleted file]
www/styles/main.css [deleted file]
www/userguide.html [deleted file]

index d10edc6..831e007 100644 (file)
@@ -7,6 +7,7 @@ BorderImage {
     opacity: 1
 
     function setText(string) { textInButton = qsTr(string); }
+    function press() { mouseArea.pressed }
     border { left: 10; top: 10; right: 10; bottom: 10 }
 
     MouseArea {
@@ -24,6 +25,7 @@ BorderImage {
         id: buttonText
         anchors.centerIn: parent;
         font.pixelSize: parent.height * .5
+        elide: Text.ElideRight;
         style: Text.Sunken; color: "white"; styleColor: "black"; smooth: true
     }
 
index 19d3d70..9be44f1 100644 (file)
@@ -4,10 +4,12 @@ Rectangle {
     id: rectangle
 
     property alias pathToIcon: image.source;
-    property int iconWidth:rectangle.width;
-    property int iconHeight:rectangle.height;
+    property int iconWidth:rectangle.width-8;
+    property int iconHeight:rectangle.height-8;
 
     signal clicked;
+    function press() { mouseArea.pressed }
+
     radius: 50
 
     MouseArea {
index 2a0de49..ee4b051 100644 (file)
@@ -48,6 +48,7 @@ Rectangle {
 
         Behavior on position {
             SequentialAnimation{
+                id: infinite_animaction;
                 loops:  (value>-1)?0:Animation.Infinite
                 SmoothedAnimation { velocity:450 ; to: progressBar.width - 96}
                 SmoothedAnimation { velocity: 450 ; to: 6 }
diff --git a/www/contact.html b/www/contact.html
deleted file mode 100644 (file)
index a88eaad..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-<!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 &amp; N810)
-                       </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">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" class="current">Contact</a>
-               </div>
-       </div>
-       <div id="contentContainer">
-               <p class="centered">
-                       If you have any questions please write to
-               </p>
-               <p class="centered mails">
-                       maemo (at) comarch (dot) com
-               </p>
-
-       <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"
-                                >
-                       </a>
-               </div>
-       </div>
-</div>
-<br>
-</body>
-</html>
diff --git a/www/css/style.css b/www/css/style.css
deleted file mode 100644 (file)
index 2e04530..0000000
+++ /dev/null
@@ -1,298 +0,0 @@
-body, td, th, caption {
-       color: #000000;
-       font-family: Verdana, Arial, Helvetica, sans-serif;
-}
-
-body {
-       background: #FFFFFF;
-       margin: 0;
-       padding: 0;
-       text-align: center;
-}
-
-.header_picture {
-       background: #C0C0C0 url("./images/label2.png");
-}
-
-table {
-       border-collapse: collapse;
-}
-
-
-table#top {
-       width: 780px;
-       margin: 0 auto;
-       text-align: left;
-       background: #E0E0E0;
-}
-
-
-td#left_border {
-       width: 10px;
-       padding: 0;
-       font-size: 10px;
-}
-
-td#center {
-       width: 760px;
-       padding: 0;
-}
-
-td#right_border {
-       width: 10px;
-       padding: 0;
-       font-size: 10px;
-}
-
-
-table#body {
-       width: 760px;
-}
-
-/* <HEADER> */
-td#header {
-       text-align: right;
-       vertical-align: top;
-       height: 100px;
-       padding: 5px 10px;
-}
-
-td#header #control {
-       height: 22px;
-}
-
-td#header #control img {
-       width: 20px;
-       height: 20px;
-}
-
-td#header #banner {
-       width: 400px;
-       height: 50px;
-       margin-top: 10px;
-}
-/* </HEADER> */
-
-td#top_menu {
-       background: #C0C0C0 url("top_menu.gif");
-       color: #808080;
-       text-align: center;
-       vertical-align: middle;
-       height: 30px;
-       font-size: 12px;
-       padding: 0;
-}
-
-td#top_menu_border {
-       background: url("top_menu_border.gif");
-       height: 12px;
-       padding: 0;
-       font-size: 10px;
-}
-
-td#left {
-       width: 150px;
-       text-align: center;
-       vertical-align: top;
-       padding: 0;
-}
-
-td#content {
-       text-align: left;
-       vertical-align: top;
-       padding: 0;
-}
-
-td#footer_border {
-       background: url("footer_border.gif");
-       height: 12px;
-       padding: 0;
-       font-size: 10px;
-}
-
-td#footer {
-       background: #C0C0C0 url("footer.gif");
-       color: #808080;
-       font-size: 11px;
-       height: 25px;
-       text-align: center;
-       vertical-align: middle;
-       padding: 0;
-}
-
-
-/* <MENU> */
-table.menu {
-       width: 100%;
-}
-
-table.menu th {
-       background: #C0C0C0 url("menu_header.gif");
-       color: #808080;
-       text-align: center;
-       vertical-align: middle;
-       font-weight: bold;
-       font-size: 12px;
-       height: 25px;
-       padding: 0;
-}
-
-table.menu td {
-       background: #FFFFFF url("menu.gif");
-       color: #808080;
-       text-align: left;
-       vertical-align: top;
-       padding: 5px 7px;
-       font-size: 11px;
-}
-
-table.menu th.footer {
-       background: #FFFFFF url("menu_footer.gif");
-       padding: 0;
-       font-size: 10px;
-       height: 10px;
-}
-/* </MENU> */
-
-/* <MENU card> */
-table.menu td.card {
-       text-align: center;
-       font-size: 11px;
-}
-
-table.menu td.card img {
-       margin: 2px;
-}
-/* </MENU card> */
-
-/* <MENU left> */
-td#left table.menu {
-       width: 140px;
-       margin: 0 auto;
-}
-/* </MENU left> */
-
-/* <MENU content> */
-td#content table.menu {
-       width: 605px;
-}
-
-td#content table.menu th {
-       background-image: url("content_header.gif");
-}
-td#content table.menu td {
-       background: #FFFFFF url("content.gif");
-       color: #000000;
-       font-size: 11px;
-       text-align: justify;
-       padding: 10px 10px 30px 10px;
-}
-
-td#content table.menu th.footer {
-       background: #FFFFFF url("content_footer.gif");
-}
-/* </MENU content> */
-
-td#content table.menu td table th, td#content table.menu td table td {
-       padding: 1px;
-       background-color: transparent;
-       background-image: none;
-}
-
-.dot {
-       color: #000080;
-       font-weight: bold;
-}
-
-/* <A> */
-/* <A top_menu> */
-td#top_menu a:link, td#top_menu a:visited {
-       color: #808080;
-       font-weight: bold;
-       text-decoration: none;
-}
-
-td#top_menu a:hover {
-       color: #000080;
-}
-/* </A top_menu> */
-
-/* <A menu> */
-table.menu a:link, table.menu a:visited {
-       /*color: #808080;
-       font-weight: normal;
-       text-decoration: none;*/
-       position:relative;
-       text-decoration:none; 
-       text-align:center; 
-       background-color:#9ab; 
-       color:#fff; 
-       display:block; 
-       width:10em; 
-       border:2px solid #fff;
-       border-color:#def #678 #345 #cde;
-       padding:0.25em;
-       margin:0.5em auto;
-}
-
-table.menu a:hover {
-       /*color: #000080;*/
-       top:2px;
-       left:2px;
-       color:#fff;
-       border-color:#345 #cde #def #678;
-}
-/* </A menu> */
-
-/* <A content> */
-td#content a:link, td#content a:visited {
-       position:static;
-       color: #0040B0;
-       font-weight: normal;
-       text-decoration: none;
-       width:auto;
-       border: none;
-       display: inline;
-       background-color: transparent;
-       padding:0em;
-       margin: auto;
-}
-
-td#content a:hover {
-       color: #0000FF;
-       text-decoration: underline;
-}
-/* </A content> */
-
-/* <A foter> */
-td#footer a:link, td#footer a:visited, td#footer a:hover {
-       color: #808080;
-       font-weight: normal;
-       text-decoration: none;
-}
-/* </A foter> */
-/* </A> */
-
-.faq_title {
-       font-weight: bold;
-       text-align: center;
-       font-size: 18px;
-}
-
-.faq_question {
-       font-weight: bold;
-}
-
-.code{
-       display: block;
-       border: thin solid;
-       white-space: pre;
-       padding: 10px;
-       font-family: courier;
-       font-weight: bold;
-}
-
-func{
-       font-family: courier;
-       font-weight: bold;
-}
diff --git a/www/download.html b/www/download.html
deleted file mode 100644 (file)
index 11db000..0000000
+++ /dev/null
@@ -1,120 +0,0 @@
-<!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 &amp; N810)
-                       </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">Home</a>
-                       <a href="download.html" class="current">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">
-               <div class="centered">
-                       <p>
-                               If you are a using OS2006 or OS2007 you can install mDictionary directly from this webpage, click <a href="files/mdictionary.install">INSTALL</a>.
-                       </p>
-               </div>
-               <div class="centered">
-                       <p>
-                               Users of OS2008 can find installation guide in our <a href="howto.html">howto</a> section.
-                       </p>
-               </div>
-               <div class="centered">
-                       <p>
-                               New and other version of <b>mDictionary</b> you can dowload from
-                               <a href="https://garage.maemo.org/projects/mdictionary/" target="_blank">
-                                       here
-                               </a>.
-                       </p>
-               </div>
-               <div class="centered">
-                       <p>
-                               If you have problems with installing <b>mDictionary</b> please click
-                               <a href="howto.html">
-                                       here
-                               </a>
-                               to obtain help.
-                       </p>
-               </div>
-
-       </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>
-</div>
-<br>
-</body>
-</html>
diff --git a/www/faq.html b/www/faq.html
deleted file mode 100644 (file)
index 882da8e..0000000
+++ /dev/null
@@ -1,213 +0,0 @@
-<!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" ></link>
-
-               <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 &amp; N810)
-                       </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" >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" class="current">FAQ</a>
-                       <a href="devhowto.html">Development</a>
-                       <a href="contact.html">Contact</a>
-               </div>
-       </div>
-       <div id="contentContainer">
-               <h1 class="centered">Frequently Asked Questions ...</h1>
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       How to install mDictionary?
-       <div class="faq_answer">
-               <p>To install mDictionary application follow the steps described in <a href="howto.html">"How to ..."</a> section.</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       How to start using an application?
-       <div class="faq_answer">
-               <p>To start using an application, open menu from Task Navigator, choose <i>Extra</i> submenu and tap on <i>mDictionary Dictionary</i>. Dictionary is ready to use!.<br>mDictionary is placed in <i>Extra</i> submenu by default. You can obviously choose a different location during instalation process.</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       What dictionaries can be used?
-       <div class="faq_answer">
-               <p>You can use a various kinds of dictionaries. If you want to use <b>XDXF</b> dictionary file just simply download a file, unpack it and copy into <u>the catalouge with the name of the dicionary</u>. It is strongly required if you want mDictionary to work properly. If you want to use <b>StarDict</b>, download a package with a dictionary, unpack all files and copy them into <u>the catalogue with the name of the dicionary</u>. There is also possibility to point a location of a dictionary, which is packed into <b>.tar.bz2 archive</b>. mDictionary will simply unpack it for you. <br>When you have a catalogue with a file(s) inside, open mDictionary and simply load a new dicionary file by using <i>Load Dictionary</i> from <i>Dictionaries</i> submenu.<br></p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       How can I load my own dictionary?
-       <div class="faq_answer">
-               <p>To load your own dicionary file into mDictionary application, choose <i>Load Dictionary</i> from <i>Dictionaries</i> submenu. A dialog popup will appear. Point the location of the file with dicionary. If you are loading XDXF dictionary - choose a file with .xdxf extension. If you want to load StarDict - you can choose any file from a catalouge (.idx, .ifo, .idx.gz, .dict or .dict.gz extension). You can also choose .tar.bz2 file. <br />After you choose a correct file, there is a necessary to answer some question before start using dictionary. mDictionary will ask you if you want to start using a new dicionary from now and if you want to optimize a dictionary file (so that it should work faster).</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       How to find a word?
-       <div class="faq_answer">
-               <p>Just simply type a word into a find toolbar entry and tap a green arrow to start search</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Which dicionaries are used when I perform a search?
-       <div class="faq_answer">
-               <p>To check which dictionares are currently used by mDictionary, choose <i>Select dicionaries</i> from <i>Dictionaries</i> submenu. Dictionaries which are ticked, are currently in use. You can change it by selecting the different ones.</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       I don't want to use one of the dicionaries anymore. Can I remove it?
-       <div class="faq_answer">
-               <p>You can remove a dictionary from mDictionary by using <i>Remove Dictionary</i> item from <i>Dictionaries</i> submenu. If you remove a dictionary from an application, it is still kept on your device. It is removed only from mDictionary application!</p>
-       </div>
-</div>
-
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       what does <i>Optimize dictionaries</i> mean?
-       <div class="faq_answer">
-               <p>When you load a new dictionary file, you can optimize it, which means that a special cache file will be created and that makes a searching process work much faster. This option is available for XDXF dictionaries. When enabling opimialization for StarDict files, it is unuseful. If you load a new dictionary and not optmize it, you can do this anytime, by choosig <i>Optimize dictionaries</i> from <i>Dictionaries</i> submenu.</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       How to add a bookmark?
-       <div class="faq_answer">
-               <p>To add a word to the bookmarks, tap a star next to a word in list</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Is it possible to browse bookmarks?
-       <div class="faq_answer">
-               <p>Yes. When you choose <i>Show all bookmarks</i> from <i>Bookmarks</i> submenu, application will switch into a bookmarks mode. Than you can browse bookmarks</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Can I remove a word from bookmarks?
-       <div class="faq_answer">
-               <p>To remove a word from bookmark you have to tap a star next to a word in bookmark list</p>
-       </div>
-</div>
-
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       I found a word and I need a translation in another application? Is it possible to copy it?
-       <div class="faq_answer">
-               <p>Yes. Just simply select text which you want to copy and choose <i>Copy</i> from <i>Edit</i> submenu in application menu or in context sensitive menu.</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Can I paste a word into toolbar from a clipboard?
-       <div class="faq_answer">
-               <p>Yes. If you want to paste a text from the clipboard into a find toolbar entry choose <i>Paste</i> from <i>Edit</i> submenu in application menu or in context sensitive menu.</p>
-       </div>
-</div>
-
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Can I stop a searching process if it takes too long?
-       <div class="faq_answer">
-               <p>Yes. There is a stop button on the find toolbar</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Where can I find more details about mDictionary?
-       <div class="faq_answer">
-               <p>You can click <i>About</i> in application menu. If you are looking for more details, you can always visit <a href="http://mdictionary.garage.maemo.org/" target=blank>mDictionary website</a> or see <a href="https://garage.maemo.org/projects/mdictionary/" target=blank>mDictionary project</a> on <a href="https://garage.maemo.org/">garage.maemo.org.</a></p>
-       </div>
-</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"
-                                >
-                       </a>
-               </div>
-       </div>
-</div>
-<br>
-</body>
-</html>
diff --git a/www/howto.html b/www/howto.html
deleted file mode 100644 (file)
index 5760fac..0000000
+++ /dev/null
@@ -1,198 +0,0 @@
-<!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 &amp; N810)
-                       </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" >Home</a>
-                       <a href="download.html">Download</a>
-                       <a href="qmlelements.html">QML Elements</a>
-                       <a href="howto.html" class="current">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">
-               <h1>
-                       mDictionary Multilingual Dictionary Installation.
-               </h1>
-               <p>
-                       <strong>new mDictionary</strong> consists of three modules:
-                       <br /><br />
-                               mdictionary - core application<br />
-                               homescreen-widget - widget for desktop<br />
-                               mdictionaryplugins - engines (for example: "mdictionary-stardict-plugin")<br />
-                       <br />
-                       All of them are located in different packages. Program needs to work only installation "mDictionary" package. Other packages only extends the functionality.
-               </p>
-               <p>
-                       <strong>old mDictionary</strong> consists of three modules:
-                       <br /><br />
-                               mdictionary - core application<br />
-                               mdictionarygui - the graphical user interface<br />
-                               mdictionaryplugins - engines<br />
-                       <br />
-                       All of them are placed in one binary package - mDictionary.
-               </p>
-
-               <h1>
-                       MeeGo and Maemo instalation     
-               </h1>
-               <p>
-                       1. Download the binary package from our download section
-                       2. Open the file manager and double click on downloaded file.
-                       3. Ignore all these warnings.
-               <p>
-
-               <h1>
-                       Nokia N770 &amp; N800 &amp; N810 installation
-               </h1>
-               <h2 style="color:#953;text-align:center;">
-                       mDictionary installation steps for OS2008
-               </h2>
-               <p> 
-               Mdictionary requires libbz2 library to be able to work. To install libbz library repository with libbz package should be added to application catalogue and „Red pill mode” should be activated.
-               To add the repository with libbz2 package you can click on <a href="files/chinook.install">INSTALL</a> or perform following steps to add repository manually:
-               <ol style="margin-left: 25px; margin-top: -5px margin-bottom: 5px;">
-               <li>Go to Main Menu -> Setting -> Applications manager</li>
-               <li>Go to Tools -> Application catalogue...</li>
-               <li>Click New and enter:
-                               <br />Catalogue name: Maemo Chinook
-                               <br />Web address: http://repository.maemo.org
-                               <br />Distribution: chinook
-                               <br />Components: free non-free
-                               <br />Be sure that this repository was not added before !
-               </li>
-               </ol>
-               
-               <br />To activate „Red pill mode” follow this steps:
-               <ol style="margin-left: 25px; margin-top: 10px; margin-bottom: -5px;">
-               <li>Go to Main Menu -> Setting -> Applications manager</li>
-               <li>Go to Tools -> Application catalogue...</li>
-               <li>Click New and enter matrix into Web address (remember to remove http:// entry)</li>
-               <li>Click on Cancel. Question about pill should be displayed. Click on Red. To deactivate „Red pill mode” repeat above steps but in last step Click on Blue.</li>
-               </ol>
-               <br />Now click on Browse installable applications go to Tools->Search and enter libbz2 into Search word field and click OK. Click and install  libbz2-1.0 package.
-               <br />After successful installation of libz2 package you should be able to install mdctionary without any problems by clicking on <a href="files/mdictionary2008.install">INSTALL</a>.<br />
-               </p>
-               
-               <h2 style="color:#953;text-align:center;">
-                       mDictionary installation steps for OS2007 and OS2006
-               </h2>
-               <p>
-                       In order to install our application click <a href="files/mdictionary.install">INSTALL</a> or make the following steps:<br />
-               <ol style="margin-left: 25px;">
-               <li>Download the binary package from our download section</li>
-               <li>Open the file manager and double click on downloaded file.</li>
-               <li>A window will pop up notifying you that the package hasn't been verified by Nokia. In order to install the dictionary you will have to ignore these warnings.</li>
-               </ol>
-               </p>
-
-               <h1>
-                       Scratchbox installation
-               </h1>
-                       - Download the binary package from our download section
-               <br /> - Log into scratchbox and become root by issuing the command: <span class="code">fakeroot su</span>
-               <br /> - Install mDictionary package mentioned above by using: <span class="code">dpkg -i package_name</span>.<br />
-               <br />
-
-               <p>
-                       Our application allows for using various parsing engines, so that different dictionary formats could be used. We have included a XDXF and StarDict format parsing engine to provide an example and to make it usable.
-               </p>
-
-               <h1>
-                       Installing new dictionaries
-               </h1>
-
-               <p>
-                       Dictionaries in mDictionary are files containing the words database. For now we have only included a package containing a XDXF and StarDict format parser. You are welcome to contribute new parsing engines and we hope you will find our API documentation useful in development process. In order to add new dictionaries you'll have to download files containing the words database and make sure you have the appropriate parsing engine installed. As far as the XDXF and StarDict formats are concerned, they can be found under this address:
-                       <a href="http://xdxf.revdanica.com/down">http://xdxf.revdanica.com/down </a>
-               </p>
-               <p>
-                       Place the dictionary file wherever you wish, however it has to be reachable by the application. In order to register new file in our dictionary, choose the Load Dictionary option from the application menu. To make <u>XDXF</u> dictionaries to work faster, you can optimize them (a special dialog will lead you through this procces). <u>StarDict dictionaries do not require optimalization</u> (there is no difference if you enable optimizing or not). If you would like to exclude a dictionary from searching, use the Select Dictionary option from the menu and check/uncheck a box next to your desired file.
-               </p>
-               <p>
-                       In order to unregister dictionary from mDictionary, use the Remove Dictionary option. This will not erase the file however, you will have to do it manually if you want to remove it from your device.
-               </p>
-               <h1>
-                       Uninstalling the application
-               </h1>
-
-               <p>
-                       Uninstalling mDictionary can be performed using the Application Manager. Enter the Show Installed Applications item and uninstall  mdictionary package.
-               </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"
-                                >
-                       </a>
-               </div>
-       </div>
-</div>
-<br>
-</body>
-</html>
diff --git a/www/index.html b/www/index.html
deleted file mode 100644 (file)
index 5a6a609..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<!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>
diff --git a/www/screen.html b/www/screen.html
deleted file mode 100644 (file)
index 19c48ad..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<!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 &amp; N810)
-                       </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" >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" class="current">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 class="centered">
-                       <a href="screen.html">
-                               OS2006 :
-                       </a>
-                       |
-                       <a href="screen800.html">
-                               : OS2007 :
-                       </a>
-                       |
-                       <a href="screenOS2008.html">
-                               : OS2008
-                       </a>
-                       |
-                       <a href="screenMaemo.html">
-                               : Maemo :
-                       </a>
-                       |
-                       <a href="screenMeego.html">
-                               : MeeGo :
-                       </a>
-               </p>
-               <p>
-                       Some mDictionary screenshots. Click on them to enlarge image.
-               </p>
-               <div id="gallery">
-<a href="./screen/screen01.png" target="_blank"><img src="./screen/thumbnails/screen01_thumb.png"></a></td>
-<a href="./screen/screen02.png" target="_blank"><img src="./screen/thumbnails/screen02_thumb.png"></a></td>
-<a href="./screen/screen03.png" target="_blank"><img src="./screen/thumbnails/screen03_thumb.png"></a></td>
-<a href="./screen/screen04.png" target="_blank"><img src="./screen/thumbnails/screen04_thumb.png"></a></td>
-<a href="./screen/screen05.png" target="_blank"><img src="./screen/thumbnails/screen05_thumb.png"></a></td>
-<a href="./screen/screen06.png" target="_blank"><img src="./screen/thumbnails/screen06_thumb.png"></a></td>
-<a href="./screen/screen07.png" target="_blank"><img src="./screen/thumbnails/screen07_thumb.png"></a></td>
-<a href="./screen/screen08.png" target="_blank"><img src="./screen/thumbnails/screen08_thumb.png"></a></td>
-<a href="./screen/screen09.png" target="_blank"><img src="./screen/thumbnails/screen09_thumb.png"></a></td>
-<a href="./screen/screen10.png" target="_blank"><img src="./screen/thumbnails/screen10_thumb.png"></a></td>
-<a href="./screen/screen11.png" target="_blank"><img src="./screen/thumbnails/screen11_thumb.png"></a></td>
-<a href="./screen/screen12.png" target="_blank"><img src="./screen/thumbnails/screen12_thumb.png"></a></td>
-<a href="./screen/screen13.png" target="_blank"><img src="./screen/thumbnails/screen13_thumb.png"></a></td>
-               </div>
-       </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"
-                                >
-                       </a>
-               </div>
-       </div>
-</div>
-<br>
-</body>
-</html>
diff --git a/www/screen800.html b/www/screen800.html
deleted file mode 100644 (file)
index 4026fe5..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-<!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 &amp; N810)
-                       </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" >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" class="current">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 class="centered">
-                       <a href="screen.html">
-                               OS2006 :
-                       </a>
-                       |
-                       <a href="screen800.html">
-                               : OS2007 :
-                       </a>
-                       |
-                       <a href="screenOS2008.html">
-                               : OS2008
-                       </a>
-                       |
-                       <a href="screenMaemo.html">
-                               : Maemo :
-                       </a>
-                       |
-                       <a href="screenMeego.html">
-                               : MeeGo :
-                       </a>
-               </p>
-               <p>
-                       Some mDictionary screenshots. Click on them to enlarge image.
-               </p>
-               <div id="gallery">
-
-<a href="screen/n800/WS_screen00.png" target="_blank">
-       <img src="screen/n800/thumbnails/small_WS_screen00.png" alt="screenshot"></img>
-</a>
-<a href=screen/n800/WS_screen01.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen01.png /></a>
-<a href=screen/n800/WS_screen02.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen02.png /></a>
-<a href=screen/n800/WS_screen03.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen03.png /></a>
-<a href=screen/n800/WS_screen04.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen04.png /></a>
-<a href=screen/n800/WS_screen05.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen05.png /></a>
-<a href=screen/n800/WS_screen06.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen06.png /></a>
-<a href=screen/n800/WS_screen07.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen07.png /></a>
-<a href=screen/n800/WS_screen08.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen08.png /></a>
-<a href=screen/n800/WS_screen09.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen09.png /></a>
-<a href=screen/n800/WS_screen10.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen10.png /></a>
-
-<a href=screen/n800/WS_screen11.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen11.png /></a>
-<a href=screen/n800/WS_screen12.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen12.png /></a>
-<a href=screen/n800/WS_screen13.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen13.png /></a>
-<a href=screen/n800/WS_screen14.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen14.png /></a>
-<a href=screen/n800/WS_screen15.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen15.png /></a>
-<a href=screen/n800/WS_screen16.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen16.png /></a>
-<a href=screen/n800/WS_screen17.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen17.png /></a>
-<a href=screen/n800/WS_screen18.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen18.png /></a>
-<a href=screen/n800/WS_screen19.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen19.png /></a>
-<a href=screen/n800/WS_screen20.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen20.png /></a>
-<a href=screen/n800/WS_screen21.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen21.png /></a>
-<a href=screen/n800/WS_screen22.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen22.png /></a>
-<a href=screen/n800/WS_screen23.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen23.png /></a>
-<a href=screen/n800/WS_screen24.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen24.png /></a>
-<a href=screen/n800/WS_screen25.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen25.png /></a>
-<a href=screen/n800/WS_screen26.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen26.png /></a>
-<a href=screen/n800/WS_screen27.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen27.png /></a>
-
-<a href=screen/n800/WS_screen28.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen28.png /></a>
-<a href=screen/n800/WS_screen29.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen29.png /></a>
-<a href=screen/n800/WS_screen30.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen30.png /></a>
-<a href=screen/n800/WS_screen31.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen31.png /></a>
-<a href=screen/n800/WS_screen32.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen32.png /></a>
-<a href=screen/n800/WS_screen33.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen33.png /></a>
-<a href=screen/n800/WS_screen34.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen34.png /></a>
-<a href=screen/n800/WS_screen35.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen35.png /></a>
-<a href=screen/n800/WS_screen36.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen36.png /></a>
-<a href=screen/n800/WS_screen37.png target=_blank><img src=screen/n800/thumbnails/small_WS_screen37.png /></a>
-               </div>
-       </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"
-                                >
-                       </a>
-               </div>
-       </div>
-</div>
-<br>
-</body>
-</html>
diff --git a/www/screenOS2008.html b/www/screenOS2008.html
deleted file mode 100644 (file)
index 75f0780..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-<!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 &amp; N810)
-                       </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" >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" class="current">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 class="centered">
-                       <a href="screen.html">
-                               OS2006 :
-                       </a>
-                       |
-                       <a href="screen800.html">
-                               : OS2007 :
-                       </a>
-                       |
-                       <a href="screenOS2008.html">
-                               : OS2008
-                       </a>
-                       |
-                       <a href="screenMaemo.html">
-                               : Maemo :
-                       </a>
-                       |
-                       <a href="screenMeego.html">
-                               : MeeGo :
-                       </a>
-               </p>
-               <p>
-                       Some mDictionary screenshots. Click on them to enlarge image.
-               </p>
-               <div id="gallery">
-<a href=screen/OS2008/OS2008-mDict-1.0.1-00.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-00_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-02.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-02_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-03.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-03_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-04.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-04_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-05.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-05_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-08.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-08_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-09.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-09_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-10.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-10_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-11.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-11_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-13.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-13_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-14.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-14_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-16.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-16_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-17.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-17_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-18.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-18_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-19.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-19_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-20.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-20_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-21.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-21_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-22.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-22_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-23.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-23_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-24.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-24_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-25.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-25_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-27.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-27_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-28.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-28_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-29.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-29_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-30.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-30_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-31.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-31_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-32.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-32_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-34.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-34_thumb.png /></a>
-<a href=screen/OS2008/OS2008-mDict-1.0.1-35.png target=_blank><img src=screen/OS2008/thumbnails/OS2008-mDict-1.0.1-35_thumb.png /></a>
-               </div>
-       </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"
-                                >
-                       </a>
-               </div>
-       </div>
-</div>
-<br>
-</body>
-</html>
diff --git a/www/styles/main.css b/www/styles/main.css
deleted file mode 100644 (file)
index b5bb23b..0000000
+++ /dev/null
@@ -1,279 +0,0 @@
-html, body, html *, body * {
-       padding         : 0px; 
-       margin          : 0px;
-       color           : #666;
-       font-size       : 12px;
-       text-align      : justify;
-       font-family     : Georgia, Tahoma, Arial, Helvetica, sans-serif;
-}
-
-body {
-       text-align      : center;
-       background-image: url(images/bckgnd.png);
-       background-repeat: repeat-x;    
-}
-
-#webContainer {
-       display         : block;
-       width           : 750px;
-       margin-left     : auto;
-       margin-right    : auto; 
-       background-color: transparent;
-}
-
-#topBar {
-       display         : block;
-       width           : 850px;
-       height          : 130px;
-       text-align      : left;
-       background-image: url(images/topBarBckgnd.png);
-       overflow        : hidden;
-}
-
-#topBar p {
-       color           : black;
-}
-
-#topBar p.title {
-       display         : block;
-       font-size       : 40px;
-       padding-left    : 146px;
-}
-
-#topBar div.installs {
-       display         : block;
-       float           : right;
-       width           : 110px;
-/*     font-style      : italic; */
-       font-size       : 12px;
-       color           : #444;
-       text-align      : center;
-       font-weight     : bold;
-
-}
-
-#topBar a.install {
-       display         : block;
-       width           : 110px;
-       float           : right;
-       border          : 0px solid green;
-       /*margin-top    : 0px;*/
-       font-family     : sans-serif;
-       font-size       : 20px;
-       font-weight     : bold;
-       text-align      : center;
-       letter-spacing  : 4px;
-}
-
-#topBar a.install span {
-       display         : block;
-       text-align      : center;
-       font-family     : sans-serif;
-       font-size       : 13px;
-       letter-spacing  : 0px;
-       text-decoration : none;
-}
-
-#topBar a.install:hover {
-       color           : black;
-}
-#topBar a.install:hover span {
-       color           : #000;
-}
-
-#topBar p.description {
-       display                 : block;
-       font-size               : 17px;
-       padding-left    : 148px;
-}
-
-#topBarLinks {
-       display         : block;
-       height          : 30px;
-}
-
-#topBarLinks a {
-       display         : block;
-       float           : left;
-       padding-top     : 5px;
-       height          : 22px;
-       padding-left    : 7px;
-       padding-right   : 7px;
-       border-bottom   : 3px solid #2936FF;
-       font-size       : 12px;
-       text-decoration : none;
-       color           : #000;
-       font-weight     : bold;
-}
-#topBarLinks a:hover {
-       border-bottom   : 3px solid #f42;
-       color           : #0D5F8D; 
-}
-
-#topBarLinks a.current {
-       border-bottom   : 3px solid #f42;
-       color           : #0D5F8D;
-}
-
-#contentContainer {
-       display         : block;
-       width           : 500px;        
-       background-image: url(images/background.png);
-       background-repeat: repeat-x;
-       padding-top     : 20px;
-       padding-bottom  : 20px;
-       padding-left    : 140px;
-}
-
-#contentContainer p {
-       display         : block;
-       text-align      : left;
-       padding-right   : 20px;
-       padding-left    : 6px;
-       padding-bottom  : 15px;
-       padding-top     : 5px;
-       text-indent     : 20px;
-}
-
-#contentContainer .centered {
-       text-align      : center; 
-}
-#contentContainer p.mails {
-       color           : #33f;
-}
-
-#contentContainer p.li {
-       display         : block;
-       border          : 1px solid red;
-}
-
-#footer {
-       display         : block;
-       padding-top     : 30px;
-       text-align      : center;
-}
-#footer p {
-       text-align      : center;
-       font-size       : 10px;
-       padding         : 0px;
-       padding-bottom  : 5px;
-}
-#footer img {
-       font-size       : 10px;
-       color           : #b22;
-}
-
-#contentContainer h1 {
-       display         : block;
-       font-size       : 16px;
-       padding-bottom  : 10px;
-       padding-top     : 20px;
-}
-
-#contentContainer a {
-       text-decoration : none;
-       color           : #55e;
-}
-#contentContainer a:hover {
-       color           : #00f;
-}
-#contentContainer div.code {
-       display         : block;
-       margin          : 10px;
-       padding         : 5px;
-       border          : 1px solid silver;
-       background-color: #f5f5f5;
-       text-align      : left;
-       white-space     : pre;
-       color           : navy;
-       font-family     : monospace;
-}
-#contentContainer span.code {
-       padding-left    : 3px;
-       padding-right   : 3px;
-       white-space     : pre;
-       color           : navy;
-       font-family     : monospace;
-}
-
-#contentContainer p.faq_question {
-       display         : block;
-       padding-top     : 20px;
-       padding-bottom  : 5px;
-       font-weight     : bold;
-       font-size       : 14px;
-       text-transform  : capitalize;
-       color           : #33f;
-}
-
-#gallery {
-       display         : block;
-       text-align      : center;
-       border          : 1px solid silver;
-       padding         : 10px;
-}
-#gallery img {
-       border          : 2px solid #000;
-       padding         : 1px;
-       margin          : 2px;
-}
-
-#gallery a:hover img {
-       border          : 2px solid #33e;
-}
-
-div.faq_switcher {
-       display         : block;
-       width           : 10px;
-       height          : 10px;
-       float           : left;
-       border          : 1px solid silver;
-       margin-right    : 6px;
-       background-image: url(images/switcher.png);
-       background-repeat: no-repeat;
-}
-
-div.faq_question {
-       font-family     : Arial;
-       font-size       : 16px;
-       padding         : 8px;
-       font-weight     : bold;
-       border-left     : 2px solid #A33;
-       margin-bottom   : 4px;
-}
-
-div.faq_answer {
-       display         : none;
-       font-size       : 12px;
-       margin-left     : 10px;
-       font-weight     : normal;
-       border          : 1px solid silver;
-       background-color: #efefef;
-}
-
-div.qml_answer {
-       display         : none;
-       font-size       : 12px;
-       margin-left     : 10px;
-       font-weight     : normal;
-       border          : 1px solid silver;
-       /*background-color: #efefef;*/
-}
-
-div.faq_answer li {
-       margin-left     : 25px;
-}
-
-.image {
-       text-align      : center;
-       font-size       : 12px;
-       font-weight     : bold;
-}
-.image img {
-       display         : block;
-       width           : 440px;
-       height          : 264px;
-       margin-left     : auto;
-       margin-right    : auto;
-       padding         : 4px;
-}
diff --git a/www/userguide.html b/www/userguide.html
deleted file mode 100644 (file)
index 9959a6f..0000000
+++ /dev/null
@@ -1,410 +0,0 @@
-<!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 defer 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 &amp; N810)
-                       </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" >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" class="current">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">
-
-               <h1 class="centered">
-                       mDictionary Multilingual Dictionary
-               </h1>
-               <center><img class="centered" src="images/mLogo.png"></img></center>
-               <p class="centered">
-                       - user guide -
-               </p>
-
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Installation.
-       <div class="faq_answer">
-               <p>
-               <b>mDictionary</b> Multilingual Dictionary has been built with three modules, dependant of each other: mDictionary (internal application management), mDictionaryGui (graphical user interface) and mDictionaryPlugins (parsing engines). Since mDictionary 1.0 has been released, they are placed in one package - mDictionary. 
-               </p>
-               <p>
-               In order to install our application make the following steps:
-               </p>
-               <ul>
-                       <li>
-                               Download the binary package from mDictionary website - 
-                               <a href="https://garage.maemo.org/frs/?group_id=58">
-                               download section
-                               </a>
-                       </li>
-                       <li>
-                               Open the file manager and double click on downloaded file.
-                       </li>
-                       <li>
-                               A window will pop up notifying, you that the packages haven't been verified by Nokia. In order to install the dictionary you will have to ignore these warnings.
-                       </li>
-               </ul><br />
-               <p>or if you are using OS2006 or OS2007 just simply click <a href="files/mdictionary.install">INSTALL</a> from mDictionary webpage.
-               If you are using OS2008 see <a href="howto.html">How to...</a> section of mDictionary webpage</p>
-               <p>
-               During an installation process you will be asked for pointing the location where mDictionary should be placed in an application menu. The default location is <i>Extra</i> submenu.
-               </p>
-       </div>
-</div>
-
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Running Application.
-       <div class="faq_answer">
-               <p>If the installation process is completed you can start using your mDictionary!</p>
-               <p>To run application simply click mDictionary activator from your Task Navigator and enjoy the pleasure!</p>
-               <p>If you install DesktopWidget in maemo system you can use widget in desktop. Click tool button with logo of mDictionary to start application.</p>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Work with many different dictionaries.
-       <div class="faq_answer">
-               <p>
-                       <strong> New version </strong>
-               </p>
-                       mDictionary gives user a possibility to explore a different kinds of dictionary files. You can use a couple of them at the same time or load them into the mDictionary application and keep them in case they are useful. So far there are two engines implemented, which allow for use of <b>XDXF</b> and <b>StarDict</b> dictionaries.
-               </p>
-               
-               <p>     
-               <ul>
-                       <div class="image">
-                               <img src="images/dict.png"></img>
-                       </div>
-
-                       <li>
-                               Select and unselect dictionary
-                       </li>
-                       <p>
-                               To select a dictionary from which you want to use click "dictionarys" in the top menu. You'll see a list of current dictionaries, and by the checkbox for each name you can                                     select or unselect dictionary.
-                       </p>
-                       <li>
-                               Add dicionaries
-                       </li>
-                       <p>
-                               To add new dictionary click "dictionarys" in the top menu. Click "add", select the type (eg xdxf), select the location of the dictionary and then save the settings.
-                               The new dictionary will appear in the list.
-                       <p/>
-                       <li>
-                               Remove dictionary
-                       </li>
-                       <p>
-                               To remove dictionary click "dictionarys" in the top menu. Click on name of dictionary you want remove, then click "delete" button. Accept change and save settings.
-                               A dictionary should disappear from the list
-                       <p/>
-                       <li>
-                               Dictionary settings
-                       </li>
-                       <p>
-                               Different dictionaries have to choose your own settings, for example: xdxf has the ability to optimize and avoid accents in words
-                               To change settings click "dictionarys" in the top menu. Click on name of dictionary you want change settings,then click "settings" button.
-                       <p/>
-               <p>
-                       <strong> Old version </strong>
-               </p>
-               <p>
-               mDictionary gives user a possibility to explore a different kinds of dictionary files. You can use a couple of them at the same time or load them into the mDictionary application and keep them in case they are useful. So far there are two engines implemented, which allow for use of <b>XDXF</b> and <b>StarDict</b> dictionaries.
-               </p>
-               <div class="image">
-                       <img src="images/_800_menu_dictionaries.png"></img>
-                       The Dictionaries Submenu<br><br>
-               </div>
-
-               <ul>
-                       <li>
-                               Load dictionary
-                       </li>
-                       <p>If you want to load a new dictionary file to your mDictionary you have to download and unpack proper files first. If you don't have any files with dictionaries you can find some <a href="http://xdxf.revdanica.com/down/">here</a>. After you have unpacked files, please create a folder with a proper name on your device and put there dictionary files. <u>It is strongly recommended to put files into a folder with a name of the dictionary. Without that your mDictionary cannot work properly.</u><br> If you have finished the steps above, run mDictionary and choose <i>Load dicionary</i> from <i>Dictionaries</i> submenu in application menu.</p>
-                       <p>Developers laid on compatibility mDictionary with various file types. mDictionary can load a dictionary from .xdxf files, .idx, .dict.dz or .ifo (StarDict files) or even .tar.bz2.</p>
-                       <div class="image">
-                               <img src="images/_800_load_dictionary.png"></img>
-                               Dialog window for loading a new dictionary file<br><br>
-                       </div>
-                       
-                       <li>
-                               Select dicionaries
-                       </li>
-                       <p>
-                               There is possibility to use more than one dictionary at the same time. To do this, you just have to choose <i>Select dictionaries</i> from <i>Dictionaries</i> submenu and tick the dictionaries, which you would like to search in.
-                       </p>
-                       <p>
-                               Anytime, you can select Bookmarks as an active dictionary as well. Than you will be able to search, not only in XDXF or StarDict dictionaries, but also in your own, Bookmark database.
-                       </p>
-                       <div class="image">
-                               <img src="images/_800_select_dictionaries.png"></img>
-                               Dialog window for selecting active dictionaries<br><br>
-                       </div>
-                       <li>
-                               Remove dictionaries
-                       </li>
-                       <p>
-                               If you decide that you don't need one of the dictionaries anymore, you can delete it from the application. It is a very easy process, but it does not mean, that a dictionary file will be erased from your device.
-                       </p>
-                       <p>
-                               To remove a loaded dictionary from your mDictionary, please open <i>Dictionaries</i> submenu from an Application Menu and choose <i>Remove Dictionaries</i>. The special dialog window will pop up and lead you through the removing process step by step.
-                       </p>
-                       <div class="image">
-                               <img src="images/_800_remove_dictionaries.png"></img>
-                               Dialog window for removing dictionaries<br><br>
-                       </div>
-
-
-
-                       <li>
-                               Optimize dictionaries
-                       </li>
-                       <p>
-                               If you load a new XDXF dictionary file, it is a good idea to optimize it. It means, that a special cache file will be created in order to make searching much faster. After loading a dictionary file you will be asked whether to optimize a new dictionary or not. If you decide not to optimize it, there is always a possibility to do this later. By choosing <i>Optimize dictionaries</i> from <i>Dictionaries</i> submenu you can check which dictionaries have not been optimized or simply optmize them.<br />
-                               There is no possibility to optimize StarDict dictionaries due to a special mechanism, which is build in StarDict dictionaries (enabling this option for StarDict dictionaries does not change anything).
-                       </p>
-               </ul>
-       </div>
-</div>
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       User Bookmarks.
-       <div class="faq_answer">
-
-       <p>
-               <strong> New version </strong>
-       </p>
-               <div class="image">
-                       <img src="images/bookmark.png"></img>
-               </div>
-               <li>
-                       Add Bookmark
-               </li>
-                       <p>To add word to bookmark you have to click on the star next to name of word in the search list.</p>
-               <li>
-                       Show Bookmark
-               </li>
-               <p>To show all word in bookmark click to "bookmark" in the top menu, and select "show all". </p>
-               <li>
-                       Remove all Bookmark
-               </li>
-               <p>To remove all words from bookmark click "remove all" in the same pleace where was "show all".</p>
-               <li>
-                       Remove one Bookmark
-               </li>           
-               <p>     If you want remove only one word from bookmark you can show all, and unselect star in the list of words</p>
-       <p>
-               <strong> Old version </strong>
-       </p>
-
-       <ul>
-               <li>Open/Close Bookmarks</li>
-               <p>Bookmarks have been provided to make user feel more comfortable with the application. This module works very similar to the bookmarks which can be seen in any Web Browser application. Bookmarks are treated in the same way as other dictionaries. You can browse them anytime, search in, add or remove words.</p>
-               <p>When you choose <i>Open bookmarks</i> from <i>Bookmarks</i> submenu, application will switch into a bookmarks mode. Than you can browse bookmarks. If you perform a search, you will only see the words which have been found. If you want to reload list of all words from bookmarks, simply type * (asterisk) into the find toolbar textbox and start a search. You can use wildcards as well.</p>
-
-                       <div class="image">
-                               <img src="images/_800_menu_bookmarks.png"></img>
-                               The Bookmarks submenu<br><br>
-                       </div>
-
-               <p>If you want to leave bookmark mode choose <i>Close bookmark</i> from <i>Boomarks</i> menu.<br></p>
-               <li>
-                       Add Bookmark
-               </li>
-               <p>To add a word to the bookmarks, select it from the words list and choose <i>Add bookmark</i> from <i>Bookmarks</i> submenu or from the context sensitive menu.</p>
-                       <div class="image">
-                               <img src="images/_800_add_bookmark.png"></img>
-                               Adding bookmark<br><br>
-                       </div>
-
-               <li>
-                       Remove Bookmark
-               </li>
-               <p>To remove a word from bookmarks, you have to switch into Bookmark mode (<i>Open bookmark</i>). Then select a word from words list which you would like to remove and choose <i>Remove bookmark</i> from <i>Bookmarks submenu</i>.</p>
-                       <div class="image">
-                               <img src="images/_800_remove_bookmark.png"></img>
-                               Removing bookmark<br><br>
-                       </div>
-               <p>Bookmarks have been implemented using Berkley DB. In case of any problems with Bookmarks (i.e. Bookmark's menu is dimmed, or note about error is displayed) please double check berkley db package presence on your device.</p>
-       </ul>
-       </div>
-</div>
-
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Exchange Data With Other Applications.
-       <div class="faq_answer">
-               
-
-               <p>
-                       mDictionary gives user a wide range of possibilities to use <b>clipboard</b>. You can not only copy translation to the clipboard and use it in another application but also paste a text from the clipboard into a find toolbar textbox so that searching is easier than ever!
-               </p>
-               
-               <p>
-                       <strong> New version </strong>
-               </p>
-               <p>
-                       In new version operations such as copying,selecting all, searching can be used by click on the pictures in the bottom left corner of the translation
-               </p>
-               <div class="image">
-                       <img src="images/select.png"></img>
-                       <br/>
-               </div>
-               
-               <p>
-                       <strong> Old version </strong>
-               </p>    
-
-               <div class="image">
-                       <img src="images/_800_menu_edit.png"></img>
-                       The Edit submenu<br><br>
-               </div>
-               <ul>
-                       <li>
-                               Copy please ...
-                       </li>
-                       <p>If you want to copy selected text from translation area simply choose <i>Copy</i> from <i>Edit submenu</i> in application menu or in context sensitive menu.</p>
-
-                       <li>
-                               Paste
-                       </li>
-                       <p>If you want to paste a text from the clipboard into a find toolbar textbox choose <i>Paste</i> from <i>Edit</i> submenu in application menu or in context sensitive menu.</p>
-
-                       <li>
-                               Could you select this text for me?
-                       </li>
-                       <p>It is very easy to select text in the translation area. Please, double tap on a word which you want to select (one word will be selected) or use double tap and drag to select any text.</p>
-                       <p>You can also use <i>Select All</i> option from <i>Edit</i> submenu in application on context senstitive menu. This option allows for selecting the whole translation.</p>
-               </ul>
-               
-       </div>
-</div>
-
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       Searching ...
-       <div class="faq_answer">
-               <ul>
-                       <li>
-                               History
-                       </li>
-                       <p>mDictionary provides a search history. It means than anytime you select a word on a words list and call for translation of the word, it is added to the history. Than, you can browse it. History stores your previous search results. It is a very useful feature, similar to the browser.</p>
-                       <p>To go to history you can choose buttons from a find toolbar. Green arrows placed between <i>search</i> and <i>stop</i> button are appropriately <i>back</i> and <i>forward</i> in the history. </p>
-
-                       <li>
-                               Search a word
-                       </li>
-                       <p>To start searching process you have to write word in find toolbar, and entry or click a <i>Search button</i></p>
-
-                       <li>
-                               Stop!
-                       </li>
-                       <p>If a search process takes too long or you made mistake in a pattern, you can stop searching process. Click <i>Stop button</i> on a toolbar</p>
-               </ul>
-       </div>
-</div>
-
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-       About ...
-       <div class="faq_answer">
-               <p>You can click <i>About ...</i> in application menu to learn some details about mDictionary.</p>
-               <p>If you want more informations, please visit <a href="http://mdictionary.garage.maemo.org/">mDictionary's website</a> or see <a href="https://garage.maemo.org/projects/mdictionary/">mDictionary project</a> on <a href="https://garage.maemo.org/">garage.maemo.org</a>.</p>
-       </div>
-</div>
-
-
-<div class="faq_question">
-       <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
-               Uninstallation
-       <div class="faq_answer">
-
-               <p>If you are sure, you are not going to use mDictionary in the future and you want to remove mDictionary from your device forever, you can unistall an application.</p>
-               <p>Uninstalling mDictionary can be performed using the Application Manager. Enter the Show Installed Applications item and uninstall the mDictionary package.</p>
-
-       </div>
-</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"
-                                >
-                       </a>
-               </div>
-       </div>
-</div>
-<br>
-</body>
-</html>