From baa75f968ec0e78387df2c9c1d966949d8db6eab Mon Sep 17 00:00:00 2001 From: MikeMannix Date: Sat, 8 Sep 2001 05:18:59 +0000 Subject: none --- TWiki/TWikiImplementationNotes.mdwn | 440 ++++++++---------------------------- 1 file changed, 96 insertions(+), 344 deletions(-) diff --git a/TWiki/TWikiImplementationNotes.mdwn b/TWiki/TWikiImplementationNotes.mdwn index d30b789d..8dde8834 100644 --- a/TWiki/TWikiImplementationNotes.mdwn +++ b/TWiki/TWikiImplementationNotes.mdwn @@ -1,8 +1,8 @@ %TOC% %STARTINCLUDE% -# TWiki Operating Environment +# TWiki Application Environment -_Server and client system requirements, file system structure_ +_Server and client system requirements; file system structure_ ## Overview @@ -105,13 +105,13 @@ You can rename the root TWiki directory - `twiki` - to whatever you like by chan ### File Descriptions -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` -Introductory and installation files. +Application info and the current reference documentation. _Full file list:_ @@ -128,7 +128,7 @@ Introductory and installation files. - + @@ -144,7 +144,7 @@ Introductory and installation files. #### Files in `twiki/bin` -All Perl CGI scripts. +Perl CGI scripts. _Full file list:_
readme.txt General TWiki start-up info with relevant URLs. General TWiki start-up info with relevant URLs
TWikiDocumentation.html
@@ -229,7 +229,7 @@ All Perl CGI scripts. #### Files under `twiki/lib` -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 [[TWikiDocumentation]]. _Full file list:_
@@ -282,7 +282,7 @@ The new `lib/TWiki/Plugins` directories contain core configuration, libraries an - + @@ -290,7 +290,7 @@ The new `lib/TWiki/Plugins` directories contain core configuration, libraries an - +
TWiki/Plugins/DefaultPlugin.pm Default plugin Handles some legacy rules
TWiki/Plugins/EmptyPlugin.pm
TWiki/Plugins/InterwikiPlugin.pm Refer to external Wikis and other Web sites Use aliases as links for predefined URLs
@@ -298,7 +298,7 @@ The new `lib/TWiki/Plugins` directories contain core configuration, libraries an #### Files under `twiki/pub` -**_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:_ @@ -307,175 +307,71 @@ The new `lib/TWiki/Plugins` directories contain core configuration, libraries an - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - + + - + - + - + - + - + - +
favicon.ico xxxx ICO file
twikilogo.gif xxxx GIF file
twikilogo1.gif xxxx GIF file
twikilogo2.gif xxxx GIF file
twikilogo3.gif xxxx GIF file
twikilogo4.gif xxxx GIF file
wikiHome.gif xxxx GIF file
icn/_filetypes.txt xxxx GIF file
icn/bat.gif xxxx GIF file
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 GIF file
icn/zip.gif xxxx
Know/IncorrectDllVersionW32PTH10DLL/W32PTH10.DLL xxxx ......
TWiki/FileAttachment/Sample.txt xxxx TEXT file
TWiki/FileAttachment/Smile.gif xxxx GIF file
TWiki/PreviewBackground/blankltgraybg.gif xxxx GIF file
TWiki/PreviewBackground/blankwhitebg.gif xxxx GIF file
TWiki/PreviewBackground/previewbg.gif xxxx GIF file
TWiki/WabiSabi/wabisabi.gif xxxx GIF file
@@ -483,7 +379,7 @@ The new `lib/TWiki/Plugins` directories contain core configuration, libraries an #### Files under `twiki/data` -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:_ @@ -492,226 +388,82 @@ The `data` directory stores TWiki page data as individual text files. Each activ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -723,7 +475,7 @@ The `data` directory stores TWiki page data as individual text files. Each activ #### Files in `twiki/templates` -_Used to flexibly control appearance of rendered pages..._ +Templates used to control appearance of all rendered pages. _Full file list:_
.htpasswd xxxx Basic Authentication (htaccess) password file
debug.txt xxxx Program messages useful for debugging
mime.types xxxx Recognized file formats
warning.txt xxxx Diagnostic messages for identifying problems
_default directory can be copied to empty directory when creating new Webs
_default/.changes Record of topic changes recorded here Web-level record of topic changes
_default/WebChanges.txt Display most recent changes Display most recent topic changes in web
_default/WebChanges.txt,v History Revisions history (RCS)
_default/WebHome.txt xxxx Default web home page
_default/WebHome.txt,v xxxx Revisions history (RCS)
_default/WebIndex.txt xxxx Lists all topics in a web
_default/WebIndex.txt,v xxxx Revisions history (RCS)
_default/WebNotify.txt xxxx Subscribe/unsubscribe to web changes email alert
_default/WebNotify.txt,v xxxx Revisions history (RCS)
_default/WebPreferences.txt xxxx Web-level preference settings
_default/WebPreferences.txt,v xxxx Revisions history (RCS)
_default/WebSearch.txt xxxx Web-level search options
_default/WebSearch.txt,v xxxx Revisions history (RCS)
_default/WebStatistics.txt xxxx Generates web usage statistics
_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 Revisions history (RCS)
...
@@ -732,23 +484,23 @@ _Used to flexibly control appearance of rendered pages..._ - + - + - + - + - + @@ -756,7 +508,7 @@ _Used to flexibly control appearance of rendered pages..._ - + @@ -764,139 +516,139 @@ _Used to flexibly control appearance of rendered pages..._ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -912,11 +664,11 @@ _Used to flexibly control appearance of rendered pages..._ - + - + @@ -924,7 +676,7 @@ _Used to flexibly control appearance of rendered pages..._ - + @@ -936,19 +688,19 @@ _Used to flexibly control appearance of rendered pages..._ - + - + - + - +
oopsbadpwformat.tmpl xxxx Error message
attachagain.tmpl xxxx Control screen
attachnew.tmpl xxxx Control screen
changeform.tmpl xxxx Control screen
changes.tmpl xxxx Displays Web Changes? list of recently changed topics
edit.iejs.tmpl
edit.tmpl xxxx Main edit window
mailnotify.tmpl
moveattachment.tmpl xxxx Control screen
oopsaccesschange.tmpl xxxx Error message
oopsaccessgroup.tmpl xxxx Error message
oopsaccessrename.tmpl xxxx Error message
oopsaccessview.tmpl xxxx Error message
oopsauth.tmpl xxxx Error message
attach.tmpl xxxx Error message
oopschangepasswd.tmpl xxxx Error message
oopsempty.tmpl xxxx Error message
oopslocked.tmpl xxxx Error message
oopslockedrename.tmpl xxxx Error message
oopsmissing.tmpl xxxx Error message
oopsmoveerr.tmpl xxxx Error message
oopsnoformdef.tmpl xxxx Error message
oopsnotwikiuser.tmpl xxxx Error message
oopsnoweb.tmpl xxxx Error message
oopspreview.tmpl xxxx Error message
oopsregexist.tmpl xxxx Error message
oopsregpasswd.tmpl xxxx Error message
oopsregrequ.tmpl xxxx Error message
oopsregthanks.tmpl xxxx Error message
oopsregwiki.tmpl xxxx Error message
oopsrenameerr.tmpl xxxx Error message
oopsresetpasswd.tmpl xxxx Error message
oopsrev.tmpl xxxx Error message
oopssave.tmpl xxxx Error message
oopssaveerr.tmpl xxxx Error message
oopssendmailerr.tmpl xxxx Error message
oopstopicexists.tmpl xxxx Error message
oopsupload.tmpl xxxx Error message
oopswrongpassword.tmpl xxxx Error message
preview.tmpl xxxx Preview Changes screen
rdiff.tmpl xxxx Displays text changes before & after (Diffs)
register.tmpl xxxx Registration page
registernotify.tmpl
renameconfirm.tmpl Confirming a pre-specified rename e.g. when undoing a rename Confirms a pre-specified rename, ex: undoing a rename
renamerefs.tmpl Rename done, still some references to change (topcis were previously locked) Rename done, but some references not changed (topics were locked)
search.tmpl
searchbookview.tmpl xxxx Search results with full topic content
searchmeta.tmpl
twiki.tmpl xxxx Base template definitions used by other templates
view.plain.tmpl xxxx Alternate topic header/footer view
view.print.tmpl xxxx Alternate topic header/footer view
view.tmpl xxxx Main topic view
-- cgit v1.2.3