Update of /cvsroot/wpdev/xmlscripts/documentation/webroot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30591
Modified Files:
FAQ.html faq.css
Added Files:
introduction.html
Log Message:
Layout for the introduction guide.
--- NEW FILE: introduction.html ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Introduction To Wolfpack 13.0.0</title>
<base href="./" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="./faq.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header"><a href="index.html"><img src="top_logo.jpg" style="width:586px;height:87px;" alt="" border="0" /></a></div>
<div class="header2"><img src="spacer.gif" style="width:1px;height:3px;" alt="" /></div>
<a name="top"></a>
<br />
<!-- Introduction Contents -->
<div class="toc">
<span style="font-size:18px;font-style:italic;color:#002F1B;">Wolfpack 13.x.x</span><br />
An Introduction To Wolfpack<br />
<br />
Table of Contents<br />
<ul class="toc">
<li><a href="#01">Explanation of Wolfpack</a></li>
<li><a href="#02">Explanation of Ultima Online</a></li>
<li><a href="#03">Getting Started</a></li>
<li><a href="#04">Configuring Your Wolfpack Server</a></li>
<li><a href="#05">Configuring Your Ultima Online Client</a></li>
<li><a href="#06">Managing Your Shard Accounts</a></li>
<li><a href="#07">Managing Your Items and NPCs</a></li>
<li><a href="#08">Managing Your Scripts</a></li>
</ul>
</div>
<br /><hr /><br />
<!-- Content -->
<!-- ANSWERS -->
<div class="content">
<br />
Content<br />
<ul class="content">
<!-- Content 01 -->
<li><a name="01" class="question">Explanation of Wolfpack</a>
<div class="answer">
</div>
<a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br />
</li>
<!-- Content 02 -->
<li><a name="02" class="question">Explanation of Ultima Online</a>
<div class="answer">
</div>
<a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br />
</li>
<!-- Content 03 -->
<li><a name="03" class="question">Getting Started</a>
<div class="answer">
</div>
<a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br />
</li>
<!-- Content 04 -->
<li><a name="04" class="question">Configuring Your Wolfpack Server</a>
<div class="answer">
</div>
<a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br />
</li>
<!-- Content 05 -->
<li><a name="05" class="question">Configuring Your Ultima Online Client</a>
<div class="answer">
</div>
<a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br />
</li>
<!-- Content 06 -->
<li><a name="06" class="question">Managing Your Shard Accounts</a>
<div class="answer">
</div>
<a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br />
</li>
<!-- Content 07 -->
<li><a name="07" class="question">Managing Your Items and NPCs</a>
<div class="answer">
</div>
<a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br />
</li>
<!-- Content 08 -->
<li><a name="08" class="question">Managing Your Scripts</a>
<div class="answer">
</div>
<a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br />
</li>
</ul>
</div>
<div class="smalltext">© 2004 Wolfpack Team | <a href="http://www.wpdev.org/">http://www.wpdev.org</a></div>
<br />
</body>
</html>
Index: faq.css
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/faq.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** faq.css 16 Jul 2004 10:46:57 -0000 1.1
--- faq.css 21 Aug 2004 18:55:07 -0000 1.2
***************
*** 88,92 ****
font-weight: bold;
}
! div.faq {
margin-bottom: 3em;
}
--- 88,92 ----
font-weight: bold;
}
! div.faq, div.content {
margin-bottom: 3em;
}
***************
*** 105,109 ****
font-weight: normal;
}
! ul.faq {
font-weight: normal;
list-style-type: decimal-leading-zero;
--- 105,109 ----
font-weight: normal;
}
! ul.faq, ul.content {
font-weight: normal;
list-style-type: decimal-leading-zero;
Index: FAQ.html
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/FAQ.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** FAQ.html 19 Aug 2004 12:01:30 -0000 1.10
--- FAQ.html 21 Aug 2004 18:55:07 -0000 1.11
***************
*** 425,432 ****
users and scripters.
</div>
! <a href="#top" style="font-size:9pt;">Return To Questions</a><br />
! <a href="index.html" style="font-size:9pt;">Return To Overview</a><br /><br />
</li>
</ul>
</div>
<div class="smalltext">© 2004 Wolfpack Team | <a href="http://www.wpdev.org/">http://www.wpdev.org</a></div>
--- 425,432 ----
users and scripters.
</div>
! <a href="#top" style="font-size:9pt;">Return To Questions</a><br /><br />
</li>
</ul>
+ <a href="index.html" style="font-size:9pt;">Return To Overview</a>
</div>
<div class="smalltext">© 2004 Wolfpack Team | <a href="http://www.wpdev.org/">http://www.wpdev.org</a></div>
|