From 57cc1962503c278ffd63ab912265374406f93d1a Mon Sep 17 00:00:00 2001 From: John Talintyre Date: Tue, 28 Aug 2001 08:19:39 +0000 Subject: none --- TWiki/TWikiImplementationNotes.mdwn | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'TWiki/TWikiImplementationNotes.mdwn') diff --git a/TWiki/TWikiImplementationNotes.mdwn b/TWiki/TWikiImplementationNotes.mdwn index dd17f399..c6f34cd7 100644 --- a/TWiki/TWikiImplementationNotes.mdwn +++ b/TWiki/TWikiImplementationNotes.mdwn @@ -21,7 +21,7 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem Non-standard Perl modules   -   + MIME::Base64, Digest::SHA1 (for password generation) Optional Perl modules @@ -31,17 +31,17 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem RCS 5.7 - 5.7 + 5.7 (including diff Other external programs - ls, fgrep, egrep - ? + ls, fgrep, egrep + ls, fgrep, egrep Web server Apache - ? + Apache, IIS @@ -66,11 +66,11 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem twiki/pub - Public files (File Attachments?, images) + Public files (File Attachments?, images), plus RCS histories twiki/data - source text + source (topic) text, including RCS histories twiki/templates @@ -121,6 +121,10 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem rdiff Script to see differences of topics + + rename + Script to rename/move topics and move attachments + register Script to register new users @@ -183,6 +187,14 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem Access.pm Access control + + Attach.pm + Attachment handling + + + Meta.pm + Meta data in topics + Net.pm SMTP mail handling @@ -220,6 +232,10 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem EmptyPlugin.pm Empty plugin, use to create your own + + InterwikiPlugin.pm + Refer to external Wikis and other Web sites + -- [[Main/MikeMannix]] - 26 Aug 2001 -- cgit v1.2.3