<<O>>  Difference Topic TWikiSystemRequirements (r1.31 - 16 Aug 2004 - PeterThoeny)

TWiki System Requirements

Changed:
<
<
Server and client requirements for TWiki 01-Feb-2003
>
>
Server and client requirements for TWiki 01-Sep-2004

Low client and server requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions.

Line: 31 to 31

  • generates XHTML 1.0 pages that are compatible with HTML 3.2
  • minimal use of JavaScript in the user interface (degrades gracefully)
  • no cookies
Changed:
<
<
  • no CSS
>
>

You can easily add functionality, by customizing TWikiTemplates, for one, while tailoring the browser requirements to your situation.


 <<O>>  Difference Topic TWikiSystemRequirements (r1.30 - 15 Aug 2004 - PeterThoeny)

TWiki System Requirements

Line: 12 to 12

TWiki is written in Perl 5, uses a number of shell commands, and requires RCS (Revision Control System), a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements.

Resource Required Server Environment *
Changed:
<
<
Perl 5.005_03 or higher (5.6.1 recommended, 5.8.0 not recommended yet, see TWiki:Codev.IssuesWithPerl5dot8)
Non-standard Perl modules • Unix: Net::SMTP (or sendmail) %BB% Windows: Net::SMTP, MIME::Base64, Digest::SHA1
>
>
Perl 5.005_03 or higher (5.6.1 recommended, 5.8.x does work in most cases, but see TWiki:Codev.IssuesWithPerl5dot8)
Non-standard Perl modules • Unix: Net::SMTP (or sendmail) %BB% Windows: Net::SMTP, MIME::Base64, Digest::SHA1 %BB% Internationalisation: Unicode::MapUTF8   (only for non-ISO-8859-1 sites using TWiki:Codev.EncodeURLsWithUTF8 with Perl 5.6 or lower)

RCS 5.7 or higher (including GNU diff)
Optional, but the all-Perl RCS replacement is not currently recommended for live sites - see TWiki:Codev.RcsLite
GNU diff GNU diff 2.7 or higher is required when not using the all-Perl RcsLite.
Install on PATH if not included with RCS (check version with diff -v)
Must be the version used by RCS, to avoid problems with binary attachments - RCS may have hard-coded path to diff
Other external programs fgrep, egrep
Line: 41 to 41

    • HELP Plugins included in the TWiki distribution do not add requirements.

-- TWiki:Main.MikeMannix - 12 Jan 2002

Changed:
<
<
-- TWiki:Main.PeterThoeny - 16 Dec 2003
>
>
-- TWiki:Main.PeterThoeny - 15 Aug 2004

META TOPICMOVED PeterThoeny date="1042701667" from="TWiki.TWikiImplementationNotes" to="TWiki.TWikiSystemRequirements"

 <<O>>  Difference Topic TWikiSystemRequirements (r1.29 - 16 Dec 2003 - PeterThoeny)

TWiki System Requirements

Line: 11 to 11

TWiki is written in Perl 5, uses a number of shell commands, and requires RCS (Revision Control System), a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements.

Changed:
<
<
Required Server Environment
Resource Unix Windows*
Perl 5.005_03 or higher (5.6.1 recommended,
5.8.0 not recommended yet, see TWiki:Codev.UsingPerl58OnRedHat8)
Non-standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1
RCS 5.7 or higher (including GNU diff)
Optional, but the all-Perl RCS replacement is not currently recommended for live sites - see TWiki:Codev.RcsLite.
GNU diff GNU diff 2.7 or higher is required when not using the all-Perl RcsLite.
Install on PATH if not included with RCS (check version with diff -v)
Other external programs ls, fgrep, egrep
Cron/scheduler cron cron equivalents
Web server Apache 1.3 is well supported; Apache 2.0 is not recommended yet (see TWiki:Support.FailedAuthenticationWithApache2OnWinNT).
For other servers, CGI support, authentication, extended path required
>
>
Resource Required Server Environment *
Perl 5.005_03 or higher (5.6.1 recommended, 5.8.0 not recommended yet, see TWiki:Codev.IssuesWithPerl5dot8)
Non-standard Perl modules • Unix: Net::SMTP (or sendmail) %BB% Windows: Net::SMTP, MIME::Base64, Digest::SHA1
RCS 5.7 or higher (including GNU diff)
Optional, but the all-Perl RCS replacement is not currently recommended for live sites - see TWiki:Codev.RcsLite
GNU diff GNU diff 2.7 or higher is required when not using the all-Perl RcsLite.
Install on PATH if not included with RCS (check version with diff -v)
Must be the version used by RCS, to avoid problems with binary attachments - RCS may have hard-coded path to diff
Other external programs fgrep, egrep
Cron/scheduler • Unix: cron %BB% Windows: cron equivalents
Web server Apache 1.3 is well supported; Apache 2.0 is not recommended yet (see TWiki:Codev.IssuesWithApache2dot0).
For other servers, CGI support, authentication, extended path info required; also, the register script is likely to need significant changes

ALERT! * Current documentation mainly covers Linux and Apache installations. See WindowsInstallCookbook for a Windows installation guide. See TWiki:Codev.TWikiOn for help with installation on various platforms including Unix, MacOS X, Apache mod_perl, web hosts, etc.

Line: 41 to 40

  • The TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything - browser-specific functions, stylesheets (CSS), Java applets, cookies, specific Perl modules,... - check the individual Plugin specs.
    • HELP Plugins included in the TWiki distribution do not add requirements.

Changed:
<
<
-- MikeMannix - 12 Jan 2002
>
>
-- TWiki:Main.MikeMannix - 12 Jan 2002
-- TWiki:Main.PeterThoeny - 16 Dec 2003

META TOPICMOVED PeterThoeny date="1042701667" from="TWiki.TWikiImplementationNotes" to="TWiki.TWikiSystemRequirements"

 <<O>>  Difference Topic TWikiSystemRequirements (r1.28 - 02 Feb 2003 - PeterThoeny)

TWiki System Requirements

Changed:
<
<
Server and client requirements for TWiki 01-Feb-2003 (pending release)
>
>
Server and client requirements for TWiki 01-Feb-2003

Low client and server requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions.


 <<O>>  Difference Topic TWikiSystemRequirements (r1.27 - 30 Jan 2003 - PeterThoeny)

TWiki System Requirements

Line: 21 to 21

Cron/scheduler cron cron equivalents
Web server Apache 1.3 is well supported; Apache 2.0 is not recommended yet (see TWiki:Support.FailedAuthenticationWithApache2OnWinNT).
For other servers, CGI support, authentication, extended path required
Changed:
<
<
ALERT! * Current documentation mainly covers Linux and Apache installations. See TWiki:Codev.WindowsInstallCookbook for a Windows installation guide. See TWiki:Codev.TWikiOn for help with installation on various platforms including Unix, MacOS X, Apache mod_perl, web hosts, etc.
>
>
ALERT! * Current documentation mainly covers Linux and Apache installations. See WindowsInstallCookbook for a Windows installation guide. See TWiki:Codev.TWikiOn for help with installation on various platforms including Unix, MacOS X, Apache mod_perl, web hosts, etc.

Client Requirements


 <<O>>  Difference Topic TWikiSystemRequirements (r1.26 - 25 Jan 2003 - PeterThoeny)

TWiki System Requirements

Line: 13 to 13

Required Server Environment
Resource Unix Windows*
Changed:
<
<
Perl 5.005_03 or higher (5.6.1 recommended)
>
>
Perl 5.005_03 or higher (5.6.1 recommended,
5.8.0 not recommended yet, see TWiki:Codev.UsingPerl58OnRedHat8)

Non-standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1
Changed:
<
<
RCS 5.7 or higher (including GNU diff)
Optional, but the all-Perl replacement is not currently recommended for live sites - see TWiki:Codev/RcsLite.
GNU diff GNU diff 2.7 or higher is required when TWiki's uses RCS binaries.
Install on PATH if not included with RCS (check version with diff -v)
>
>
RCS 5.7 or higher (including GNU diff)
Optional, but the all-Perl RCS replacement is not currently recommended for live sites - see TWiki:Codev.RcsLite.
GNU diff GNU diff 2.7 or higher is required when not using the all-Perl RcsLite.
Install on PATH if not included with RCS (check version with diff -v)

Other external programs ls, fgrep, egrep
Cron/scheduler cron cron equivalents
Changed:
<
<
Web server Apache is well supported; for other servers, CGI support, authentication, extended path required
>
>
Web server Apache 1.3 is well supported; Apache 2.0 is not recommended yet (see TWiki:Support.FailedAuthenticationWithApache2OnWinNT).
For other servers, CGI support, authentication, extended path required

Changed:
<
<
ALERT! * Current documentation mainly covers Linux and Apache installations. See WindowsInstallCookbook for a Windows installation guide.
>
>
ALERT! * Current documentation mainly covers Linux and Apache installations. See TWiki:Codev.WindowsInstallCookbook for a Windows installation guide. See TWiki:Codev.TWikiOn for help with installation on various platforms including Unix, MacOS X, Apache mod_perl, web hosts, etc.

Client Requirements

Line: 38 to 38

Known Issues

Changed:
<
<
  • The new TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything - browser-specific functions, stylesheets (CSS), Java applets, cookies, specific Perl modules,... - check the individual Plugin specs.
>
>
  • The TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything - browser-specific functions, stylesheets (CSS), Java applets, cookies, specific Perl modules,... - check the individual Plugin specs.

    • HELP Plugins included in the TWiki distribution do not add requirements.

-- MikeMannix - 12 Jan 2002


 <<O>>  Difference Topic TWikiSystemRequirements (r1.25 - 16 Jan 2003 - PeterThoeny)

TWiki System Requirements

Changed:
<
<
Server and client requirements for TWiki 01-Dec-2001
>
>
Server and client requirements for TWiki 01-Feb-2003 (pending release)

Low client and server requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions.

Line: 13 to 13

Required Server Environment
Resource Unix Windows*
Changed:
<
<
Perl 5.005_03 or higher
>
>
Perl 5.005_03 or higher (5.6.1 recommended)

Non-standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1
Changed:
<
<
RCS 5.7 or higher
>
>
RCS 5.7 or higher (including GNU diff)
Optional, but the all-Perl replacement is not currently recommended for live sites - see TWiki:Codev/RcsLite.
GNU diff GNU diff 2.7 or higher is required when TWiki's uses RCS binaries.
Install on PATH if not included with RCS (check version with diff -v)

Other external programs ls, fgrep, egrep
Changed:
<
<
Web server Apache; others (with CGI support, authentication, extended path)
>
>
Cron/scheduler cron cron equivalents
Web server Apache is well supported; for other servers, CGI support, authentication, extended path required

Changed:
<
<
ALERT! * Current documentation covers Linux/Apache only. See TWiki:Codev/TWikiOnWindows for work-to-date on a Windows installation guide.
>
>
ALERT! * Current documentation mainly covers Linux and Apache installations. See WindowsInstallCookbook for a Windows installation guide.

Client Requirements

Line: 40 to 42

    • HELP Plugins included in the TWiki distribution do not add requirements.

-- MikeMannix - 12 Jan 2002

Added:
>
>
META TOPICMOVED PeterThoeny date="1042701667" from="TWiki.TWikiImplementationNotes" to="TWiki.TWikiSystemRequirements"

 <<O>>  Difference Topic TWikiSystemRequirements (r1.24 - 13 Jan 2002 - MikeMannix)

TWiki System Requirements

Changed:
<
<
Server and client system requirements for TWiki 01-Dec-2001
>
>
Server and client requirements for TWiki 01-Dec-2001

Changed:
<
<

Overview

Maintaining minimum client and server requirements is necessary to keep TWiki deployment as broad as possible.

>
>
Low client and server requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions.

Server Requirements

Changed:
<
<
TWiki is written in Perl 5, uses a number of shell commands, and requires RCS (Revision Control System), a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements:
>
>
TWiki is written in Perl 5, uses a number of shell commands, and requires RCS (Revision Control System), a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements.

Required Server Environment
Changed:
<
<
Resource Unix Windows
>
>
Resource Unix Windows*

Perl 5.005_03 or higher
Changed:
<
<
Non standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1
>
>
Non-standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1

RCS 5.7 or higher
Other external programs ls, fgrep, egrep
Changed:
<
<
Web server Apache; others (with support for CGI, authentication, extended path) *
>
>
Web server Apache; others (with CGI support, authentication, extended path)

Changed:
<
<
Current documentation covers Linux only. A TWikiOnWindows installation guide is next.
>
>
ALERT! * Current documentation covers Linux/Apache only. See TWiki:Codev/TWikiOnWindows for work-to-date on a Windows installation guide.

Added:
>
>

Client Requirements

The TWiki standard installation has extremely low browser requirements:

Line: 33 to 32

  • no cookies
  • no CSS
Changed:
<
<
You can easily add capabilities, through customizing the templates, for one, while tailoring the browser requirements to your situation.
>
>
You can easily add functionality, by customizing TWikiTemplates, for one, while tailoring the browser requirements to your situation.

Known Issues

Changed:
<
<
  • The new TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), DHTML, Java applets, cookies.
>
>
  • The new TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything - browser-specific functions, stylesheets (CSS), Java applets, cookies, specific Perl modules,... - check the individual Plugin specs.
    • HELP Plugins included in the TWiki distribution do not add requirements.

Changed:
<
<
-- MikeMannix - 08 Jan 2002
>
>
-- MikeMannix - 12 Jan 2002

 <<O>>  Difference Topic TWikiSystemRequirements (r1.23 - 09 Jan 2002 - MikeMannix)

TWiki System Requirements

Changed:
<
<
Server and client system requirements for TWiki 01-Sep-2001
>
>
Server and client system requirements for TWiki 01-Dec-2001

Overview

Line: 39 to 39

  • The new TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), DHTML, Java applets, cookies.
Changed:
<
<
-- MikeMannix - 15 Sep 2001
>
>
-- MikeMannix - 08 Jan 2002

 <<O>>  Difference Topic TWikiSystemRequirements (r1.22 - 15 Sep 2001 - MikeMannix)
Deleted:
<
<


TWiki System Requirements

Changed:
<
<
Server and client system requirements of TWiki 01-Sep-2001
>
>
Server and client system requirements for TWiki 01-Sep-2001

Overview

Maintaining minimum client and server requirements is necessary to keep TWiki deployment as broad as possible.

Changed:
<
<

Server-Side Requirements

>
>

Server Requirements


Changed:
<
<
TWiki is written in Perl 5 and uses a number of shell commands. It requires GNU RCS (Revision Control System) to be installed on the same system. TWiki is developed in a standard Linux/Apache environment. It can also work with Microsoft Windows and other platforms.
>
>
TWiki is written in Perl 5, uses a number of shell commands, and requires RCS (Revision Control System), a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements:

Required Server Environment
Resource Unix Windows
Line: 23 to 21

Other external programs ls, fgrep, egrep
Web server Apache; others (with support for CGI, authentication, extended path) *
Changed:
<
<
Current documentation covers Linux only. Compiling a basic TWikiOnWindows installation guide is an ongoing effort.
>
>
Current documentation covers Linux only. A TWikiOnWindows installation guide is next.

Changed:
<
<

Client-Side Requirements

>
>

Client Requirements


Changed:
<
<
The TWiki standard installation has extremely low browser requirements:
>
>
The TWiki standard installation has extremely low browser requirements:

  • HTML 3.2 compliant
Added:
>
>
  • generates XHTML 1.0 pages that are compatible with HTML 3.2

  • minimal use of JavaScript in the user interface (degrades gracefully)
  • no cookies
  • no CSS
Changed:
<
<
TWiki generates XHTML 1.0 code as long as it is compatible with HTML 3.2.
>
>
You can easily add capabilities, through customizing the templates, for one, while tailoring the browser requirements to your situation.

Known Issues

Changed:
<
<
  • The new TWikiPlugins feature currently does not have any compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), Java, cookies, etc.
>
>
  • The new TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), DHTML, Java applets, cookies.

Changed:
<
<
-- MikeMannix - 29 Aug 2001
>
>
-- MikeMannix - 15 Sep 2001

 <<O>>  Difference Topic TWikiSystemRequirements (r1.21 - 12 Sep 2001 - MikeMannix)
Added:
>
>


TWiki System Requirements


 <<O>>  Difference Topic TWikiSystemRequirements (r1.20 - 09 Sep 2001 - MikeMannix)

TOC: No TOC in "TWiki.TWikiSystemRequirements"
Changed:
<
<

TWiki Requirements

>
>

TWiki System Requirements


Changed:
<
<
Server and client system requirements; file system structure
>
>
Server and client system requirements of TWiki 01-Sep-2001

Overview


 <<O>>  Difference Topic TWikiSystemRequirements (r1.19 - 08 Sep 2001 - MikeMannix)

TOC: No TOC in "TWiki.TWikiSystemRequirements"
Changed:
<
<

TWiki Application Environment

>
>

TWiki Requirements


Server and client system requirements; file system structure

Line: 34 to 34

TWiki generates XHTML 1.0 code as long as it is compatible with HTML 3.2.

Changed:
<
<

Known Issues

>
>

Known Issues


  • The new TWikiPlugins feature currently does not have any compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), Java, cookies, etc.
Deleted:
<
<

TWiki File System

You can rename the root TWiki directory - twiki - to whatever you like by changing it in the twiki.cfg configuration file. However, to keep the current installation and future upgrades simple, you should leave the subdirectory structure intact:

Directory: Files: Used for:
twiki list Start-up info
twiki/bin list Perl scripts
twiki/lib list Configuration file, main library, Perl system modules, Plugins
twiki/pub list Public support files (ex: FileAttachments, images) and RCS histories)
twiki/data list Topic text (page content) and RCS histories;
twiki/templates list HTML templates, used by TWiki scripts

File Descriptions

A rundown of the individual files included in the current 01-Sep-2001 distribution, organized by TWiki root directories.

Files in twiki

Application info and the current reference documentation. Full file list:

File: Used for:
index.html A page with a link to first launch TWiki after install
license.txt GNU General Public License and TWiki-specific info
readme.txt General TWiki start-up info with relevant URLs
TWikiDocumentation.html All documentation packaged as a single page
TWikiHistory.html TWiki development timeline

Files in twiki/bin

Perl CGI scripts. Full file list:

File: Used for:
.htaccess.txt Authentication. Rename to .htaccess and customize if used
attach Script that shows the attach file page (FileAttachment)
delete (not used yet)
edit Script to edit a topic
geturl Script to fetch URL data
mailnotify Script called by cron job to notify users of changes
oops Script that shows an OK or oops dialog
preview Script to preview topic after edit
rdiff Script to see differences of topics
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
statistics Script to create statistics topic
testenv Script to test CGI environment variables
upload Script that does file upload (FileAttachment)
view Script to view a topic ( the script )
viewfile Script to view an file attachment

Files under twiki/lib

The new lib/TWiki/Plugins directories contain configuration, library and function files, and TWikiPlugins. Full file list:

File: Used for:
TWiki.pm Main TWiki library
TWiki.cfg For configuration, used by TWiki.pm
TWiki/Access.pm Access control
TWiki/Attach.pm Attachment handling
TWiki/Form.pm Form handling
TWiki/Meta.pm Meta data in topics
TWiki/Net.pm SMTP mail handling
TWiki/Plugins.pm Plugin handling
TWiki/Prefs.pm Preferences handling
TWiki/Search.pm Search engine, used by wiki.pm
TWiki/Store.pm Back-end storage, *.txt text file and *.txt,v RCS repository file handling
TWiki/Plugins/DefaultPlugin.pm Handles some legacy rules
TWiki/Plugins/EmptyPlugin.pm Empty plugin, use to create your own
TWiki/Plugins/InterwikiPlugin.pm Use aliases as links for predefined URLs

Files under twiki/pub

The pub directory stores data-related files, including images used by TWiki and FileAttachments. Attachments are stored in sub-directories created with the related topic name. Partial file list:

File: Used for:
favicon.ico ICO file
twikilogo.gif GIF file
twikilogo1.gif GIF file
twikilogo2.gif GIF file
twikilogo3.gif GIF file
twikilogo4.gif GIF file
wikiHome.gif GIF file
icn/_filetypes.txt GIF file
icn/bat.gif GIF file
icn/bmp.gif GIF file
... ...
TWiki/FileAttachment/Sample.txt TEXT file
TWiki/FileAttachment/Smile.gif GIF file
TWiki/PreviewBackground/blankltgraybg.gif GIF file
TWiki/PreviewBackground/blankwhitebg.gif GIF file
TWiki/PreviewBackground/previewbg.gif GIF file
TWiki/WabiSabi/wabisabi.gif GIF file

Files under twiki/data

TWiki page data stored as individual text files. Each active web has its own subdirectory. The TWiki distribution includes four start-up webs - Main, TWiki, Know, Test - with documentation and demo content, and a _default directory containing all topics required to start a new web. Partial file list:

File: Used for:
.htpasswd Basic Authentication (htaccess) password file
debug.txt Program messages useful for debugging
mime.types Recognized file formats
warning.txt Diagnostic messages for identifying problems
_default directory can be copied to empty directory when creating new Webs
_default/.changes Web-level record of topic changes
_default/WebChanges.txt Display most recent topic changes in web
_default/WebChanges.txt,v Revisions history (RCS)
_default/WebHome.txt Default web home page
_default/WebHome.txt,v Revisions history (RCS)
_default/WebIndex.txt Lists all topics in a web
_default/WebIndex.txt,v Revisions history (RCS)
_default/WebNotify.txt Subscribe/unsubscribe to web changes email alert
_default/WebNotify.txt,v Revisions history (RCS)
_default/WebPreferences.txt Web-level preference settings
_default/WebPreferences.txt,v Revisions history (RCS)
_default/WebSearch.txt Web-level search options
_default/WebSearch.txt,v Revisions history (RCS)
_default/WebStatistics.txt Generates web usage statistics
_default/WebStatistics.txt,v Revisions history (RCS)
... ...

Files in twiki/templates

Templates used to control appearance of all rendered pages. Full file list:

File: Used for:
oopsbadpwformat.tmpl Error message
attachagain.tmpl Control screen
attachnew.tmpl Control screen
changeform.tmpl Control screen
changes.tmpl Displays WebChanges list of recently changed topics
edit.iejs.tmpl xxxx
edit.tmpl Main edit window
mailnotify.tmpl xxxx
moveattachment.tmpl Control screen
oopsaccesschange.tmpl Error message
oopsaccessgroup.tmpl Error message
oopsaccessrename.tmpl Error message
oopsaccessview.tmpl Error message
oopsauth.tmpl Error message
attach.tmpl Error message
oopschangepasswd.tmpl Error message
oopsempty.tmpl Error message
oopslocked.tmpl Error message
oopslockedrename.tmpl Error message
oopsmissing.tmpl Error message
oopsmoveerr.tmpl Error message
oopsnoformdef.tmpl Error message
oopsnotwikiuser.tmpl Error message
oopsnoweb.tmpl Error message
oopspreview.tmpl Error message
oopsregexist.tmpl Error message
oopsregpasswd.tmpl Error message
oopsregrequ.tmpl Error message
oopsregthanks.tmpl Error message
oopsregwiki.tmpl Error message
oopsrenameerr.tmpl Error message
oopsresetpasswd.tmpl Error message
oopsrev.tmpl Error message
oopssave.tmpl Error message
oopssaveerr.tmpl Error message
oopssendmailerr.tmpl Error message
oopstopicexists.tmpl Error message
oopsupload.tmpl Error message
oopswrongpassword.tmpl Error message
preview.tmpl Preview Changes screen
rdiff.tmpl Displays text changes before & after (Diffs)
register.tmpl Registration page
registernotify.tmpl xxxx
rename.tmpl Doing a new topic rename, user chooses web & topic
renamebase.tmpl Used by other rename templates
renameconfirm.tmpl Confirms a pre-specified rename, ex: undoing a rename
renamerefs.tmpl Rename done, but some references not changed (topics were locked)
search.tmpl xxxx
searchbookview.tmpl Search results with full topic content
searchmeta.tmpl xxxx
searchrenameview.tmpl Used by rename to list references to topic being renamed
twiki.tmpl Base template definitions used by other templates
view.plain.tmpl Alternate topic header/footer view
view.print.tmpl Alternate topic header/footer view
view.tmpl Main topic view

-- MikeMannix - 29 Aug 2001

 <<O>>  Difference Topic TWikiSystemRequirements (r1.18 - 08 Sep 2001 - MikeMannix)

TOC: No TOC in "TWiki.TWikiSystemRequirements"
Changed:
<
<

TWiki Operating Environment

>
>

TWiki Application Environment


Changed:
<
<
Server and client system requirements, file system structure
>
>
Server and client system requirements; file system structure

Overview

Line: 52 to 52

File Descriptions

Changed:
<
<
A rundown of the individual files in the current %VERSION% distribution, organized by TWiki root directories. All listings are complete unless otherwise noted.
>
>
A rundown of the individual files included in the current 01-Sep-2001 distribution, organized by TWiki root directories.

Files in twiki

Changed:
<
<
Introductory and installation files.
>
>
Application info and the current reference documentation. Full file list:

File: Used for:
index.html A page with a link to first launch TWiki after install
license.txt GNU General Public License and TWiki-specific info
Changed:
<
<
readme.txt General TWiki start-up info with relevant URLs.
>
>
readme.txt General TWiki start-up info with relevant URLs

TWikiDocumentation.html All documentation packaged as a single page
TWikiHistory.html TWiki development timeline

Files in twiki/bin

Changed:
<
<
All Perl CGI scripts.
>
>
Perl CGI scripts. Full file list:

File: Used for:
.htaccess.txt Authentication. Rename to .htaccess and customize if used
Line: 94 to 94

Files under twiki/lib

Changed:
<
<
The new lib/TWiki/Plugins directories contain core configuration, libraries and function modules, and Plugins.
>
>
The new lib/TWiki/Plugins directories contain configuration, library and function files, and TWikiPlugins. Full file list:

File: Used for:
TWiki.pm Main TWiki library
Line: 108 to 108

TWiki/Prefs.pm Preferences handling
TWiki/Search.pm Search engine, used by wiki.pm
TWiki/Store.pm Back-end storage, *.txt text file and *.txt,v RCS repository file handling
Changed:
<
<
TWiki/Plugins/DefaultPlugin.pm Default plugin
>
>
TWiki/Plugins/DefaultPlugin.pm Handles some legacy rules

TWiki/Plugins/EmptyPlugin.pm Empty plugin, use to create your own
Changed:
<
<
TWiki/Plugins/InterwikiPlugin.pm Refer to external Wikis and other Web sites
>
>
TWiki/Plugins/InterwikiPlugin.pm Use aliases as links for predefined URLs

Files under twiki/pub