Adding, renaming and deleting webs are manual operations done directly on the server
Managing TWiki webs requires direct access to the installation files on the host server. There are currently no browser-based equivalents of the Rename/move/delete topic tools for working with webs.
Adding new webs is quick and easy - you can have a basic web up and running in a couple of minutes:
twiki/data/
, ex: twiki/data/Newweb
twiki/data/_default
.
For detailed instructions, see TWiki Installation Guide: Adding a New Web.
NOTE: If you plan to rename the TWiki.Main web, remember that TWiki stores user and group topics in %
, default named Main
. That means, every WikiName signature - Main.SomeUserName
- points to it and would need updating (unless the variable, %MAINWEB%.SomeUserName
, is used throughout).
Oldwebname.
, including the dot so you'll find references like Oldwebname.SomeTopic
. Newwebname.SomeTopic
or better yet, to %MAINWEB%.SomeTopic
.
WIKIWEBLIST
variable.
twiki/data
and rename or remove the web directory.
twiki/templates
and rename or remove the web directory if present.
twiki/pub
and rename or remove the web directory if present.
-- MikeMannix - 14 Sep 2001