root/homepage/trunk/screenshots.php

Revision 572, 1.2 kB (checked in by arjanmol, 3 years ago)

*** empty log message ***

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
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 <?php include "func.php"; ?>
7
8 <?php head(); ?>
9
10 </head>
11 <body>
12
13   <?php nav(); ?>
14
15   <div id="main">
16     <h1>Screenshots</h1>
17
18     <p>Gaphor is a very usable application. It works on Unix (Linux/FreeBSD),
19     Windows and Mac OS X.</p>
20
21     <p>The screenshots are a bit outdated, the options in the lower-left
22     toolbox have been extended with options for Class, Component, Action,
23     Use case and Stereotype diagrams.</p>
24     <img src="images/shot1.png" alt="main screen"/>
25     <p>Gaphor has loaded it's UML meta-model. Gaphor can alter its own data
26     model.</p>
27
28     <img src="images/shot2.png" alt="main screen"/>
29     <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>
30
31     <img src="images/gaphor_on_osx.png" alt="main screen"/>
32     <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>
33
34     <img src="images/gaphor_on_win32.png" alt="main screen"/>
35     <p>Gaphor is running on Windows XP here. It was not easy, but it can work.</p>
36
37   </div>
38 </body>
39 </html>
40
Note: See TracBrowser for help on using the browser.