Changeset 157

Show
Ignore:
Timestamp:
06/19/06 11:36:06 (2 years ago)
Author:
aldacron
Message:

[docs]
* added ft.html (DerelictFT docs)
* fixed a few typos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/al.html

    r153 r157  
    1111<hr> 
    1212<h3>Introduction</h3> 
    13 DerelictAL is a D binding to the <a href="http://www.openal.org">OpenAL</a> 
     13DerelictAL is a D binding to the <a href="http://www.openal.org/">OpenAL</a> 
    1414library. 
    1515 
  • trunk/docs/derelictify.html

    • Property svn:mime-type set to text/html
  • trunk/docs/gl.html

    r153 r157  
    1111<hr> 
    1212<h3>Introduction</h3> 
    13 DerelictGL is a D binding to the <a href="http://www.opengl.org">OpenGL</a> 
     13DerelictGL is a D binding to the <a href="http://www.opengl.org/">OpenGL</a> 
    1414library. Currently, DerelictGL only exposes core OpenGL 1.1 functions. In order 
    1515to use features available in OpenGL versions greater than 1.1, you must use  
  • trunk/docs/glfw.html

    r149 r157  
    1111<hr> 
    1212<h3>Introduction</h3> 
    13 DerelictGLFW is a D binding to the <a href="http://glfw.sourceforge.net">GLFW</a> 
     13DerelictGLFW is a D binding to the <a href="http://glfw.sourceforge.net/">GLFW</a> 
    1414programming framework by Marcus Geelnard. GLFW is designed to be a free,  
    1515open source, portable framework for OpenGL application development. Currently, 
  • trunk/docs/index_a.html

    r149 r157  
    2727<li><a href="http://www.libsdl.org/projects/SDL_net/">SDL_net</a></li> 
    2828<li><a href="http://www.libsdl.org/projects/SDL_ttf/">SDL_ttf</a></li> 
     29<li><a href="http://www.freetype.org/">FreeType</a></li> 
    2930<li><a href="http://www.xiph.org/ogg">libogg</a></li> 
    3031<li><a href="http://www.xiph.org/vorbis">libvorbis</a></li> 
     
    182183<li><a href="sdlnet.html">DerelictSDLNet</a></li> 
    183184<li><a href="sdlttf.html">DerelictSDLttf</a></li> 
     185<li><a href="ft.html">DerelictFT</a></li> 
    184186<li><a href="ogg.html">DerelictOgg</a></li> 
    185187<li><a href="vorbis.html">DerelictVorbis</a></li> 
  • trunk/docs/ogg.html

    • Property svn:mime-type set to text/html
  • trunk/docs/sdl.html

    r149 r157  
    1111<hr> 
    1212<h3>Introduction</h3> 
    13 DerelictSDL is a D binding to Sam Lantinga's <a href="http://www.libsdl.org">Simple 
     13DerelictSDL is a D binding to Sam Lantinga's <a href="http://www.libsdl.org/">Simple 
    1414DirectMedia Layer</a>, a cross-platform multimedia library designed to provide 
    1515low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,  
  • trunk/docs/styles.css

    • Property svn:mime-type set to text/html
  • trunk/docs/terms.html

    • Property svn:mime-type set to text/html
  • trunk/docs/toc.html

    r149 r157  
    3030<li><a target="view_frame" href="sdlnet.html">DerelictSDLNet</a></li> 
    3131<li><a target="view_frame" href="sdlttf.html">DerelictSDLttf</a></li> 
     32<li><a target="view_frame" href="ft.html">DerelictFT</a></li> 
    3233<li><a target="view_frame" href="ogg.html">DerelictOgg</a></li> 
    3334<li><a target="view_frame" href="vorbis.html">DerelictVorbis</a></li> 
  • trunk/docs/vorbis.html

    • Property svn:mime-type set to text/html