|
- 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: |
| 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
|