netfrag.org > TWiki > TWikiImplementationNotes (r1.1 vs. r1.22)
TWiki . { Home? | Welcome | Register | Changes | Index | Search | Go }

 <<O>>  Difference Topic TWikiImplementationNotes (r1.22 - 15 Sep 2001 - MikeMannix?)
Line: 1 to 1
Deleted:
<
<

Line: 8 to 6
Changed:
<
<
Server and client system requirements of TWiki 01-Sep-2001
>
>
Server and client system requirements for TWiki 01-Sep-2001
Line: 14 to 12
Changed:
<
<

Server-Side Requirements

>
>

Server Requirements

Line: 16 to 14
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:
Line: 26 to 24
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.
Line: 28 to 26
Changed:
<
<

Client-Side Requirements

>
>

Client Requirements

Line: 30 to 28
Changed:
<
<
The TWiki standard installation has extremely low browser requirements:
>
>
The TWiki standard installation has extremely low browser requirements:
Line: 32 to 31
Added:
>
>
  • generates XHTML 1.0 pages that are compatible with HTML 3.2
Line: 37 to 36
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.
Line: 41 to 40
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.
Line: 43 to 42
Changed:
<
<
-- MikeMannix - 29 Aug 2001
>
>
-- MikeMannix - 15 Sep 2001

 <<O>>  Difference Topic TWikiImplementationNotes (r1.21 - 12 Sep 2001 - MikeMannix?)
Line: 1 to 1
Added:
>
>


 <<O>>  Difference Topic TWikiImplementationNotes (r1.20 - 09 Sep 2001 - MikeMannix?)
Line: 1 4 to 1 4
Changed:
<
<

TWiki Requirements

>
>

TWiki System Requirements

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

 <<O>>  Difference Topic TWikiImplementationNotes (r1.19 - 08 Sep 2001 - MikeMannix?)
Line: 1 4 to 1 4
Changed:
<
<

TWiki Application Environment

>
>

TWiki Requirements

Line: 37 to 37
Changed:
<
<

Known Issues

>
>

Known Issues

Line: 40 to 39
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

 <<O>>  Difference Topic TWikiImplementationNotes (r1.18 - 08 Sep 2001 - MikeMannix?)
Line: 1 4 to 1 4
Changed:
<
<

TWiki Operating Environment

>
>

TWiki Application Environment

Line: 6 to 6
Changed:
<
<
Server and client system requirements, file system structure
>
>
Server and client system requirements; file system structure
Line: 55 to 55
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.
Line: 60 to 60
Changed:
<
<
Introductory and installation files.
>
>
Application info and the current reference documentation. Full file list:
Line: 65 to 65
Changed:
<
<
readme.txt General TWiki start-up info with relevant URLs.
>
>
readme.txt General TWiki start-up info with relevant URLs
Line: 72 to 72
Changed:
<
<
All Perl CGI scripts.
>
>
Perl CGI scripts. Full file list:
Line: 97 to 97
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:
Line: 111 to 111
Changed:
<
<
TWiki/Plugins/DefaultPlugin.pm Default plugin
>
>
TWiki/Plugins/DefaultPlugin.pm Handles some legacy rules
Line: 113 to 113
Changed:
<
<
TWiki/Plugins/InterwikiPlugin.pm Refer to external Wikis and other Web sites
>
>
TWiki/Plugins/InterwikiPlugin.pm Use aliases as links for predefined URLs
Line: 118 to 118
Changed:
<
<
attachments like images...
>
>
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:
Line: 121 to 121
Changed:
<
<
favicon.ico xxxx
twikilogo.gif xxxx
twikilogo1.gif xxxx
twikilogo2.gif xxxx
twikilogo3.gif xxxx
twikilogo4.gif xxxx
wikiHome.gif xxxx
icn/_filetypes.txt xxxx
icn/bat.gif xxxx
icn/bmp.gif xxxx
icn/c.gif xxxx
icn/dll.gif xxxx
icn/doc.gif xxxx
icn/else.gif xxxx
icn/exe.gif xxxx
icn/fon.gif xxxx
icn/h.gif xxxx
icn/hlp.gif xxxx
icn/html.gif xxxx
icn/java.gif xxxx
icn/mov.gif xxxx
icn/pdf.gif xxxx
icn/pl.gif xxxx
icn/ppt.gif xxxx
icn/ps.gif xxxx
icn/py.gif xxxx
icn/ram.gif xxxx
icn/reg.gif xxxx
icn/sh.gif xxxx
icn/sniff.gif xxxx
icn/ttf.gif xxxx
icn/txt.gif xxxx
icn/wav.gif xxxx
icn/wri.gif xxxx
icn/xls.gif xxxx
icn/zip.gif xxxx
Know/IncorrectDllVersionW32PTH10DLL/W32PTH10.DLL xxxx
TWiki/FileAttachment/Sample.txt xxxx
TWiki/FileAttachment/Smile.gif xxxx
TWiki/PreviewBackground/blankltgraybg.gif xxxx
TWiki/PreviewBackground/blankwhitebg.gif xxxx
TWiki/PreviewBackground/previewbg.gif xxxx
TWiki/WabiSabi/wabisabi.gif xxxx
>
>
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
Line: 168 to 142
Changed:
<
<
The data directory stores TWiki page data as individual text files. Each active web has its own subdirectory. The TWiki distribution package includes four start-up webs, with a number of pages of documentation and demo content. This is a representative partial file listing...
>
>
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:
Line: 171 to 145
Changed:
<
<
.htpasswd xxxx
debug.txt xxxx
mime.types xxxx
warning.txt xxxx
>
>
.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
Line: 176 to 150
Changed:
<
<
_default/.changes Record of topic changes recorded here
_default/WebChanges.txt Display most recent changes
_default/WebChanges.txt,v History
_default/WebHome.txt xxxx
_default/WebHome.txt,v xxxx
_default/WebIndex.txt xxxx
_default/WebIndex.txt,v xxxx
_default/WebNotify.txt xxxx
_default/WebNotify.txt,v xxxx
_default/WebPreferences.txt xxxx
_default/WebPreferences.txt,v xxxx
_default/WebSearch.txt xxxx
_default/WebSearch.txt,v xxxx
_default/WebStatistics.txt xxxx
_default/WebStatistics.txt,v xxxx
... ...
Know/TopicClassification.txt xxxx
Know/TopicClassification.txt,v xxxx
Know/TWikiCategory.txt xxxx
Know/TWikiCategory.txt,v xxxx
Know/UseCategory.txt xxxx
Know/UseCategory.txt,v xxxx
Know/WebChanges.txt xxxx
Know/WebChanges.txt,v xxxx
Know/WebForm.txt xxxx
Know/WebForm.txt,v xxxx
... ...
Main/OfficeLocations.txt xxxx
Main/OfficeLocations.txt,v xxxx
Main/PeterThoeny.txt xxxx
Main/PeterThoeny.txt,v xxxx
Main/SanJoseOffice.txt xxxx
Main/SanJoseOffice.txt,v xxxx
... ...
Main/TWikiGuest.txt xxxx
Main/TWikiGuest.txt,v xxxx
Main/TWikiUsers.txt xxxx
Main/TWikiUsers.txt,v xxxx
... ...
Test/TestTopic1.txt xxxx
Test/TestTopic1.txt,v xxxx
Test/WebHome.txt xxxx
Test/WebHome.txt,v xxxx
... ...
Trash/WebHome.txt xxxx
Trash/WebHome.txt,v xxxx
... ...
TWiki/DeleteTopic.txt xxxx
TWiki/DeleteTopic.txt,v xxxx
TWiki/DontNotify.txt xxxx
TWiki/DontNotify.txt,v xxxx
>
>
_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)
Line: 232 to 170
Changed:
<
<
Used to flexibly control appearance of rendered pages...
>
>
Templates used to control appearance of all rendered pages. Full file list:
Line: 235 to 173
Changed:
<
<
oopsbadpwformat.tmpl xxxx
attachagain.tmpl xxxx
attachnew.tmpl xxxx
changeform.tmpl xxxx
changes.tmpl xxxx
>
>
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
Line: 241 to 179
Changed:
<
<
edit.tmpl xxxx
>
>
edit.tmpl Main edit window
Line: 243 to 181
Changed:
<
<
moveattachment.tmpl xxxx
oopsaccesschange.tmpl xxxx
oopsaccessgroup.tmpl xxxx
oopsaccessrename.tmpl xxxx
oopsaccessview.tmpl xxxx
oopsauth.tmpl xxxx
attach.tmpl xxxx
oopschangepasswd.tmpl xxxx
oopsempty.tmpl xxxx
oopslocked.tmpl xxxx
oopslockedrename.tmpl xxxx
oopsmissing.tmpl xxxx
oopsmoveerr.tmpl xxxx
oopsnoformdef.tmpl xxxx
oopsnotwikiuser.tmpl xxxx
oopsnoweb.tmpl xxxx
oopspreview.tmpl xxxx
oopsregexist.tmpl xxxx
oopsregpasswd.tmpl xxxx
oopsregrequ.tmpl xxxx
oopsregthanks.tmpl xxxx
oopsregwiki.tmpl xxxx
oopsrenameerr.tmpl xxxx
oopsresetpasswd.tmpl xxxx
oopsrev.tmpl xxxx
oopssave.tmpl xxxx
oopssaveerr.tmpl xxxx
oopssendmailerr.tmpl xxxx
oopstopicexists.tmpl xxxx
oopsupload.tmpl xxxx
oopswrongpassword.tmpl xxxx
preview.tmpl xxxx
rdiff.tmpl xxxx
register.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
Line: 278 to 216
Changed:
<
<
rename.tmpl Doing a new topic rename, user chooses web & topic
>
>
rename.tmpl Doing a new topic rename, user chooses web & topic
Line: 280 to 218
Changed:
<
<
renameconfirm.tmpl Confirming a pre-specified rename e.g. when undoing a rename
renamerefs.tmpl Rename done, still some references to change (topcis were previously locked)
>
>
renameconfirm.tmpl Confirms a pre-specified rename, ex: undoing a rename
renamerefs.tmpl Rename done, but some references not changed (topics were locked)
Line: 283 to 221
Changed:
<
<
searchbookview.tmpl xxxx
>
>
searchbookview.tmpl Search results with full topic content
Line: 286 to 224
Changed:
<
<
twiki.tmpl xxxx
view.plain.tmpl xxxx
view.print.tmpl xxxx
view.tmpl xxxx
>
>
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

 <<O>>  Difference Topic TWikiImplementationNotes (r1.17 - 07 Sep 2001 - JohnTalintyre?)
Line: 1 103 to 1 104
Added:
>
>
TWiki/Form.pm Form handling
Line: 174 to 175
Changed:
<
<
_default/.changes xxxx
_default/WebChanges.txt xxxx
_default/WebChanges.txt,v xxxx
>
>
_default directory can be copied to empty directory when creating new Webs
_default/.changes Record of topic changes recorded here
_default/WebChanges.txt Display most recent changes
_default/WebChanges.txt,v History
Line: 276 to 278
Changed:
<
<
rename.tmpl xxxx
renamebase.tmpl xxxx
renameconfirm.tmpl xxxx
renamerefs.tmpl xxxx
>
>
rename.tmpl Doing a new topic rename, user chooses web & topic
renamebase.tmpl Used by other rename templates
renameconfirm.tmpl Confirming a pre-specified rename e.g. when undoing a rename
renamerefs.tmpl Rename done, still some references to change (topcis were previously locked)
Line: 283 to 285
Changed:
<
<
searchrenameview.tmpl xxxx
>
>
searchrenameview.tmpl Used by rename to list references to topic being renamed

 <<O>>  Difference Topic TWikiImplementationNotes (r1.16 - 07 Sep 2001 - MikeMannix?)
Line: 1 4 to 1 4
Changed:
<
<

TWiki Operating Environment

>
>

TWiki Operating Environment

Line: 8 to 8
Changed:
<
<

Overview

>
>

Overview

Line: 12 to 12
Changed:
<
<

Server-Side Requirements

>
>

Server-Side Requirements

Line: 26 to 26
Changed:
<
<

Client-Side Requirements

>
>

Client-Side Requirements

Line: 37 to 37
Changed:
<
<

Known Issues

>
>

Known Issues

Line: 41 to 41
Changed:
<
<

TWiki File System

>
>

TWiki File System

Line: 53 to 53
Changed:
<
<

File Descriptions

>
>

File Descriptions

Line: 58 to 58
Changed:
<
<
Files in twiki
>
>

Files in twiki

Line: 70 to 70
Changed:
<
<
Files in twiki/bin
>
>

Files in twiki/bin

Line: 95 to 95
Changed:
<
<
Files under twiki/lib
>
>

Files under twiki/lib

Line: 115 to 115
Changed:
<
<
Files under twiki/pub
>
>

Files under twiki/pub

Line: 165 to 165
Changed:
<
<
Files under twiki/data
>
>

Files under twiki/data

Line: 229 to 228
Changed:
<
<
Files in twiki/templates
>
>

Files in twiki/templates


 <<O>>  Difference Topic TWikiImplementationNotes (r1.15 - 05 Sep 2001 - JohnTalintyre?)
Line: 1 19 to 1 19
Changed:
<
<
Non standard Perl modules Net::SMTP (or sendmail) Net::SMTP
>
>
Non standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1

 <<O>>  Difference Topic TWikiImplementationNotes (r1.14 - 05 Sep 2001 - MikeMannix?)
Line: 1 6 to 1 6
Changed:
<
<
Server and client system requirements, file system structure
>
>
Server and client system requirements, file system structure
Line: 10 to 10
Changed:
<
<
Low requirements on client-side and server-side environment, to keep TWiki deployment as broad as possible is a key element of the TWikiMission. Strict W3C and ECMA standards compliance is also a mandate. These requirements are amended from time to time as technology progresses.
>
>
Maintaining minimum client and server requirements is necessary to keep TWiki deployment as broad as possible.
Line: 14 to 14
Changed:
<
<
TWiki is written in Perl 5 and uses a number of shell commands. It requires that GNU RCS (Revision Control System) be installed on the same system. Current development is on Linux. the recommended platform, but it can also work with Microsoft Windows and other OS.
>
>
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.
Line: 16 to 16
Changed:
<
<
Required Server Environment by Platform
>
>
Required Server Environment
Line: 22 to 22
Changed:
<
<
Web server Apache and others (support for cgi, authentication, extended path) *
OS versions Linux, Unix... every last Win?!
Required disk space    
>
>
Web server Apache; others (with support for CGI, authentication, extended path) *
Line: 26 to 24
Changed:
<
<
ISP INSTALLATION REQUIREMENTS: SSI, RCS local or sysadmin, same for perl modules for plugins, cron, basic authentication,...
>
>
Current documentation covers Linux only. Compiling a basic TWikiOnWindows installation guide is an ongoing effort.
Line: 28 to 26
Changed:
<
<

Client-Side Requirements

>
>

Client-Side Requirements

Line: 30 to 28
Changed:
<
<
The basic TWiki engine and templates have a low requirement on the browser:
>
>
The TWiki standard installation has extremely low browser requirements:
Line: 32 to 30
Changed:
<
<
Recommend PC Requirement
Component Min/Rec
>
>
  • HTML 3.2 compliant
  • minimal use of JavaScript in the user interface (degrades gracefully)
  • no cookies
  • no CSS
Line: 35 to 35
Changed:
<
<
Browser Requirements
Resource Details
HTML 3.2 browser  
JavaScript 1.? Optional: JS degrades gracefully
Cookies Not used
CSS1/2 ????
>
>
TWiki generates XHTML 1.0 code as long as it is compatible with HTML 3.2.
Line: 42 to 37
Changed:
<
<
  • TWiki generates XHTML 1.0 code as long as it is compatible with HTML 3.2.
>
>

Known Issues

Line: 44 to 39
Changed:
<
<
WHAT ABOUT WEB STANDARDS BROWSER COMPATIBILITY MOVEMENT & CSS CONTROL

Known Issues

  • Some TWikiSkins may require more, like cookies and JavaScript
  • At present, contributed Plugins are not checked against compatibility standards, and may require anything imaginable: browser-specific functions, Java, cookies, CSS, etc.
>
>
  • 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.
Line: 53 to 43
Changed:
<
<
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:
>
>
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:
Line: 56 to 46
Changed:
<
<
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
>
>
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
Line: 63 to 53
Changed:
<
<

File Descriptions

>
>

File Descriptions

Line: 65 to 55
Changed:
<
<
A rundown of the individual files in the current %VERSION% distribution, organized by TWiki root directories. Note that there may be minor differences in the start-up data files. All listings are complete unless otherwise noted.
>
>
A rundown of the individual files in the current %VERSION% distribution, organized by TWiki root directories. All listings are complete unless otherwise noted.
Line: 68 to 58
Changed:
<
<

Files in twiki

>
>
Files in twiki
Line: 73 to 63
Changed:
<
<
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
>
>
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
Line: 80 to 70
Changed:
<
<

Files in twiki/bin

>
>
Files in twiki/bin
Line: 85 to 75
Changed:
<
<
.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
>
>
.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
Line: 105 to 95
Changed:
<
<

Files under twiki/lib

>
>
Files under twiki/lib
Line: 107 to 97
Changed:
<
<
The new lib/TWiki/Plugins directories contain core configuration, libraries and function modules, and Plugins.
>
>
The new lib/TWiki/Plugins directories contain core configuration, libraries and function modules, and Plugins.
Line: 110 to 100
Changed:
<
<
TWiki.pm Main TWiki library
TWiki.cfg For configuration, used by TWiki.pm
TWiki/Access.pm Access control
TWiki/Attach.pm Attachment 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 Default plugin
TWiki/Plugins/EmptyPlugin.pm Empty plugin, use to create your own
TWiki/Plugins/InterwikiPlugin.pm Refer to external Wikis and other Web sites
>
>
TWiki.pm Main TWiki library
TWiki.cfg For configuration, used by TWiki.pm
TWiki/Access.pm Access control
TWiki/Attach.pm Attachment 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 Default plugin
TWiki/Plugins/EmptyPlugin.pm Empty plugin, use to create your own
TWiki/Plugins/InterwikiPlugin.pm Refer to external Wikis and other Web sites
Line: 125 to 115
Changed:
<
<

Files under twiki/pub

>
>
Files under twiki/pub
Line: 130 to 120
Changed:
<
<
favicon.ico xxxx
twikilogo.gif xxxx
twikilogo1.gif xxxx
twikilogo2.gif xxxx
twikilogo3.gif xxxx
twikilogo4.gif xxxx
wikiHome.gif xxxx
icn/_filetypes.txt xxxx
icn/bat.gif xxxx
icn/bmp.gif xxxx
icn/c.gif xxxx
icn/dll.gif xxxx
icn/doc.gif xxxx
icn/else.gif xxxx
icn/exe.gif xxxx
icn/fon.gif xxxx
icn/h.gif xxxx
icn/hlp.gif xxxx
icn/html.gif xxxx
icn/java.gif xxxx
icn/mov.gif xxxx
icn/pdf.gif xxxx
icn/pl.gif xxxx
icn/ppt.gif xxxx
icn/ps.gif xxxx
icn/py.gif xxxx
icn/ram.gif xxxx
icn/reg.gif xxxx
icn/sh.gif xxxx
icn/sniff.gif xxxx
icn/ttf.gif xxxx
icn/txt.gif xxxx
icn/wav.gif xxxx
icn/wri.gif xxxx
icn/xls.gif xxxx
icn/zip.gif xxxx
Know/IncorrectDllVersionW32PTH10DLL/W32PTH10.DLL xxxx
TWiki/FileAttachment/Sample.txt xxxx
TWiki/FileAttachment/Smile.gif xxxx
TWiki/PreviewBackground/blankltgraybg.gif xxxx
TWiki/PreviewBackground/blankwhitebg.gif xxxx
TWiki/PreviewBackground/previewbg.gif xxxx
TWiki/WabiSabi/wabisabi.gif xxxx
>
>
favicon.ico xxxx
twikilogo.gif xxxx
twikilogo1.gif xxxx
twikilogo2.gif xxxx
twikilogo3.gif xxxx
twikilogo4.gif xxxx
wikiHome.gif xxxx
icn/_filetypes.txt xxxx
icn/bat.gif xxxx
icn/bmp.gif xxxx
icn/c.gif xxxx
icn/dll.gif xxxx
icn/doc.gif xxxx
icn/else.gif xxxx
icn/exe.gif xxxx
icn/fon.gif xxxx
icn/h.gif xxxx
icn/hlp.gif xxxx
icn/html.gif xxxx
icn/java.gif xxxx
icn/mov.gif xxxx
icn/pdf.gif xxxx
icn/pl.gif xxxx
icn/ppt.gif xxxx
icn/ps.gif xxxx
icn/py.gif xxxx
icn/ram.gif xxxx
icn/reg.gif xxxx
icn/sh.gif xxxx
icn/sniff.gif xxxx
icn/ttf.gif xxxx
icn/txt.gif xxxx
icn/wav.gif xxxx
icn/wri.gif xxxx
icn/xls.gif xxxx
icn/zip.gif xxxx
Know/IncorrectDllVersionW32PTH10DLL/W32PTH10.DLL xxxx
TWiki/FileAttachment/Sample.txt xxxx
TWiki/FileAttachment/Smile.gif xxxx
TWiki/PreviewBackground/blankltgraybg.gif xxxx
TWiki/PreviewBackground/blankwhitebg.gif xxxx
TWiki/PreviewBackground/previewbg.gif xxxx
TWiki/WabiSabi/wabisabi.gif xxxx
Line: 175 to 165
Changed:
<
<

Files under twiki/data

>
>
Files under twiki/data
Line: 177 to 167
Changed:
<
<
The data directory stores the content of TWiki pages as individual text files. Each active web has its own subdirectory. The TWiki distribution package includes four start-up webs, and quite a number of pages with documentation and demo content. This is a representative partial file listing...
>
>
The data directory stores TWiki page data as individual text files. Each active web has its own subdirectory. The TWiki distribution package includes four start-up webs, with a number of pages of documentation and demo content. This is a representative partial file listing...
Line: 180 to 170
Changed:
<
<
.htpasswd xxxx
debug.txt xxxx
mime.types xxxx
warning.txt xxxx
_default/.changes xxxx
_default/WebChanges.txt xxxx
_default/WebChanges.txt,v xxxx
_default/WebHome.txt xxxx
_default/WebHome.txt,v xxxx
_default/WebIndex.txt xxxx
_default/WebIndex.txt,v xxxx
_default/WebNotify.txt xxxx
_default/WebNotify.txt,v xxxx
_default/WebPreferences.txt xxxx
_default/WebPreferences.txt,v xxxx
_default/WebSearch.txt xxxx
_default/WebSearch.txt,v xxxx
_default/WebStatistics.txt xxxx
_default/WebStatistics.txt,v xxxx
... ...
Know/TopicClassification.txt xxxx
Know/TopicClassification.txt,v xxxx
Know/TWikiCategory.txt xxxx
Know/TWikiCategory.txt,v xxxx
Know/UseCategory.txt xxxx
Know/UseCategory.txt,v xxxx
Know/WebChanges.txt xxxx
Know/WebChanges.txt,v xxxx
Know/WebForm.txt xxxx
Know/WebForm.txt,v xxxx
... ...
Main/NicholasLee.txt xxxx
Main/NicholasLee.txt,v xxxx
Main/NobodyGroup.txt xxxx
Main/NobodyGroup.txt,v xxxx
Main/OfficeLocations.txt xxxx
Main/OfficeLocations.txt,v xxxx
Main/PeterThoeny.txt xxxx
Main/PeterThoeny.txt,v xxxx
Main/SanJoseOffice.txt xxxx
Main/SanJoseOffice.txt,v xxxx
... ...
Main/TWikiGroups.txt xxxx
Main/TWikiGroups.txt,v xxxx
Main/TWikiGuest.txt xxxx
Main/TWikiGuest.txt,v xxxx
Main/TWikiUsers.txt xxxx
Main/TWikiUsers.txt,v xxxx
Main/TWikiVariables.txt xxxx
Main/TWikiVariables.txt,v xxxx
... ...
Test/TestTopic1.txt xxxx
Test/TestTopic1.txt,v xxxx
Test/WebChanges.txt xxxx
Test/WebChanges.txt,v xxxx
Test/WebHome.txt xxxx
Test/WebHome.txt,v xxxx
... ...
Trash/.changes xxxx
Trash/WebChanges.txt xxxx
Trash/WebChanges.txt,v xxxx
Trash/WebHome.txt xxxx
Trash/WebHome.txt,v xxxx
... ...
TWiki/AlWilliams.txt xxxx
TWiki/AlWilliams.txt,v xxxx
TWiki/AndreaSterbini.txt xxxx
TWiki/AndreaSterbini.txt,v xxxx
... ...
TWiki/DeleteTopic.txt xxxx
TWiki/DeleteTopic.txt,v xxxx
TWiki/DontNotify.txt xxxx
TWiki/DontNotify.txt,v xxxx
>
>
.htpasswd xxxx
debug.txt xxxx
mime.types xxxx
warning.txt xxxx
_default/.changes xxxx
_default/WebChanges.txt xxxx
_default/WebChanges.txt,v xxxx
_default/WebHome.txt xxxx
_default/WebHome.txt,v xxxx
_default/WebIndex.txt xxxx
_default/WebIndex.txt,v xxxx
_default/WebNotify.txt xxxx
_default/WebNotify.txt,v xxxx
_default/WebPreferences.txt xxxx
_default/WebPreferences.txt,v xxxx
_default/WebSearch.txt xxxx
_default/WebSearch.txt,v xxxx
_default/WebStatistics.txt xxxx
_default/WebStatistics.txt,v xxxx
... ...
Know/TopicClassification.txt xxxx
Know/TopicClassification.txt,v xxxx
Know/TWikiCategory.txt xxxx
Know/TWikiCategory.txt,v xxxx
Know/UseCategory.txt xxxx
Know/UseCategory.txt,v xxxx
Know/WebChanges.txt xxxx
Know/WebChanges.txt,v xxxx
Know/WebForm.txt xxxx
Know/WebForm.txt,v xxxx
... ...
Main/OfficeLocations.txt xxxx
Main/OfficeLocations.txt,v xxxx
Main/PeterThoeny.txt xxxx
Main/PeterThoeny.txt,v xxxx
Main/SanJoseOffice.txt xxxx
Main/SanJoseOffice.txt,v xxxx
... ...
Main/TWikiGuest.txt xxxx
Main/TWikiGuest.txt,v xxxx
Main/TWikiUsers.txt xxxx
Main/TWikiUsers.txt,v xxxx
... ...
Test/TestTopic1.txt xxxx
Test/TestTopic1.txt,v xxxx
Test/WebHome.txt xxxx
Test/WebHome.txt,v xxxx
... ...
Trash/WebHome.txt xxxx
Trash/WebHome.txt,v xxxx
... ...
TWiki/DeleteTopic.txt xxxx
TWiki/DeleteTopic.txt,v xxxx
TWiki/DontNotify.txt xxxx
TWiki/DontNotify.txt,v xxxx
... ...
Line: 255 to 229
Changed:
<
<

Files in twiki/templates

>
>
Files in twiki/templates
Line: 257 to 231
Changed:
<
<
Used to flexibly control appearance of rendered pages...
>
>
Used to flexibly control appearance of rendered pages...
Line: 260 to 234
Changed:
<
<
oopsbadpwformat.tmpl xxxx
attachagain.tmpl xxxx
attachnew.tmpl xxxx
changeform.tmpl xxxx
changes.tmpl xxxx
edit.iejs.tmpl xxxx
edit.tmpl xxxx
mailnotify.tmpl xxxx
moveattachment.tmpl xxxx
oopsaccesschange.tmpl xxxx
oopsaccessgroup.tmpl xxxx
oopsaccessrename.tmpl xxxx
oopsaccessview.tmpl xxxx
oopsauth.tmpl xxxx
attach.tmpl xxxx
oopschangepasswd.tmpl xxxx
oopsempty.tmpl xxxx
oopslocked.tmpl xxxx
oopslockedrename.tmpl xxxx
oopsmissing.tmpl xxxx
oopsmoveerr.tmpl xxxx
oopsnoformdef.tmpl xxxx
oopsnotwikiuser.tmpl xxxx
oopsnoweb.tmpl xxxx
oopspreview.tmpl xxxx
oopsregexist.tmpl xxxx
oopsregpasswd.tmpl xxxx
oopsregrequ.tmpl xxxx
oopsregthanks.tmpl xxxx
oopsregwiki.tmpl xxxx
oopsrenameerr.tmpl xxxx
oopsresetpasswd.tmpl xxxx
oopsrev.tmpl xxxx
oopssave.tmpl xxxx
oopssaveerr.tmpl xxxx
oopssendmailerr.tmpl xxxx
oopstopicexists.tmpl xxxx
oopsupload.tmpl xxxx
oopswrongpassword.tmpl xxxx
preview.tmpl xxxx
rdiff.tmpl xxxx
register.tmpl xxxx
registernotify.tmpl xxxx
rename.tmpl xxxx
renamebase.tmpl xxxx
renameconfirm.tmpl xxxx
renamerefs.tmpl xxxx
search.tmpl xxxx
searchbookview.tmpl xxxx
searchmeta.tmpl xxxx
searchrenameview.tmpl xxxx
twiki.tmpl xxxx
view.plain.tmpl xxxx
view.print.tmpl xxxx
view.tmpl xxxx
>
>
oopsbadpwformat.tmpl xxxx
attachagain.tmpl xxxx
attachnew.tmpl xxxx
changeform.tmpl xxxx
changes.tmpl xxxx
edit.iejs.tmpl xxxx
edit.tmpl xxxx
mailnotify.tmpl xxxx
moveattachment.tmpl xxxx
oopsaccesschange.tmpl xxxx
oopsaccessgroup.tmpl xxxx
oopsaccessrename.tmpl xxxx
oopsaccessview.tmpl xxxx
oopsauth.tmpl xxxx
attach.tmpl xxxx
oopschangepasswd.tmpl xxxx
oopsempty.tmpl xxxx
oopslocked.tmpl xxxx
oopslockedrename.tmpl xxxx
oopsmissing.tmpl xxxx
oopsmoveerr.tmpl xxxx
oopsnoformdef.tmpl xxxx
oopsnotwikiuser.tmpl xxxx
oopsnoweb.tmpl xxxx
oopspreview.tmpl xxxx
oopsregexist.tmpl xxxx
oopsregpasswd.tmpl xxxx
oopsregrequ.tmpl xxxx
oopsregthanks.tmpl xxxx
oopsregwiki.tmpl xxxx
oopsrenameerr.tmpl xxxx
oopsresetpasswd.tmpl xxxx
oopsrev.tmpl xxxx
oopssave.tmpl xxxx
oopssaveerr.tmpl xxxx
oopssendmailerr.tmpl xxxx
oopstopicexists.tmpl xxxx
oopsupload.tmpl xxxx
oopswrongpassword.tmpl xxxx
preview.tmpl xxxx
rdiff.tmpl xxxx
register.tmpl xxxx
registernotify.tmpl xxxx
rename.tmpl xxxx
renamebase.tmpl xxxx
renameconfirm.tmpl xxxx
renamerefs.tmpl xxxx
search.tmpl xxxx
searchbookview.tmpl xxxx
searchmeta.tmpl xxxx
searchrenameview.tmpl xxxx
twiki.tmpl xxxx
view.plain.tmpl xxxx
view.print.tmpl xxxx
view.tmpl xxxx

 <<O>>  Difference Topic TWikiImplementationNotes (r1.13 - 04 Sep 2001 - MikeMannix?)
Line: 1 6 to 1 6
Changed:
<
<
Low requirements on client-side and server-side environment, to keep TWiki deployment as broad as possible is a key element of the TWikiMission?. Strict W3C and ECMA standards compliance is also a mandate. These requirements are amended from time to time as technology progresses.
>
>
Server and client system requirements, file system structure

Overview

Low requirements on client-side and server-side environment, to keep TWiki deployment as broad as possible is a key element of the TWikiMission. Strict W3C and ECMA standards compliance is also a mandate. These requirements are amended from time to time as technology progresses.

Line: 34 to 38
Changed:
<
<
JavaScript? 1.? Optional: JS degrades gracefully
>
>
JavaScript 1.? Optional: JS degrades gracefully
Line: 40 to 44
Changed:
<
<
WHAT ABOUT WEB STANDARDS PROJECT - CSS CONTROL
>
>
WHAT ABOUT WEB STANDARDS BROWSER COMPATIBILITY MOVEMENT & CSS CONTROL
Line: 44 to 48
Changed:
<
<
  • Some TWikiSkins may require more, like cookies and JavaScript?
>
>
  • Some TWikiSkins may require more, like cookies and JavaScript
Line: 47 to 51
Changed:
<
<

TWiki Directory Structure

>
>

TWiki File System

Line: 49 to 53
Changed:
<
<
You can easily 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:
>
>
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:
Line: 54 to 58
Changed:
<
<
twiki/lib list Configuration file & main library
twiki/lib/TWiki list Perl modules
twiki/lib/TWiki/Plugins list TWikiPlugins Perl modules
>
>
twiki/lib list Configuration file, main library, Perl system modules, Plugins
Line: 63 to 65
Changed:
<
<
A rundown of the individual files in the current %VERSION% distribution, organized by TWiki root directories. Note that there may be minor differences in the start-up data files.
>
>
A rundown of the individual files in the current %VERSION% distribution, organized by TWiki root directories. Note that there may be minor differences in the start-up data files. All listings are complete unless otherwise noted.
Line: 67 to 70
Added:
>
>
Introductory and installation files.
Line: 69 to 73
Changed:
<
<
index.html A page with a link to first launch TWiki after install.
license.txt Gnu General Public License and TWiki-specific info.
>
>
index.html A page with a link to first launch TWiki after install
license.txt GNU General Public License and TWiki-specific info
Line: 72 to 76
Changed:
<
<
TWikiDocumentation.html All documentation packaged as a single page.
TWikiHistory.html TWiki development timeline.
>
>
TWikiDocumentation.html All documentation packaged as a single page
TWikiHistory.html TWiki development timeline
Line: 77 to 82
Added:
>
>
All Perl CGI scripts.
Line: 100 to 107
Added:
>
>
The new lib/TWiki/Plugins directories contain core configuration, libraries and function modules, and Plugins.
Line: 118 to 127
Added:
>
>
attachments like images...
Line: 166 to 177
Added:
>
>
The data directory stores the content of TWiki pages as individual text files. Each active web has its own subdirectory. The TWiki distribution package includes four start-up webs, and quite a number of pages with documentation and demo content. This is a representative partial file listing...
Line: 187 to 199
Changed:
<
<
Know/.changes xxxx
Know/.mailnotify xxxx
Know/IncorrectDllVersionW32PTH10DLL.txt xxxx
Know/IncorrectDllVersionW32PTH10DLL.txt,v xxxx
Know/NoDisclosure.txt xxxx
Know/NoDisclosure.txt,v xxxx
Know/OperatingSystem.txt xxxx
Know/OperatingSystem.txt,v xxxx
Know/OsHPUX.txt xxxx
Know/OsHPUX.txt,v xxxx
Know/OsLinux.txt xxxx
Know/OsLinux.txt,v xxxx
Know/OsMacOS.txt xxxx
Know/OsMacOS.txt,v xxxx
Know/OsSolaris.txt xxxx
Know/OsSolaris.txt,v xxxx
Know/OsSunOS.txt xxxx
Know/OsSunOS.txt,v xxxx
Know/OsVersion.txt xxxx
Know/OsVersion.txt,v xxxx
Know/OsWin.txt xxxx
Know/OsWin.txt,v xxxx
Know/PublicFAQ.txt xxxx
Know/PublicFAQ.txt,v xxxx
Know/PublicSupported.txt xxxx
Know/PublicSupported.txt,v xxxx
Know/ReadmeFirst.txt xxxx
Know/ReadmeFirst.txt,v xxxx
Know/SunOS.txt xxxx
Know/SunOS.txt,v xxxx
>
>
... ...
Line: 227 to 210
Changed:
<
<
Know/WebHome.txt xxxx
Know/WebHome.txt,v xxxx
Know/WebIndex.txt xxxx
Know/WebIndex.txt,v xxxx
Know/WebNotify.txt xxxx
Know/WebNotify.txt,v xxxx
Know/WebPreferences.txt xxxx
Know/WebPreferences.txt,v xxxx
Know/WebSearch.txt xxxx
Know/WebSearch.txt,v xxxx
Know/WebStatistics.txt xxxx
Know/WebStatistics.txt,v xxxx
Know/WebTopicEditTemplate.txt xxxx
Know/WebTopicEditTemplate.txt,v xxxx
Know/WinDoze95Crash.txt xxxx
Know/WinDoze95Crash.txt,v xxxx
Main/TWikiAdminGroup.txt,v xxxx
Main/.mailnotify xxxx
Main/FileAttachment.txt xxxx
Main/FileAttachment.txt,v xxxx
Main/JohnTalintyre.txt xxxx
Main/JohnTalintyre.txt,v xxxx
Main/KevinKinnell.txt xxxx
Main/KevinKinnell.txt,v xxxx
Main/LondonOffice.txt xxxx
Main/LondonOffice.txt,v xxxx
>
>
... ...
Line: 263 to 221
Changed:
<
<
Main/TokyoOffice.txt xxxx
Main/TokyoOffice.txt,v xxxx
Main/TWikiAdminGroup.txt xxxx
Main/.changes xxxx
>
>
... ...
Line: 275 to 230
Changed:
<
<
Main/WebChanges.txt xxxx
Main/WebChanges.txt,v xxxx
Main/WebHome.txt xxxx
Main/WebHome.txt,v xxxx
Main/WebIndex.txt xxxx
Main/WebIndex.txt,v xxxx
Main/WebNotify.txt xxxx
Main/WebNotify.txt,v xxxx
Main/WebPreferences.txt xxxx
Main/WebPreferences.txt,v xxxx
Main/WebSearch.txt xxxx
Main/WebSearch.txt,v xxxx
Main/WebStatistics.txt xxxx
Main/WebStatistics.txt,v xxxx
Test/.changes xxxx
Test/.mailnotify xxxx
>
>
... ...
Line: 297 to 237
Changed:
<
<
Test/WebIndex.txt xxxx
Test/WebIndex.txt,v xxxx
Test/WebNotify.txt xxxx
Test/WebNotify.txt,v xxxx
Test/WebPreferences.txt xxxx
Test/WebPreferences.txt,v xxxx
Test/WebSearch.txt xxxx
Test/WebSearch.txt,v xxxx
Test/WebStatistics.txt xxxx
Test/WebStatistics.txt,v xxxx
>
>
... ...
Line: 312 to 243
Changed:
<
<
Trash/WebIndex.txt xxxx
Trash/WebIndex.txt,v xxxx
Trash/WebNotify.txt xxxx
Trash/WebNotify.txt,v xxxx
Trash/WebPreferences.txt xxxx
Trash/WebPreferences.txt,v xxxx
Trash/WebSearch.txt xxxx
Trash/WebSearch.txt,v xxxx
Trash/WebStatistics.txt xxxx
Trash/WebStatistics.txt,v xxxx
TWiki/.changes xxxx
TWiki/.mailnotify xxxx
>
>
... ...
Line: 328 to 248
Changed:
<
<
TWiki/BillClinton.txt xxxx
TWiki/BillClinton.txt,v xxxx
TWiki/BookView.txt xxxx
TWiki/BookView.txt,v xxxx
TWiki/BumpyWord.txt xxxx
TWiki/BumpyWord.txt,v xxxx
TWiki/ChristopheVermeulen.txt xxxx
TWiki/ChristopheVermeulen.txt,v xxxx
TWiki/CrisBailiff.txt xxxx
TWiki/CrisBailiff.txt,v xxxx
TWiki/DavidWarman.txt xxxx
TWiki/DavidWarman.txt,v xxxx
TWiki/DefaultPlugin.txt xxxx
TWiki/DefaultPlugin.txt,v xxxx
TWiki/DeleteOrRenameATopic.txt xxxx
TWiki/DeleteOrRenameATopic.txt,v xxxx
>
>
... ...
Line: 348 to 252
Deleted:
<
<
TWiki/EditDoesNotIncreaseTheRevision.txt xxxx
TWiki/EditDoesNotIncreaseTheRevision.txt,v xxxx
TWiki/EmptyPlugin.txt xxxx
TWiki/EmptyPlugin.txt,v xxxx
TWiki/ExampleTopicTemplate.txt xxxx
TWiki/ExampleTopicTemplate.txt,v xxxx
TWiki/FileAttachment.txt xxxx
TWiki/FileAttachment.txt,v xxxx
TWiki/GnuGeneralPublicLicense.txt xxxx
TWiki/GnuGeneralPublicLicense.txt,v xxxx
TWiki/GoodStyle.txt xxxx
TWiki/GoodStyle.txt,v xxxx
TWiki/HaroldGottschalk.txt xxxx
TWiki/HaroldGottschalk.txt,v xxxx
TWiki/Hey.txt xxxx
TWiki/Hey.txt,v xxxx
TWiki/IncludeTopicsAndWebPages.txt xxxx
TWiki/IncludeTopicsAndWebPages.txt,v xxxx
TWiki/InterwikiPlugin.txt xxxx
TWiki/InterwikiPlugin.txt,v xxxx
TWiki/InterWikis.txt xxxx
TWiki/InterWikis.txt,v xxxx
TWiki/JaneDoeTestCreateForm.txt xxxx
TWiki/JaneDoeTestCreateForm.txt,v xxxx
TWiki/JaneDoeTestEditForm.txt xxxx
TWiki/JaneDoeTestEditForm.txt,v xxxx
TWiki/JohnAltstadt.txt xxxx
TWiki/JohnAltstadt.txt,v xxxx
TWiki/JohnTalintyre.txt xxxx
TWiki/JohnTalintyre.txt,v xxxx
TWiki/KevinKinnell.txt xxxx
TWiki/KevinKinnell.txt,v xxxx
TWiki/ManpreetSingh.txt xxxx
TWiki/ManpreetSingh.txt,v xxxx
TWiki/MetaDataDefinition.txt xxxx
TWiki/MetaDataDefinition.txt,v xxxx
TWiki/MoveTopic.txt xxxx
TWiki/MoveTopic.txt,v xxxx
TWiki/MoveWeb.txt xxxx
TWiki/MoveWeb.txt,v xxxx
TWiki/NicholasLee.txt xxxx
TWiki/NicholasLee.txt,v xxxx
TWiki/PeterFokkinga.txt xxxx
TWiki/PeterFokkinga.txt,v xxxx
TWiki/PeterThoeny.txt xxxx
TWiki/PeterThoeny.txt,v xxxx
TWiki/PreviewBackground.txt xxxx
TWiki/PreviewBackground.txt,v xxxx
TWiki/RandyKramer.txt xxxx
TWiki/RandyKramer.txt,v xxxx
TWiki/RegularExpression.txt xxxx
TWiki/RegularExpression.txt,v xxxx
TWiki/ManagingTopics.txt xxxx
TWiki/ManagingTopics.txt,v xxxx
TWiki/SearchDoesNotWork.txt xxxx
TWiki/SearchDoesNotWork.txt,v xxxx
TWiki/SimultaneousEdits.txt xxxx
TWiki/SimultaneousEdits.txt,v xxxx
TWiki/StandardColors.txt xxxx
TWiki/StandardColors.txt,v xxxx
TWiki/StanleyKnutson.txt xxxx
TWiki/StanleyKnutson.txt,v xxxx
TWiki/SvenDowideit.txt xxxx
TWiki/SvenDowideit.txt,v xxxx
TWiki/TextFormattingFAQ.txt xxxx
TWiki/TextFormattingFAQ.txt,v xxxx
TWiki/TextFormattingRules.txt xxxx
TWiki/TextFormattingRules.txt,v xxxx
TWiki/TWikiAccessControl.txt xxxx
TWiki/TWikiAccessControl.txt,v xxxx
TWiki/ManagingWebs.txt xxxx
TWiki/ManagingWebs.txt,v xxxx
TWiki/TWikiUserAuthentication.txt xxxx
TWiki/TWikiUserAuthentication.txt,v xxxx
TWiki/TWikiCategoryTable.txt xxxx
TWiki/TWikiCategoryTable.txt,v xxxx
TWiki/TWikiContributor.txt xxxx
TWiki/TWikiContributor.txt,v xxxx
TWiki/TWikiDocumentation.txt xxxx
TWiki/TWikiDocumentation.txt,v xxxx
TWiki/TWikiDownload.txt xxxx
TWiki/TWikiDownload.txt,v xxxx
TWiki/TWikiEnhancementRequests.txt xxxx
TWiki/TWikiEnhancementRequests.txt,v xxxx
TWiki/TWikiFAQ.txt xxxx
TWiki/TWikiFAQ.txt,v xxxx
TWiki/TWikiFormTemplate.txt xxxx
TWiki/TWikiFormTemplate.txt,v xxxx
TWiki/TWikiHistory.txt xxxx
TWiki/TWikiHistory.txt,v xxxx
TWiki/TWikiImplementationNotes.txt xxxx
TWiki/TWikiImplementationNotes.txt,v xxxx
TWiki/TWikiInstallationGuide.txt xxxx
TWiki/TWikiInstallationGuide.txt,v xxxx
TWiki/WebNotification.txt xxxx
TWiki/WebNotification.txt,v xxxx
TWiki/TWikiPlannedFeatures.txt xxxx
TWiki/TWikiPlannedFeatures.txt,v xxxx
TWiki/TWikiPlugins.txt xxxx
TWiki/TWikiPlugins.txt,v xxxx
TWiki/TWikiPreferences.txt xxxx
TWiki/TWikiPreferences.txt,v xxxx
TWiki/TWikiRegistration.txt xxxx
TWiki/TWikiRegistration.txt,v xxxx
TWiki/TWikiRegistrationPub.txt xxxx
TWiki/TWikiRegistrationPub.txt,v xxxx
TWiki/TWikiSkins.txt xxxx
TWiki/TWikiSkins.txt,v xxxx
TWiki/TWikiTemplates.txt xxxx
TWiki/TWikiTemplates.txt,v xxxx
TWiki/TWikiTutorial.txt xxxx
TWiki/TWikiTutorial.txt,v xxxx
TWiki/TWikiTutorialKK.txt xxxx
TWiki/TWikiUpgradeGuide.txt xxxx
TWiki/TWikiUpgradeGuide.txt,v xxxx
TWiki/TWikiUpgradeTo01May2000.txt xxxx
TWiki/TWikiUpgradeTo01May2000.txt,v xxxx
TWiki/TWikiUsernameVsLoginUsername.txt xxxx
TWiki/TWikiUsernameVsLoginUsername.txt,v xxxx
TWiki/TWikiVariables.txt xxxx
TWiki/TWikiVariables.txt,v xxxx
TWiki/TWikiWeb.txt xxxx
TWiki/TWikiWeb.txt,v xxxx
TWiki/TWikiWebsTable.txt xxxx
TWiki/TWikiWebsTable.txt,v xxxx
TWiki/UnlockTopic.txt xxxx
TWiki/UnlockTopic.txt,v xxxx
TWiki/WabiSabi.txt xxxx
TWiki/WabiSabi.txt,v xxxx
TWiki/WebChanges.txt xxxx
TWiki/WebChanges.txt,v xxxx
TWiki/WebHome.txt xxxx
TWiki/WebHome.txt,v xxxx
TWiki/WebIndex.txt xxxx
TWiki/WebIndex.txt,v xxxx
TWiki/WebNotify.txt xxxx
TWiki/WebNotify.txt,v xxxx
TWiki/WebPreferences.txt xxxx
TWiki/WebPreferences.txt,v xxxx
TWiki/WebSearch.txt xxxx
TWiki/WebSearch.txt,v xxxx
TWiki/WebStatistics.txt xxxx
TWiki/WebStatistics.txt,v xxxx
TWiki/WebTopicEditTemplate.txt xxxx
TWiki/WebTopicEditTemplate.txt,v xxxx
TWiki/WebTopicNonWikiTemplate.txt xxxx
TWiki/WebTopicNonWikiTemplate.txt,v xxxx
TWiki/WebTopicViewTemplate.txt xxxx
TWiki/WebTopicViewTemplate.txt,v xxxx
TWiki/WelcomeGuest.txt xxxx
TWiki/WelcomeGuest.txt,v xxxx
TWiki/WhatIsWikiWiki.txt xxxx
TWiki/WhatIsWikiWiki.txt,v xxxx
TWiki/WikiCulture.txt xxxx
TWiki/WikiCulture.txt,v xxxx
TWiki/WikiName.txt xxxx
TWiki/WikiName.txt,v xxxx
TWiki/WikiNotation.txt xxxx
TWiki/WikiNotation.txt,v xxxx
TWiki/WikiReferences.txt xxxx
TWiki/WikiReferences.txt,v xxxx
TWiki/WikiSyntax.txt xxxx
TWiki/WikiSyntax.txt,v xxxx
TWiki/WikiTopic.txt xxxx
TWiki/WikiTopic.txt,v xxxx
TWiki/WikiWikiClones.txt xxxx
TWiki/WikiWikiClones.txt,v xxxx
TWiki/WikiWord.txt xxxx
TWiki/WikiWord.txt,v xxxx
Line: 519 to 256
Added:
>
>

Used to flexibly control appearance of rendered pages...


 <<O>>  Difference Topic TWikiImplementationNotes (r1.12 - 01 Sep 2001 - MikeMannix?)
Line: 1 4 to 1 4
Changed:
<
<

TWiki Software Environment

>
>

TWiki Operating Environment

Line: 6 to 6
Changed:
<
<

System Requirements

>
>
Low requirements on client-side and server-side environment, to keep TWiki deployment as broad as possible is a key element of the TWikiMission?. Strict W3C and ECMA standards compliance is also a mandate. These requirements are amended from time to time as technology progresses.
Line: 8 to 8
Changed:
<
<
TWiki is written in Perl 5 and also uses some shell commands. It also requires that GNU RCS (Revision Control System) is installed on the same system. The current implementation runs best on a Linux machine, but it can also run with Microsoft Windows.
>
>

Server-Side Requirements

Line: 10 to 10
Changed:
<
<
Required Environment by Platform
Packages: Linux/Unix: Windows:
Perl 5.x 5.x
Non-standard Perl modules ??? MIME::Base64, Digest::SHA1 (for password generation)
Optional Perl modules Net::SMTP (or sendmail) Net::SMTP
RCS 5.7 5.7 (including diff
Other external programs ls, fgrep, egrep ls, fgrep, egrep
Web server Apache Apache, IIS
>
>
TWiki is written in Perl 5 and uses a number of shell commands. It requires that GNU RCS (Revision Control System) be installed on the same system. Current development is on Linux. the recommended platform, but it can also work with Microsoft Windows and other OS.

Required Server Environment by Platform
Resource Unix Windows
Perl 5.005_03 or higher
Non standard Perl modules Net::SMTP (or sendmail) Net::SMTP
RCS 5.7 or higher
Other external programs ls, fgrep, egrep
Web server Apache and others (support for cgi, authentication, extended path) *
Line: 18 to 20
Added:
>
>
Required disk space    

ISP INSTALLATION REQUIREMENTS: SSI, RCS local or sysadmin, same for perl modules for plugins, cron, basic authentication,...

Client-Side Requirements

The basic TWiki engine and templates have a low requirement on the browser:

Recommend PC Requirement
Component Min/Rec

Browser Requirements
Resource Details
HTML 3.2 browser  
JavaScript? 1.? Optional: JS degrades gracefully
Cookies Not used
CSS1/2 ????

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

WHAT ABOUT WEB STANDARDS PROJECT - CSS CONTROL

Known Issues

  • Some TWikiSkins may require more, like cookies and JavaScript?
  • At present, contributed Plugins are not checked against compatibility standards, and may require anything imaginable: browser-specific functions, Java, cookies, CSS, etc.
Line: 373 to 400
Changed:
<
<
TWiki/RenameTopic.txt xxxx
TWiki/RenameTopic.txt,v xxxx
>
>
TWiki/ManagingTopics.txt xxxx
TWiki/ManagingTopics.txt,v xxxx
Line: 391 to 418
Changed:
<
<
TWiki/TWikiAdministration.txt xxxx
TWiki/TWikiAdministration.txt,v xxxx
>
>
TWiki/ManagingWebs.txt xxxx
TWiki/ManagingWebs.txt,v xxxx
Line: 415 to 442
Changed:
<
<
TWiki/TWikiNotificationOfChanges.txt xxxx
TWiki/TWikiNotificationOfChanges.txt,v xxxx
>
>
TWiki/WebNotification.txt xxxx
TWiki/WebNotification.txt,v xxxx

 <<O>>  Difference Topic TWikiImplementationNotes (r1.11 - 01 Sep 2001 - MikeMannix?)
Line: 1 393 to 1 393
Changed:
<
<
TWiki/TWikiAuthentication.txt xxxx
TWiki/TWikiAuthentication.txt,v xxxx
>
>
TWiki/TWikiUserAuthentication.txt xxxx
TWiki/TWikiUserAuthentication.txt,v xxxx
Line: 413 to 413
Changed:
<
<
TWiki/TWikiInstallationNotes.txt xxxx
TWiki/TWikiInstallationNotes.txt,v xxxx
>
>
TWiki/TWikiInstallationGuide.txt xxxx
TWiki/TWikiInstallationGuide.txt,v xxxx
Line: 434 to 434
Changed:
<
<
TWiki/TWikiUpgradeNotes.txt xxxx
TWiki/TWikiUpgradeNotes.txt,v xxxx
>
>
TWiki/TWikiUpgradeGuide.txt xxxx
TWiki/TWikiUpgradeGuide.txt,v xxxx

 <<O>>  Difference Topic TWikiImplementationNotes (r1.10 - 31 Aug 2001 - MikeMannix?)
Line: 1 4 to 1 4
Changed:
<
<

TWiki Implementation Notes

>
>

TWiki Software Environment

Line: 6 to 6
Changed:
<
<

Platforms and System Requirements

>
>

System Requirements

Line: 8 to 8
Changed:
<
<
TWiki is written in Perl 5 and also uses some shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system. [ MM: Locate elsewhere and/or include one-liner and link for RCS... ]
>
>
TWiki is written in Perl 5 and also uses some shell commands. It also requires that GNU RCS (Revision Control System) is installed on the same system. The current implementation runs best on a Linux machine, but it can also run with Microsoft Windows.
Line: 20 to 20
Changed:
<
<

Directory Structure

>
>

TWiki Directory Structure

Line: 22 to 22
Changed:
<
<
You can easily 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 - the folder names and locations - exactly as is:
>
>
You can easily 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:
Line: 28 to 28
Changed:
<
<
twiki/lib/TWiki list Perl modules
twiki/lib/TWiki/Plugins list TWikiPlugins Perl modules
>
>
twiki/lib/TWiki list Perl modules
twiki/lib/TWiki/Plugins list TWikiPlugins Perl modules
Line: 34 to 34
Changed:
<
<
Note: about the additional directories in data, elsewhere
>
>

File Descriptions

A rundown of the individual files in the current %VERSION% distribution, organized by TWiki root directories. Note that there may be minor differences in the start-up data files.

Line: 70 to 72
Changed:
<
<

Files in twiki/lib

>
>

Files under twiki/lib

Line: 75 to 77
Changed:
<
<

Files in twiki/lib/TWiki

File: Used for:
Access.pm Access control
Attach.pm Attachment handling
Meta.pm Meta data in topics
Net.pm SMTP mail handling
Plugins.pm Plugin handling
Prefs.pm Preferences handling
Search.pm Search engine, used by wiki.pm
Store.pm Back-end storage, *.txt text file and *.txt,v RCS repository file handling

Files in twiki/lib/TWiki/Plugins

File: Used for:
DefaultPlugin.pm Default plugin
EmptyPlugin.pm Empty plugin, use to create your own
InterwikiPlugin.pm Refer to external Wikis and other Web sites
>
>
TWiki/Access.pm Access control
TWiki/Attach.pm Attachment 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 Default plugin
TWiki/Plugins/EmptyPlugin.pm Empty plugin, use to create your own
TWiki/Plugins/InterwikiPlugin.pm Refer to external Wikis and other Web sites
Line: 98 to 90
Changed:
<
<

Files in twiki/pub

>
>

Files under twiki/pub

Line: 147 to 138
Changed:
<
<

Files in twiki/data

>
>

Files under twiki/data


 <<O>>  Difference Topic TWikiImplementationNotes (r1.9 - 30 Aug 2001 - MikeMannix?)
Line: 1 13 to 1 13
Changed:
<
<
Non-standard Perl modules   MIME::Base64, Digest::SHA1 (for password generation)
>
>
Non-standard Perl modules ??? MIME::Base64, Digest::SHA1 (for password generation)
Line: 22 to 22
Changed:
<
<
You can easily rename the root TWiki directory - twiki - to whatever you like by changing a configuration file value. For the simplest installation and future upgrades, you should leave the subdirectory structure exactly as is:
>
>
You can easily 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 - the folder names and locations - exactly as is:
Line: 39 to 39
Changed:
<
<
to follow
>
>
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.
Line: 95 to 100
Changed:
<
<
to follow
>
>
File: Used for:

favicon.ico xxxx
twikilogo.gif xxxx
twikilogo1.gif xxxx
twikilogo2.gif xxxx
twikilogo3.gif xxxx
twikilogo4.gif xxxx
wikiHome.gif xxxx
icn/_filetypes.txt xxxx
icn/bat.gif xxxx
icn/bmp.gif xxxx
icn/c.gif xxxx
icn/dll.gif xxxx
icn/doc.gif xxxx
icn/else.gif xxxx
icn/exe.gif xxxx
icn/fon.gif xxxx
icn/h.gif xxxx
icn/hlp.gif xxxx
icn/html.gif xxxx
icn/java.gif xxxx
icn/mov.gif xxxx
icn/pdf.gif xxxx
icn/pl.gif xxxx
icn/ppt.gif xxxx
icn/ps.gif xxxx
icn/py.gif xxxx
icn/ram.gif xxxx
icn/reg.gif xxxx
icn/sh.gif xxxx
icn/sniff.gif xxxx
icn/ttf.gif xxxx
icn/txt.gif xxxx
icn/wav.gif xxxx
icn/wri.gif xxxx
icn/xls.gif xxxx
icn/zip.gif xxxx
Know/IncorrectDllVersionW32PTH10DLL/W32PTH10.DLL xxxx
TWiki/FileAttachment/Sample.txt xxxx
TWiki/FileAttachment/Smile.gif xxxx
TWiki/PreviewBackground/blankltgraybg.gif xxxx
TWiki/PreviewBackground/blankwhitebg.gif xxxx
TWiki/PreviewBackground/previewbg.gif xxxx
TWiki/WabiSabi/wabisabi.gif xxxx
Line: 100 to 149
Changed:
<
<
to follow
>
>
File: Used for:
.htpasswd xxxx
debug.txt xxxx
mime.types xxxx
warning.txt xxxx
_default/.changes xxxx
_default/WebChanges.txt xxxx
_default/WebChanges.txt,v xxxx
_default/WebHome.txt xxxx
_default/WebHome.txt,v xxxx
_default/WebIndex.txt xxxx
_default/WebIndex.txt,v xxxx
_default/WebNotify.txt xxxx
_default/WebNotify.txt,v xxxx
_default/WebPreferences.txt xxxx
_default/WebPreferences.txt,v xxxx
_default/WebSearch.txt xxxx
_default/WebSearch.txt,v xxxx
_default/WebStatistics.txt xxxx
_default/WebStatistics.txt,v xxxx
Know/.changes xxxx
Know/.mailnotify xxxx
Know/IncorrectDllVersionW32PTH10DLL.txt xxxx
Know/IncorrectDllVersionW32PTH10DLL.txt,v xxxx
Know/NoDisclosure.txt xxxx
Know/NoDisclosure.txt,v xxxx
Know/OperatingSystem.txt xxxx
Know/OperatingSystem.txt,v xxxx
Know/OsHPUX.txt xxxx
Know/OsHPUX.txt,v xxxx
Know/OsLinux.txt xxxx
Know/OsLinux.txt,v xxxx
Know/OsMacOS.txt xxxx
Know/OsMacOS.txt,v xxxx
Know/OsSolaris.txt xxxx
Know/OsSolaris.txt,v xxxx
Know/OsSunOS.txt xxxx
Know/OsSunOS.txt,v xxxx
Know/OsVersion.txt xxxx
Know/OsVersion.txt,v xxxx
Know/OsWin.txt xxxx
Know/OsWin.txt,v xxxx
Know/PublicFAQ.txt xxxx
Know/PublicFAQ.txt,v xxxx
Know/PublicSupported.txt xxxx
Know/PublicSupported.txt,v xxxx
Know/ReadmeFirst.txt xxxx
Know/ReadmeFirst.txt,v xxxx
Know/SunOS.txt xxxx
Know/SunOS.txt,v xxxx
Know/TopicClassification.txt xxxx
Know/TopicClassification.txt,v xxxx
Know/TWikiCategory.txt xxxx
Know/TWikiCategory.txt,v xxxx
Know/UseCategory.txt xxxx
Know/UseCategory.txt,v xxxx
Know/WebChanges.txt xxxx
Know/WebChanges.txt,v xxxx
Know/WebForm.txt xxxx
Know/WebForm.txt,v xxxx
Know/WebHome.txt xxxx
Know/WebHome.txt,v xxxx
Know/WebIndex.txt xxxx
Know/WebIndex.txt,v xxxx
Know/WebNotify.txt xxxx
Know/WebNotify.txt,v xxxx
Know/WebPreferences.txt xxxx
Know/WebPreferences.txt,v xxxx
Know/WebSearch.txt xxxx
Know/WebSearch.txt,v xxxx
Know/WebStatistics.txt xxxx
Know/WebStatistics.txt,v xxxx
Know/WebTopicEditTemplate.txt xxxx
Know/WebTopicEditTemplate.txt,v xxxx
Know/WinDoze95Crash.txt xxxx
Know/WinDoze95Crash.txt,v xxxx
Main/TWikiAdminGroup.txt,v xxxx
Main/.mailnotify xxxx
Main/FileAttachment.txt xxxx
Main/FileAttachment.txt,v xxxx
Main/JohnTalintyre.txt xxxx
Main/JohnTalintyre.txt,v xxxx
Main/KevinKinnell.txt xxxx
Main/KevinKinnell.txt,v xxxx
Main/LondonOffice.txt xxxx
Main/LondonOffice.txt,v xxxx
Main/NicholasLee.txt xxxx
Main/NicholasLee.txt,v xxxx
Main/NobodyGroup.txt xxxx
Main/NobodyGroup.txt,v xxxx
Main/OfficeLocations.txt xxxx
Main/OfficeLocations.txt,v xxxx
Main/PeterThoeny.txt xxxx
Main/PeterThoeny.txt,v xxxx
Main/SanJoseOffice.txt xxxx
Main/SanJoseOffice.txt,v xxxx
Main/TokyoOffice.txt xxxx
Main/TokyoOffice.txt,v xxxx
Main/TWikiAdminGroup.txt xxxx
Main/.changes xxxx
Main/TWikiGroups.txt xxxx
Main/TWikiGroups.txt,v xxxx
Main/TWikiGuest.txt xxxx
Main/TWikiGuest.txt,v xxxx
Main/TWikiUsers.txt xxxx
Main/TWikiUsers.txt,v xxxx
Main/TWikiVariables.txt xxxx
Main/TWikiVariables.txt,v xxxx
Main/WebChanges.txt xxxx
Main/WebChanges.txt,v xxxx
Main/WebHome.txt xxxx
Main/WebHome.txt,v xxxx
Main/WebIndex.txt xxxx
Main/WebIndex.txt,v xxxx
Main/WebNotify.txt xxxx
Main/WebNotify.txt,v xxxx
Main/WebPreferences.txt xxxx
Main/WebPreferences.txt,v xxxx
Main/WebSearch.txt xxxx
Main/WebSearch.txt,v xxxx
Main/WebStatistics.txt xxxx
Main/WebStatistics.txt,v xxxx
Test/.changes xxxx
Test/.mailnotify xxxx
Test/TestTopic1.txt xxxx
Test/TestTopic1.txt,v xxxx
Test/WebChanges.txt xxxx
Test/WebChanges.txt,v xxxx
Test/WebHome.txt xxxx
Test/WebHome.txt,v xxxx
Test/WebIndex.txt xxxx
Test/WebIndex.txt,v xxxx
Test/WebNotify.txt xxxx
Test/WebNotify.txt,v xxxx
Test/WebPreferences.txt xxxx
Test/WebPreferences.txt,v xxxx
Test/WebSearch.txt xxxx
Test/WebSearch.txt,v xxxx
Test/WebStatistics.txt xxxx
Test/WebStatistics.txt,v xxxx
Trash/.changes xxxx
Trash/WebChanges.txt xxxx
Trash/WebChanges.txt,v xxxx
Trash/WebHome.txt xxxx
Trash/WebHome.txt,v xxxx
Trash/WebIndex.txt xxxx
Trash/WebIndex.txt,v xxxx
Trash/WebNotify.txt xxxx
Trash/WebNotify.txt,v xxxx
Trash/WebPreferences.txt xxxx
Trash/WebPreferences.txt,v xxxx
Trash/WebSearch.txt xxxx
Trash/WebSearch.txt,v xxxx
Trash/WebStatistics.txt xxxx
Trash/WebStatistics.txt,v xxxx
TWiki/.changes xxxx
TWiki/.mailnotify xxxx
TWiki/AlWilliams.txt xxxx
TWiki/AlWilliams.txt,v xxxx
TWiki/AndreaSterbini.txt xxxx
TWiki/AndreaSterbini.txt,v xxxx
TWiki/BillClinton.txt xxxx
TWiki/BillClinton.txt,v xxxx
TWiki/BookView.txt xxxx
TWiki/BookView.txt,v xxxx
TWiki/BumpyWord.txt xxxx
TWiki/BumpyWord.txt,v xxxx
TWiki/ChristopheVermeulen.txt xxxx
TWiki/ChristopheVermeulen.txt,v xxxx
TWiki/CrisBailiff.txt xxxx
TWiki/CrisBailiff.txt,v xxxx
TWiki/DavidWarman.txt xxxx
TWiki/DavidWarman.txt,v xxxx
TWiki/DefaultPlugin.txt xxxx
TWiki/DefaultPlugin.txt,v xxxx
TWiki/DeleteOrRenameATopic.txt xxxx
TWiki/DeleteOrRenameATopic.txt,v xxxx
TWiki/DeleteTopic.txt xxxx
TWiki/DeleteTopic.txt,v xxxx
TWiki/DontNotify.txt xxxx
TWiki/DontNotify.txt,v xxxx
TWiki/EditDoesNotIncreaseTheRevision.txt xxxx
TWiki/EditDoesNotIncreaseTheRevision.txt,v xxxx
TWiki/EmptyPlugin.txt xxxx
TWiki/EmptyPlugin.txt,v xxxx
TWiki/ExampleTopicTemplate.txt xxxx
TWiki/ExampleTopicTemplate.txt,v xxxx
TWiki/FileAttachment.txt xxxx
TWiki/FileAttachment.txt,v xxxx
TWiki/GnuGeneralPublicLicense.txt xxxx
TWiki/GnuGeneralPublicLicense.txt,v xxxx
TWiki/GoodStyle.txt xxxx
TWiki/GoodStyle.txt,v xxxx
TWiki/HaroldGottschalk.txt xxxx
TWiki/HaroldGottschalk.txt,v xxxx
TWiki/Hey.txt xxxx
TWiki/Hey.txt,v xxxx
TWiki/IncludeTopicsAndWebPages.txt xxxx
TWiki/IncludeTopicsAndWebPages.txt,v xxxx
TWiki/InterwikiPlugin.txt xxxx
TWiki/InterwikiPlugin.txt,v xxxx
TWiki/InterWikis.txt xxxx
TWiki/InterWikis.txt,v xxxx
TWiki/JaneDoeTestCreateForm.txt xxxx
TWiki/JaneDoeTestCreateForm.txt,v xxxx
TWiki/JaneDoeTestEditForm.txt xxxx
TWiki/JaneDoeTestEditForm.txt,v xxxx
TWiki/JohnAltstadt.txt xxxx
TWiki/JohnAltstadt.txt,v xxxx
TWiki/JohnTalintyre.txt xxxx
TWiki/JohnTalintyre.txt,v xxxx
TWiki/KevinKinnell.txt xxxx
TWiki/KevinKinnell.txt,v xxxx
TWiki/ManpreetSingh.txt xxxx
TWiki/ManpreetSingh.txt,v xxxx
TWiki/MetaDataDefinition.txt xxxx
TWiki/MetaDataDefinition.txt,v xxxx
TWiki/MoveTopic.txt xxxx
TWiki/MoveTopic.txt,v xxxx
TWiki/MoveWeb.txt xxxx
TWiki/MoveWeb.txt,v xxxx
TWiki/NicholasLee.txt xxxx
TWiki/NicholasLee.txt,v xxxx
TWiki/PeterFokkinga.txt xxxx
TWiki/PeterFokkinga.txt,v xxxx
TWiki/PeterThoeny.txt xxxx
TWiki/PeterThoeny.txt,v xxxx
TWiki/PreviewBackground.txt xxxx
TWiki/PreviewBackground.txt,v xxxx
TWiki/RandyKramer.txt xxxx
TWiki/RandyKramer.txt,v xxxx
TWiki/RegularExpression.txt xxxx
TWiki/RegularExpression.txt,v xxxx
TWiki/RenameTopic.txt xxxx
TWiki/RenameTopic.txt,v xxxx
TWiki/SearchDoesNotWork.txt xxxx
TWiki/SearchDoesNotWork.txt,v xxxx
TWiki/SimultaneousEdits.txt xxxx
TWiki/SimultaneousEdits.txt,v xxxx
TWiki/StandardColors.txt xxxx
TWiki/StandardColors.txt,v xxxx
TWiki/StanleyKnutson.txt xxxx
TWiki/StanleyKnutson.txt,v xxxx
TWiki/SvenDowideit.txt xxxx
TWiki/SvenDowideit.txt,v xxxx
TWiki/TextFormattingFAQ.txt xxxx
TWiki/TextFormattingFAQ.txt,v xxxx
TWiki/TextFormattingRules.txt xxxx
TWiki/TextFormattingRules.txt,v xxxx
TWiki/TWikiAccessControl.txt xxxx
TWiki/TWikiAccessControl.txt,v xxxx
TWiki/TWikiAdministration.txt xxxx
TWiki/TWikiAdministration.txt,v xxxx
TWiki/TWikiAuthentication.txt xxxx
TWiki/TWikiAuthentication.txt,v xxxx
TWiki/TWikiCategoryTable.txt xxxx
TWiki/TWikiCategoryTable.txt,v xxxx
TWiki/TWikiContributor.txt xxxx
TWiki/TWikiContributor.txt,v xxxx
TWiki/TWikiDocumentation.txt xxxx
TWiki/TWikiDocumentation.txt,v xxxx
TWiki/TWikiDownload.txt xxxx
TWiki/TWikiDownload.txt,v xxxx
TWiki/TWikiEnhancementRequests.txt xxxx
TWiki/TWikiEnhancementRequests.txt,v xxxx
TWiki/TWikiFAQ.txt xxxx
TWiki/TWikiFAQ.txt,v xxxx
TWiki/TWikiFormTemplate.txt xxxx
TWiki/TWikiFormTemplate.txt,v xxxx
TWiki/TWikiHistory.txt xxxx
TWiki/TWikiHistory.txt,v xxxx
TWiki/TWikiImplementationNotes.txt xxxx
TWiki/TWikiImplementationNotes.txt,v xxxx
TWiki/TWikiInstallationNotes.txt xxxx
TWiki/TWikiInstallationNotes.txt,v xxxx
TWiki/TWikiNotificationOfChanges.txt xxxx
TWiki/TWikiNotificationOfChanges.txt,v xxxx
TWiki/TWikiPlannedFeatures.txt xxxx
TWiki/TWikiPlannedFeatures.txt,v xxxx
TWiki/TWikiPlugins.txt xxxx
TWiki/TWikiPlugins.txt,v xxxx
TWiki/TWikiPreferences.txt xxxx
TWiki/TWikiPreferences.txt,v xxxx
TWiki/TWikiRegistration.txt xxxx
TWiki/TWikiRegistration.txt,v xxxx
TWiki/TWikiRegistrationPub.txt xxxx
TWiki/TWikiRegistrationPub.txt,v xxxx
TWiki/TWikiSkins.txt xxxx
TWiki/TWikiSkins.txt,v xxxx
TWiki/TWikiTemplates.txt xxxx
TWiki/TWikiTemplates.txt,v xxxx
TWiki/TWikiTutorial.txt xxxx
TWiki/TWikiTutorial.txt,v xxxx
TWiki/TWikiTutorialKK.txt xxxx
TWiki/TWikiUpgradeNotes.txt xxxx
TWiki/TWikiUpgradeNotes.txt,v xxxx
TWiki/TWikiUpgradeTo01May2000.txt xxxx
TWiki/TWikiUpgradeTo01May2000.txt,v xxxx
TWiki/TWikiUsernameVsLoginUsername.txt xxxx
TWiki/TWikiUsernameVsLoginUsername.txt,v xxxx
TWiki/TWikiVariables.txt xxxx
TWiki/TWikiVariables.txt,v xxxx
TWiki/TWikiWeb.txt xxxx
TWiki/TWikiWeb.txt,v xxxx
TWiki/TWikiWebsTable.txt xxxx
TWiki/TWikiWebsTable.txt,v xxxx
TWiki/UnlockTopic.txt xxxx
TWiki/UnlockTopic.txt,v xxxx
TWiki/WabiSabi.txt xxxx
TWiki/WabiSabi.txt,v xxxx
TWiki/WebChanges.txt xxxx
TWiki/WebChanges.txt,v xxxx
TWiki/WebHome.txt xxxx
TWiki/WebHome.txt,v xxxx
TWiki/WebIndex.txt xxxx
TWiki/WebIndex.txt,v xxxx
TWiki/WebNotify.txt xxxx
TWiki/WebNotify.txt,v xxxx
TWiki/WebPreferences.txt xxxx
TWiki/WebPreferences.txt,v xxxx
TWiki/WebSearch.txt xxxx
TWiki/WebSearch.txt,v xxxx
TWiki/WebStatistics.txt xxxx
TWiki/WebStatistics.txt,v xxxx
TWiki/WebTopicEditTemplate.txt xxxx
TWiki/WebTopicEditTemplate.txt,v xxxx
TWiki/WebTopicNonWikiTemplate.txt xxxx
TWiki/WebTopicNonWikiTemplate.txt,v xxxx
TWiki/WebTopicViewTemplate.txt xxxx
TWiki/WebTopicViewTemplate.txt,v xxxx
TWiki/WelcomeGuest.txt xxxx
TWiki/WelcomeGuest.txt,v xxxx
TWiki/WhatIsWikiWiki.txt xxxx
TWiki/WhatIsWikiWiki.txt,v xxxx
TWiki/WikiCulture.txt xxxx
TWiki/WikiCulture.txt,v xxxx
TWiki/WikiName.txt xxxx
TWiki/WikiName.txt,v xxxx
TWiki/WikiNotation.txt xxxx
TWiki/WikiNotation.txt,v xxxx
TWiki/WikiReferences.txt xxxx
TWiki/WikiReferences.txt,v xxxx
TWiki/WikiSyntax.txt xxxx
TWiki/WikiSyntax.txt,v xxxx
TWiki/WikiTopic.txt xxxx
TWiki/WikiTopic.txt,v xxxx
TWiki/WikiWikiClones.txt xxxx
TWiki/WikiWikiClones.txt,v xxxx
TWiki/WikiWord.txt xxxx
TWiki/WikiWord.txt,v xxxx
Line: 105 to 503
Changed:
<
<
to follow
>
>
File: Used for:
oopsbadpwformat.tmpl xxxx
attachagain.tmpl xxxx
attachnew.tmpl xxxx
changeform.tmpl xxxx
changes.tmpl xxxx
edit.iejs.tmpl xxxx
edit.tmpl xxxx
mailnotify.tmpl xxxx
moveattachment.tmpl xxxx
oopsaccesschange.tmpl xxxx
oopsaccessgroup.tmpl xxxx
oopsaccessrename.tmpl xxxx
oopsaccessview.tmpl xxxx
oopsauth.tmpl xxxx
attach.tmpl xxxx
oopschangepasswd.tmpl xxxx
oopsempty.tmpl xxxx
oopslocked.tmpl xxxx
oopslockedrename.tmpl xxxx
oopsmissing.tmpl xxxx
oopsmoveerr.tmpl xxxx
oopsnoformdef.tmpl xxxx
oopsnotwikiuser.tmpl xxxx
oopsnoweb.tmpl xxxx
oopspreview.tmpl xxxx
oopsregexist.tmpl xxxx
oopsregpasswd.tmpl xxxx
oopsregrequ.tmpl xxxx
oopsregthanks.tmpl xxxx
oopsregwiki.tmpl xxxx
oopsrenameerr.tmpl xxxx
oopsresetpasswd.tmpl xxxx
oopsrev.tmpl xxxx
oopssave.tmpl xxxx
oopssaveerr.tmpl xxxx
oopssendmailerr.tmpl xxxx
oopstopicexists.tmpl xxxx
oopsupload.tmpl xxxx
oopswrongpassword.tmpl xxxx
preview.tmpl xxxx
rdiff.tmpl xxxx
register.tmpl xxxx
registernotify.tmpl xxxx
rename.tmpl xxxx
renamebase.tmpl xxxx
renameconfirm.tmpl xxxx
renamerefs.tmpl xxxx
search.tmpl xxxx
searchbookview.tmpl xxxx
searchmeta.tmpl xxxx
searchrenameview.tmpl xxxx
twiki.tmpl xxxx
view.plain.tmpl xxxx
view.print.tmpl xxxx
view.tmpl xxxx
Line: 107 to 560
Changed:
<
<
-- MikeMannix - 28 Aug 2001
>
>
-- MikeMannix - 29 Aug 2001

 <<O>>  Difference Topic TWikiImplementationNotes (r1.8 - 29 Aug 2001 - MikeMannix?)
Line: 1 to 1
Added:
>
>
TOC: No TOC in "TWiki.TWikiImplementationNotes"
Line: 4 to 6
Changed:
<
<

Platform

>
>

Platforms and System Requirements

Line: 6 to 8
Changed:
<
<
TWiki is written in Perl 5 and also uses some shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system.
>
>
TWiki is written in Perl 5 and also uses some shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system. [ MM: Locate elsewhere and/or include one-liner and link for RCS... ]
Line: 9 to 11
Changed:
<
<
Package(s): Unix: Windows:
>
>
Packages: Linux/Unix: Windows:
Line: 15 to 18
Added:
>
>
OS versions Linux, Unix... every last Win?!
Line: 19 to 22
Changed:
<
<
Directory: Used for:
twiki/bin TWiki Perl scripts
twiki/lib/TWiki TWiki Perl modules
twiki/lib/TWiki/Plugins Plugins modules
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
>
>
You can easily rename the root TWiki directory - twiki - to whatever you like by changing a configuration file value. For the simplest installation and future upgrades, you should leave the subdirectory structure exactly as is:
Line: 26 to 24
Added:
>
>
Directory: Files: Used for:
twiki list Start-up info
twiki/bin list Perl scripts
twiki/lib list Configuration file & main library
twiki/lib/TWiki list Perl modules
twiki/lib/TWiki/Plugins list TWikiPlugins Perl modules
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

Note: about the additional directories in data, elsewhere

Line: 28 to 36
Changed:
<
<

Files in twiki/bin

>
>

Files in twiki

to follow

Files in twiki/bin

Line: 50 to 64
Changed:
<
<

Files in twiki/lib

>
>

Files in twiki/lib

Line: 54 to 69
Changed:
<
<
TWiki.cfg For initialization and configuration, used by TWiki.pm
>
>
TWiki.cfg For configuration, used by TWiki.pm
Line: 56 to 71
Changed:
<
<

Files in twiki/lib/TWiki

>
>

Files in twiki/lib/TWiki

Line: 68 to 84
Changed:
<
<

Files in twiki/lib/TWiki/Plugins

>
>

Files in twiki/lib/TWiki/Plugins

Line: 75 to 92
Changed:
<
<
-- MikeMannix? - 26 Aug 2001
>
>

Files in twiki/pub

to follow

Files in twiki/data

to follow

Files in twiki/templates

to follow

-- MikeMannix - 28 Aug 2001


 <<O>>  Difference Topic TWikiImplementationNotes (r1.7 - 28 Aug 2001 - JohnTalintyre?)
Line: 1 11 to 1 11
Changed:
<
<
Non-standard Perl modules    
>
>
Non-standard Perl modules   MIME::Base64, Digest::SHA1 (for password generation)
Line: 13 to 13
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
Line: 23 to 23
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
Line: 39 to 40
Added:
>
>
rename Script to rename/move topics and move attachments
Line: 58 to 60
Added:
>
>
Attach.pm Attachment handling
Meta.pm Meta data in topics
Line: 69 to 73
Added:
>
>
InterwikiPlugin.pm Refer to external Wikis and other Web sites

 <<O>>  Difference Topic TWikiImplementationNotes (r1.6 - 27 Aug 2001 - MikeMannix?)
Line: 0 5 to 1 6
Changed:
<
<
TWiki is written in Perl 5 and uses also some shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system.
>
>
TWiki is written in Perl 5 and also uses some shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system.

Required Environment by Platform
Package(s): Unix: Windows:
Perl 5.x 5.x
Non-standard Perl modules    
Optional Perl modules Net::SMTP (or sendmail) Net::SMTP
RCS 5.7 5.7
Other external programs ls, fgrep, egrep ?
Web server Apache ?
Line: 11 to 21
Changed:
<
<
twiki/bin/TWiki TWiki Perl modules
twiki/bin/TWiki/Plugins Plugins modules
>
>
twiki/lib/TWiki TWiki Perl modules
twiki/lib/TWiki/Plugins Plugins modules
Line: 17 to 26
Deleted:
<
<
Note: You could move the twiki/bin/TWiki library directory (including Plugins ) to twiki/lib/TWiki; the scripts look for a "." and "../lib" relative library path.
Line: 38 to 48
Added:
>
>

Files in twiki/lib

File: Used for:
Line: 42 to 55
Changed:
<
<

Files in twiki/bin/TWiki

>
>

Files in twiki/lib/TWiki

Line: 52 to 65
Changed:
<
<

Files in twiki/bin/TWiki/Plugins

>
>

Files in twiki/lib/TWiki/Plugins

Line: 58 to 71
Changed:
<
<
-- PeterThoeny? - 03 Mar 2001
>
>
-- MikeMannix? - 26 Aug 2001

 <<O>>  Difference Topic TWikiImplementationNotes (r1.5 - 04 Mar 2001 - PeterThoeny?)
Line: 1 to 1
Changed:
<
<
Platform
>
>

TWiki Implementation Notes

Line: 3 to 3
Changed:
<
<
TWiki is written in Perl 5, but it uses also many shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system.
>
>

Platform

Line: 5 to 5
Changed:
<
<
Directories
>
>
TWiki is written in Perl 5 and uses also some shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system.

Directory Structure

Line: 8 to 10
Changed:
<
<
twiki/bin TWiki Perl scripts
twiki/pub Public files (FileAttachments, images)
twiki/data source text
twiki/templates HTML templates, used by TWiki scripts
>
>
twiki/bin TWiki Perl scripts
twiki/bin/TWiki TWiki Perl modules
twiki/bin/TWiki/Plugins Plugins modules
twiki/pub Public files (FileAttachments, images)
twiki/data source text
twiki/templates HTML templates, used by TWiki scripts

Note: You could move the twiki/bin/TWiki library directory (including Plugins ) to twiki/lib/TWiki; the scripts look for a "." and "../lib" relative library path.

Files in twiki/bin

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
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
TWiki.pm Main TWiki library
TWiki.cfg For initialization and configuration, used by TWiki.pm

Files in twiki/bin/TWiki

File: Used for:
Access.pm Access control
Net.pm SMTP mail handling
Plugins.pm Plugin handling
Prefs.pm Preferences handling
Search.pm Search engine, used by wiki.pm
Store.pm Back-end storage, *.txt text file and *.txt,v RCS repository file handling
Line: 13 to 52
Changed:
<
<
Files in twiki/bin
>
>

Files in twiki/bin/TWiki/Plugins

Line: 16 to 55
Changed:
<
<
.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
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
wiki.pm main TWiki library
wikiaccess.pm access control
wikicfg.pm for initialization and configuration, used by wiki.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
>
>
DefaultPlugin.pm Default plugin
EmptyPlugin.pm Empty plugin, use to create your own
Line: 40 to 58
Changed:
<
<
-- PeterThoeny? - 02 Nov 2000
>
>
-- PeterThoeny? - 03 Mar 2001

 <<O>>  Difference Topic TWikiImplementationNotes (r1.4 - 10 Dec 2000 - PeterThoeny?)
Line: 3 to 3
Changed:
<
<
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.
>
>
TWiki is written in Perl 5, but it uses also many shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system.
Line: 8 to 8
Changed:
<
<
twiki/bin TWiki PERL scripts
>
>
twiki/bin TWiki Perl scripts
Line: 22 to 22
Changed:
<
<
oops Script that shows a OK or oops dialog
>
>
oops Script that shows an OK or oops dialog

 <<O>>  Difference Topic TWikiImplementationNotes (r1.3 - 02 Nov 2000 - PeterThoeny?)
Line: 3 to 3
Changed:
<
<
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.
Line: 8 to 8
Changed:
<
<
twiki/bin TWiki PERL scripts
twiki/pub Public files (FileAttachments, images)
twiki/data source text
twiki/templates HTML templates, used by TWiki scripts
>
>
twiki/bin TWiki PERL scripts
twiki/pub Public files (FileAttachments, images)
twiki/data source text
twiki/templates HTML templates, used by TWiki scripts
Line: 16 to 16
Changed:
<
<
.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 a OK or oops dialog
preview Script to preview topic after edit
rdiff Script to see differences of topics
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
wiki.pm main TWiki library
wikicfg.pm for initialization and configuration, used by wiki.pm
wikisearch.pm search engine, used by wiki.pm
>
>
.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 a OK or oops dialog
preview Script to preview topic after edit
rdiff Script to see differences of topics
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
wiki.pm main TWiki library
wikiaccess.pm access control
wikicfg.pm for initialization and configuration, used by wiki.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
Line: 37 to 40
Changed:
<
<
-- PeterThoeny? - 19 Aug 2000
>
>
-- PeterThoeny? - 02 Nov 2000

 <<O>>  Difference Topic TWikiImplementationNotes (r1.2 - 19 Aug 2000 - PeterThoeny?)
Line: 18 to 17
Deleted:
<
<
changes Script that shows recent changes
Line: 38 to 37
Changed:
<
<
-- PeterThoeny? - 21 Apr 2000
>
>
-- PeterThoeny? - 19 Aug 2000

 <<O>>  Difference Topic TWikiImplementationNotes (r1.1 - 22 Apr 2000 - PeterThoeny?)
Line: 1 to 1
Added:
>
>
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.

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:
.htaccess.txt Authentication. Rename to .htaccess and customize if used
attach Script that shows the attach file page (FileAttachment)
changes Script that shows recent changes
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 a OK or oops dialog
preview Script to preview topic after edit
rdiff Script to see differences of topics
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
wiki.pm main TWiki library
wikicfg.pm for initialization and configuration, used by wiki.pm
wikisearch.pm search engine, used by wiki.pm

-- PeterThoeny? - 21 Apr 2000


Topic TWikiImplementationNotes . { View | Diffs | r1.22 | > | r1.21 | > | r1.20 | More }    output as: { }
Revision r1.1 - 22 Apr 2000 - 00:59 - PeterThoeny?
Revision r1.22 - 15 Sep 2001 - 08:27 - MikeMannix?