Clarify file types

This commit is contained in:
Diomidis Spinellis 2012-05-13 20:57:09 +03:00
parent 76172b583f
commit d5d31d7bc6
1 changed files with 3 additions and 3 deletions

View File

@ -7,15 +7,15 @@ You can use it to subscribe and post comments.
The current version of UMLGraph is VERSION.
You can download UMLGraph from the following links:
<ul>
<li> <a href="UMLGraph-VERSION.tar.gz">UmlGraph package version VERSION - .tar.gz</a>
<li> <a href="UMLGraph-VERSION.tar.gz">UmlGraph package version VERSION as a .tar.gz file</a>
(compressed tar file containing the source code, the compiled doclet,
and the complete documentation in HTML format).
</li>
<li> <a href="UMLGraph-VERSION.zip">UmlGraph package version VERSION - .zip</a>
<li> <a href="UMLGraph-VERSION.zip">UmlGraph package version VERSION as a .zip file</a>
(zip file containing the source code, the compiled doclet,
and the complete documentation in HTML format).
</li>
<li> <a href="jars/UmlGraph-VERSION.jar">UmlGraph binary - UmlGraph-VERSION.jar</a>
<li> <a href="jars/UmlGraph-VERSION.jar">UmlGraph binary - UmlGraph-VERSION as a .jar file</a>
(jar file containing only the UmlGraph classes;
please use this only for pulling UmlGraph into other projects).
</li>