www page
[mdictionary] / www / download.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5         <meta http-equiv="content-language" content="EN" />
6         <meta name="description" content="Home page for mDictionary project -
7                     mobile multilingual dictionary for maemo.org platform
8                     (previously known as a 'WhiteStork')" />
9         <meta name="keywords" content="mdictionary whitestork maemo n770
10                     n800 n810 dictionary xdxf stardict mobile linux comarch" />
11         <meta name="language" content="English" />
12         <meta name="owner" content="ComArch S.A." />
13         <meta name="copyright" content="ComArch, 2006-2007. All rights Reserved."/>
14
15         <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon"></link>
16         <link rel="stylesheet" href="styles/main.css" type="text/css"></link>
17         <!--[if IE 6]>
18                 <link rel="stylesheet"
19                       type="text/css"
20                       href="styles/main_ie.css" />
21
22                 <script src="scripts/pngfix.js" type="text/javascript"></script>
23         <![endif]-->
24         <script language="JavaScript" src="scripts/javascripts.js" ></script>
25
26         <title>
27                 mDictionary - multilingual dictionary for Maemo
28         </title>
29 </head>
30 <body>
31 <div id="webContainer">
32         <div id="topBar">
33                 <img src="images/mLogo_ie24.png" style="float:left;"></img>
34                 <div class="installs">
35                         INSTALL:
36                         <a href="files/mdictionary.install"
37                            class="install" style="margin-top:4px;"
38                            title="Click to install mDictionary on OS2006"><span>OS2006</span>
39                         </a>
40                         <a href="files/mdictionary.install"
41                            class="install" style="clear:both; margin-top:4px;"
42                            title="Click to install mDictionary on OS2007"><span style="letter-spacing:0px;">OS2007</span>
43                         </a>
44                         <a href="files/mdictionary2008.install"
45                            class="install" style="clear:both; margin-top:4px;"
46                            title="Click to install mDictionary on OS2008"><span style="letter-spacing:0px;">OS2008</span>
47                         </a>
48                         <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>
49                 </div>
50
51                 <div style="display:block;height:100px;">
52                         <p class="title">
53                                 mDictionary
54                         </p>
55                         <p class="description">
56                                 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)
57                         </p>
58                         <p class="description">
59                                          &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 )
60                         </p>
61                 </div>
62                 <div id="topBarLinks">
63                         <a href="index.html">Home</a>
64                         <a href="download.html" class="current">Download</a>
65                         <a href="qmlelements.html">QML Elements</a>
66                         <a href="howto.html">How to..</a>
67                         <a href="screen800.html">Screenshots</a>
68                         <a href="userguide.html">User Guide</a>
69                         <a href="faq.html">FAQ</a>
70                         <a href="devhowto.html">Development</a>
71                         <a href="contact.html">Contact</a>
72                 </div>
73
74         </div>
75         <div id="contentContainer">
76                 <div class="centered">
77                         <p>
78                                 If you are a using OS2006 or OS2007 you can install mDictionary directly from this webpage, click <a href="files/mdictionary.install">INSTALL</a>.
79                         </p>
80                 </div>
81                 <div class="centered">
82                         <p>
83                                 Users of OS2008 can find installation guide in our <a href="howto.html">howto</a> section.
84                         </p>
85                 </div>
86                 <div class="centered">
87                         <p>
88                                 New and other version of <b>mDictionary</b> you can dowload from
89                                 <a href="https://garage.maemo.org/projects/mdictionary/" target="_blank">
90                                         here
91                                 </a>.
92                         </p>
93                 </div>
94                 <div class="centered">
95                         <p>
96                                 If you have problems with installing <b>mDictionary</b> please click
97                                 <a href="howto.html">
98                                         here
99                                 </a>
100                                 to obtain help.
101                         </p>
102                 </div>
103
104         </div>
105         <div id="footer">
106                         <p>Copyright &copy; 2006 - 2008 ComArch S.A.</p>
107                         <br>
108                         <a href="http://www.comarch.com"><img src="images/comarch.png"
109                              alt="ComArch Information Technology"
110                              width="150px"
111                              height="36px"
112                                  border="0"
113                                  ></img>
114                         </a>
115                 </div>
116         </div>
117 </div>
118 <br>
119 </body>
120 </html>