Add a News page. Remove explicit "index.html" from the wiki link in
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 25 May 2006 22:35:20 +0000 (22:35 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 25 May 2006 22:35:20 +0000 (22:35 +0000)
the nav bar.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1504 fdb21ef1-2011-0410-befe-b5e4ea1792b1

scons.org/includes/templates.php
scons.org/index.php
scons.org/news-raw.xhtml [new file with mode: 0644]
scons.org/news.php [new file with mode: 0644]

index 5c3aa92a2a97432241b6d75a6cede482c9501a1b..9ead69f4943dc7c2e2685ab51e02418e68d2a71e 100644 (file)
@@ -42,7 +42,7 @@ function make_top($title, $page)
 <div id="menu">
 <ul class="menuitems">
 <li><a href="."<?if(!strcmp($page,"home"))echo $currentpage;?>>Home</a></li>
-<li><a href="/wiki/index.html">Wiki</a></li>
+<li><a href="/wiki/">Wiki</a></li>
 <li><a href="download.php"<?if(!strcmp($page,"download"))echo $currentpage;?>>Download</a><br />
        <ul class="submenuitems">
        <li> <a href="<?echo $downloadpage;?>/scons-<?echo $currentrelease;?>.tar.gz">Tarball</a> </li>
@@ -78,6 +78,7 @@ function make_top($title, $page)
        <li><a href="http://scons.tigris.org/feature-request.html">Feature requests</a></li>
        </ul>
        </li>
+<li><a href="news.php"<?if(!strcmp($page,"news"))echo $currentpage;?>>News</a></li>
 <li><a href="links.php"<?if(!strcmp($page,"links"))echo $currentpage;?>>Links</a></li>
 <li><a href="contact.php"<?if(!strcmp($page,"contact"))echo $currentpage;?>>Contact</a></li>
 <li><a href="refer.php"<?if(!strcmp($page,"references"))echo $currentpage;?>>References</a></li>
index 74b3c370cd56cac3448ae1f25429f062a3461c3f..10f37c98bf370f8564e5e05a6d85be1704536328 100644 (file)
 <div id="bodycontent">
 <h2 class="pagetitle"> Latest News </h2>
 
+<h3>Tracking of SCons bug reports, patches and feature requests
+has moved to <a href="http://www.tigris.org">tigris.org</a>.</h3>
+<div class="date">21 May 2006</div>
+<div class="newsitem">
+After five years of tracking bug reports, patches and feature requests
+at our <a href="http://sourceforge.net/projects/scons/">SourceForge project page</a>,
+we've converted them all to our project
+<a href="http://scons.tigris.org/servlets/ProjectIssues">Issue Tracker</a>
+at
+<a href="http://www.tigris.org">tigris.org</a>.
+The goal is for this to provide improved management of work on the project.
+Many thanks to Greg Noel and Kevin Maples for making this happen.
+</div>
+
 <h3> SCons 0.96.92 (testing pre-release for 0.97) is available </h3>
 <div class="date">10 April 2006</div>
 <div class="newsitem">
@@ -33,66 +47,6 @@ Download it directly from the
 at SourceForge.
 </div>
 
-<h3> SCons 0.96.91 (testing pre-release for 0.97) is available </h3>
-<div class="date">8 September 2005</div>
-<div class="newsitem">
-Another testing pre-release has been made available.
-There will be more of these to get fixes out to the field
-while we continue to work on performance issues
-in anticipation of a wider 0.97 release.
-Download it directly from the
-<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>
-at SourceForge.
-</div>
-
-<h3> SCons 0.96.90 (testing pre-release for 0.97) is available </h3>
-<div class="date">15 February 2005</div>
-<div class="newsitem">
-SCons 0.96.90 contains a lot of features, bug fixes,
-and some greatly-anticipated improvements
-in performance and memory consumption.
-Because there have been a number of extensive changes
-to internal subsystems,
-this testing pre-release is intended to try to catch
-any last crucial bugs before releasing it officially as 0.97
-(to be released soon, we hope).
-You can download it directly from the
-<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>
-at SourceForge.
-See the <a href="RELEASE.txt">Relase Notes</a>
-for a description of how you can help test this release
-and an overview of important (interface- or behavior-changing) changes.
-See the
-<a href="CHANGES.txt">ChangeLog</a>
-for a complete list of all the new and fixed stuff.
-</div>
-
-<h3> New SCons Website Design </h3>
-<div class="date">28 September 2004</div>
-<div class="newsitem">
-SCons has unveiled a new design of its website,
-contributed by Keir Mierle.
-Please report any issues with the site to
-<a href="mailto:webmaster@scons.org">webmaster@scons.org</a>.
-</div>
-
-<h3> SCons 0.96.1 Released </h3>
-<div class="date">23 August 2004</div>
-<div class="newsitem">
-Bugfix release 0.96.1 fixes a handful of critical problems in 0.96.
-Consult your friendly neighborhood download page for more information,
-or use the Download quick links to the right.
-</div>
-
-<h3> SCons 0.96 Released </h3>
-<div class="date">18 August 2004</div>
-<div class="newsitem">
-Beta release 0.96 adds Fortran 90/95 support,
-better Qt support, platform-independent file manipulation actions,
-new debugging features and lots more.
-&nbsp;
-</div>
-
 <div class="quote">
 <div class="quotetext">
 "Doom3's Linux build system uses SCons. <tt>CC="ccache distcc g++-3.3"
diff --git a/scons.org/news-raw.xhtml b/scons.org/news-raw.xhtml
new file mode 100644 (file)
index 0000000..a41e09d
--- /dev/null
@@ -0,0 +1,93 @@
+<h3>Tracking of SCons bug reports, patches and feature requests
+has moved to <a href="http://www.tigris.org">tigris.org</a>.</h3>
+<div class="date">21 May 2006</div>
+<div class="newsitem">
+After five years of tracking bug reports, patches and feature requests
+at our <a href="http://sourceforge.net/projects/scons/">SourceForge project page</a>,
+we've converted them all to our project
+<a href="http://scons.tigris.org/servlets/ProjectIssues">Issue Tracker</a>
+at
+<a href="http://www.tigris.org">tigris.org</a>.
+The goal is for this to provide improved management of work on the project.
+Many thanks to Greg Noel and Kevin Maples for making this happen.
+</div>
+
+<h3> SCons 0.96.92 (testing pre-release for 0.97) is available </h3>
+<div class="date">10 April 2006</div>
+<div class="newsitem">
+Another testing pre-release has been made available.
+This is intended as the last testing pre-release before
+the .sconsign file changes significantly
+to (among other things)
+handle builds consistently
+when only a subset of a tree's
+dependency graph is used,
+as well as
+supporting more flexible detection of file changes.
+This pre-release
+also makes available more features and bug fixes
+that have accumulated since 0.96.91.
+Download it directly from the
+<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>
+at SourceForge.
+</div>
+
+<h3> SCons 0.96.91 (testing pre-release for 0.97) is available </h3>
+<div class="date">8 September 2005</div>
+<div class="newsitem">
+Another testing pre-release has been made available.
+There will be more of these to get fixes out to the field
+while we continue to work on performance issues
+in anticipation of a wider 0.97 release.
+Download it directly from the
+<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>
+at SourceForge.
+</div>
+
+<h3> SCons 0.96.90 (testing pre-release for 0.97) is available </h3>
+<div class="date">15 February 2005</div>
+<div class="newsitem">
+SCons 0.96.90 contains a lot of features, bug fixes,
+and some greatly-anticipated improvements
+in performance and memory consumption.
+Because there have been a number of extensive changes
+to internal subsystems,
+this testing pre-release is intended to try to catch
+any last crucial bugs before releasing it officially as 0.97
+(to be released soon, we hope).
+You can download it directly from the
+<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>
+at SourceForge.
+See the <a href="RELEASE.txt">Relase Notes</a>
+for a description of how you can help test this release
+and an overview of important (interface- or behavior-changing) changes.
+See the
+<a href="CHANGES.txt">ChangeLog</a>
+for a complete list of all the new and fixed stuff.
+</div>
+
+<h3> New SCons Website Design </h3>
+<div class="date">28 September 2004</div>
+<div class="newsitem">
+SCons has unveiled a new design of its website,
+contributed by Keir Mierle.
+Please report any issues with the site to
+<a href="mailto:webmaster@scons.org">webmaster@scons.org</a>.
+</div>
+
+<h3> SCons 0.96.1 Released </h3>
+<div class="date">23 August 2004</div>
+<div class="newsitem">
+Bugfix release 0.96.1 fixes a handful of critical problems in 0.96.
+Consult your friendly neighborhood download page for more information,
+or use the Download quick links to the right.
+</div>
+
+<h3> SCons 0.96 Released </h3>
+<div class="date">18 August 2004</div>
+<div class="newsitem">
+Beta release 0.96 adds Fortran 90/95 support,
+better Qt support, platform-independent file manipulation actions,
+new debugging features and lots more.
+&nbsp;
+</div>
diff --git a/scons.org/news.php b/scons.org/news.php
new file mode 100644 (file)
index 0000000..e609ff5
--- /dev/null
@@ -0,0 +1,21 @@
+<?
+       include "includes/templates.php";
+
+       error_reporting(E_ALL);
+
+       make_top("News", "news");
+?>
+
+<div id="bodycontent">
+<h2 class="pagetitle"> News </h2>
+
+<?
+
+include "news-raw.xhtml";
+
+?>
+
+</div> <!-- End bodycontent -->
+<?
+       make_bottom();
+?>