summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-09-15 10:15:11 +0000
committerMikeMannix <MikeMannix>2001-09-15 10:15:11 +0000
commit1b68b6c6025c151436ed87284648b0217c8cc0d2 (patch)
tree9e9a0de521564b638d579b41b165924d63f83c19 /TWiki
parentf7b3ee5c235078fe6ea282c5d0c3f21155ad3dcb (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/ManagingTopics.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/TWiki/ManagingTopics.mdwn b/TWiki/ManagingTopics.mdwn
index b6a3fb49..0225d09d 100644
--- a/TWiki/ManagingTopics.mdwn
+++ b/TWiki/ManagingTopics.mdwn
@@ -1,5 +1,3 @@
-%INCLUDE\{"UtilTempDocNote"\}%
-
%TOC% %STARTINCLUDE%
# <a name="Managing_Topics"> Managing Topics </a>
@@ -8,7 +6,7 @@ _Browser-based rename, move, and delete for individual topics_
## <a name="Overview"> Overview </a>
-Select **Rename/move** when viewing a topic to change its name, move it to another TWiki web, or delete it:
+Using browser controls while viewing a topic, you change its name, move it to another TWiki web, or delete it:
1. **Select** target web if other than the current web - chose <code>**Trash**</code> to delete a topic
2. **Enter** the new topic name - default is current name <br />**_NOTE:_** You will be warned if there are locks or if there is a name conflict
@@ -19,7 +17,7 @@ Select **Rename/move** when viewing a topic to change its name, move it to anoth
### <a name="Referring_Topics"> Referring Topics </a>
-Referring topics are found using the the %SEARCH% variable, see the template <code>**searchrenameview.tmpl**</code>. 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.
+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_.
@@ -63,3 +61,5 @@ The following shows some limitations of square bracket processing.
> [[old topic]] => [[NewTopic][old topic]]
> [[old t opic]] => not changed
> [[OldTopic]] => [[NewTopic]]
+
+-- [[MikeMannix]] - 15 Sep 2001 <br />