[wpdev-commits] xmlscripts/documentation/templates index.html,NONE,1.1
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-06-26 18:57:44
|
Update of /cvsroot/wpdev/xmlscripts/documentation/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12097/templates Added Files: index.html Log Message: Index file generation. --- NEW FILE: index.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Wolfpack Reference</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> <link href="style.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- a:link { color: #0000FF; text-decoration: none; } a:visited { text-decoration: none; color: #0000FF; } a:hover { text-decoration: underline; } a:active { text-decoration: none; } --> </style></head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#004B2C"><a href="index.html"><img src="top_logo.jpg" width="586" height="87" border="0"/></a></td> </tr> <tr> <td height="3" bgcolor="#999999"><img src="spacer.gif" width="1" height="3" /></td> </tr> </table> <div align="center"> <p> <span class="maintitle">Wolfpack Reference </span></p> <table width="740" border="0" cellspacing="3" cellpadding="2"> <tr align="left" valign="top"> <td width="33%" class="text"> <div align="left"> <span class="sectiontitle">INGAME COMMANDS</span><br /> These commands can be used by players, gms and admins while in the game. This section gives you an overview over all available commands and how to use them.<br /> <a href="commands.html">Read more... ({COMMANDS} commands)</a><br /> <br /> </div> </td> <td width="33%" class="text"> <span class="sectiontitle">SCRIPTING OBJECTS</span><br /> This section of the documentation gives you an overview over available wolfpack specific objects, their properties and methods and in some cases how to create them.<br /> <a href="objects.html">Read more... ({OBJECTS} objects)</a> </td> <td width="33%" class="text"> <span class="sectiontitle">SCRIPTING LIBRARY</span><br /> Wolfpack comes with a sophisticated library of scripts. This section of the documentation provides an overview over the library and its functions.<br /> <a href="#">Read more... </a> </td> </tr> </table> <hr width="740" size="1" noshade="noshade" /> <table width="740" border="0" cellpadding="2" cellspacing="3"> <tr align="left" valign="top"> <td width="33%" class="text"> <span class="sectiontitle">SCRIPTING EVENTS</span><br /> This section describes the events your scripts will be notified about.<br /> <a href="events.html">Read more... ({EVENTS} events)</a><br /> </td> <td width="33%" class="text"> <span class="sectiontitle">DEFINITION TAGS</span><br /> This section provides an overview over the tags used in the Wolfpack XML definitions. <a href="#">Read more...</a> </td> <td width="33%" class="text"> <span class="sectiontitle">MISCELLANEOUS</span><br /> Miscelleneous information can be found in this section. Links, configuration and setup among other things.<br /> <a href="#">Read more...</a> </td> </tr> </table> <br /> <br> <span class="smalltext">Generated: {GENERATED} | Version: {VERSION}</span> <br /> <span class="smalltext">© 2004 Wolfpack Team | <a href="http://www.wpdev.org" target="_blank">http://www.wpdev.org</a></span> </div> </body> </html> |