www page
[mdictionary] / www / devhowto.html
index f7c7b1b..6a6644d 100644 (file)
                        <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="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" class="current">Development</a>
+                       <a href="devhowto.html" class="current" >Development</a>
                        <a href="contact.html">Contact</a>
                </div>
-
        </div>
        <div id="contentContainer">
-               <h1>Developer's HOWTO:<br />making Your own GUI for mDictionary</h1>
+
+
+               <h1>Developer's HOWTO:<br />making Your own plugin</h1>
+                       The manual is available <a href="files/doc-plugin.1.0.4.odt">here</a>
+
+               <h1>Developer's HOWTO:<br />making Your own GUI (new version of mDictionary)</h1>
+                       The manual isn't available yet 
+               
+               <h1>Developer's HOWTO:<br />making Your own GUI for mDictionary (old versien of mDictionary)</h1>
 
 <p><b>mDictionary</b> is intended to be as modifiable as possible. So apart from developing Your own dictionary engines, You can also create alternative user interface, should You find ours inattractive. For the intrepid ones, I have described how to do that. In this howto, I am going to explain how to communicate GUI with the engines's manager</p>