From 5e7ef4180779124fd13f34a722b9bc34c2719e2b Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Sat, 22 Apr 2000 05:03:14 +0000 Subject: [PATCH] none --- TWiki/TWikiVariables.mdwn | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index ff9f0a4..3fd35dc 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -7,7 +7,7 @@ TWiki expands the following variables enclosed in % percent signs: %WIKIHOMEURL% - The base script URL of TWiki, link of Home icon in upper left corner is %WIKIHOMEURL% + The base script URL of TWiki, link of Home icon in upper left corner, is %WIKIHOMEURL% %SCRIPTURL% @@ -62,6 +62,22 @@ TWiki expands the following variables enclosed in % percent signs: Todays date, is 29 Jun 2010 + %HTTP_HOST% + HTTP_HOST environment variable, is + + + %REMOTE_ADDR% + REMOTE_ADDR environment variable, is + + + %REMOTE_PORT% + REMOTE_PORT environment variable, is + + + %REMOTE_USER% + REMOTE_USER environment variable, is + + %INCLUDE{"file.ext"}% Server side include, includes the text of a file. The default directory is the current Wiki web. Example: %INCLUDE{"../Know/TopicName.txt"}% @@ -161,3 +177,5 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in Default state of the link check box in the attach file page. Check box is initially checked if value is set to CHECKED , unchecked if empty. If checked, a link is created to the attached file at the end of the topic. Value is: %ATTACHLINKBOX% + +-- [[PeterThoeny]] - 21 Apr 2000
-- 1.9.4