Changeset 83

Show
Ignore:
Timestamp:
05/22/02 02:10:41 (7 years ago)
Author:
arjanmol
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/homepage/index.php

    r74 r83  
    2020Java. Those Java tools however focus to much on the code, not on the design 
    2121aspect of UML. The quality of the diagrams that are produced with todays 
    22 tools no not have a high quality. With Gaphor we aim for better high level UML 
    23 designs and more pretty looking documentation. 
     22tools do not have a high quality. With Gaphor we aim for better high level UML 
     23designs and more pretty looking diagrams and documentation. 
    2424 
    25 <p>Gaphor is developed in C and <a href="http://www.python.org">Python</a>. 
     25<p>Gaphor is developed in <a href="http://www.python.org">Python</a>. 
    2626It uses the <a href="http://www.gtk.org">GTK+</a> user interface toolkit and 
    2727<a href="http://diacanvas.sourceforge.net">DiaCanvas2</a> diagramming library. 
    28 Most of the code will be written in Python, except for some performance 
    29 critical modules (like diagram drawing).  
    30 By combining the use of use and extensibility of Python with the speed of C, a 
    31 better application can be produced in less time (which performs good ;-). 
    3228Check out the <a href="documentation.php">documentation</a> for more details. 
    3329