|
|
|
> > | Note: It is possible to force the values of a category table when creating a new topic. This is useful to create new topics using a form for the topic name. The default values of the category table can be specified as hidden fields if needed, i.e. <input type="hidden" name="someCategory" value="someValue">
Example (edit this page to see the source) : |
|
(5) Implementation Notes |
|
- 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 under
twiki/templates .
|
|
< < |
-
- Create a new data directory under
twiki/data .
|
> > |
-
- Create a new data directory under
twiki/data and check the file permission of the directory.
|
|
-
- Copy the files TWikiUsers.txt, WebHome.txt, WebNotify.txt, WebSearch.txt, webcolor.inc, and weblist.inc from the
twiki/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/data directory to the new data directory, and customize it.
|
| -- PeterThoeny - 23 Jun 1999
-- PeterThoeny - 01 Sep 1999
-- PeterThoeny - 29 Sep 1999
|
|
> > | -- PeterThoeny - 14 Jan 2000
|