diff --git a/.gitattributes b/.gitattributes index 9e84916..63c1a3c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -85,9 +85,12 @@ freeglut/freeglut/src/templates/cpp_template svn_keywords=Author+Date+Id+Revisio freeglut/freeglut/src/templates/header_template svn_keywords=Author+Date+Id+Revision freeglut/freeglut/stamp-h svn_keywords=Author+Date+Id+Revision freeglut/freeglut/stamp-h.in svn_keywords=Author+Date+Id+Revision +freeglut/web-src/basic_page.php svn_keywords=Author+Date+Id+Revision +freeglut/web-src/dinfo.php svn_keywords=Author+Date+Id+Revision freeglut/web-src/docs/api.php svn_keywords=Author+Date+Id+Revision freeglut/web-src/docs/install.php svn_keywords=Author+Date+Id+Revision freeglut/web-src/freeglut-style.css svn_keywords=Author+Date+Id+Revision +freeglut/web-src/help.php svn_keywords=Author+Date+Id+Revision freeglut/web-src/images/OGL.png svneol=native#unset svn_keywords=Author+Date+Id+Revision freeglut/web-src/images/chessdemo.png svneol=native#unset svn_keywords=Author+Date+Id+Revision freeglut/web-src/images/freeglut_logo.png svneol=native#unset svn_keywords=Author+Date+Id+Revision @@ -95,4 +98,7 @@ freeglut/web-src/images/freeglut_logo.xcf svneol=native#unset svn_keywords=Autho freeglut/web-src/images/freeglut_text.xcf svneol=native#unset svn_keywords=Author+Date+Id+Revision freeglut/web-src/images/tuxcake.png svneol=native#unset svn_keywords=Author+Date+Id+Revision freeglut/web-src/index.php svn_keywords=Author+Date+Id+Revision +freeglut/web-src/news.php svn_keywords=Author+Date+Id+Revision +freeglut/web-src/progress.php svn_keywords=Author+Date+Id+Revision freeglut/web-src/template.php svn_keywords=Author+Date+Id+Revision +freeglut/web-src/uinfo.php svn_keywords=Author+Date+Id+Revision diff --git a/freeglut/web-src/basic_page.php b/freeglut/web-src/basic_page.php new file mode 100644 index 0000000..12ed674 --- /dev/null +++ b/freeglut/web-src/basic_page.php @@ -0,0 +1,22 @@ +1; $slashes--) { $require_target .= "../"; } +$require_target .= "template.php"; +require($require_target); + +# Now set the title of the page: +setPageTitle("Basic Page"); + +# Make the header. +generateHeader($_SERVER['PHP_SELF']); +?> + +
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.
+ + + \ No newline at end of file diff --git a/freeglut/web-src/dinfo.php b/freeglut/web-src/dinfo.php new file mode 100644 index 0000000..d27154f --- /dev/null +++ b/freeglut/web-src/dinfo.php @@ -0,0 +1,41 @@ +1; $slashes--) { $require_target .= "../"; } +$require_target .= "template.php"; +require($require_target); + +# Now set the title of the page: +setPageTitle("Info for Developers"); + +# Make the header. +generateHeader($_SERVER['PHP_SELF']); +?> + +Below you'll find how to get the latest CVS copy, API documentation, and probably some ideas on why you should use freeglut.
+ +Review current feature requests +Review current bug reports
+ + +To check out the most up to date development copy of freeglut, issue the following commands at your command line. When prompted for a password for anonymous, simply press the Enter key.
+ +cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freeglut login+ +
+cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freeglut co freeglut
Installation
+How to install freeglut on various platforms
Programming API
+How to use freeglut in your applications
Free software projects depend on the community around them for their growth. It's by contributions that truly wonderful pieces of open and free software come to be.
+ +Contributions can be nearly anything. The point is involvement!
+ +Examples:
+But simply, become involved! +The project is not just software, it's the people that contribute, too.
+ + \ No newline at end of file diff --git a/freeglut/web-src/news.php b/freeglut/web-src/news.php new file mode 100644 index 0000000..d722469 --- /dev/null +++ b/freeglut/web-src/news.php @@ -0,0 +1,88 @@ +1; $slashes--) { $require_target .= "../"; } +$require_target .= "template.php"; +require($require_target); + +# Now set the title of the page: +setPageTitle("News"); + +# Make the header. +generateHeader($_SERVER['PHP_SELF']); +?> + +The freeglut Project proudly announces freeglut 2.2.0. This version contains:
+[Read the full ChangeLog.]
+ +Click the Downloads link on the left and enjoy!
+ +2.0.1 fixes a number of bugs with menus, especially in Linux.
+freeglut 2.0.0 marks the first true departure from Mark Kilgard's original GLUT library, adding much-requested features while still retaining not only 100% backward compatibility with older implementations of GLUT, but all the polish of the original -- and more!
+ +This isn't the GLUT you remember.
+ +This is an incomplete list -- there are simply too many improvements to write!
+General Improvements:
+XFree86 GameMode improvements:
+Win32 GameMode improvements:
+If you like freeglut, think about helping out with the project. There's always more to be done to enhance the library!
+ +Documentation, example programs, suggestions for improvement -- they're all needed.
+ +Look at the "How You Can Help" section on the left for ideas on how you can do your part!
+ +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.
+ + + \ No newline at end of file diff --git a/freeglut/web-src/uinfo.php b/freeglut/web-src/uinfo.php new file mode 100644 index 0000000..1b8ceff --- /dev/null +++ b/freeglut/web-src/uinfo.php @@ -0,0 +1,35 @@ +1; $slashes--) { $require_target .= "../"; } +$require_target .= "template.php"; +require($require_target); + +# Now set the title of the page: +setPageTitle("Information for Users"); + +# Make the header. +generateHeader($_SERVER['PHP_SELF']); +?> + +freeglut started as a GLUT clone, but now it's something much better than that. It's a GLUT replacement. Here are the features you have wanted -- and if you have ideas for more, share them!
+Below, find documentation for freeglut...
+ +Installation
+How to install freeglut on various platforms
Programming API
+How to use freeglut in your applications