Merge branch 'qml' of ssh://drop.maemo.org/git/mdictionary into qml
[mdictionary] / www / download.html
diff --git a/www/download.html b/www/download.html
new file mode 100644 (file)
index 0000000..e20273e
--- /dev/null
@@ -0,0 +1,120 @@
+<!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>