none
authorPeterThoeny <PeterThoeny>
Tue, 3 Aug 1999 08:50:19 +0000 (08:50 +0000)
committerPeterThoeny <PeterThoeny>
Tue, 3 Aug 1999 08:50:19 +0000 (08:50 +0000)
TWiki/TWikiDocumentation.mdwn
TWiki/TWikiHistory.mdwn

index 73b04fa..76c352b 100644 (file)
@@ -207,6 +207,7 @@ These installation steps use Apache web server on Linux as an example. TWiki sho
 </li> <li> Point your browser at <a href="http://your.domain.com/twiki/bin/view" target="_top">http://your.domain.com/twiki/bin/view</a> and start wiki-ing away! 
 </li> <li> Security issue: Directories <code>twiki/bin/data</code> , <code>twiki/bin/templates</code> and all its subdirectories should be set so that they are <strong>not</strong> visible as a URL. (Alternatively, move the directries to a place where they are not visible, and change the variables in <code>twiki/bin/wikicfg.pm</code> accordingly)
 </li> <li> Optional: You can add new rendering rules or new %variables%. To insure an easy upgrade of TWiki it is recommended to do this customization in <code>twiki/bin/wikicfg.pm</code> , not <code>twiki/bin/wiki.pm</code> .
+</li> <li> Optional: If you are on a public server and you would like to authenticate users you need to rename file <code>.htaccess.txt</code> in the <code>twiki/bin</code> directory to <code>.htaccess</code> and change it to your needs. Consult the HTTP server documentation for details.
 </li></ul> 
 <p /> <ul>
 <li> To create a new web: <ul>
@@ -228,7 +229,7 @@ directory <code>twiki/bin</code> :
 <pre>
 drwxr-xr-x     5 twiki  t5                             512 Nov 11 02:52 .
 drwxr-xr-x     5 twiki  t5                             512 Nov  6 02:57 ..
-drwxr-xr-x     6 twiki  t5                             512 Nov  6 03:13 data
+drwxrwxrwx     6 twiki  t5                             512 Nov  6 03:13 data
 drwxr-xr-x     6 twiki  t5                             512 Nov  4 20:34 templates
 -rw-r--r--     1 twiki  t5                             430 Oct 21 18:51 .htaccess
 -rwxrwxrwx     1 twiki  t5                       3752 Mar 27 02:21 attach
@@ -236,10 +237,10 @@ drwxr-xr-x        6 twiki  t5                             512 Nov  4 20:34 templates
 -rw-rw-rw-     1 twiki  t5                       1091 Nov  6 04:15 debug.txt
 -rwxrwxrwx     1 twiki  t5                       1244 Mar 27 02:21 delete
 -rw-r-xr-x     1 twiki  t5                       2589 Nov  6 03:05 edit
--rw-r--r--     1 twiki  t5                       1097 Oct 21 18:51 error401.html
 -rwxr-xr-x     1 twiki  t5                       4614 Oct 21 18:52 mailnotify
 -rw-r-xr-x     1 twiki  t5                       1353 Oct 23 20:19 oops
 -rw-r-xr-x     1 twiki  t5                       2043 Nov  6 03:05 preview
+-rw-r-xr-x     1 twiki  t5                       6249 Aug  3 04:34 register
 -rw-r-xr-x     1 twiki  t5                       6890 Nov 11 03:06 rdiff
 -rw-r-xr-x     1 twiki  t5                       1819 Nov  6 03:06 save
 -rwxr-xr-x     1 twiki  t5                       3174 Oct 21 18:51 search
@@ -268,9 +269,15 @@ drwxr-xr-x 2 twiki  t5                             512 Nov  4 20:35 Main
 -rw-r--r--     1 twiki  t5                             218 Oct 23 20:06 noweb.tmpl
 -rw-r--r--     1 twiki  t5                             279 Oct 23 20:29 oops.tmpl
 -rw-r--r--     1 twiki  t5                             833 Mar 27 02:03 oopsdel.tmpl
+-rw-r--r--     1 twiki  t5                       1331 Oct 23 20:29 oopslocked.tmpl
+-rw-r--r--     1 twiki  t5                       1026 Aug 03 08:21 oopsregexist.tmpl
+-rw-r--r--     1 twiki  t5                             935 Aug 03 08:23 oopsregpasswd.tmpl
+-rw-r--r--     1 twiki  t5                             924 Aug 03 08:26 oopsregrequ.tmpl
+-rw-r--r--     1 twiki  t5                             931 Aug 03 08:29 oopsregwiki.tmpl
 -rw-r--r--     1 twiki  t5                             868 Mar 27 02:03 oopsupload.tmpl
 -rw-r--r--     1 twiki  t5                       2010 Nov  6 03:01 preview.tmpl
 -rw-r--r--     1 twiki  t5                       1501 Nov 12 22:56 rdiff.tmpl
+-rw-r--r--     1 twiki  t5                             263 Aug  3 02:44 register.tmpl
 -rw-r--r--     1 twiki  t5                       1548 Oct 23 21:10 search.tmpl
 -rw-r--r--     1 twiki  t5                       1541 Oct 26 21:07 view.tmpl
 </pre>
@@ -301,6 +308,7 @@ drwxrwxrwx  6 twiki  t5                             512 Nov 19 01:01 .
 drwxr-xr-x     5 twiki  t5                             512 Nov 11 02:52 ..
 drwxrwxrwx     2 twiki  t5                       9216 Nov 13 13:55 Know
 drwxrwxrwx     2 twiki  t5                       4608 Nov 15 21:42 Main
+-rw-r--r--     1 nobody        65535                    53 Aug 03 08:31 .htpasswd
 -rw-r--r--     1 nobody        65535             4153 Nov 19 01:01 log199810.txt
 -rw-r--r--     1 nobody        65535             7189 Nov 19 01:01 log199811.txt
 -rw-r--r--     1 twiki  t5                       2356 Oct 22 00:56 webcopyright.inc
@@ -315,6 +323,10 @@ drwxrwxrwx 2 twiki  t5                       4608 Nov 19 00:56 .
 drwxrwxrwx     6 twiki  t5                             512 Nov 19 01:01 ..
 -rw-rw-rw-     1 twiki  t5                       5974 Nov 15 21:42 .changes
 -rw-rw-rw-     1 twiki  t5                               9 Nov 15 23:00 .mailnotify
+-rw-r--r--     1 nobody        65535             3991 Jul 22 04:33 FileAttachment.txt
+-r--r--r--     1 nobody        65535             4173 Jul 22 04:33 FileAttachment.txt,v
+-rw-r--r--     1 nobody        65535             6773 Aug  5 16:18 TWikiRegistration.txt
+-r--r--r--     1 nobody        65535             6960 Aug  5 16:18 TWikiRegistration.txt,v
 -rw-r--r--     1 nobody        65535             1990 Nov  6 18:25 TWikiUsers.txt
 -r--r--r--     1 nobody        65535             3045 Nov  6 18:25 TWikiUsers.txt,v
 -rw-r--r--     1 nobody        65535             1181 Oct 29 20:54 WebHome.txt
index 9ee86be..9ca3c77 100644 (file)
@@ -1,50 +1,50 @@
-<strong>History of the TWiki Implementation</strong>
-<p /> <ul>
-<li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 23 Jul 1998: Installed initial version, based on the JOS Wiki. See <a href="http://www.dementia.org/twiki/view/Main/WikiWikiClones" >WikiWikiClones</a> for details.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 27 Jul 1998: Added automatic links to topics in other TWiki webs by specifying &lt;web name&gt;.&lt;topic name&gt;, e.g. <code>Know.WebSeach</code> .
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 28 Jul 1998: Topic <a href="http://www.dementia.org/twiki/view/Main/WebSearch" >WebSearch</a> allows full text search and and topic search with/without regular expressions.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 28 Jul 1998: Topic index. (Technically speaking a simple '.*' search on topic names.) 
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 28 Jul 1998: Topic <A href="http://www.dementia.org/twiki//changes/Main">Changes</A> shows Wiki username instead of Intranet username, e.g. <code>PeterThoeny</code> instead of <code>thoeny</code> in case the Wiki username exists. Implementation: Automatic lookup of Wiki username in topic <a href="http://www.dementia.org/twiki/view/Main/TWikiUsers" >TWikiUsers</a>.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 28 Jul 1998: Added TWiki variables, enclosed in % signs: <code>%TOPIC%</code> (Topic name), <code>%WEB%</code> (web name), <code>%SCRIPTURL%</code> (script URL), <code>%DATE%</code> (current date), <code>%WIKIWEBMASTER%</code> (Wiki webmaster address), <code>%WIKIVERSION%</code> (Wiki version), <code>%USERNAME%</code> (user name), <code>%WIKIUSERNAME%</code> (Wiki user name).
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 31 Jul 1998: Support for quoted text with a '&gt;' at the beginning of the line.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 04 Aug 1998: Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 04 Aug 1998: Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 05 Aug 1998: Signature and date is inserted automatically when creating a new topic.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 06 Aug 1998: Added server side include of files. Syntax is <code>%INCLUDE:"filename.ext"%</code>
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 07 Aug 1998: Automatic email notification when something has changed in a TWiki web. Each web has a topic <a href="http://www.dementia.org/twiki/view/Main/WebNotify" >WebNotify</a> where one can subscribe and unsubscribe.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 13 Aug 1998: <a href="http://www.dementia.org/twiki/view/Main/WikiNotation" >WikiNotation</a> allows also numbers after the <code>AaA</code> sequence, e.g. <code>AaA1</code> is a valid <a href="http://www.dementia.org/twiki/view/Main/WikiTopic" >WikiTopic</a> name, but not <code>Aa1</code>.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 24 Sep 1998: Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 13 Oct 1998: Alphabetical topic index in <a href="http://www.dementia.org/twiki/view/Main/WebSearch" >WebSearch</a>.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 14 Oct 1998: Refered-By: Find out which topics have a link to the current topic. Each topic has a |Ref-By| link for that. Note: Only references from the current web are shown, not references from other webs.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 26 Oct 1998: Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g. <br> <code> Topic TWikiHistory . { Edit | Ref-By | r1.3 | r1.2 | r1.1 } <br> Revision r1.3: 1998/10/26 01:34:00 by <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> </code>
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 26 Oct 1998: Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 10 Nov 1998: View differences between topic revisions. Each topic has a list of revisions (e.g. <code>r1.3</code>) and differences thereof (e.g. <code>&gt;</code>) at the bottom: <br> <code> Topic TWikiHistory . { Edit | Ref-By | r1.3 | &gt; | r1.2 | &gt; | r1.1 } <br> Revision r1.3: 1998/11/10 01:34 by <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> </code>
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 10 Nov 1998: The email notification and the Changes topic have now a topic date that is linked. Clicking on the link will show the difference between the two most recent topic revisions.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 18 Nov 1998: Internal log of topic save actions to the file <code>data/logYYYYMM.txt</code>, where <code>YYYYMM</code> the year and month in numeric format is. Intended for auditing only, not accessible from the web.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 07 Dec 1998: Possible to add a category table to a TWiki topic. This permits storing and searching for more structured information. Editing a topic shows a HTML form with the usual text area and a table with selectors, checkboxes, radio buttons and text fields. <a href="http://www.dementia.org/twiki/view/Main/TWikiDocumentation" >TWikiDocumentation</a> has more on setup. The TWiki.Know web uses this category table to set classification, platform and OS version. 
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 08 Dec 1998: Signature is shown below the text area when editing a topic. Use this to easily copy &amp; paste your signature into the text.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 04 Jan 1999: Fixed bug when viewing differences between topic revisions that include HTML table tags like &lt;table&gt;, &lt;tr&gt;, &lt;td&gt;.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 03 Feb 1999: Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the <code>Diffs</code> link at the bottom of each topic, e.g. <br> <code> Topic TWikiHistory . { Edit | Ref-By | Diffs | r1.3 | &gt; | r1.2 | &gt; | r1.1 } <br> Revision r1.3: 1998/11/10 01:34 by PeterThoeny </code>
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 09 Feb 1999: No new topic revision is created if the <em>same</em> person saves a topic again within <em>one</em> hour.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 09 Feb 1999: New text formatting rule for creating <code>fixed font text</code> . Words get showns in <code>fixed font</code> by enclosing them in "=" equal signs. Example: Writing =fixed font= will show up as <code>fixed font</code> .
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 26 Mar 1999: New variables <code>%PUBURL%</code> (Public directory URL) and <code>%ATTACHURL%</code> (URL of topic file attachment).
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 26 Mar 1999: File attachments: Upload and download any file as a topic attachment by using the browser. <a href="http://www.dementia.org/twiki/view/Main/FileAttachment" >FileAttachment</a> has more.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 15 Apr 1999: Topic locking: Warn user if a topic has been edited by an <em>other</em> person within <em>one</em> hour. This is to prevent contention, e.g. simultaneous topic updates.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 20 May 1999: New variables <code>%WIKIHOMEURL%</code> (link when pressing the icon on the upper left corner) and <code>%WIKITOOLNAME%</code> (the name of the wiki tool: <code>%WIKITOOLNAME%</code> ).
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 20 May 1999: Added meta tag so that robots index only /view/ of topics, not /edit/, /attach/ e.t.c. Tag: &lt;META NAME="ROBOTS" CONTENT="NOINDEX"&gt;
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/DavidWarman" >DavidWarman</a> - 21 May 1999: Externalize copyright text at the bottom of every page into a web-specific <code>webcopyright.inc</code> file. This is to easily customize the copyright text. 
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 23 Jun 1999: Separate wiki.pm into configuration (wikicfg.pm) and TWiki core (wiki.pm) . This is to ease the upgrade of TWiki installations, it also allows customized extensions to TWiki without affecting the TWiki core.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 23 Jun 1999: New <a href="http://www.dementia.org/twiki/view/Main/TextFormattingRules" >TextFormattingRules</a> to write <strong><em>bold italic</em></strong> text by enclosing words with double underline characters.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/ChristopheVermeulen" >ChristopheVermeulen</a> - 07 Jul 1999: Link a plural topic to a singular topic in case the plural topic does not exist. Example: <code>TestVersion</code> / <code>TestVersions</code> , <code>TestPolicy</code> / <code>TestPolicies</code> , <code>TestAddress</code> / <code>TestAddresses</code> , <code>TestBox</code> / <code>TestBoxes</code> .
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 15 Jul 1999: Search path for include files in <code>%INCLUDE:"file.inc"%</code> variable. Search first in the current web, then in parent data directory. Useful to overload default include text in the data directory by web-specific text, like for example <code>webcopyright.inc</code> text.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 21 Jul 1999: Flag <code>$doRemovePortNumber</code> in wikicfg.pm to optionally remove the port number from the TWiki URL. Example: <code>www.some.domain:1234/twiki</code> gets <code>www.some.domain/twiki</code> .
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 22 Jul 1999: Flags <code>$doLogTopic*</code> in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
-</li></ul> 
-<p />
-<strong>Related Topics</strong> <ul>
-<li> <a href="http://www.dementia.org/twiki/view/Main/TWikiDocumentation" >TWikiDocumentation</a> has implementation details.
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/TWikiPlannedFeatures" >TWikiPlannedFeatures</a> has a list of planned features. 
-</li> <li> <a href="http://www.dementia.org/twiki/view/Main/TWikiEnhancementRequests" >TWikiEnhancementRequests</a> is the place where you can add your enhancement requests. 
-</li></ul> 
-<p />
--- <a href="http://www.dementia.org/twiki/view/Main/PeterThoeny" >PeterThoeny</a> - 23 Jun 1999 <br>
\ No newline at end of file
+**History of the TWiki Implementation**
+
+- [[PeterThoeny]] - 23 Jul 1998: Installed initial version, based on the JOS Wiki. See [[WikiWikiClones]] for details.
+- [[PeterThoeny]] - 27 Jul 1998: Added automatic links to topics in other TWiki webs by specifying &lt;web name&gt;.&lt;topic name&gt;, e.g. `Know.WebSeach` .
+- [[PeterThoeny]] - 28 Jul 1998: Topic [[WebSearch]] allows full text search and and topic search with/without regular expressions.
+- [[PeterThoeny]] - 28 Jul 1998: Topic index. (Technically speaking a simple '.\*' search on topic names.)
+- [[PeterThoeny]] - 28 Jul 1998: Topic [Changes](http://www.dementia.org/twiki//changes/Main) shows Wiki username instead of Intranet username, e.g. `PeterThoeny` instead of `thoeny` in case the Wiki username exists. Implementation: Automatic lookup of Wiki username in topic [[TWikiUsers]].
+- [[PeterThoeny]] - 28 Jul 1998: Added TWiki variables, enclosed in % signs: `%TOPIC%` (Topic name), `%WEB%` (web name), `%SCRIPTURL%` (script URL), `%DATE%` (current date), `%WIKIWEBMASTER%` (Wiki webmaster address), `%WIKIVERSION%` (Wiki version), `%USERNAME%` (user name), `%WIKIUSERNAME%` (Wiki user name).
+- [[PeterThoeny]] - 31 Jul 1998: Support for quoted text with a '&gt;' at the beginning of the line.
+- [[PeterThoeny]] - 04 Aug 1998: Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
+- [[PeterThoeny]] - 04 Aug 1998: Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
+- [[PeterThoeny]] - 05 Aug 1998: Signature and date is inserted automatically when creating a new topic.
+- [[PeterThoeny]] - 06 Aug 1998: Added server side include of files. Syntax is `%INCLUDE:"filename.ext"%`
+- [[PeterThoeny]] - 07 Aug 1998: Automatic email notification when something has changed in a TWiki web. Each web has a topic [[WebNotify]] where one can subscribe and unsubscribe.
+- [[PeterThoeny]] - 13 Aug 1998: [[WikiNotation]] allows also numbers after the `AaA` sequence, e.g. `AaA1` is a valid [[WikiTopic]] name, but not `Aa1`.
+- [[PeterThoeny]] - 24 Sep 1998: Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
+- [[PeterThoeny]] - 13 Oct 1998: Alphabetical topic index in [[WebSearch]].
+- [[PeterThoeny]] - 14 Oct 1998: Refered-By: Find out which topics have a link to the current topic. Each topic has a |Ref-By| link for that. Note: Only references from the current web are shown, not references from other webs.
+- [[PeterThoeny]] - 26 Oct 1998: Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g. <br /><code> Topic TWikiHistory . \{ Edit | Ref-By | r1.3 | r1.2 | r1.1 \} <br /> Revision r1.3: 1998/10/26 01:34:00 by [[PeterThoeny]] </code>
+- [[PeterThoeny]] - 26 Oct 1998: Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
+- [[PeterThoeny]] - 10 Nov 1998: View differences between topic revisions. Each topic has a list of revisions (e.g. `r1.3`) and differences thereof (e.g. `>`) at the bottom: <br /><code> Topic TWikiHistory . \{ Edit | Ref-By | r1.3 | &gt; | r1.2 | &gt; | r1.1 \} <br /> Revision r1.3: 1998/11/10 01:34 by [[PeterThoeny]] </code>
+- [[PeterThoeny]] - 10 Nov 1998: The email notification and the Changes topic have now a topic date that is linked. Clicking on the link will show the difference between the two most recent topic revisions.
+- [[PeterThoeny]] - 18 Nov 1998: Internal log of topic save actions to the file `data/logYYYYMM.txt`, where `YYYYMM` the year and month in numeric format is. Intended for auditing only, not accessible from the web.
+- [[PeterThoeny]] - 07 Dec 1998: Possible to add a category table to a TWiki topic. This permits storing and searching for more structured information. Editing a topic shows a HTML form with the usual text area and a table with selectors, checkboxes, radio buttons and text fields. [[TWikiDocumentation]] has more on setup. The TWiki.Know web uses this category table to set classification, platform and OS version.
+- [[PeterThoeny]] - 08 Dec 1998: Signature is shown below the text area when editing a topic. Use this to easily copy &amp; paste your signature into the text.
+- [[PeterThoeny]] - 04 Jan 1999: Fixed bug when viewing differences between topic revisions that include HTML table tags like &lt;table&gt;, &lt;tr&gt;, &lt;td&gt;.
+- [[PeterThoeny]] - 03 Feb 1999: Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the `Diffs` link at the bottom of each topic, e.g. <br /><code> Topic TWikiHistory . \{ Edit | Ref-By | Diffs | r1.3 | &gt; | r1.2 | &gt; | r1.1 \} <br /> Revision r1.3: 1998/11/10 01:34 by PeterThoeny </code>
+- [[PeterThoeny]] - 09 Feb 1999: No new topic revision is created if the _same_ person saves a topic again within _one_ hour.
+- [[PeterThoeny]] - 09 Feb 1999: New text formatting rule for creating `fixed font text` . Words get showns in `fixed font` by enclosing them in "=" equal signs. Example: Writing =fixed font= will show up as `fixed font` .
+- [[PeterThoeny]] - 26 Mar 1999: New variables `%PUBURL%` (Public directory URL) and `%ATTACHURL%` (URL of topic file attachment).
+- [[PeterThoeny]] - 26 Mar 1999: File attachments: Upload and download any file as a topic attachment by using the browser. [[FileAttachment]] has more.
+- [[PeterThoeny]] - 15 Apr 1999: Topic locking: Warn user if a topic has been edited by an _other_ person within _one_ hour. This is to prevent contention, e.g. simultaneous topic updates.
+- [[PeterThoeny]] - 20 May 1999: New variables `%WIKIHOMEURL%` (link when pressing the icon on the upper left corner) and `%WIKITOOLNAME%` (the name of the wiki tool: `%WIKITOOLNAME%` ).
+- [[PeterThoeny]] - 20 May 1999: Added meta tag so that robots index only /view/ of topics, not /edit/, /attach/ e.t.c. Tag: &lt;META NAME="ROBOTS" CONTENT="NOINDEX"&gt;
+- [[DavidWarman]] - 21 May 1999: Externalize copyright text at the bottom of every page into a web-specific `webcopyright.inc` file. This is to easily customize the copyright text.
+- [[PeterThoeny]] - 23 Jun 1999: Separate wiki.pm into configuration (wikicfg.pm) and TWiki core (wiki.pm) . This is to ease the upgrade of TWiki installations, it also allows customized extensions to TWiki without affecting the TWiki core.
+- [[PeterThoeny]] - 23 Jun 1999: New [[TextFormattingRules]] to write **_bold italic_** text by enclosing words with double underline characters.
+- [[ChristopheVermeulen]] - 07 Jul 1999: Link a plural topic to a singular topic in case the plural topic does not exist. Example: `TestVersion` / `TestVersions` , `TestPolicy` / `TestPolicies` , `TestAddress` / `TestAddresses` , `TestBox` / `TestBoxes` .
+- [[PeterThoeny]] - 15 Jul 1999: Search path for include files in `%INCLUDE:"file.inc"%` variable. Search first in the current web, then in parent data directory. Useful to overload default include text in the data directory by web-specific text, like for example `webcopyright.inc` text.
+- [[PeterThoeny]] - 21 Jul 1999: Flag `$doRemovePortNumber` in wikicfg.pm to optionally remove the port number from the TWiki URL. Example: `www.some.domain:1234/twiki` gets `www.some.domain/twiki` .
+- [[PeterThoeny]] - 22 Jul 1999: Flags `$doLogTopic*` in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
+- [[PeterThoeny]] - 03 Aug 1999: Online registration of new user using web form in [[TWikiRegistration]]. Authentication of users.
+
+**Related Topics**
+
+- [[TWikiDocumentation]] has implementation details.
+- [[TWikiPlannedFeatures]] has a list of planned features.
+- [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests.
+
+-- [[PeterThoeny]] - 03 Aug 1999 <br />