Platform
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
Directory: |
Used for: |
twiki/bin |
TWiki PERL scripts |
twiki/pub |
Public files (FileAttachments, images) |
twiki/data |
source text |
twiki/templates |
HTML templates, used by TWiki scripts |
Files in twiki/bin
File: |
Used for: |
delete |
(not used yet) |
wikiaccess.pm |
access control |
.htaccess.txt |
Authentication. Rename to .htaccess and customize if used |
wikistore.pm |
back-end storage, *.txt text file and *.txt,v RCS repository file handling |
wikicfg.pm |
for initialization and configuration, used by wiki.pm |
wiki.pm |
main TWiki library |
wikiprefs.pm |
preferences handling |
mailnotify |
Script called by cron job to notify users of changes |
search |
Script that displays search results |
upload |
Script that does file upload (FileAttachment) |
save |
Script that saves a topic, called by preview |
oops |
Script that shows a OK or oops dialog |
attach |
Script that shows the attach file page (FileAttachment) |
statistics |
Script to create statistics topic |
edit |
Script to edit a topic |
geturl |
Script to fetch URL data |
preview |
Script to preview topic after edit |
register |
Script to register new users |
rdiff |
Script to see differences of topics |
testenv |
Script to test CGI environment variables |
view |
Script to view a topic ( the script ) |
viewfile |
Script to view an file attachment |
wikisearch.pm |
search engine, used by wiki.pm |
--
PeterThoeny - 02 Nov 2000