Changeset 783
- Timestamp:
- 02/23/06 03:02:26 (3 years ago)
- Files:
-
- trunk/homepage/download.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/homepage/download.php
r581 r783 6 6 <?php 7 7 include "func.php"; 8 $latest_release = "0. 7.0";9 $gnome_python_version = "2. 0";10 $python_version = "2. 2.1";8 $latest_release = "0.8.1"; 9 $gnome_python_version = "2.8"; 10 $python_version = "2.4.0"; 11 11 $libxml_version = "2.4.21"; 12 $diacanvas_version = "0.14. 2";12 $diacanvas_version = "0.14.3"; 13 13 $automake_version = "1.6"; 14 14 ?> … … 38 38 <a href="http://www.python.org">python.org</a>.</p> 39 39 40 <h2> CVS</h2>41 <p>Those of you who do not fear can download the latest version from 42 <a href="http:// cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gaphor/">CVS</a>.40 <h2>Subversion</h2> 41 <p>Those of you who do not fear can download the latest version from the 42 <a href="http://svn.sourceforge.net/viewcvs.cgi/gaphor/">repository</a>. 43 43 You'll find instructions 44 <a href="http://sourceforge.net/ cvs/?group_id=42141">here</a>.</p>44 <a href="http://sourceforge.net/svn/?group_id=42141">here</a>.</p> 45 45 46 46 <h2>Requirements</h2>
