Changeset 395
- Timestamp:
- 09/07/04 00:35:04 (4 years ago)
- Files:
-
- trunk/homepage/documentation.php (modified) (1 diff)
- trunk/homepage/features.php (modified) (1 diff)
- trunk/homepage/func.php (modified) (2 diffs)
- trunk/homepage/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/homepage/documentation.php
r240 r395 46 46 <p>External documentation (not on this site):</p> 47 47 <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> 50 49 </ul> 51 50 <?php } else { trunk/homepage/features.php
r239 r395 16 16 <h1>Features</h1> 17 17 18 <p>Gaphor has the following features:</p> 18 19 <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> 23 22 <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> 25 35 </ul> 26 36 </body> trunk/homepage/func.php
r250 r395 12 12 <meta name="Author" content="Arjan J. Molenaar"/> 13 13 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 14 <meta name="Keywords" content="UML, Unified Modeling Language, modeling, tool"/> 14 15 <style type="text/css" media="all" title="Default"> 15 16 @import url('.$topdir.'/gaphor.css); … … 29 30 <ul> 30 31 <li><a href="'.$topdir.'/index.php">Home</a></li> 32 <li><a href="'.$topdir.'/features.php">Features</a></li> 31 33 <li><a href="'.$topdir.'/screenshots.php">Screenshots</a></li> 32 34 <li><a href="'.$topdir.'/documentation.php">Documentation</a></li> trunk/homepage/index.php
r393 r395 25 25 UML diagrams for documentation and to assist you with design decisions. 26 26 Gaphor will help you create your applications.</p> 27 <p>Gaphor has an UML 2.0 compliant data model.</p> 27 28 </div> 28 29 <div class="rightcontent">
