From d5fc7b3408f218efe1c06886d344831d434fa33c Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Sat, 22 Apr 2000 05:03:14 +0000 Subject: none --- TWiki/TWikiVariables.mdwn | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'TWiki/TWikiVariables.mdwn') 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: %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% @@ -61,6 +61,22 @@ TWiki expands the following variables enclosed in % percent signs: %DATE% Todays date, is %DATE% + + %HTTP_HOST% + HTTP_HOST environment variable, is %HTTP_HOST% + + + %REMOTE_ADDR% + REMOTE_ADDR environment variable, is %REMOTE_ADDR% + + + %REMOTE_PORT% + REMOTE_PORT environment variable, is %REMOTE_PORT% + + + %REMOTE_USER% + REMOTE_USER environment variable, is %REMOTE_USER% + %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% + +-- [[Main/PeterThoeny]] - 21 Apr 2000
-- cgit v1.2.3