diff options
-rw-r--r-- | TWiki/ManagingWebs.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TWiki/ManagingWebs.mdwn b/TWiki/ManagingWebs.mdwn index 0d356181..e59542bd 100644 --- a/TWiki/ManagingWebs.mdwn +++ b/TWiki/ManagingWebs.mdwn @@ -16,14 +16,14 @@ Adding new webs is quick and easy - you can have a basic web up and running in a * the name has to start with a capital and _cannot_ be a [[WikiWord]] 2. **Copy** in the contents of `twiki/data/_default`. -For detailed instructions, see [[TWikiDocumentation]]. +For detailed instructions, see [[TWikiInstallationGuide]]. ## <a name="Renaming_or_Deleting_a_Web"> Renaming or Deleting a Web </a> **NOTE:** If you plan to rename the %WIKITOOLNAME%.%MAINWEB% web, remember that TWiki stores user and group topics in <code>%MAINWEB%</code>, default named `Main`. That means, every [[WikiName]] signature - <code>Main.SomeUserName</code> - points to it and would need updating (unless the variable, <code>%MAINWEB%.SomeUserName</code>, is used throughout). 1. Prepare your site: Search each web for links to the target web, searching topic text for `Oldwebname.`, including the dot so you'll find references like `Oldwebname.SomeTopic`. - * Make changes as required, to `Newwebname.SomeTopic` or better yet, to <code>=%MAINWEB%.SomeTopic</code>. + * Make changes as required, to `Newwebname.SomeTopic` or better yet, to <code>%MAINWEB%.SomeTopic</code>. 2. Edit the %WIKIPREFSTOPIC% topic: Rename or delete the web from the `WIKIWEBLIST` variable. 3. Edit the [[TWikiWebsTable]] topic: Rename or delete the web from the table. 4. Login to the %WIKITOOLNAME% server, via Telnet or FTP. |