Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=installation">Installation</a>
|
||||
<?php if ($section == "installation") { ?>
|
||||
<ul id="installation">
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=installation&page=prc_pg01.htm">PRC Core Guide</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=installation&page=manual_installation_instructions.html">PRC Core manual install (Mac & Linux)</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=installation&page=jcc_pg01.htm">Java CC Guide</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=installation&page=acp_installation_instructions.html">ACP Guide</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=installation&page=cep_merge_instructions.html">CEP PRC Merge Guide</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=installation&page=faq.htm">Install FAQ</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=installation&page=prc_server_pg01.htm">PRC Server Guide (ConvoCC)</a></li>
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=players_guide">Player's Guide</a>
|
||||
<?php if ($section == "playerguide") { ?>
|
||||
<ul id="playerguide">
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=playerguide&page=poison_docs">Poison system</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=playerguide&page=psionics_pg01">Psionics</a></li>
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=modulebuilding">Module Building</a>
|
||||
<?php if ($section == "modulebuilding") { ?>
|
||||
<ul id="modulebuilding">
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=modulebuilding&page=manual_modulebuilding_overridenfiles">Overriden Files</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=modulebuilding&page=manual_modulebuilding_modifyingscripts">Modifying Scripts</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=modulebuilding&page=manual_modulebuilding_scripthooks">Script hooks</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=modulebuilding&page=manual_modulebuilding_prcenablers">Class Enablers</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=modulebuilding&page=manual_modulebuilding_crafting">PRC Crafting</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=modulebuilding&page=manual_modulebuilding_respawningdoors">Respawning Doors</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=modulebuilding&page=manual_modulebuilding_respawningtraps">Respawning Traps</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=modulebuilding&page=manual_modulebuilding_prcnpcs">PRC NPCs</a></li>
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=prcmaking">PrC Making</a>
|
||||
<?php if ($section == "prcmaking") { ?>
|
||||
<ul id="prcmaking">
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=prcmaking&page=manual_prcmaking_basics">Basics</a></li>
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=en&section=prcmaking&page=manual_prcmaking_guide">Guide</a></li>
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
1
nwn/nwnprc/DocGen/trunk/web_templates/menu_entry
Normal file
1
nwn/nwnprc/DocGen/trunk/web_templates/menu_entry
Normal file
@@ -0,0 +1 @@
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=~~~SECTION~~~&page=~~~PAGE_ID~~~">~~~NAME~~~</a></li>
|
122
nwn/nwnprc/DocGen/trunk/web_templates/menu_manual.inc
Normal file
122
nwn/nwnprc/DocGen/trunk/web_templates/menu_manual.inc
Normal file
@@ -0,0 +1,122 @@
|
||||
<div class="box">
|
||||
<h3>Manual</h3>
|
||||
<ul id="bonsai">
|
||||
<li><a id="main" href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=main">~~~MAIN~~~</a></li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=base_classes">~~~BASE_CLASSES~~~</a>
|
||||
<?php if ($section == "base_classes") { ?>
|
||||
<ul id="base_classes">
|
||||
~~~BASE_CLASSES_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=prestige_classes">~~~PRESTIGE_CLASSES~~~</a>
|
||||
<?php if ($section == "prestige_classes") { ?>
|
||||
<ul id="prestige_classes">
|
||||
~~~PRESTIGE_CLASSES_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=domains">~~~DOMAINS~~~</a>
|
||||
<?php if ($section == "domains") { ?>
|
||||
<ul id="domains">
|
||||
~~~DOMAINS_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=feats">~~~FEATS~~~</a>
|
||||
<?php if ($section == "feats") { ?>
|
||||
<ul id="feats">
|
||||
<!-- Link to a list of all feats goes here -->
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=feats&page=alphasortedfeats">~~~ALL_FEATS~~~</a></li>
|
||||
|
||||
<li style="list-style:none"><hr style="width:160px; margin-left:0;" /></li>
|
||||
<!-- Links to masterfeats go here -->
|
||||
~~~MASTERFEAT_ENTRIES~~~
|
||||
|
||||
<li style="list-style:none"><hr style="width:160px; margin-left:0;" /></li>
|
||||
<!-- Links to non-master, non-successor feats go here -->
|
||||
~~~FEAT_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=epic_feats">~~~EPIC_FEATS~~~</a>
|
||||
<?php if ($section == "epic_feats") { ?>
|
||||
<ul id="epic_feats">
|
||||
<!-- Link to a list of all feats goes here. featpagelink -->
|
||||
<li><a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=epic_feats&page=alphasortedepicfeats">~~~ALL_EPIC_FEATS~~~</a></li>
|
||||
|
||||
<li style="list-style:none"><hr style="width:160px; margin-left:0;" /></li>
|
||||
<!-- Links to masterfeats go here. Series of featpagelink -->
|
||||
~~~EPIC_MASTERFEAT_ENTRIES~~~
|
||||
|
||||
<li style="list-style:none"><hr style="width:160px; margin-left:0;" /></li>
|
||||
<!-- Links to non-master, non-successor feats go here. Series of featpagelink -->
|
||||
~~~EPIC_FEAT_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=psionic_powers">~~~PSIONIC_POWERS~~~</a>
|
||||
<?php if ($section == "psionic_powers") { ?>
|
||||
<ul id="psionic_powers">
|
||||
~~~PSIONIC_POWERS_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=utterances">~~~TRUENAME_UTTERANCES~~~</a>
|
||||
<?php if ($section == "utterances") { ?>
|
||||
<ul id="utterances">
|
||||
~~~TRUENAME_UTTERANCES_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=races">~~~RACES~~~</a>
|
||||
<?php if ($section == "races") { ?>
|
||||
<ul id="races">
|
||||
~~~RACES_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=skills">~~~SKILLS~~~</a>
|
||||
<?php if ($section == "skills") { ?>
|
||||
<ul id="skills">
|
||||
~~~SKILLS_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=spells">~~~SPELLS~~~</a>
|
||||
<?php if ($section == "spells") { ?>
|
||||
<ul id="spells">
|
||||
~~~SPELLS_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=epic_spells">~~~EPIC_SPELLS~~~</a>
|
||||
<?php if ($section == "epic_spells") { ?>
|
||||
<ul id="epic_spells">
|
||||
~~~EPIC_SPELLS_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= DLA_WEBROOT ?>/index.php?location=manual&lang=~~~LANG_ID~~~&section=modified_spells">~~~MODIFIED_SPELLS~~~</a>
|
||||
<?php if ($section == "modified_spells") { ?>
|
||||
<ul id="modified_spells">
|
||||
~~~MODIFIED_SPELLS_ENTRIES~~~
|
||||
</ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<li style="list-style:none"><hr style="width:160px; margin-left:0;" /></li>
|
||||
~~~LANG_SPEC_STATIC_MENUS~~~
|
||||
</ul>
|
||||
</div>
|
Reference in New Issue
Block a user