2004-01-05 16:44:52 +02:00
< ? php
require ( " template.php " );
2003-12-13 20:58:30 +02:00
# Now set the title of the page:
setPageTitle ( " How You Can Help " );
# Make the header.
generateHeader ( $_SERVER [ 'PHP_SELF' ]);
?>
2004-01-05 16:44:52 +02:00
< p ></ p >
< div class = " img-right " >
< img src = " images/OGL.png " alt = " OpenGL " />< br />
This is OpenGL at its finest .
</ div >
< div class = " textheader " > This is better than GLUT .</ div >
< p > 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 !</ p >
2003-12-13 20:58:30 +02:00
< div class = " textheader " > Everyone can help </ div >
2004-01-05 16:44:52 +02:00
< p >
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 .
</ p >
2003-12-13 20:58:30 +02:00
2004-01-05 16:44:52 +02:00
< p > Contributions can be nearly anything . The point is involvement !</ p >
2003-12-13 20:58:30 +02:00
< p > Examples :</ p >
< ul >
< li > Use freeglut in your projects !</ li >
< li > Tell us what you like .</ li >
< li > Tell us what you ' d change .</ li >
< li > Report bugs .</ li >
< li > Write documentation .</ li >
< li > Spread the word about the project .</ li >
< li > Join our development mailing list .</ li >
< li > If you changed a feature , send us a patch -- others might benefit from your work !</ li >
</ ul >
2004-01-05 16:44:52 +02:00
< p >
But simply , become involved !
The project is not just software , it ' s the people that contribute , too .
</ p >
< div class = " textheader " > We can always use a hand .</ div >
< p > Below you ' ll find how to get the latest CVS copy , API documentation ,
and probably some ideas on why you should use freeglut .</ p >
< div class = " textheader " > Go to SourceForge and ...</ div >
< ul >
< li >< a href = " http://sourceforge.net/tracker/?func=browse&group_id=1032&atid=351032 " > Review current feature requests </ a ></ li >
< li >< a href = " http://sourceforge.net/tracker/?func=browse&group_id=1032&atid=101032 " > Review current bug reports </ a ></ li >
</ ul >
< div class = " textheader " >< a name = " cvs " ></ a > Anonymous CVS Access </ div >
< p > 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 .</ p >
< pre >
cvs - d : pserver : anonymous @ cvs . sourceforge . net :/ cvsroot / freeglut login
cvs - z3 - d : pserver : anonymous @ cvs . sourceforge . net :/ cvsroot / freeglut co freeglut
</ pre >
< ? php generateFooter (); ?>