ddafc7c03ef6000c10a78d7e8a19f514727e3234
[openafs-wiki.git] / TWiki / ManagingWebs.mdwn
1 ## <a name="TWiki Administration"></a> TWiki Administration
2
3 The current implementation of %WIKITOOLNAME% is designed to never forget. So you can't delete a topic, however you can move or rename a topic and the original information is saved in topic meta data. If you want an even stronger memory, you can disable renaming on some or all topics; see [[TWikiAccessControl]].
4
5 ### <a name="How to add a New Web"></a> How to add a New Web
6
7 - See [[TWiki Installation Notes|Main/TWikiDocumentation#TWiki_Installation_Notes]]
8
9 ### <a name="How to Rename or Delete a Web"></a> How to Rename or Delete a Web
10
11 - It is advisable not to rename the %WIKITOOLNAME%.Main web.
12 - Be aware that other webs might link to the web you want to rename / delete. Search each web for links to this web, i.e. search all webs for `Obsolete.` (include the period, this is to find topics like `Obsolete.SomeTopic` ). Take measures if necessary.
13 - Edit the [[TWikiPreferences]] topic and rename / delete the web from the `WIKIWEBLIST` variable.
14 - Edit the [[TWikiWebsTable]] topic and rename / delete the web from the table.
15 - Telnet to the %WIKITOOLNAME% installation.
16 - cd to <code>**twiki/data**</code> and rename / delete the web directory.
17 - cd to <code>**twiki/templates**</code> and rename / delete the web directory if present.
18 - cd to <code>**twiki/pub**</code> and rename / delete the web directory if present.
19
20 -- [[PeterThoeny]] - 03 Mar 2001 <br /> -- [[JohnTalintyre]] - 07 Aug 2001 <br />