diff options
author | thoeny <thoeny> | 1999-07-16 10:21:24 +0000 |
---|---|---|
committer | thoeny <thoeny> | 1999-07-16 10:21:24 +0000 |
commit | 803d26288afee65020289f486668a1ca1423edf5 (patch) | |
tree | 9add66df45f5f0dede3e3207a62847b4e80339c4 | |
parent | fe100a42b11f983f2152858c6633b72e5d4b7328 (diff) |
none
-rw-r--r-- | TWiki/TWikiDocumentation.mdwn | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/TWiki/TWikiDocumentation.mdwn b/TWiki/TWikiDocumentation.mdwn index 26361434..7c8d3411 100644 --- a/TWiki/TWikiDocumentation.mdwn +++ b/TWiki/TWikiDocumentation.mdwn @@ -226,10 +226,13 @@ These installation steps use Apache web server on Linux as an example. TWiki sho * To create a new web: * Use a topic name consisting of characters `A..Z` , `a..z` but **not** in [[WikiNotation]]. - * Create a new template directory and copy all files from the `twiki/bin/templates/Main` directory to the new directory. - * Create a new data directory and copy the files .changes, .mailnotify, [[TWikiUsers]].txt, [[WebHome]].txt, [[WebNotify]].txt, [[WebSearch]].txt, webcolor.inc, webcopyright.inc and weblist.inc from the `twiki/bin/data/Main` directory to the new directory. - * Make changes to webcolor.inc (unique color for web), possibly also webcopyright.inc (copyright at the bottom) and weblist.inc (web specific links on top). - * If you want to use a category table, create the three files twikicatitems.tmpl, twikicatedit.tmpl and twikicatview.tmpl described in the TWiki Category Table section. + * Create a new template directory under `twiki/bin/templates` . + * Create a new data directory under `twiki/bin/data` . + * Copy the files [[TWikiUsers]].txt, [[WebHome]].txt, [[WebNotify]].txt, [[WebSearch]].txt, webcolor.inc, and weblist.inc from the `twiki/bin/data/Main` directory to the new data directory. + * Make changes to webcolor.inc (unique color for web), and possibly also weblist.inc (web specific links on top). + * In case you need a web specific copyright notice (at the bottom), copy file webcopyright.inc from the `twiki/bin/data` directory to the new data directory, and customize it. + * If needed, create customized templates in the new templates directory. (Non existing templates are inherited from `twiki/bin/templates` ) + * If you want to use a category table, copy the three files twikicatitems.tmpl, twikicatedit.tmpl and twikicatview.tmpl from the `twiki/bin/templates/Know` directory to the new templates directory, and customize it. The TWiki Category Table section has more. For debugging reasons, here are contents of directories with file permissions: @@ -304,6 +307,7 @@ directory `twiki/bin/data/` : drwxrwxrwx 2 twiki t5 4608 Nov 15 21:42 Main -rw-r--r-- 1 nobody 65535 4153 Nov 19 01:01 log199810.txt -rw-r--r-- 1 nobody 65535 7189 Nov 19 01:01 log199811.txt + -rw-r--r-- 1 twiki t5 2356 Oct 22 00:56 webcopyright.inc -rw-r--r-- 1 twiki t5 276 Oct 22 00:28 wikiwebs.inc -rw-r--r-- 1 twiki t5 1484 Oct 22 01:11 wikiwebtable.inc |