summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorJohn Talintyre <john.talintyre@drkw.com>2001-08-07 15:33:55 +0000
committerJohn Talintyre <john.talintyre@drkw.com>2001-08-07 15:33:55 +0000
commit7991b34283df1a92d1de01ba96c122be2cb7bee6 (patch)
tree2dce35d05c2716f8ef0bf31d4900f8a4a3291eb5 /TWiki
parent385d3c7473200e2ea706274697158918b3eba5c6 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/ManagingTopics.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/TWiki/ManagingTopics.mdwn b/TWiki/ManagingTopics.mdwn
new file mode 100644
index 00000000..996c26ad
--- /dev/null
+++ b/TWiki/ManagingTopics.mdwn
@@ -0,0 +1,33 @@
+# <a name="Rename_move_delete_a_topic"> Rename/move/delete a topic </a>
+
+Select rename/move when viewing a topic to change its name, do [[DeleteTopic]] or [[MoveTopic]].
+
+1. Select target Web if other than existing Web
+2. Fill in new name - defaults to current name
+3. You will be warned if there are locks or if there is a name clash
+4. A list of _links_ to the topic will be listed, by default these links will be updated, click checkbox to prevent this
+5. Press the Rename/Move button, topic will be renamed and links to the topic updated as requested.
+ * If any of the referring pages are locked then they will be listed
+ * You can correct these later by again pressing Rename/Move
+
+## <a name="Referring_topics"> Referring topics </a>
+
+Referring topics are found using the the %SEARCH% variable, see the template searchrenameview.tmpl. First, matching topics in the current Web are listed - matches are to _topic_. Next, all Webs (including the current one) are listed that match _web.topic_. Because %SEARCH% is used, Webs marked in [[WebPreferences]] as NOSEARCHALL will not show up in the search for refernces to the _topic_ being changed.
+
+Changed references are kept are as short as possible, i.e. _topic_ is used in preference to _web.topic_.
+
+## <a name="Deleting_a_topic"> Deleting a topic </a>
+
+Topics can be _deleted_ by moving them to the Trash Web (this should be added to the default distribution). Note that topics from all Webs go into this, so there could be name clashes, the user is warned of this and asked to choose a new name. When TWiki support sub-webs, these could be created on demand in the Trash Web, which would avoid this name clash problem.
+
+It is up to the administrator of a TWiki installation to clean the Trash Web periodically e.g. by archiving to tape of CDROM entries older than 6 months.
+
+## <a name="Redirection_from_old_topic"> Redirection from old topic </a>
+
+Something like the following can be put in %TWIKIWEB%.WebTopicViewTemplate and %TWIKIWEB%.WebTopicNonWikiTemplate to show if a topic has moved. It does this by searching for the tag %META:TOPICMOVED\{...\}%.
+
+## %METASEARCH\{type="topicmoved" web="%WEB%" topic="%TOPIC%" title="This topic used to exist and was moved to: "\}%
+
+## <a name="Permissions"> Permissions </a>
+
+Permissions affect rename in various ways. To rename a topic you need both change and rename permissions. To alter refering topics, you need change permission. See [[TWikiAccessControl]] for information on setting up permissions.