Difference: TWikiSystemRequirements (6 vs. 7)

Revision 72001-08-28 - JohnTalintyre

Line: 1 to 1
 

TWiki Implementation Notes

Platform

Line: 8 to 8
 
Required Environment by Platform
Package(s): Unix: Windows:
Perl 5.x 5.x
Changed:
<
<
Non-standard Perl modules    
>
>
Non-standard Perl modules   MIME::Base64, Digest::SHA1 (for password generation)
 
Optional Perl modules Net::SMTP (or sendmail) Net::SMTP
Changed:
<
<
RCS 5.7 5.7
Other external programs ls, fgrep, egrep ?
Web server Apache ?
>
>
RCS 5.7 5.7 (including diff
Other external programs ls, fgrep, egrep ls, fgrep, egrep
Web server Apache Apache, IIS
 

Directory Structure

Line: 20 to 20
 
twiki/bin TWiki Perl scripts
twiki/lib/TWiki TWiki Perl modules
twiki/lib/TWiki/Plugins Plugins modules
Changed:
<
<
twiki/pub Public files (FileAttachments, images)
twiki/data source text
>
>
twiki/pub Public files (FileAttachments, images), plus RCS histories
twiki/data source (topic) text, including RCS histories
 
twiki/templates HTML templates, used by TWiki scripts
Line: 37 to 37
 
oops Script that shows an OK or oops dialog
preview Script to preview topic after edit
rdiff Script to see differences of topics
Added:
>
>
rename Script to rename/move topics and move attachments
 
register Script to register new users
save Script that saves a topic, called by preview
search Script that displays search results
Line: 56 to 57
 
File: Used for:
Access.pm Access control
Added:
>
>
Attach.pm Attachment handling
Meta.pm Meta data in topics
 
Net.pm SMTP mail handling
Plugins.pm Plugin handling
Prefs.pm Preferences handling
Line: 67 to 70
 
File: Used for:
DefaultPlugin.pm Default plugin
EmptyPlugin.pm Empty plugin, use to create your own
Added:
>
>
InterwikiPlugin.pm Refer to external Wikis and other Web sites
  -- MikeMannix - 26 Aug 2001
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiSystemRequirements.