summaryrefslogtreecommitdiff
path: root/TWiki/TWikiVariables.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2000-04-22 05:03:14 +0000
committerPeter Thoeny <web-hurd@gnu.org>2000-04-22 05:03:14 +0000
commitd5fc7b3408f218efe1c06886d344831d434fa33c (patch)
tree540aac0040ca317eb3a88b493e236aa81708c232 /TWiki/TWikiVariables.mdwn
parentfc6b13e2f73c5157ede45cd38489d7c3c3c949a6 (diff)
none
Diffstat (limited to 'TWiki/TWikiVariables.mdwn')
-rw-r--r--TWiki/TWikiVariables.mdwn20
1 files changed, 19 insertions, 1 deletions
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn
index f3610fee..6cb4bee3 100644
--- a/TWiki/TWikiVariables.mdwn
+++ b/TWiki/TWikiVariables.mdwn
@@ -7,7 +7,7 @@ TWiki expands the following variables enclosed in % percent signs:
</tr>
<tr>
<td><code>%<nop>WIKIHOMEURL%</nop></code></td>
- <td> The base script URL of TWiki, link of Home icon in upper left corner is <b>%WIKIHOMEURL%</b></td>
+ <td> The base script URL of TWiki, link of Home icon in upper left corner, is <b>%WIKIHOMEURL%</b></td>
</tr>
<tr>
<td><code>%<nop>SCRIPTURL%</nop></code></td>
@@ -62,6 +62,22 @@ TWiki expands the following variables enclosed in % percent signs:
<td> Todays date, is <b>%DATE%</b></td>
</tr>
<tr>
+ <td><code>%<nop>HTTP_HOST%</nop></code></td>
+ <td> HTTP_HOST environment variable, is <b>%HTTP_HOST%</b></td>
+ </tr>
+ <tr>
+ <td><code>%<nop>REMOTE_ADDR%</nop></code></td>
+ <td> REMOTE_ADDR environment variable, is <b>%REMOTE_ADDR%</b></td>
+ </tr>
+ <tr>
+ <td><code>%<nop>REMOTE_PORT%</nop></code></td>
+ <td> REMOTE_PORT environment variable, is <b>%REMOTE_PORT%</b></td>
+ </tr>
+ <tr>
+ <td><code>%<nop>REMOTE_USER%</nop></code></td>
+ <td> REMOTE_USER environment variable, is <b>%REMOTE_USER%</b></td>
+ </tr>
+ <tr>
<td><code>%<nop>INCLUDE{"file.ext"}%</nop></code></td>
<td> Server side include, includes the text of a file. The default directory is the current Wiki web. Example: <code><b>%<nop>INCLUDE{"../Know/TopicName.txt"}%</nop></b></code></td>
</tr>
@@ -161,3 +177,5 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in
<td> Default state of the link check box in the attach file page. Check box is initially checked if value is set to <code>CHECKED</code> , unchecked if empty. If checked, a link is created to the attached file at the end of the topic. Value is: <b><code>%ATTACHLINKBOX%</code></b></td>
</tr>
</table>
+
+-- [[Main/PeterThoeny]] - 21 Apr 2000 <br />