* bugfix for pngfix issues on IE browser (background scale etc.)
[mdictionary] / 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                 <a href="files/mdictionary.install"
35                    class="install">
36                         install
37                 </a>
38                 <div style="display:block;height:100px;">
39                         <p class="title">
40                                 mDictionary
41                         </p>
42                         <p class="description">
43                                 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)
44                         </p>
45                 </div>
46                 <div id="topBarLinks">
47                         <a href="index.html">Home</a>
48                         <a href="download.html" class="current">Download</a>
49                         <a href="howto.html">How to..</a>
50                         <a href="screen800.html">Screenshots</a>
51                         <a href="userguide.html">User Guide</a>
52                         <a href="faq.html">FAQ</a>
53                         <a href="devhowto.html">Development</a>
54                         <a href="contact.html">Contact</a>
55                 </div>
56
57         </div>
58         <div id="contentContainer">
59                 <h2 style="color:#953;text-align:center;margin-bottom:20px;">Information: mDictionary installation package for OS2008 will be available soon!</h2>
60                 <div class="centered"><p>
61                         You can install mDictionary directly from this webpage, click <a href="files/mdictionary.install">INSTALL</a>.
62                 </div>
63                 </p>
64
65                 <div class="centered"><p>
66                         Also you can download <b>mDictionary</b> from
67                         <a href="https://garage.maemo.org/projects/mdictionary/" target="_blank">
68                                 here
69                         </a>.
70                 </div>
71                 </p>
72                 <div class="centered"><p>If you have problems with installing <b>mDictionary</b> please click
73                         <a href="howto.html">
74                                 here
75                         </a>
76                         to obtain help.
77                 </div>
78                 </p>
79
80         </div>
81         <div id="footer">
82                         <p>Copyright &copy; 2006 - 2007 ComArch S.A.</p>
83                         <br>
84                         <a href="http://www.comarch.com"><img src="images/comarch.png"
85                              alt="ComArch Information Technology"
86                              width="150px"
87                              height="36px"
88                                  border="0"
89                                  ></img>
90                         </a>
91                 </div>
92         </div>
93 </div>
94 <br>
95 </body>
96 </html>