From d225f3f7031cb22f8aa15c50fa1121e095ad31c3 Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Thu, 2 Nov 2000 08:20:55 +0000 Subject: none --- TWiki/TWikiImplementationNotes.mdwn | 64 ++++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 26 deletions(-) diff --git a/TWiki/TWikiImplementationNotes.mdwn b/TWiki/TWikiImplementationNotes.mdwn index 21644f1e..293ff37a 100644 --- a/TWiki/TWikiImplementationNotes.mdwn +++ b/TWiki/TWikiImplementationNotes.mdwn @@ -1,6 +1,6 @@ **_Platform_** -TWiki is written in PERL 5, but it uses also many shell command. The current implementation runs only on a Unix machine. RCS for revision control must be installed on the system. +TWiki is written in PERL 5, but it uses also many shell command. The current implementation runs best on a Unix machine; also possible on Windows. RCS for revision control must be installed on the system. **_Directories_** @@ -10,19 +10,19 @@ TWiki is written in PERL 5, but it uses also many shell command. The current imp Used for: - twiki/bin + twiki/bin TWiki PERL scripts - twiki/pub + twiki/pub Public files (File Attachments?, images) - twiki/data + twiki/data source text - twiki/templates + twiki/templates HTML templates, used by TWiki scripts @@ -35,85 +35,97 @@ TWiki is written in PERL 5, but it uses also many shell command. The current imp Used for: - .htaccess.txt + .htaccess.txt Authentication. Rename to .htaccess and customize if used - attach + attach Script that shows the attach file page (File Attachment?) - delete + delete (not used yet) - edit + edit Script to edit a topic - geturl + geturl Script to fetch URL data - mailnotify + mailnotify Script called by cron job to notify users of changes - oops + oops Script that shows a OK or oops dialog - preview + preview Script to preview topic after edit - rdiff + rdiff Script to see differences of topics - register + register Script to register new users - save + save Script that saves a topic, called by preview - search + search Script that displays search results - statistics + statistics Script to create statistics topic - testenv + testenv Script to test CGI environment variables - upload + upload Script that does file upload (File Attachment?) - view + view Script to view a topic ( the script ) - viewfile + viewfile Script to view an file attachment - wiki.pm + wiki.pm main TWiki library - wikicfg.pm + wikiaccess.pm + access control + + + wikicfg.pm for initialization and configuration, used by wiki.pm - wikisearch.pm + wikiprefs.pm + preferences handling + + + wikisearch.pm search engine, used by wiki.pm + + wikistore.pm + back-end storage, *.txt text file and *.txt,v RCS repository file handling + --- [[Main/PeterThoeny]] - 19 Aug 2000
+-- [[Main/PeterThoeny]] - 02 Nov 2000
-- cgit v1.2.3