Author: matt
Date: 2011-05-28 09:47:35 -0700 (Sat, 28 May 2011)
New Revision: 615
Log:
Added schedule to home page
Modified:
trunk/index.php
Modified: trunk/index.php
===================================================================
--- trunk/index.php 2011-05-26 14:28:49 UTC (rev 614)
+++ trunk/index.php 2011-05-28 16:47:35 UTC (rev 615)
@@ -82,6 +82,20 @@
html_end_row();
html_end_table();
+html_start_table(array("Release Schedul"), "100%", "100%");
+html_start_row();
+
+?>
+
+<p>June 1st, 2011: Release Candidate 7, FLTK 1.3.0 RC 7</p>
+<p>June 8th, 2011: Final Release, FLTK 1.3.0</p>
+<p>June 8th, 2011: FLTK 3 core developer release and brain storm</p>
+
+<?
+
+html_end_row();
+html_end_table();
+
$poll = get_recent_poll();
if ($poll > 0)
{
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit