some change
[mdictionary] / www / devhowto.html
index f7c7b1b..892afa3 100644 (file)
 <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 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 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>
 
@@ -77,7 +87,6 @@
        
 <div class="code">dbus_data = ws_dbus_create ("mDictionaryGui", "v1.0");</div>
 <p>
-Then You configure the remote and local addresses, by using <span class="code">ws_dbus_config</span>. The settings should be the same as in the example, below:
 
 </p>
 <div class="code">ws_dbus_config( dbus_data,