[wpdev-commits] xmlscripts/documentation/webroot FAQ.html,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-06-29 15:09:46
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7968/webroot Modified Files: FAQ.html Log Message: Updated the FAQ a little. Index: FAQ.html =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/FAQ.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FAQ.html 29 Jun 2004 14:46:17 -0000 1.1 --- FAQ.html 29 Jun 2004 15:09:37 -0000 1.2 *************** *** 1,3 **** ! <?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"> --- 1,3 ---- ! <?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"> *************** *** 143,147 **** </head> <body> ! <div class="header"><img src="top_logo.jpg" style="width:586px;height:87px;" alt="" /></div> <div class="header2"><img src="spacer.gif" style="width:1px;height:3px;" alt="" /></div> <a name="top"></a> --- 143,147 ---- </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> *************** *** 195,199 **** For a more verbose changelog: <ul> ! <li><a href="http://www.wpdev.org/docs/ChangeLog.wolfpack">http://www.wpdev.org/docs/ChangeLog.wolfpack</a></li> </ul> </div> --- 195,199 ---- For a more verbose changelog: <ul> ! <li><a href="http://doc.wpdev.org/ChangeLog.wolfpack">http://doc.wpdev.org/ChangeLog.wolfpack</a></li> </ul> </div> *************** *** 349,356 **** <br /> However, if you do wish to try and use it there is an ! <a href="http://www.wpdev.org/docs/command.php?name=IMPORT">import</a> command which supports WSC/TXT/Sphere save formats. Please note this will NOT import NPCs!<br /> It is recommended that you look into using the ! <a href="http://www.wpdev.org/docs/command.php?name=DECORATION">decoration</a> command as an alternative to using import. </div> --- 349,356 ---- <br /> However, if you do wish to try and use it there is an ! <a href="http://doc.wpdev.org/command_import.html">import</a> command which supports WSC/TXT/Sphere save formats. Please note this will NOT import NPCs!<br /> It is recommended that you look into using the ! <a href="http://doc.wpdev.org/command_decoration.html">decoration</a> command as an alternative to using import. </div> *************** *** 360,364 **** <li><a name="09" class="question">Where can I find documentation?</a><br /> <div class="answer"> ! You can find Wolfpack documentation at: <a href="http://www.wpdev.org/docs/">http://www.wpdev.org/docs/</a><br /> You can find Python documentation at: <a href="http://python.org/doc/2.3.4/">http://python.org/doc/2.3.4/</a> </div> --- 360,364 ---- <li><a name="09" class="question">Where can I find documentation?</a><br /> <div class="answer"> ! You can find Wolfpack documentation at: <a href="http://doc.wpdev.org/">http://doc.wpdev.org/</a><br /> You can find Python documentation at: <a href="http://python.org/doc/2.3.4/">http://python.org/doc/2.3.4/</a> </div> *************** *** 431,435 **** <a href="http://wpdev.sourceforge.net/snapshots/">http://wpdev.sourceforge.net/snapshots/</a> </div> ! <a href="#top" style="font-size:9pt;">Return To Questions</a><br /><br /> </li> </ul> --- 431,436 ---- <a href="http://wpdev.sourceforge.net/snapshots/">http://wpdev.sourceforge.net/snapshots/</a> </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> |