Difference between revisions of "Docintro"

From VNUML-WIKI
Jump to: navigation, search
Line 18: Line 18:
 
Old documentation:
 
Old documentation:
  
* Old 1.6 documentation: [http://jungla.dit.upm.es/~vnuml/doc/1.6/tutorial/index.html tutorial], [http://jungla.dit.upm.es/~vnuml/doc/1.6/install/index.html installation], [http://jungla.dit.upm.es/~vnuml/doc/1.6/user/index.html user manual], [http://jungla.dit.upm.es/~vnuml/doc/1.6/reference/index.html language reference].
+
* v1.6: [http://jungla.dit.upm.es/~vnuml/doc/1.6/tutorial/index.html tutorial], [http://jungla.dit.upm.es/~vnuml/doc/1.6/install/index.html installation], [http://jungla.dit.upm.es/~vnuml/doc/1.6/user/index.html user manual], [http://jungla.dit.upm.es/~vnuml/doc/1.6/reference/index.html language reference].
* Old 1.5 documentation: [http://jungla.dit.upm.es/~vnuml/doc/1.5/tutorial/index.html tutorial], [http://jungla.dit.upm.es/~vnuml/doc/1.5/install/index.html installation], [http://jungla.dit.upm.es/~vnuml/doc/1.5/user/index.html user manual], [http://jungla.dit.upm.es/~vnuml/doc/1.5/reference/index.html language reference].
+
* v1.5: [http://jungla.dit.upm.es/~vnuml/doc/1.5/tutorial/index.html tutorial], [http://jungla.dit.upm.es/~vnuml/doc/1.5/install/index.html installation], [http://jungla.dit.upm.es/~vnuml/doc/1.5/user/index.html user manual], [http://jungla.dit.upm.es/~vnuml/doc/1.5/reference/index.html language reference].
* Old 1.4 documentation: [http://jungla.dit.upm.es/~vnuml/doc/1.4/tutorial/index.html tutorial], [http://jungla.dit.upm.es/~vnuml/doc/1.4/install/index.html installation], [http://jungla.dit.upm.es/~vnuml/doc/1.4/user/index.html user manual], [http://jungla.dit.upm.es/~vnuml/doc/1.4/reference/index.html language reference].
+
* v1.4: [http://jungla.dit.upm.es/~vnuml/doc/1.4/tutorial/index.html tutorial], [http://jungla.dit.upm.es/~vnuml/doc/1.4/install/index.html installation], [http://jungla.dit.upm.es/~vnuml/doc/1.4/user/index.html user manual], [http://jungla.dit.upm.es/~vnuml/doc/1.4/reference/index.html language reference].
* Old 1.3 documentation: [http://jungla.dit.upm.es/~vnuml/doc/1.3/tutorial/index.html tutorial], [http://jungla.dit.upm.es/~vnuml/doc/1.3/install/index.html installation], [http://jungla.dit.upm.es/~vnuml/doc/1.3/user/index.html user manual], [http://jungla.dit.upm.es/~vnuml/doc/1.3/reference/index.html language reference].
+
* v1.3: [http://jungla.dit.upm.es/~vnuml/doc/1.3/tutorial/index.html tutorial], [http://jungla.dit.upm.es/~vnuml/doc/1.3/install/index.html installation], [http://jungla.dit.upm.es/~vnuml/doc/1.3/user/index.html user manual], [http://jungla.dit.upm.es/~vnuml/doc/1.3/reference/index.html language reference].

Revision as of 04:39, 10 February 2007

VNUML Documentation

VNUML documentation is made of the following documents (updated to 1.7):

If you come to VNUML for the first time, you should start with the tutorial to get an overview about VNUML philosophy and fetaures. A FAQ is also provided.

If you want to know how VNUML works internally or plan to modify it, vnumlparser.pl code itself it a good documentation source for developers. Please, let us know about any modifications you do, in order to include them in future versions.

IMPORTANT NOTE: documentation (specially the Tutorial) has been written considering VNUML installed VNUML with the .deb package. Therefore, /usr/share and /var/ are used as prefix in file asbolute pathnames. If you have installed from .tar.gz, you have to use /usr/local/share and /var/local. However, note that installation scripts in the .tar.gz are smart enough to set the right ubications in the examples in /usr/local/share examples.

Old documentation: