diff --git a/README.mediawiki b/README.mediawiki new file mode 100644 index 0000000..137cb36 --- /dev/null +++ b/README.mediawiki @@ -0,0 +1,21 @@ +==UMLGraph - Declarative Drawing of UML Diagrams== + +''UMLGraph'' allows the declarative specification and drawing of +UML diagrams. +You can browse the system's documentation +through [[http://umlgraph.org/doc/index.html this link]], +or print it through [[http://umlgraph.org/doc/indexw.html this link]]. + +To install the elements required to run ''UMLGraph'', simply copy +the contents of the ```lib``` directory to a location consistent with +your installation's conventions (for example to /usr/local/lib). + +To compile the Java doclet from the source code run ```ant``` on the +```build.xml``` file. + +If you change the source code, you can run regression tests by +executing ```ant test```. + +Visit the project's [[http://www.umlgraph.org home page] for more information. + +Diomidis Spinellis - November 2005, August 2008, April 2012 diff --git a/README.txt b/README.txt index 28325c8..f675266 100644 --- a/README.txt +++ b/README.txt @@ -16,7 +16,6 @@ If you change the source code, you can run regression tests by executing "ant test". Project home page: http://www.umlgraph.org +GitHub page: git@github.com:dspinellis/UMLGraph.git -Diomidis Spinellis - November 2005, August 2008 - -$Id$ +Diomidis Spinellis - November 2005, August 2008, April 2012 diff --git a/web/download.html b/web/download.html index dcc165c..2787243 100644 --- a/web/download.html +++ b/web/download.html @@ -23,6 +23,15 @@ please use this only for pulling UmlGraph into other projects). +

Source Code Repository

+The +UMLGraph source code repository +is available on GitHub. +You can clone it by running the following command. +
+git clone git@github.com:dspinellis/UMLGraph.git
+
+

Older Versions

These are links to old versions of UMLGraph, that may be useful to people running older versions of the Java runtime environment.