Change wich remove commercial gui licence
authormaritus <lucas.pawlik@gmail.com>
Fri, 13 Oct 2006 07:36:21 +0000 (07:36 +0000)
committermaritus <lucas.pawlik@gmail.com>
Fri, 13 Oct 2006 07:36:21 +0000 (07:36 +0000)
git-svn-id: file:///svnroot/mdictionary/www@24 5bde0345-f819-0410-ac75-e5045f9217cc

contact.html
css/style.css
index.html
licence.html

index fd62b2a..748f682 100644 (file)
@@ -36,7 +36,7 @@
                                <tr><th>&nbsp;</th></tr>
                                <tr>
                                        <td class="content">
-                                               <p>If you have questions please contact one of our fine developers. You can find their email address by clicking on this <a  href="https://garage.maemo.org/projects/mdictionary/">link</a> or write to <u>milosz(dot)wasilewski(at)comarch(dot)com</u><br></p>
+                                               <p>If you have questions please write to <u>milosz(dot)wasilewski(at)comarch(dot)com</u><br></p>
                                        </td>
                                </tr>
                                <tr><th class="footer">&nbsp;</th></tr>
index 7b2f7e4..d630ddc 100644 (file)
@@ -246,9 +246,12 @@ td#content a:link, td#content a:visited {
        color: #0040B0;
        font-weight: normal;
        text-decoration: none;
+       width:auto;
        border: none;
        display: inline;
        background-color: transparent;
+       padding:0em;
+       margin: auto;
 }
 
 td#content a:hover {
index 41527c2..1170462 100644 (file)
@@ -38,7 +38,7 @@
                                        <td>
                                                <p>WhiteStork is multilingual dictionary enabling its users to use many dictionary formats. Its dedicated platform is Nokia 770 tablet. Our final goal is to use many search engines so that different file formats could be used. They will be in a form of dynamically loadable modules. For now however, we have limited the project to one engine for the XDXF format.</p><br>
                                                <p>The aim of this project is to give users possibility to translate most common words on their Nokia 770 tablet in an easy and intuitive way. User just has to type a word, click find button and after a while translation is presented. Software allows to use more than one dictionary at the same time. User can import a new dictionary file or choose from the installed ones. Another useful feature is the clipboard. It gives a possibility to carry translation of word into another application.</p><br>
-                                               <p>The application consists of four modules:    <ul><li>GUI - written using GTK+ Hildon, commercial License </li>
+                                               <p>The application consists of four modules:    <ul><li>GUI - written using GTK+ Hildon, GPL license </li>
                                                <li>Engine - XDXF format parser, GPL license </li>
                                                <li>Manager - program modules management, GPL license </li>
                                                <li>D-BUS wrapper - communication between GUI and Manager, LGPL license.</li></ul>
index 99b67ac..913abb9 100644 (file)
@@ -36,9 +36,8 @@
                                <tr><th>&nbsp;</th></tr>
                                <tr>
                                        <td>
-                                               <p>You can find licence to user interface by clicking <a href="./other/license.txt">here</a></p>
-                                               <p>D-BUS wrapper LGPL licence can be found on this<a href="http://www.gnu.org/licenses/lgpl.html">site</a></p>
-                                               <p>GPL licence for manager and engine modules can be found<a href="http://www.gnu.org/copyleft/gpl.html">here</a></p>
+                                               <p>D-BUS wrapper LGPL licence can be found on this <a href="http://www.gnu.org/licenses/lgpl.html">site</a></p>
+                                               <p>GPL licence for manager, engine and user interface modules can be found <a href="http://www.gnu.org/copyleft/gpl.html">here</a></p>
                                                
                                        </td>
                                </tr>