diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-03-04 09:04:18 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-03-04 09:04:18 +0000 |
commit | 0560727c5d34d571686850e9c33288535454d7f5 (patch) | |
tree | d83867f81f3c37c5f3023759cfa0be906f8fb0b8 /TWiki | |
parent | f71cdfd162a4f1a31c64013f8522a4f515764bd1 (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/ManagingWebs.mdwn | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/TWiki/ManagingWebs.mdwn b/TWiki/ManagingWebs.mdwn index 66b68e2b..2b5505cd 100644 --- a/TWiki/ManagingWebs.mdwn +++ b/TWiki/ManagingWebs.mdwn @@ -1,29 +1,31 @@ +## <a name="TWiki_Administration"> TWiki Administration </a> + The current implementation of %WIKITOOLNAME% is designed to never forget, that means all topic changes are under revision control and you can't delete or rename topics. Nevertheless there are cases where you wish to delete topics. %WIKITOOLNAME% requires administrative stuff like that to be done on the shell level, so please ask your %WIKITOOLNAME% administrator to do that for you. A future version will allow administrators to do that on the browser level. -**How to Rename or Delete a Topic** +### <a name="How_to_Rename_or_Delete_a_Topic"> How to Rename or Delete a Topic </a> * Go to the topic you want to rename / delete. * Find out the back-links to this page from _Ref-By_ . Modify other topics if needed. * Telnet to the %WIKITOOLNAME% installation. -* cd to `twiki/data` and then to the web where the topic is located. Rename / delete the topic ( `name.txt` ) and repository file ( `name.txt,v` ). **_Hint:_** Instead of deleting a topic you could create a `Trash` web and move topics/repositories to this web. (A future version of TWiki might have a Trash web.) -* Edit the `.changes` file and rename / delete all occurrences of the topic. **_Note:_** There might be several lines of the topic. -* cd to `twiki/pub` and then to the web where the topic is located. Rename / delete the topic attachment directory if present. +* cd to <code>**twiki/data**</code> and then to the web where the topic is located. Rename / delete the topic ( <code>**name.txt**</code> ) and repository file ( <code>**name.txt,v**</code> ). **_Hint:_** Instead of deleting a topic you could create a <code>**Trash**</code> web and move topics/repositories to this web. (A future version of TWiki might have a Trash web.) +* Edit the <code>**.changes**</code> file and rename / delete all occurrences of the topic. **_Note:_** There might be several lines of the topic. +* cd to <code>**twiki/pub**</code> and then to the web where the topic is located. Rename / delete the topic attachment directory if present. -**How to add a New Web** +### <a name="How_to_add_a_New_Web"> How to add a New Web </a> -* See [Installation Notes](TWikiDocumentation#installation) +* See [[TWikiDocumentation]] -**How to Rename or Delete a Web** +### <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 `twiki/data` and rename / delete the web directory. -* cd to `twiki/templates` and rename / delete the web directory if present. -* cd to `twiki/pub` and rename / delete the web directory if present. +* 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]] - 12 Nov 2000 <br /> +-- [[Main/PeterThoeny]] - 03 Mar 2001 <br /> |