none
authorMikeMannix <MikeMannix>
Thu, 30 Aug 2001 02:47:14 +0000 (02:47 +0000)
committerMikeMannix <MikeMannix>
Thu, 30 Aug 2001 02:47:14 +0000 (02:47 +0000)
TWiki/ManagingWebs.mdwn
TWiki/WebHome.mdwn

index ddafc7c..a6f1419 100644 (file)
@@ -1,20 +1,31 @@
-## <a name="TWiki Administration"></a> TWiki Administration
+<div>
+  <ul>
+    <li><a href="#Add, Name, or Delete Webs"> Add, Name, or Delete Webs</a><ul>
+        <li><a href="#How to Add a New Web"> How to Add a New Web</a></li>
+        <li><a href="#How to Rename or Delete a Web"> How to Rename or Delete a Web</a></li>
+      </ul>
+    </li>
+  </ul>
+</div>
 
-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="Add, Name, or Delete Webs"></a> Add, Name, or Delete Webs
 
-### <a name="How to add a New Web"></a> How to add a New Web
+To work with entire TWiki webs, you need direct access to the installation files on the host server. Connecting by Telnet or FTP is the usual approach. Before making changes to a web, you can move individual topics through your browser (see [[ModifyTopics|TWiki/RenameTopic]]). No similar web controls are available through the browser interface.
+
+### <a name="How to Add a New Web"></a> How to Add a New Web
 
 - See [[TWiki Installation Notes|Main/TWikiDocumentation#TWiki_Installation_Notes]]
 
 ### <a name="How to Rename or Delete a Web"></a> How to Rename or Delete a Web
 
-- It is advisable not to rename the %WIKITOOLNAME%.Main 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 [[TWikiPreferences]] 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.
+- **NOTE:** Think twice if you intend to rename the %WIKITOOLNAME%.Main web, since many files point to it. If you do rename it, you'll also have to change all occurrences of `Main` to the new web name - this includes, for example, the user signatures across your entire TWiki site. (On the other hand, if the variable <code>**%MAINWEB%**</code> is used throughout, you have no problem.)
+
+1. **Prepare your site:** Other webs may link to the web you want to rename or delete. Search each web for links to the target web: search all webs for `Abouttochange.` - include the period to find topics like `Abouttochange.SomeTopic`. Make changes as required.
+2. **Edit the [[TWikiPreferences]] topic:** Rename or delete the web from the `WIKIWEBLIST` variable.
+3. **Edit the [[TWikiWebsTable]] topic:** Rename or delete the web from the table.
+4. **Connect to the %WIKITOOLNAME% server:** Login via Telnet or FTP.
+5. **Edit the data files:** Go to <code>**twiki/data**</code> and rename or delete the web directory.
+6. **Edit the template files:** Go to <code>**twiki/templates**</code> and rename or delete the web directory if present.
+7. **Edit the public files:** Go to <code>**twiki/pub**</code> and rename or delete the web directory if present.
 
--- [[PeterThoeny]] - 03 Mar 2001 <br /> -- [[JohnTalintyre]] - 07 Aug 2001 <br />
+-- [[MikeMannix]] - 29 Aug 2001 <br />
index c012bfb..25dea3f 100644 (file)
 
 ### <a name="User Guide"></a> User Guide
 
-- - [[TWikiWeb]]: Brief %WIKITOOLNAME% backgrounder: first there was Wiki...
+- A collection of single-page topics: clear, concise how-to guides designed for busy TWiki users.
+
+- - [[TWikiWeb]]: Brief %WIKITOOLNAME% backgrounder: first was Wiki...
   - [[WikiSyntax]]: TWiki language basics.
   - [[TWikiFAQ]]: The first things people ask about %WIKITOOLNAME%.
-  - [[TextFormattingFAQ]]: Most requested facts about posting in TWiki.
+  - [[TextFormattingFAQ]]: Most-requested facts about posting in TWiki.
   - [[TWikiTutorial]]: A %WIKITOOLNAME% quick start alternative.
-  - [[GoodStyle]]: Tips for an open communications environment.
-  - [[TextFormattingRules]]: The full power of TWiki on a page.
-  - [[TWikiVariables]]: Manipulate text, graphics, calculations, and more with simple expanding text strings.
+  - [[GoodStyle]]: Tips for an open collaboration environment.
+  - [[TextFormattingRules]]: The full power of TWiki presented on a page.
+  - [[TWikiVariables]]: Use simple text strings to place text, graphics, user features, more.
   - [[FileAttachments]]: Upload files to any topic, for display or distribution.
   - [[ModifyTopics|Main/RenameTopic]]: Rename, move, delete pages.
 
 ### <a name="Webmaster Reference"></a> Webmaster Reference
 
-- - [[TWikiHistory]]: a timeline tracing the development of TWiki.
-  - [[TWikiDocumentation]]: the complete Web administrator's reference, containing:
+- Complete documentation for Webmasters, system administrators, anyone interested in installing and fine-tuning a TWiki site. TWiki power users as well will benefit from browsing this collection.
+- NOTE: While TWiki is a sophisticated software package, designed to meet **corporate intranet standards**, it is an extremely flexible and accessible by nature. Anyone with diligence, basic Web site skills and a virtual ISP account should be able to install TWiki and configure a exceptional interactive environment.
+
+- - [[TWikiHistory]]: a TWiki development timeline
+  - [[TWikiDocumentation]]: the complete administrator's reference, comprising:
     1. [[TWikiSystemRequirements|Main/TWikiImplementationNotes]]
-    2. [[TWikiInstallationNotes]]
-    3. [[TWikiUpgradeNotes]]
-    4. [[TWikiAuthentication]]
+    2. [[TWikiInstallationGuide|Main/TWikiInstallationNotes]]
+    3. [[TWikiUpgradeGuide|Main/TWikiUpgradeNotes]]
+    4. [[TWikiUserAuthentication|Main/TWikiAuthentication]]
     5. [[TWikiAccessControl]]
     6. [[TWikiVariables]]
     7. [[TWikiFormTemplate]]