| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
|---|
| 2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-Strict.dtd"> |
|---|
| 3 |
<html> |
|---|
| 4 |
<head> |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
<title>Gaphor Homepage on SourceForge</title> |
|---|
| 9 |
<link rel="shortcut icon" href="./images/favicon.png" type="image/png"/> |
|---|
| 10 |
<meta name="Author" content="Arjan J. Molenaar"/> |
|---|
| 11 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
|---|
| 12 |
<meta name="Keywords" content="UML, Unified Modeling Language, modeling, tool"/> |
|---|
| 13 |
|
|---|
| 14 |
<style type="text/css" media="all" title="Default"> |
|---|
| 15 |
@import url(./gaphor.css); |
|---|
| 16 |
</style> |
|---|
| 17 |
<style type="text/css" media="print"> |
|---|
| 18 |
@import url(./print.css); |
|---|
| 19 |
</style> |
|---|
| 20 |
</head> |
|---|
| 21 |
<body> |
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
<div id="header"> |
|---|
| 25 |
<h1>Gaphor</h1> |
|---|
| 26 |
</div> |
|---|
| 27 |
|
|---|
| 28 |
<div id="nav"> |
|---|
| 29 |
<ul> |
|---|
| 30 |
<li><a href="./index.php">Home</a></li> |
|---|
| 31 |
<li><a href="./features.php">Features</a></li> |
|---|
| 32 |
<li><a href="./screenshots.php">Screenshots</a></li> |
|---|
| 33 |
<li><a href="./documentation.php">Documentation</a></li> |
|---|
| 34 |
<li><a href="./download.php">Download</a></li> |
|---|
| 35 |
|
|---|
| 36 |
<li><a href="http://sourceforge.net/projects/gaphor">Project page</a></li> |
|---|
| 37 |
</ul> |
|---|
| 38 |
</div> |
|---|
| 39 |
<div id="main"> |
|---|
| 40 |
<h1>Screenshots</h1> |
|---|
| 41 |
|
|---|
| 42 |
<p>Gaphor is a very usable application. It works on Unix (Linux/FreeBSD), |
|---|
| 43 |
Windows and Mac OS X.</p> |
|---|
| 44 |
|
|---|
| 45 |
<p>The screenshots are a bit outdated, the options in the lower-left |
|---|
| 46 |
toolbox have been extended with options for Class, Component, Action, |
|---|
| 47 |
Use case and Stereotype diagrams.</p> |
|---|
| 48 |
<img src="images/shot1.png" alt="main screen"/> |
|---|
| 49 |
<p>Gaphor has loaded it's UML meta-model. Gaphor can alter its own data |
|---|
| 50 |
model.</p> |
|---|
| 51 |
|
|---|
| 52 |
<img src="images/shot2.png" alt="main screen"/> |
|---|
| 53 |
<p>Gaphor features a built in python console, this way one can query and modify their model (and the rest of the application if you like).</p> |
|---|
| 54 |
|
|---|
| 55 |
<img src="images/gaphor_on_osx.png" alt="main screen"/> |
|---|
| 56 |
|
|---|
| 57 |
<p>Gaphor works nicely on OS X, using the X11 environment. Now we have to wait for a native OS X port of GTK+.</p> |
|---|
| 58 |
|
|---|
| 59 |
<img src="images/gaphor_on_win32.png" alt="main screen"/> |
|---|
| 60 |
<p>Gaphor is running on Windows XP here. It was not easy, but it can work.</p> |
|---|
| 61 |
|
|---|
| 62 |
</div> |
|---|
| 63 |
</body> |
|---|
| 64 |
</html> |
|---|
| 65 |
|
|---|