none
authorMikeMannix <MikeMannix>
Sat, 8 Sep 2001 22:33:11 +0000 (22:33 +0000)
committerMikeMannix <MikeMannix>
Sat, 8 Sep 2001 22:33:11 +0000 (22:33 +0000)
TWiki/TWikiInstallationGuide.mdwn
TWiki/TWikiSystemRequirements.mdwn
TWiki/WebHome.mdwn

index 08a0666..cdae331 100644 (file)
@@ -30,9 +30,9 @@ _Clean install of the current public release (01-Sep-2001)_
 
 These installation steps use the Apache web server on Linux as an example. TWiki should run on other web servers and Unix systems as well. (TWiki on Windows is possible, but has not been well-documented. More on that at <http://TWiki.org/cgi-bin/view/Codev/TWikiOnWindows>.)
 
-**_Note:_** Below installation steps assume user `nobody` for all files manupulated by the cgi scripts (executed by the web server), and user `twiki` for all other files. You need to replace user `nobody` with an other user in case the web server executes the script with a different user ( default for Debian is `www-data` ). Also, you can substitute user `twiki` with your own user name.
+**_NOTE:_** Below installation steps assume user `nobody` for all files manupulated by the cgi scripts (executed by the web server), and user `twiki` for all other files. You need to replace user `nobody` with an other user in case the web server executes the script with a different user ( default for Debian is `www-data` ). Also, you can substitute user `twiki` with your own user name.
 
-**_Note:_** Below installation steps assume that you have control over the web server configuraton files. In case you don't - you may be installing on an ISP-hosted server - follow the steps but use these directories instead:
+**_NOTE:_** Below installation steps assume that you have control over the web server configuraton files. In case you don't - you may be installing on an ISP-hosted server - follow the steps but use these directories instead:
 
 <table border="1" cellpadding="0" cellspacing="0">
   <tr>
@@ -71,7 +71,7 @@ Read <http://TWiki.org/cgi-bin/view/Codev/SourceForgeHowTo> in case you want to
 
 ## <a name="Standard Installation"></a> Standard Installation
 
-Request and download the TWiki %VERSION% distribution in Unix ZIP format from <http://TWiki.org/download.html>.
+Request and download the TWiki 01-Sep-2001 distribution in Unix ZIP format from <http://TWiki.org/download.html>.
 
 ### <a name="Step 1: Create  Configure the Di"></a> Step 1: Create &amp; Configure the Directories
 
@@ -145,20 +145,20 @@ Complete a Standard Installation and your new TWiki site should be up and runnin
   - Create a new data directory under `twiki/data` and check the file permission of the directory.
   - Copy the `Web*.txt` files from the `twiki/data/Main` directory to the new data directory, preserving the original files' owner, group and permissions ( on Unix use `cp -p` ). The data files must be writable by the owner the CGI scripts are running on ( usually `nobody` ). Hint: You can set permissions of `.txt` and `.txt,v` files to `-rw-rw-rw-` and then edit the topic using your browser, RCS will restore the file permission correctly when saving the topic.
   - Add the new web to the web list (visible in the upper right corner of each topic) by editing the site-level preferences [[TWikiPreferences]]:
-    - Add the new web to the WIKIWEBLIST variable.
+    - Add the new web to the `%WIKIWEBLIST%` variable.
   - Add the new web to the web table (at the bottom of each [[WebHome]] topic) by editing the [[TWikiWebsTable]] topic.
   - Change the web preferences by editing the WebPreferences topic of the new web:
     - Set the WEBBGCOLOR variable to a color of your taste. The number represents the unique color for the web (consult an HTML book for colors.)
-    - Customize the WEBTOPICLIST variable to contain the web specific links you prefer.
-    - Optional: Set the WEBCOPYRIGHT variable to have a web-specific copyright text (at the bottom of each topic).
+    - Customize the `%WEBTOPICLIST%` variable to contain the web specific links you prefer.
+    - Optional: Set the `%WEBCOPYRIGHT%` variable to have a web-specific copyright text (at the bottom of each topic).
   - If needed, create customized templates in the new templates directory. (Non existing templates are inherited from `twiki/templates` )
-  - If you want to use form templates - see [[FormTemplateSystem]]
+  - If you want to use Form Templates - see [[TWiki Form Template|Main/TWikiDocumentation#TWiki_Form_Templates]]
   - In case you want usage statistics for this web: Copy file `WebStatistics.txt` from the `twiki/data/Main` directory to the new data directory. Edit topic WebStatistics in the new web and delete old usage entries.
   - Note that user home topics are only located in the %WIKITOOLNAME%.Main web, so don't try to move them or create them in other webs. From any web you can refer to users located in the %WIKITOOLNAME%.Main web like `Main.UserName` or `%MAINWEB%.UserName`.
 
 ### <a name="Adding Variables  Rendering Rule"></a> Adding Variables &amp; Rendering Rules
 
-- You can add new rendering rules or new %VARIABLES%. To insure an easy upgrade of TWiki it is recommended to do this customization in `twiki/bin/wikicfg.pm` , not `twiki/bin/wiki.pm` .
+- You can add new rendering rules or new `%VARIABLES%`. To insure an easy upgrade of TWiki it is recommended to do this customization in `twiki/bin/wikicfg.pm` , not `twiki/bin/wiki.pm` .
 
 ### <a name="Enabling Basic Authentication (."></a> Enabling Basic Authentication (.htaccess)
 
@@ -171,7 +171,7 @@ Complete a Standard Installation and your new TWiki site should be up and runnin
 
 ## <a name="TWiki File System Snapshot"></a> TWiki File System Snapshot
 
-Here are partial directory listings showing typical file permissions and ownership. This is provided for general debugging use only and isn't an exact representation of the current distribution. There is also a complete file [[listing by directory|TWiki/TWikiImplementationNotes]], with individual file descriptions, for the current TWiki release.
+Here are partial directory listings showing typical file permissions and ownership. This is provided for general debugging use only and isn't an exact representation of the current distribution. There is also a file [[listing by directory|Main/TWikiDocumentatin#DocsATWikiFileSystem]], with individual file descriptions, for the current TWiki release.
 
 Directory `twiki/bin` :
 
index 275a1fd..2c342d4 100644 (file)
@@ -1,30 +1,16 @@
 <div>
   <ul>
-    <li><a href="#TWiki Application Environment"> TWiki Application Environment</a><ul>
+    <li><a href="#TWiki Requirements"> TWiki Requirements</a><ul>
         <li><a href="#Overview"> Overview</a></li>
         <li><a href="#Server-Side Requirements"> Server-Side Requirements</a></li>
-        <li><a href="#Client-Side Requirements"> Client-Side Requirements</a><ul>
-            <li><a href="#Known Issues"> Known Issues</a></li>
-          </ul>
-        </li>
-        <li><a href="#TWiki File System"> TWiki File System</a><ul>
-            <li><a href="#File Descriptions"> File Descriptions</a><ul>
-                <li><a href="#Files in twiki"> Files in <code>twiki</code></a></li>
-                <li><a href="#Files in twiki/bin"> Files in <code>twiki/bin</code></a></li>
-                <li><a href="#Files under twiki/lib"> Files under <code>twiki/lib</code></a></li>
-                <li><a href="#Files under twiki/pub"> Files under <code>twiki/pub</code></a></li>
-                <li><a href="#Files under twiki/data"> Files under <code>twiki/data</code></a></li>
-                <li><a href="#Files in twiki/templates"> Files in <code>twiki/templates</code></a></li>
-              </ul>
-            </li>
-          </ul>
-        </li>
+        <li><a href="#Client-Side Requirements"> Client-Side Requirements</a></li>
+        <li><a href="#Known Issues"> Known Issues</a></li>
       </ul>
     </li>
   </ul>
 </div>
 
-# <a name="TWiki Application Environment"></a> TWiki Application Environment
+# <a name="TWiki Requirements"></a> TWiki Requirements
 
 _Server and client system requirements; file system structure_
 
@@ -81,651 +67,8 @@ The TWiki standard installation has extremely low browser requirements:
 
 TWiki generates XHTML 1.0 code as long as it is compatible with HTML 3.2.
 
-### <a name="Known Issues"></a> Known Issues
+## <a name="Known Issues"></a> Known Issues
 
 - The new [[TWikiPlugins]] feature currently does not have any compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), Java, cookies, etc.
 
-## <a name="TWiki File System"></a> TWiki File System
-
-You can rename the root TWiki directory - `twiki` - to whatever you like by changing it in the `twiki.cfg` configuration file. However, to keep the current installation and future upgrades simple, you should leave the subdirectory structure intact:
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> Directory: </strong></th>
-    <th bgcolor="#99CCCC"><strong> Files: </strong></th>
-    <th bgcolor="#99CCCC"><strong> Used for: </strong></th>
-  </tr>
-  <tr>
-    <td><code>twiki</code></td>
-    <td align="center">[[Main/WebHome#TWikiFiles]]</td>
-    <td> Start-up info </td>
-  </tr>
-  <tr>
-    <td><code>twiki/bin</code></td>
-    <td align="center">[[Main/WebHome#BinFiles]]</td>
-    <td> Perl scripts </td>
-  </tr>
-  <tr>
-    <td><code>twiki/lib</code></td>
-    <td align="center">[[Main/WebHome#LibFiles]]</td>
-    <td> Configuration file, main library, Perl system modules, Plugins </td>
-  </tr>
-  <tr>
-    <td><code>twiki/pub</code></td>
-    <td align="center">[[Main/WebHome#PubFiles]]</td>
-    <td> Public support files (ex: [[Main/FileAttachments]], images) and RCS histories) </td>
-  </tr>
-  <tr>
-    <td><code>twiki/data</code></td>
-    <td align="center">[[Main/WebHome#DataFiles]]</td>
-    <td> Topic text (page content) and RCS histories; </td>
-  </tr>
-  <tr>
-    <td><code>twiki/templates</code></td>
-    <td align="center">[[Main/WebHome#TemplatesFiles]]</td>
-    <td> HTML templates, used by TWiki scripts </td>
-  </tr>
-</table>
-
-### <a name="File Descriptions"></a> File Descriptions
-
-A rundown of the individual files included in the current 01-Sep-2001 distribution, organized by TWiki root directories.
-
-<a name="TWikiFiles"></a>
-
-#### <a name="Files in twiki"></a> Files in `twiki`
-
-Application info and the current reference documentation. _Full file list:_
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> File: </strong></th>
-    <th bgcolor="#99CCCC"><strong> Used for: </strong></th>
-  </tr>
-  <tr>
-    <td><code>index.html</code></td>
-    <td> A page with a link to first launch TWiki after install </td>
-  </tr>
-  <tr>
-    <td><code>license.txt</code></td>
-    <td> GNU General Public License and TWiki-specific info </td>
-  </tr>
-  <tr>
-    <td><code>readme.txt</code></td>
-    <td> General TWiki start-up info with relevant URLs </td>
-  </tr>
-  <tr>
-    <td><code>TWikiDocumentation.html</code></td>
-    <td> All documentation packaged as a single page </td>
-  </tr>
-  <tr>
-    <td><code>TWikiHistory.html</code></td>
-    <td> TWiki development timeline </td>
-  </tr>
-</table>
-
-<a name="BinFiles"></a>
-
-#### <a name="Files in twiki/bin"></a> Files in `twiki/bin`
-
-Perl CGI scripts. _Full file list:_
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> File: </strong></th>
-    <th bgcolor="#99CCCC"><strong> Used for: </strong></th>
-  </tr>
-  <tr>
-    <td><code>.htaccess.txt</code></td>
-    <td> Authentication. Rename to .htaccess and customize if used </td>
-  </tr>
-  <tr>
-    <td><code>attach</code></td>
-    <td> Script that shows the attach file page ([[Main/FileAttachment]]) </td>
-  </tr>
-  <tr>
-    <td><code>delete</code></td>
-    <td> (not used yet) </td>
-  </tr>
-  <tr>
-    <td><code>edit</code></td>
-    <td> Script to edit a topic </td>
-  </tr>
-  <tr>
-    <td><code>geturl</code></td>
-    <td> Script to fetch URL data </td>
-  </tr>
-  <tr>
-    <td><code>mailnotify</code></td>
-    <td> Script called by cron job to notify users of changes </td>
-  </tr>
-  <tr>
-    <td><code>oops</code></td>
-    <td> Script that shows an OK or oops dialog </td>
-  </tr>
-  <tr>
-    <td><code>preview</code></td>
-    <td> Script to preview topic after edit </td>
-  </tr>
-  <tr>
-    <td><code>rdiff</code></td>
-    <td> Script to see differences of topics </td>
-  </tr>
-  <tr>
-    <td><code>rename</code></td>
-    <td> Script to rename/move topics and move attachments </td>
-  </tr>
-  <tr>
-    <td><code>register</code></td>
-    <td> Script to register new users </td>
-  </tr>
-  <tr>
-    <td><code>save</code></td>
-    <td> Script that saves a topic, called by preview </td>
-  </tr>
-  <tr>
-    <td><code>search</code></td>
-    <td> Script that displays search results </td>
-  </tr>
-  <tr>
-    <td><code>statistics</code></td>
-    <td> Script to create statistics topic </td>
-  </tr>
-  <tr>
-    <td><code>testenv</code></td>
-    <td> Script to test CGI environment variables </td>
-  </tr>
-  <tr>
-    <td><code>upload</code></td>
-    <td> Script that does file upload ([[Main/FileAttachment]]) </td>
-  </tr>
-  <tr>
-    <td><code>view</code></td>
-    <td> Script to view a topic ( <strong>the</strong> script ) </td>
-  </tr>
-  <tr>
-    <td><code>viewfile</code></td>
-    <td> Script to view an file attachment </td>
-  </tr>
-</table>
-
-<a name="LibFiles"></a>
-
-#### <a name="Files under twiki/lib"></a> Files under `twiki/lib`
-
-The new `lib/TWiki/Plugins` directories contain configuration, library and function files, and [[TWikiPlugins|Main/TWikiDocumentation#TWiki_Plugins]]. _Full file list:_
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> File: </strong></th>
-    <th bgcolor="#99CCCC"><strong> Used for: </strong></th>
-  </tr>
-  <tr>
-    <td><code>TWiki.pm</code></td>
-    <td> Main TWiki library </td>
-  </tr>
-  <tr>
-    <td><code>TWiki.cfg</code></td>
-    <td> For configuration, used by <code>TWiki.pm</code></td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Access.pm</code></td>
-    <td> Access control </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Attach.pm</code></td>
-    <td> Attachment handling </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Form.pm</code></td>
-    <td> Form handling </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Meta.pm</code></td>
-    <td> Meta data in topics </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Net.pm</code></td>
-    <td> SMTP mail handling </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Plugins.pm</code></td>
-    <td> Plugin handling </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Prefs.pm</code></td>
-    <td> Preferences handling </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Search.pm</code></td>
-    <td> Search engine, used by wiki.pm </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Store.pm</code></td>
-    <td> Back-end storage, <code>*.txt</code> text file and <code>*.txt,v</code> RCS repository file handling </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Plugins/DefaultPlugin.pm</code></td>
-    <td> Handles some legacy rules </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Plugins/EmptyPlugin.pm</code></td>
-    <td> Empty plugin, use to create your own </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/Plugins/InterwikiPlugin.pm</code></td>
-    <td> Use aliases as links for predefined URLs </td>
-  </tr>
-</table>
-
-<a name="PubFiles"></a>
-
-#### <a name="Files under twiki/pub"></a> Files under `twiki/pub`
-
-The `pub` directory stores data-related files, including images used by TWiki and [[FileAttachments]]. Attachments are stored in sub-directories created with the related topic name. _Partial file list:_
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> File: </strong></th>
-    <th bgcolor="#99CCCC"><strong> Used for: </strong></th>
-  </tr>
-  <tr>
-    <td><code>favicon.ico</code></td>
-    <td> ICO file </td>
-  </tr>
-  <tr>
-    <td><code>twikilogo.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>twikilogo1.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>twikilogo2.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>twikilogo3.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>twikilogo4.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>wikiHome.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>icn/_filetypes.txt</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>icn/bat.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>icn/bmp.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <th align="center" bgcolor="#99CCCC"><strong> ... </strong></th>
-    <th align="center" bgcolor="#99CCCC"><strong> ... </strong></th>
-  </tr>
-  <tr>
-    <td><code>TWiki/FileAttachment/Sample.txt</code></td>
-    <td> TEXT file </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/FileAttachment/Smile.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/PreviewBackground/blankltgraybg.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/PreviewBackground/blankwhitebg.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/PreviewBackground/previewbg.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-  <tr>
-    <td><code>TWiki/WabiSabi/wabisabi.gif</code></td>
-    <td> GIF file </td>
-  </tr>
-</table>
-
-<a name="DataFiles"></a>
-
-#### <a name="Files under twiki/data"></a> Files under `twiki/data`
-
-TWiki page data stored as individual text files. Each active web has its own subdirectory. The TWiki distribution includes four start-up webs - `Main`, `TWiki`, `Know`, `Test` - with documentation and demo content, and a `_default` directory containing all topics required to start a new web. _Partial file list:_
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> File: </strong></th>
-    <th bgcolor="#99CCCC"><strong> Used for: </strong></th>
-  </tr>
-  <tr>
-    <td><code>.htpasswd</code></td>
-    <td> Basic Authentication (htaccess) password file </td>
-  </tr>
-  <tr>
-    <td><code>debug.txt</code></td>
-    <td> Program messages useful for debugging </td>
-  </tr>
-  <tr>
-    <td><code>mime.types</code></td>
-    <td> Recognized file formats </td>
-  </tr>
-  <tr>
-    <td><code>warning.txt</code></td>
-    <td> Diagnostic messages for identifying problems </td>
-  </tr>
-  <tr>
-    <td colspan="2"> _default directory can be copied to empty directory when creating new Webs </td>
-  </tr>
-  <tr>
-    <td><code>_default/.changes</code></td>
-    <td> Web-level record of topic changes </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebChanges.txt</code></td>
-    <td> Display most recent topic changes in web </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebChanges.txt,v</code></td>
-    <td> Revisions history (RCS) </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebHome.txt</code></td>
-    <td> Default web home page </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebHome.txt,v</code></td>
-    <td> Revisions history (RCS) </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebIndex.txt</code></td>
-    <td> Lists all topics in a web </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebIndex.txt,v</code></td>
-    <td> Revisions history (RCS) </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebNotify.txt</code></td>
-    <td> Subscribe/unsubscribe to web changes email alert </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebNotify.txt,v</code></td>
-    <td> Revisions history (RCS) </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebPreferences.txt</code></td>
-    <td> Web-level preference settings </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebPreferences.txt,v</code></td>
-    <td> Revisions history (RCS) </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebSearch.txt</code></td>
-    <td> Web-level search options </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebSearch.txt,v</code></td>
-    <td> Revisions history (RCS) </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebStatistics.txt</code></td>
-    <td> Generates web usage statistics </td>
-  </tr>
-  <tr>
-    <td><code>_default/WebStatistics.txt,v</code></td>
-    <td> Revisions history (RCS) </td>
-  </tr>
-  <tr>
-    <th align="center" bgcolor="#99CCCC"><strong> ... </strong></th>
-    <th align="center" bgcolor="#99CCCC"><strong> ... </strong></th>
-  </tr>
-</table>
-
-<a name="TemplatesFiles"></a>
-
-#### <a name="Files in twiki/templates"></a> Files in `twiki/templates`
-
-Templates used to control appearance of all rendered pages. _Full file list:_
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> File: </strong></th>
-    <th bgcolor="#99CCCC"><strong> Used for: </strong></th>
-  </tr>
-  <tr>
-    <td><code>oopsbadpwformat.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>attachagain.tmpl</code></td>
-    <td> Control screen </td>
-  </tr>
-  <tr>
-    <td><code>attachnew.tmpl</code></td>
-    <td> Control screen </td>
-  </tr>
-  <tr>
-    <td><code>changeform.tmpl</code></td>
-    <td> Control screen </td>
-  </tr>
-  <tr>
-    <td><code>changes.tmpl</code></td>
-    <td> Displays [[Main/WebChanges]] list of recently changed topics </td>
-  </tr>
-  <tr>
-    <td><code>edit.iejs.tmpl</code></td>
-    <td> xxxx </td>
-  </tr>
-  <tr>
-    <td><code>edit.tmpl</code></td>
-    <td> Main edit window </td>
-  </tr>
-  <tr>
-    <td><code>mailnotify.tmpl</code></td>
-    <td> xxxx </td>
-  </tr>
-  <tr>
-    <td><code>moveattachment.tmpl</code></td>
-    <td> Control screen </td>
-  </tr>
-  <tr>
-    <td><code>oopsaccesschange.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsaccessgroup.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsaccessrename.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsaccessview.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsauth.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>attach.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopschangepasswd.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsempty.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopslocked.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopslockedrename.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsmissing.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsmoveerr.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsnoformdef.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsnotwikiuser.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsnoweb.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopspreview.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsregexist.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsregpasswd.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsregrequ.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsregthanks.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsregwiki.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsrenameerr.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsresetpasswd.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsrev.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopssave.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopssaveerr.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopssendmailerr.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopstopicexists.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopsupload.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>oopswrongpassword.tmpl</code></td>
-    <td> Error message </td>
-  </tr>
-  <tr>
-    <td><code>preview.tmpl</code></td>
-    <td> Preview Changes screen </td>
-  </tr>
-  <tr>
-    <td><code>rdiff.tmpl</code></td>
-    <td> Displays text changes before &amp; after (Diffs) </td>
-  </tr>
-  <tr>
-    <td><code>register.tmpl</code></td>
-    <td> Registration page </td>
-  </tr>
-  <tr>
-    <td><code>registernotify.tmpl</code></td>
-    <td> xxxx </td>
-  </tr>
-  <tr>
-    <td><code>rename.tmpl</code></td>
-    <td> Doing a new topic rename, user chooses web &amp; topic </td>
-  </tr>
-  <tr>
-    <td><code>renamebase.tmpl</code></td>
-    <td> Used by other rename templates </td>
-  </tr>
-  <tr>
-    <td><code>renameconfirm.tmpl</code></td>
-    <td> Confirms a pre-specified rename, ex: undoing a rename </td>
-  </tr>
-  <tr>
-    <td><code>renamerefs.tmpl</code></td>
-    <td> Rename done, but some references not changed (topics were locked) </td>
-  </tr>
-  <tr>
-    <td><code>search.tmpl</code></td>
-    <td> xxxx </td>
-  </tr>
-  <tr>
-    <td><code>searchbookview.tmpl</code></td>
-    <td> Search results with full topic content </td>
-  </tr>
-  <tr>
-    <td><code>searchmeta.tmpl</code></td>
-    <td> xxxx </td>
-  </tr>
-  <tr>
-    <td><code>searchrenameview.tmpl</code></td>
-    <td> Used by <code>rename</code> to list references to topic being renamed </td>
-  </tr>
-  <tr>
-    <td><code>twiki.tmpl</code></td>
-    <td> Base template definitions used by other templates </td>
-  </tr>
-  <tr>
-    <td><code>view.plain.tmpl</code></td>
-    <td> Alternate topic header/footer view </td>
-  </tr>
-  <tr>
-    <td><code>view.print.tmpl</code></td>
-    <td> Alternate topic header/footer view </td>
-  </tr>
-  <tr>
-    <td><code>view.tmpl</code></td>
-    <td> Main topic view </td>
-  </tr>
-</table>
-
 -- [[MikeMannix]] - 29 Aug 2001
index bea84bc..2ee3d13 100644 (file)
@@ -1,6 +1,6 @@
 <table>
   <tr>
-    <td><font size="3">Welcome to %WIKITOOLNAME%, a flexible, powerful, and simple Web-based collaboration platform, for intranets, extranets, and the Web. With %WIKITOOLNAME%, you can run a project development space, document managment system, knowledge base, or any other groupware tool. This is the place to learn about it, download it, and try it out for yourself... </font></td>
+    <td><font size="3">Welcome to %WIKITOOLNAME%, a flexible, powerful, and simple Web-based collaboration platform, for intranets, extranets, and the Web. With %WIKITOOLNAME%, you can run a project development space, document management system, knowledge base, or any other groupware tool. This is the place to learn about it, download it, and try it out for yourself... </font></td>
     <td width="25"> </td>
     <td width="200"><a href="http://TWiki.org/"><img alt="Powered by TWiki" border="0" height="64" src="http://www.dementia.org/twiki//view/twikilogo3.gif" width="131" /></a><br /> The official TWiki<sup>TM</sup><br />site is <a href="http://twiki.org/" target="_top">http://twiki.org/</a></td>
   </tr>
@@ -35,8 +35,8 @@
 
 - - [[TWikiHistory]]: the TWiki development timeline
   - [[TWikiDocumentation]]: complete current reference...
-    1. [[TWikiOperatingEnvironment|Main/TWikiImplementationNotes]]
-    2. [[TWikiInstallationGuide]]
+    1. [[TWikiRequirements|Main/TWikiImplementationNotes]]
+    2. [[TWiki Installation Guide|Main/TWikiInstallationGuide]]
     3. [[TWikiUpgradeGuide]]
     4. [[TWikiUserAuthentication]]
     5. [[TWikiAccessControl]]
@@ -49,6 +49,7 @@
     12. [[MonitoringSiteActivity]]
     13. [[ManagingTopics]]
     14. [[ManagingWebs]]
+    15. [[A. TWiki File System|Main/DocsATWikiFileSystem]]
 
 ### <a name="TWiki Site Tools"></a> TWiki Site Tools