Added the API from the docs directory. Updated the stylesheet with header styles. Noted in the news that the API is now online. Updated the user and developer info pages with a better looking "Documentation" section.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@438 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
puggles 2003-12-31 03:21:06 +00:00
parent be6350a54f
commit 19a2b0f841
5 changed files with 1962 additions and 10 deletions

View File

@ -33,10 +33,11 @@ Or
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freeglut co freeglut</blockquote>
<div class="textheader">Documentation</div>
<p>Installation<br>
<a href="/docs/install.php">How to install freeglut on various platforms</a></p>
<p>Programming API<br>
<a href="/docs/api.php">How to use freeglut in your applications</a></p>
<h2><a href="/docs/install.php">The Installation Instructions.</a></h2>
<p class="indent">How to install freeglut on various platforms.</p>
<h2><a href="/docs/api.php">The Application Programming Interface Documentation</a></h2>
<p class="indent">How to use freeglut in your applications.</p>
<?PHP
generateFooter();

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,26 @@ BLOCKQUOTE {
width: 100%;
}
H1 {
font-size: 1.4em;
border-bottom: 1px #111166 solid ;
width: 100%;
padding-top: 5px;
}
H2 {
font-size: 1.2em;
border-bottom: 1px #999999 solid ;
width: 100%;
padding-left: 3px;
}
H3 {
font-size: 1.1em;
padding-left: 6px;
}
.indent {
margin-left: 20px;
}

View File

@ -13,6 +13,11 @@ setPageTitle("News");
generateHeader($_SERVER['PHP_SELF']);
?>
<div class="news-item">
<div class="news-header">API is now online! [30 Decmber 2003]</div>
<p>The <a href="/docs/api.php">Application Programming Interface</a> documentation is now online, in addition to being distributed with the tarball. There have been a few changes to freeglut since the last update to the API documentation, and if anyone would like to make the appropriate updates, the whole project would appreciate it. Despite that, it's nearly wholly up-to-date. Please make good use of it.</p>
</div>
<div class="news-item">
<div class="news-header">freeglut 2.2.0 Released [12 Decmber 2003]</div>
<p>The freeglut Project proudly announces freeglut 2.2.0. This version contains:</p>

View File

@ -24,10 +24,11 @@ This is OpenGL at its finest.</div>
<p><a href="/help.php">How You Can Help</a></p>
<div class="textheader">Documentation</div>
<p>Installation<br>
<a href="/docs/install.php">How to install freeglut on various platforms</a></p>
<p>Programming API<br>
<a href="/docs/api.php">How to use freeglut in your applications</a></p>
<h2><a href="/docs/install.php">The Installation Instructions.</a></h2>
<p class="indent">How to install freeglut on various platforms.</p>
<h2><a href="/docs/api.php">The Application Programming Interface Documentation</a></h2>
<p class="indent">How to use freeglut in your applications.</p>
<?PHP