summaryrefslogtreecommitdiff
path: root/TWiki/ManagingWebs.mdwn
blob: cd8b7e5fc89a8df4ea9846b167a7771d22e41acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## <a name="TWiki_Administration"> TWiki Administration </a>

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]].

### <a name="How_to_add_a_New_Web"> How to add a New Web </a>

* See [[TWikiDocumentation]]

### <a name="How_to_Rename_or_Delete_a_Web"> How to Rename or Delete a Web </a>

* It is advisable not to rename the %WIKITOOLNAME%.%MAINWEB% web.
* 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.
* Edit the %WIKIPREFSTOPIC% topic and rename / delete the web from the `WIKIWEBLIST` variable.
* Edit the [[TWikiWebsTable]] topic and rename / delete the web from the table.
* Telnet to the %WIKITOOLNAME% installation.
* cd to <code>**twiki/data**</code> and rename / delete the web directory.
* cd to <code>**twiki/templates**</code> and rename / delete the web directory if present.
* cd to <code>**twiki/pub**</code> and rename / delete the web directory if present.

-- [[Main/PeterThoeny]] - 03 Mar 2001 <br /> -- [[JohnTalintyre]] - 07 Aug 2001 <br />