Modifying the web pages to give news of the new release

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@969 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2012-01-02 13:37:46 +00:00
parent 82ba0308b9
commit 78f090f23b
2 changed files with 19 additions and 2 deletions

View File

@ -31,20 +31,25 @@ generateHeader($_SERVER['PHP_SELF']);
<p>There are some additional features such as a larger set of predefined shapes for use in applications.</p>
<div class="textheader"><a name="download"></a>Downloads...</div>
<p>Below are file links for the freeglut project. README files are included. You can also check the install documentation. The <a href="http://freeglut.svn.sourceforge.net/viewvc/freeglut/trunk/freeglut/freeglut/ChangeLog?view=log">up-to-date freeglut ChangeLog is available here</a>. Have fun!</p>
<p>Below are file links for the freeglut project. README files are included. You can also check the install documentation. The not-quite <a href="http://freeglut.svn.sourceforge.net/viewvc/freeglut/trunk/freeglut/freeglut/ChangeLog?view=log">up-to-date freeglut ChangeLog is available here</a>. Have fun!</p>
<div class="indent">
<div class="textheader">Testing Releases</div>
<!--
<p>Version 2.8.0, Release Candidate 4 was released on Wednesday, December 21, 2011.</p>
<p>
<a href="http://freeglut.svn.sourceforge.net/viewvc/freeglut/tags/FG_2_8_0_RC4.tar.gz">Freeglut 2.8.0 Release Candidate 4</a> [<i>Released: 21 Dec 2011</i>]<br/>
</p>
-->
<p>There are no presently active testing releases.
</p>
</div>
<div class="indent">
<div class="textheader">Stable Releases</div>
<p>
<a href="http://prdownloads.sourceforge.net/freeglut/freeglut-2.8.0.tar.gz?download">Freeglut 2.8.0</a> [<i>Released: 2 January 2012</i>]<br/>
<a href="http://prdownloads.sourceforge.net/freeglut/freeglut-2.6.0.tar.gz?download">Freeglut 2.6.0</a> [<i>Released: 27 November 2009</i>]<br/>
<a href="http://prdownloads.sourceforge.net/freeglut/freeglut-2.4.0.tar.gz?download">Freeglut 2.4.0</a> [<i>Released: 9 June 2005</i>]<br/>
<a href="http://prdownloads.sourceforge.net/freeglut/freeglut-2.2.0.tar.gz?download">Freeglut 2.2.0</a> [<i>Released: 12 December 2003</i>]<br/>

View File

@ -8,6 +8,19 @@ setPageTitle("News");
generateHeader($_SERVER['PHP_SELF']);
?>
<div class="news-item">
<div class="news-header">freeglut 2.8.0 Released [2 January 2012]</div>
<p>After two years of quiet maintenance, a new version of "freeglut" has been released. Here are some of the major changes:</p>
<ul>
<li>There are now callbacks to support multitouch capability.</li>
<li>Solaris and OSX support have improved.</li>
<li>Fullscreen mode and Game mode behave better.</li>
<li>Addition of Visual Studio 2010 projects &amp; solutions.</li>
<li>Many bugs have been fixed.</li>
</ul>
<p>Visit the downloads section to get your hands on the latest release.</p>
</div>
<div class="news-item">
<div class="news-header">freeglut 2.6.0 Released [27 November 2009]</div>
<p>The long awaited 2.6.0 release has arrived! This release features:</p>
@ -18,7 +31,6 @@ generateHeader($_SERVER['PHP_SELF']);
<li>Addition of Visual Studio 2008 projects &amp; solutions.</li>
<li>Many other fixes.</li>
</ul>
<p>Visit the downloads section to get your hands on the latest release.</p>
</div>
<div class="news-item">