root/trunk/docs/index.html

Revision 149, 414 bytes (checked in by aldacron, 2 years ago)

* integrated h3r3tic's new loader interface
* added DerelictOGG and DerelictVorbis?
* added JoeCoder?'s style sheet for the docs
* updated, corrected, and rewrote large portions of the documentation
* added two placeholder doc pages - terms.html and derelictify.html
* added JoeCoder?'s Linux bug fixes to buildme.d
* removed example.d from all package directories
* added JoeCoder?'s vorbisfile_example.d to /examples

  • Property svn:mime-type set to text/html
  • Property svn:mim-type set to text/html
Line 
1 <html lang="en">
2 <head>
3     <title>Derelict Documentation</title>
4     <link rel="stylesheet" type="text/css" href="styles.css">
5 </head>
6
7 <frameset cols="20%,*">
8     <frame src="toc.html" title="Table of Contents">
9     <frame src="index_a.html" title="About Derelict" name="view_frame">
10 </frameset>
11
12 <noframes>
13     <body>
14     <ul>
15     <li><a href="index_a.html">About Derelict</a>
16     </ul>
17     </body>
18 </noframes>
19 </html>
Note: See TracBrowser for help on using the browser.