none
authorPeterThoeny <PeterThoeny>
Wed, 1 Mar 2000 03:12:47 +0000 (03:12 +0000)
committerPeterThoeny <PeterThoeny>
Wed, 1 Mar 2000 03:12:47 +0000 (03:12 +0000)
TWiki/TWikiVariables.mdwn

index 4d2b587..6ad8546 100644 (file)
@@ -11,17 +11,29 @@ TWiki expands the following variables enclosed in % percent signs:
   </tr>
   <tr>
     <td><code>%SCRIPTURL%</code></td>
-    <td> The base script URL of TWiki, is <b>http://www.dementia.org/twiki/</b></td>
+    <td> The script URL of TWiki, is <b>http://www.dementia.org/twiki/</b></td>
+  </tr>
+  <tr>
+    <td><code>%SCRIPTURLPATH%</code></td>
+    <td> The path of the script URL of TWiki, is <b>http://www.dementia.org/twiki/</b></td>
   </tr>
   <tr>
     <td><code>%PUBURL%</code></td>
-    <td> The base public URL of TWiki, is <b>http://www.dementia.org/twiki//view</b></td>
+    <td> The public URL of TWiki, is <b>http://www.dementia.org/twiki//view</b></td>
+  </tr>
+  <tr>
+    <td><code>%PUBURLPATH%</code></td>
+    <td> The path of the public URL of TWiki, is <b>http://www.dementia.org/twiki//view</b></td>
   </tr>
   <tr>
     <td><code>%ATTACHURL%</code></td>
     <td> The attachment URL of the current topic, is <b>http://www.dementia.org/twiki//view</b><br /> Example: If you attach a file you can refer to it as <code><b>%ATTACHURL%/image.gif</b></code></td>
   </tr>
   <tr>
+    <td><code>%ATTACHURLPATH%</code></td>
+    <td> The path of the attachment URL of the current topic, is <b>http://www.dementia.org/twiki//view</b></td>
+  </tr>
+  <tr>
     <td><code>%WIKITOOLNAME%</code></td>
     <td> Name of wiki tool, is <b>%WIKITOOLNAME%</b></td>
   </tr>