Author: matt
Date: 2011-09-17 06:22:09 -0700 (Sat, 17 Sep 2011)
New Revision: 636
Log:
Slowly adding FLTK 3 to the web site interface.

Modified:
   trunk/roadmap.php
   trunk/software.php

Modified: trunk/roadmap.php
===================================================================
--- trunk/roadmap.php   2011-08-26 17:41:00 UTC (rev 635)
+++ trunk/roadmap.php   2011-09-17 13:22:09 UTC (rev 636)
@@ -22,7 +22,9 @@
            ."namespaces which provides support for UTF-8 (Unicode) text, "
           ."enhanced UI scheme support and device and OS abstraction for "
           ."easier porting and better printing and off-screen rendering "
-          ."support."
+          ."support.",
+  "3.0"  => "FLTK 3.0 combines the stability of FLTK 1.3 with a more modern "
+          ."API based on FLTK 2.0. It is currently in pre-alpha state."
 );
 
 html_header("Development Roadmap");

Modified: trunk/software.php
===================================================================
--- trunk/software.php  2011-08-26 17:41:00 UTC (rev 635)
+++ trunk/software.php  2011-09-17 13:22:09 UTC (rev 636)
@@ -188,6 +188,16 @@
     <kbd>svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.3/ 
fltk-1.3</kbd>
 </pre>
 
+<p>The newest development branch is FLTK-3.0. It is in pre-alpha stage, but 
already worth a look.
+Contributions are gladly accepted. FTLK 3.0 can be checked out of Subversion 
using the 
+following command:</p>
+
+<pre>
+    <a href='http://svn.easysw.com/public/fltk/fltk/branches/branch-3.0/'>
+    http://svn.easysw.com/public/fltk/fltk/branches/branch-1.3/</a>
+    <kbd>svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-3.0/ 
fltk-3.0</kbd>
+</pre>
+
 <p>The previous experimental and <i>now inactive</i> branch is FLTK-2.0.
 If you really need access, you can check this out using:</p>
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to