Author: chrisz
Date: Sat Mar 21 14:59:45 2009
New Revision: 7842
Modified:
Webware/trunk/WebKit/Docs/Configuration.html
Webware/trunk/WebKit/Docs/InstallGuide.html
Log:
Updated the html documentation.
Modified: Webware/trunk/WebKit/Docs/Configuration.html
==============================================================================
--- Webware/trunk/WebKit/Docs/Configuration.html (original)
+++ Webware/trunk/WebKit/Docs/Configuration.html Sat Mar 21 14:59:45 2009
@@ -96,6 +96,12 @@
up a directory. Note that the extensions are absent since WebKit
will look for a file with any appropriate extension (<tt class="docutils literal"><span class="pre">.py</span></tt>.,
<tt class="docutils literal"><span class="pre">.html</span></tt>, <tt class="docutils literal"><span class="pre">.psp</span></tt>, etc). Default: <tt class="docutils literal"><span class="pre">["index",</span> <span class="pre">"Main"]</span></tt>.</dd>
+<dt><tt class="docutils literal"><span class="pre">ExtensionsForKid</span></tt>:</dt>
+<dd>This is the list of extensions for files to be parsed Kid templates.
+Default: <tt class="docutils literal"><span class="pre">['.kid']</span></tt>.</dd>
+<dt><tt class="docutils literal"><span class="pre">ExtensionsForPSP</span></tt>:</dt>
+<dd>This is the list of extensions for files to be parsed as PSP.
+Default: <tt class="docutils literal"><span class="pre">['.psp']</span></tt>.</dd>
<dt><tt class="docutils literal"><span class="pre">ExtensionsToIgnore</span></tt>:</dt>
<dd>This is a list of extensions that WebKit will ignore when
autodetecting extensions. Note that this does not prevent WebKit
Modified: Webware/trunk/WebKit/Docs/InstallGuide.html
==============================================================================
--- Webware/trunk/WebKit/Docs/InstallGuide.html (original)
+++ Webware/trunk/WebKit/Docs/InstallGuide.html Sat Mar 21 14:59:45 2009
@@ -534,12 +534,7 @@
</pre>
<p>to run PSP files that are found anywhere (similar to how PHP would
work, for example). You still need the <tt class="docutils literal"><span class="pre">/WK</span></tt> portion to tell
-mod_webkit where to find the AppServer. This also works:</p>
-<pre class="literal-block">
-Action py-serverpages /WK/
-AddType py-serverpages .py
-</pre>
-<p>which will run Python servlets from any location.</p>
+mod_webkit where to find the AppServer.</p>
<p>To pass additional client HTTP headers through to the AppServer,
use the <tt class="docutils literal"><span class="pre">PassHeader</span></tt> Apache directive.
For example:</p>
|