Changeset 395

Show
Ignore:
Timestamp:
09/07/04 00:35:04 (4 years ago)
Author:
arjanmol
Message:

*** empty log message ***

Files:

Legend:

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

    r240 r395  
    4646    <p>External documentation (not on this site):</p> 
    4747    <ul> 
    48       <li><a href="http://www.omg.org/docs/ptc/03-08-02.pdf">Unified Modeling Language, version 2.0 (draft)</a></li> 
    49   <!-- http://www.omg.org/technology/documents/formal/uml.htm">Unified Modeling Language (UML), version 1.4</a --> 
     48      <li><a href="http://www.omg.org/technology/documents/modeling_spec_catalog.htm#UML">Unified Modeling Language specifications, version 2.0</a></li> 
    5049    </ul> 
    5150  <?php } else { 
  • trunk/homepage/features.php

    r239 r395  
    1616    <h1>Features</h1> 
    1717 
     18    <p>Gaphor has the following features:</p> 
    1819    <ul> 
    19       <li>Gaphor has a UML 2.0 compliant data model. This means that Gaphor 
    20       models can easely be exported to XMI and Gaphor should be able to read 
    21       XMI files without much hassle.</li> 
    22  
     20      <li>Gaphor has a UML 2.0 compliant data model. This guarantees future 
     21        compatibility with other modeling tools.</li> 
    2322      <li>The data model is developed in Gaphor itself!</li> 
    24       <li></li> 
     23      <li>SVG diagram exports.</li> 
     24      <li>The following diagram types are supported: 
     25        <ul> 
     26          <li>Class diagrams</li> 
     27          <li>Use case diagrams</li> 
     28          <li>Action diagrams</li> 
     29          <li>Component diagrams</li> 
     30        </ul> 
     31      </li> 
     32      <li>Support for stereotypes on classes, interfaces and packages.</li> 
     33      <li>Cross platform: Gaphor works on both Unix and Windows.</li> 
     34      <li>Plugin infrastructure makes Gaphor easy to extend.</li> 
    2535    </ul> 
    2636</body> 
  • trunk/homepage/func.php

    r250 r395  
    1212  <meta name="Author" content="Arjan J. Molenaar"/> 
    1313  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 
     14  <meta name="Keywords" content="UML, Unified Modeling Language, modeling, tool"/> 
    1415  <style type="text/css" media="all" title="Default"> 
    1516  @import url('.$topdir.'/gaphor.css); 
     
    2930    <ul> 
    3031      <li><a href="'.$topdir.'/index.php">Home</a></li> 
     32      <li><a href="'.$topdir.'/features.php">Features</a></li> 
    3133      <li><a href="'.$topdir.'/screenshots.php">Screenshots</a></li> 
    3234      <li><a href="'.$topdir.'/documentation.php">Documentation</a></li> 
  • trunk/homepage/index.php

    r393 r395  
    2525       UML diagrams for documentation and to assist you with design decisions. 
    2626       Gaphor will help you create your applications.</p> 
     27       <p>Gaphor has an UML 2.0 compliant data model.</p> 
    2728    </div> 
    2829    <div class="rightcontent">