Author: matt Date: 2010-03-05 13:20:25 -0800 (Fri, 05 Mar 2010) New Revision: 555 Log: Changed order for sn access in FLTK download page.
Modified: trunk/software.php Modified: trunk/software.php =================================================================== --- trunk/software.php 2010-02-27 13:55:15 UTC (rev 554) +++ trunk/software.php 2010-03-05 21:20:25 UTC (rev 555) @@ -178,27 +178,25 @@ <h2><a name='SVN'>Subversion Access</a></h2> -<p>The FLTK software is available via Subversion using the -following URL:</p> +<p>The FLTK software is available via Subversion. The current active development +branch is FLTK-1.3. This can be checked out of Subversion using the +following command:</p> <pre> - <a href='http://svn.easysw.com/public/fltk/'>http://svn.easysw.com/public/fltk/</a> + <kbd>svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.3/ fltk-1.3</kbd> </pre> -<p>The following command can be used to checkout the current -FLTK 2.0 source from Subversion:</p> +<p>The previous experimental and now inactive branch is FLTK-2.0. +If you really need access, you can check this out using:</p> <pre> - <kbd>svn co http://svn.easysw.com/public/fltk/fltk/trunk/ fltk</kbd> + <a href='http://svn.easysw.com/public/fltk/'>http://svn.easysw.com/public/fltk/ fltk-2.0</a> </pre> -<p>The FLTK 1.3 source can be checked out using the following -command:</p> +<p>For further explanation about the different versions of FLTK, +please see the FAQ at +<a href='http://www.fltk.org/articles.php?L825'>http://www.fltk.org/articles.php?L825</a>. -<pre> - <kbd>svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.3/ fltk-1.3</kbd> -</pre> - <p>Developers with write access must use <tt>https</tt> instead of <tt>http</tt> to commit changes. For more information on using Subversion, see the <a href='svn.php'>Subversion _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
