Update of /cvsroot/wpdev/xmlscripts/documentation/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18555/templates
Added Files:
command.html commands.html event.html events.html object.html
Log Message:
New Templates for flat file documentation
--- NEW FILE: object.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;
}
.style2 {
color: #999999;
font-weight: bold;
}
-->
</style></head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#004B2C"><a href="./index.php"><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>
<a name="top"></a>
<div align="center">
<p><span class="maintitle">Wolfpack Object Reference </span></p>
<table width="780" border="0" cellspacing="3" cellpadding="0">
<tr valign="top">
<td class="text">
<p><span class="sectiontitle">OBJECT DESCRIPTION</span><br>
<br>
<strong>Name:</strong> {NAME}
<br>
<br>
{DESCRIPTION}
<br>
<strong>Methods:</strong>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
{METHODOVERVIEW}
</table>
<p>
<strong>Properties:</strong>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
{PROPERTYOVERVIEW}
</table>
<p><span class="sectiontitle">OBJECT METHODS</span><br>
<br>
{OBJECTMETHODS}
<span class="sectiontitle"><br>
<br>
OBJECT PROPERTIES </span><br>
<br>
{OBJECTPROPERTIES}
<br>
<br>
</td>
</tr>
<tr valign="top">
<td class="text"><a href="objects.html">Back to the Object Overview </a><a href="index.html"><br>
Back to the Wolfpack Reference</a></td>
</tr>
</table>
<br>
<span class="smalltext">© 2004 Wolfpack Team |
<a href="http://www.wpdev.org" target="_blank">http://www.wpdev.org</a></span>
</div>
</body>
</html>
--- NEW FILE: commands.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 Command Reference </span></p>
<table width="780" border="0" cellspacing="3" cellpadding="0">
<tr valign="top">
<td class="text">
<span class="sectiontitle">INGAME COMMANDS</span><br>
To use one of the commands in this section, you have to know about your <em>Command Prefix</em> first. The default command prefix is the character <strong>'</strong>, but you can change it to any character you like in your wolfpack.xml file. If you know your command prefix, simply prepend it to the name of the command and say it ingame. The command will then be executed. <br>
The name of the command is case insensitive.<br>
You can see a list of all available commands at the bottom of this page.<br><br>
</td>
</tr>
<tr valign="top">
<td class="text"><span class="sectiontitle">OTHER COMMANDS</span><br>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
{OVERVIEW}
</table><br> </td>
</tr>
<tr valign="top">
<td class="text"><a href="index.html">Back to the Wolfpack Reference</a></td>
</tr>
</table>
<br><span class="smalltext">© 2004 Wolfpack Team |
<a href="http://www.wpdev.org" target="_blank">http://www.wpdev.org</a></span>
</div>
</body>
</html>
--- NEW FILE: events.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"><img src="top_logo.jpg" width="586" height="87"></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 Event Reference </span></p>
<table width="780" border="0" cellspacing="3" cellpadding="0">
<tr valign="top">
<td class="text">
<span class="sectiontitle">SCRIPTING EVENTS</span><br>
Your scripts will be notified of certain events by event functions. To use one of these events, simply place the event function in your script. The name of event functions are case sensitive.<br>
You can see a list of all available events at the bottom of this page.<br>
<br></td>
</tr>
<tr valign="top">
<td class="text"><span class="sectiontitle">OTHER EVENTS </span><br>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
{OTHEREVENTS}
</table><br> </td>
</tr>
<tr valign="top">
<td class="text"><a href="index.html">Back to the Wolfpack Reference</a></td>
</tr>
</table>
<br>
<span class="smalltext">© 2004 Wolfpack Team |
<a href="http://www.wpdev.org" target="_blank">http://www.wpdev.org</a></span></div>
</body>
</html>
--- NEW FILE: command.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 Command Reference </span></p>
<table width="780" border="0" cellspacing="3" cellpadding="0">
<tr valign="top">
<td class="text">
<span class="sectiontitle">COMMAND DESCRIPTION</span><br>
<br> <strong>Command Name:</strong> {NAME}<br>
<br>
<strong>Short Description:</strong> {SHORTDESC}<br>
<br>
{USAGE}
{NOTES}
</td>
</tr>
<tr valign="top">
<td class="text"><span class="sectiontitle">OTHER COMMANDS</span><br>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
{OVERVIEW}
</table><br> </td>
</tr>
<tr valign="top">
<td class="text"><a href="index.html">Back to the Wolfpack Reference</a></td>
</tr>
</table>
<br><span class="smalltext">© 2004 Wolfpack Team |
<a href="http://www.wpdev.org" target="_blank">http://www.wpdev.org</a></span>
</div>
</body>
</html>
--- NEW FILE: event.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"><img src="top_logo.jpg" width="586" height="87"></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 Event Reference </span></p>
<table width="780" border="0" cellspacing="3" cellpadding="0">
<tr valign="top">
<td class="text">
<p><span class="sectiontitle">EVENT DESCRIPTION</span><br>
<br>
<strong>Event Name:</strong> {NAME}<br>
<br>
<strong>Prototype:</strong><br>
{PROTOTYPE}<br>
<br>
{PARAMETERS}
{RETURNVALUE}
{CALLCONDITION}
{NOTES}</td>
</tr>
<tr valign="top">
<td class="text"><span class="sectiontitle">OTHER EVENTS </span><br>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
{OTHEREVENTS}
</table><br> </td>
</tr>
<tr valign="top">
<td class="text"><a href="index.html">Back to the Wolfpack Reference</a></td>
</tr>
</table>
<br>
<span class="smalltext">© 2004 Wolfpack Team |
<a href="http://www.wpdev.org" target="_blank">http://www.wpdev.org</a></span></div>
</body>
</html>
|