summaryrefslogtreecommitdiff
path: root/TWiki/TWikiDocumentation.mdwn
diff options
context:
space:
mode:
authorthoeny <thoeny>1999-06-23 08:04:55 +0000
committerthoeny <thoeny>1999-06-23 08:04:55 +0000
commit20a668329199ffae9315220359781d4e37798490 (patch)
tree48a8af16c726c8fab5842243bcafb9b74a2bd750 /TWiki/TWikiDocumentation.mdwn
parent41cdaad062b78f5e2fb407ebac38e38ad67acf2f (diff)
none
Diffstat (limited to 'TWiki/TWikiDocumentation.mdwn')
-rw-r--r--TWiki/TWikiDocumentation.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/TWiki/TWikiDocumentation.mdwn b/TWiki/TWikiDocumentation.mdwn
index 7b970216..26361434 100644
--- a/TWiki/TWikiDocumentation.mdwn
+++ b/TWiki/TWikiDocumentation.mdwn
@@ -195,6 +195,7 @@ TWiki is written in PERL, but it uses many shell command. The current implementa
search
view
wiki.pm
+ wikicfg.pm
<a name="installation"> </a>
@@ -217,9 +218,11 @@ These installation steps use Apache web server on Linux as an example. TWiki sho
* Set the file permission of all files below `twiki/bin/data` to 666 ( `-rw-rw-rw-` ).
* Set the file permission of the `twiki/bin/data` directory and all its subdirectories to 777 ( `drwxrwxrwx` ).
* Set the file permission of the `twiki/pub` directory to 777 ( `drwxrwxrwx` ).
-* Edit the file wiki.pm and set the variables at the beginning of the file to your needs.
-* Make sure RCS is installed. In case RCS is not in the `path` environment variable, add it to `path` . Alternatively, add the full path name to the `rcs, ci, co, rlog, rcsdiff` commands in the wiki.pm variables.
+* Edit the file `twiki/bin/wikicfg.pm` and set the variables at the beginning of the file to your needs.
+* Make sure RCS is installed. In case RCS is not in the `path` environment variable, add it to `path` . Alternatively, add the full path name to the `rcs, ci, co, rlog, rcsdiff` commands in the variables of `twiki/bin/wikicfg.pm` .
* Point your browser at <http://your.domain.com/twiki/bin/view> and start wiki-ing away!
+* Security issue: Directories `twiki/bin/data` , `twiki/bin/templates` and all its subdirectories should be set so that they are **not** visible as a URL. (Alternatively, move the directries to a place where they are not visible, and change the variables in `twiki/bin/wikicfg.pm` accordingly)
+* Optional: You can add new rendering rules or new %variables%. To insure an easy upgrade of TWiki it is recommended to do this customization in `twiki/bin/wikicfg.pm` , not `twiki/bin/wiki.pm` .
* To create a new web:
* Use a topic name consisting of characters `A..Z` , `a..z` but **not** in [[WikiNotation]].
@@ -253,6 +256,7 @@ directory `twiki/bin` :
-rw-r-xr-x 1 twiki t5 3878 Nov 11 03:06 view
-rwxrwxrwx 1 twiki t5 1538 Mar 27 02:22 viewfile
-rw-r-xr-x 1 twiki t5 16169 Nov 7 01:43 wiki.pm
+ -rw-r-xr-x 1 twiki t5 3945 Jun 23 01:24 wikicfg.pm
directory `twiki/bin/templates/` :
@@ -363,4 +367,4 @@ directory `twiki/pub/icn/` :
-rw-r--r-- 1 twiki t5 152 Mar 27 03:17 xls.gif
-rw-r--r-- 1 twiki t5 144 Mar 27 03:17 zip.gif
--- [[Main/PeterThoeny]] - 22 Oct 1998 <br /> -- [[Main/PeterThoeny]] - 18 Nov 1998 <br /> -- [[Main/PeterThoeny]] - 11 Jan 1999 <br /> -- [[Main/PeterThoeny]] - 20 Jan 1999 <br /> -- [[Main/PeterThoeny]] - 06 Mar 1999 <br /> -- [[Main/PeterThoeny]] - 27 Mar 1999 <br /> -- [[Main/PeterThoeny]] - 02 Jun 1999 <br /> -- [[Main/PeterThoeny]] - 14 Jun 1999 <br />
+-- [[Main/PeterThoeny]] - 22 Oct 1998 <br /> -- [[Main/PeterThoeny]] - 18 Nov 1998 <br /> -- [[Main/PeterThoeny]] - 11 Jan 1999 <br /> -- [[Main/PeterThoeny]] - 20 Jan 1999 <br /> -- [[Main/PeterThoeny]] - 06 Mar 1999 <br /> -- [[Main/PeterThoeny]] - 27 Mar 1999 <br /> -- [[Main/PeterThoeny]] - 02 Jun 1999 <br /> -- [[Main/PeterThoeny]] - 14 Jun 1999 <br /> -- [[Main/PeterThoeny]] - 23 Jun 1999 <br />