Add "you must subscribe before you can post to our mailing lists" and correctly capitalize "XFree86".

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@491 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
puggles 2004-03-18 18:43:08 +00:00
parent 13f6488430
commit 3e6bc9b199

View File

@ -21,7 +21,7 @@ generateHeader($_SERVER['PHP_SELF']);
<p>freeglut is released under the X-Consortium license.</p> <p>freeglut is released under the X-Consortium license.</p>
<div class="textheader">Why?</div> <div class="textheader">Why?</div>
<p>The original GLUT library seems to have been abandoned with the most recent version (3.7) dating back to August 1998. Its 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 (e.g., Xfree86).</p> <p>The original GLUT library seems to have been abandoned with the most recent version (3.7) dating back to August 1998. Its 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 (e.g., XFree86).</p>
<div class="textheader">Who?</div> <div class="textheader">Who?</div>
<p>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.</p> <p>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.</p>
@ -65,4 +65,7 @@ generateHeader($_SERVER['PHP_SELF']);
<li><a href="mailto:freeglut-bugs@lists.sourceforge.net">freeglut-bugs</a> [<a href="http://lists.sourceforge.net/lists/listinfo/freeglut-bugs">Subscribe</a>]</li> <li><a href="mailto:freeglut-bugs@lists.sourceforge.net">freeglut-bugs</a> [<a href="http://lists.sourceforge.net/lists/listinfo/freeglut-bugs">Subscribe</a>]</li>
</ul> </ul>
<p>Please note that <a href="http://sourceforge.net/mail/?group_id=1032">you must subscribe before you can post</a> to our mailing lists. Sorry for the inconvenience.</p>
<?php generateFooter(); ?> <?php generateFooter(); ?>