Add a placeholder message until we update this page with real progress and timeline information.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@405 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
8407d17ee9
commit
280fb4a52f
@ -7,14 +7,14 @@ $require_target .= "template.php";
|
||||
require($require_target);
|
||||
|
||||
# Now set the title of the page:
|
||||
setPageTitle("Basic Page");
|
||||
setPageTitle("A Look At Progress");
|
||||
|
||||
# Make the header.
|
||||
generateHeader($_SERVER['PHP_SELF']);
|
||||
?>
|
||||
|
||||
<div class="textheader">What?</div>
|
||||
<p>freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, universally available and highly portable.</p>
|
||||
<div class="textheader">Future Goals</div>
|
||||
<p>This still needs filling in, but be assured it will contain something like, "become an even better library."</p>
|
||||
|
||||
|
||||
<?PHP
|
||||
|
Reference in New Issue
Block a user