From 1fe055088aff3d06966b7a70c066e6bad4419240 Mon Sep 17 00:00:00 2001 From: puggles Date: Sat, 13 Dec 2003 04:47:12 +0000 Subject: [PATCH] Undo the pseudo-module now that I've added a real web-src module git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@401 7f0cb862-5218-0410-a997-914c9d46530a --- .gitattributes | 3 - freeglut/web-src/freeglut-style.css | 89 ----------------------------- freeglut/web-src/index.php | 43 -------------- freeglut/web-src/template.php | 29 ---------- 4 files changed, 164 deletions(-) delete mode 100644 freeglut/web-src/freeglut-style.css delete mode 100644 freeglut/web-src/index.php delete mode 100644 freeglut/web-src/template.php diff --git a/.gitattributes b/.gitattributes index cc41260..d4722f1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -85,6 +85,3 @@ 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/freeglut-style.css svn_keywords=Author+Date+Id+Revision -freeglut/web-src/index.php svn_keywords=Author+Date+Id+Revision -freeglut/web-src/template.php svn_keywords=Author+Date+Id+Revision diff --git a/freeglut/web-src/freeglut-style.css b/freeglut/web-src/freeglut-style.css deleted file mode 100644 index 313f7f8..0000000 --- a/freeglut/web-src/freeglut-style.css +++ /dev/null @@ -1,89 +0,0 @@ -BODY { - margin-top: 0px ; - background-color: #FFFFFF; - color: #000000; -} - -A { - text-decoration: none; - color: #DDAADD; -} - -A.hover { - text-decoration: underline; -} - -BLOCKQUOTE { - color: #FFFFFF ; - border: 2px #222222 solid ; - background-color: #333333 ; - padding: 3px; -} - -.textheader { - font-size: 1.4em; - border-bottom: 1px #111166 solid ; - width: 100%; -} - -.navbar-left { - color: #000000 ; - background-color: #333333 ; - position: absolute ; - left: 0px ; - width: 100px ; - float: left ; - border: 2px #222222 solid ; -} - -.navbar-header { - font-size: 1.2em; - color: #AAAAAA; - background-color: transparent; - text-align: center; -} - -.navbar-item { - font-size: 1.0em ; - color: #FFFF00 ; - background-color: transparent ; - border: 1px #111111 solid ; - margin-top: 0px; - padding: 3px; - text-align: center; -} - -.smallblock { - font-size: 1.0em; - color: #FFFFFF; - background-color: #221A22; - border: 1px #111111 solid ; - padding: 2px; -} - -.main-side { - margin-left: 110px; - margin-right: 10px; -} - -.title { - font-size: 1.8em; - color: #FFFFFF; - background-color: transparent; - padding: 5px; - text-align: center; -} - -.block { - font-size: 1.0em; - border: 2px #333333 solid ; - padding: 3px; - background-color: #111111; -} - -.block-title { - font-size: 1.4em; - border: 2px #665533 solid ; - padding: 3px; - background-color: #333333; -} \ No newline at end of file diff --git a/freeglut/web-src/index.php b/freeglut/web-src/index.php deleted file mode 100644 index 022328a..0000000 --- a/freeglut/web-src/index.php +++ /dev/null @@ -1,43 +0,0 @@ - - -
What?
-

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.

-

GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions.

-

freeglut is released under the X-Consortium license.

- -
Why?
-

The original GLUT library seems to have been abandoned with the most recent version (3.7) dating back to August 1998. It's license does not allow anyone to distribute modified library code. This would be OK, if not for the fact that GLUT is getting old and really needs improvement. Also, GLUT's license is incompatible with some software distributions (eg Xfree86).

- -
Who?
-

freeglut was originally written by Pawel W. Olszta with contributions from Andreas Umbach and Steve Baker. Steve is now the official owner/maintainer of freeglut.

- -
When?
-

Pawel started freeglut development on December 1st, 1999. The project is now a virtually 100% replacement for the original GLUT with only a few departures (such as the abandonment of SGI-specific features such as the Dials&Buttons box and Dynamic Video Resolution).

- -
Downloads...
-

Below are file links for the freeglut project. README files are included, or you can check the install documentation. Have fun!

- -
Prepackaged Releases
-

The freeglut project does not support packaged versions of freeglut excepting, of course, the tarballs distributed here. However, various members of the community have put time and effort into providing source or binary rollups, and we thank them for their efforts. Here's a list which is likely incomplete:

-

Andy Piper's RedHat Fedora RPMs

-

If you have problems with these packages, please contact their maintainers - we of the freeglut team probably can't help.

- -
Questions?
-

Don't be afraid to ask for help. We don't bite. Much.

-

Send freeglut related questions to the appropriate freeglut mailing list:

- - - - - - \ No newline at end of file diff --git a/freeglut/web-src/template.php b/freeglut/web-src/template.php deleted file mode 100644 index 943792d..0000000 --- a/freeglut/web-src/template.php +++ /dev/null @@ -1,29 +0,0 @@ - - - - <? echo $title ?> - - - - - - - \ No newline at end of file