Appendix A: TWiki Filesystem

Annotated directory and file listings, for the 01-Sep-2004 TWiki production release.

Who and What is This Good For?

Interested Users and Site Administrators can find out in simple terms what each part of TWiki actually does. Adventurous Adminstrators with server access to files (via telnet, ssh or ftp) can also figure out where to look to make minor modifications, like changing hardcode text or color. Software Developers can get an at-a-glance overview of TWiki code architecture.

Directory Structure

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

Directory: Files: Used for:
CGI twiki list Start-up info
CGI twiki/bin list Perl scripts
CGI twiki/lib list Configuration file, main library, Perl system modules, Plugins directory
CGI twiki/pub list Public files (eg: images) and FileAttachments and their RCS histories
CGI twiki/data list Individual topics (page content) and their RCS histories
CGI twiki/templates list HTML templates, used by TWiki scripts

File Descriptions

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

Files in twiki

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

File Used for
CGI index.html Links to launch TWiki after install and for files in this directory
CGI license.txt GNU General Public License and TWiki-specific info
CGI readme.txt General TWiki start-up info with relevant URLs
CGI TWikiDocumentation.html All documentation packaged as a single page
CGI TWikiHistory.html TWiki development timeline: versions, features, developers
CGI TwikiUpgrade? TWiki upgrade script (Beta state)

Files in twiki/bin

Perl CGI scripts. Full file list:

File: Used for:
CGI .htaccess.txt Authentication. Rename to .htaccess and customize if used
CGI attach Shows the attach file page (FileAttachment)
CGI changes a simple WebChanges query
CGI edit Edit a topic
CGI geturl Fetch URL data
CGI installpasswd Install new password by admin
CGI mailnotify Script called by cron job to notify users of changes
CGI manage Manage script to create new webs
CGI oops Shows an OK or oops dialog
CGI passwd Reset and change password
CGI preview Preview topic after edit
CGI rdiff See differences of topics
CGI rdiffauth Copy of rdiff script (ideally a link). The .htaccess file sets this as requiring authorisation
CGI register Register new users
CGI rename Rename/move topics and move attachments
CGI save Saves a topic, called by preview
CGI search Displays search results
CGI setlib.cfg Location of the TWiki libraries. Customize if needed
CGI statistics Create statistics topic
CGI testenv Test CGI environment variables
CGI upload Does file upload (FileAttachment)
CGI view View a topic (the script)
CGI viewauth Copy of view script (ideally a link). The .htaccess file sets this as requiring authorisation
CGI viewfile View a file attachment

Files under twiki/lib

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

File: Used for:
CGI TWiki.cfg Main configuration, used by CGI TWiki.pm
CGI TWiki.pm Main TWiki library
CGI Algorithm/Diff.pm Diff library
CGI Text/Diff.pm Diff library, used by TwikiUpgrade script
CGI TWiki/Access.pm Access control
CGI TWiki/Attach.pm Attachment handling
CGI TWiki/Form.pm Form handling
CGI TWiki/Func.pm Public functions that Plugins may use
CGI TWiki/Meta.pm Meta data in topics
CGI TWiki/Net.pm SMTP mail handling
CGI TWiki/Plugins.pm Plugin handling
CGI TWiki/Plugins/CommentPlugin.pm Plugin handling a comment box
CGI TWiki/Plugins/CommentPlugin/Attrs.pm Supporting module for Comment Plugin
CGI TWiki/Plugins/CommentPlugin/Comment.pm Supporting module for Comment Plugin
CGI TWiki/Plugins/CommentPlugin/Templates.pm Supporting module for Comment Plugin
CGI TWiki/Plugins/DefaultPlugin.pm Handles some legacy rules
CGI TWiki/Plugins/EditTablePlugin.pm Plugin to edit tables
CGI TWiki/Plugins/EmptyPlugin.pm Empty plugin, use to create your own
CGI TWiki/Plugins/InterwikiPlugin.pm Use aliases as links for predefined URLs
CGI TWiki/Plugins/RenderListPlugin.pm Plugin to render lists as nice trees
CGI TWiki/Plugins/SlideShowPlugin.pm Plugin turning headings into slides
CGI TWiki/Plugins/SmiliesPlugin.pm Plugin rendering smilies like CGI :-)
CGI TWiki/Plugins/SpreadSheetPlugin.pm Plugin resolving spreadsheet formulae
CGI TWiki/Plugins/TablePlugin.pm Plugin to render tables nicely
CGI TWiki/Prefs.pm Preferences handling
CGI TWiki/Render.pm TWiki markup to HTML rendering
CGI TWiki/Search.pm Search engine, used by TWiki.pm
CGI TWiki/Store.pm Back-end storage, CGI *.txt text file and CGI *.txt,v RCS repository file handling
CGI TWiki/Store/RcsFile.pm Generic file handling code, a class
CGI TWiki/Store/RcsWrap.pm Wrappers around RCS executables, a class that inherits from RcsFile
CGI TWiki/Store/RcsLite.pm A Perl RCS implemention, a class that inherits from RcsFile
CGI TWiki/UI.pm User interface handling
CGI TWiki/UI/Changes.pm Functionality of changes script
CGI TWiki/UI/Edit.pm Functionality of edit script
CGI TWiki/UI/Manage.pm Functionality of manage script
CGI TWiki/UI/Oops.pm Functionality of oops script
CGI TWiki/UI/Preview.pm Functionality of preview script
CGI TWiki/UI/RDiff.pm Functionality of rdiff script
CGI TWiki/UI/Save.pm Functionality of save script
CGI TWiki/UI/Search.pm Functionality of search script
CGI TWiki/UI/Statistics.pm Functionality of statistics script
CGI TWiki/UI/Upload.pm Functionality of upload script
CGI TWiki/UI/View.pm Functionality of view script
CGI TWiki/UI/Viewfile.pm Functionality of viewfile script
CGI TWiki/Upgrade/TWikiCfg.pm Supporting module of TwikiUpgrade script
CGI TWiki/Upgrade/UpdateTopics.pm Supporting module of TwikiUpgrade script
CGI TWiki/Upgrade/UpdateTopicsManualSymlinks.pm Supporting module of TwikiUpgrade script
CGI TWiki/User.pm Abstraction package to allow plugable user authentication systems
CGI TWiki/User/HtPasswdUser.pm Apache Htpasswd file implementation (the default)
CGI TWiki/User/NoPasswdUser.pm simple, no users authentication (totally wiki)

Files under twiki/pub

The CGI pub directory stores topic-related files, including images used by TWiki and FileAttachments. Attachments are stored in subdirectories created with the related topic name. You can also upload files directly for and link manually (but not through CGI CGI Attach) Partial file list:

File: Used for:
CGI favicon.ico ICO file
CGI wikiHome.gif GIF file
CGI icn/_filetypes.txt Lookup table to translate file extension to file type
CGI icn/bat.gif GIF file for file type
CGI icn/bmp.gif GIF file for file type
... ...
CGI TWiki/FileAttachment/Sample.txt TEXT file: sample
CGI TWiki/FileAttachment/Smile.gif GIF image: sample
CGI TWiki/FileAttachment/Smile.gif,v RCS repository for GIF file
CGI TWiki/PreviewBackground/blankltgraybg.gif GIF image
CGI TWiki/PreviewBackground/blankwhitebg.gif GIF image
CGI TWiki/PreviewBackground/previewbg.gif GIF image: Preview view background
CGI TWiki/PreviewBackground/preview2bg.gif GIF image: Alternate preview view background
CGI TWiki/TWikiLogos/twikiRobot121x54.gif GIF image: TWiki logo
... ...
CGI TWiki/TWikiTemplates/testscreen.gif GIF image: Screen shot
CGI TWiki/WabiSabi/wabisabi.gif GIF image: illustration

Files under twiki/data

TWiki topics: data stored as individual text files and rendered by TWiki for display as regular Web pages. Each active web has its own subdirectory. The TWiki distribution includes a number of start-up webs - CGI CGI Main, CGI CGI TWiki, and CGI CGI Sandbox - with documentation and demo content, a CGI CGI Trash web for browser-based, recoverable topic deletion, and a CGI CGI default directory containing a core topic set required to start a new web. _Partial file list:

File: Used for:
CGI .htpasswd Basic Authentication (htaccess) users file with username and encrypted password pairs
CGI debug.txt Program-generated messages useful for debugging
CGI mime.types Recognized file formats
CGI warning.txt Diagnostic messages for identifying problems
CGI _default/.changes Per web record of topic changes
CGI _default/.mailnotify Per web timestamp of most recent email notification
CGI _default/WebChanges.txt Display most recent topic changes in web
CGI _default/WebChanges.txt,v Revisions history (RCS)
CGI _default/WebHome.txt Default web home page
CGI _default/WebHome.txt,v Revisions history (RCS)
CGI _default/WebIndex.txt Lists all topics in a web
CGI _default/WebIndex.txt,v Revisions history (RCS)
CGI _default/WebLeftBar.txt Left navigation bar for PatternSkin
CGI _default/WebLeftBar.txt,v Revisions history (RCS)
CGI _default/WebNotify.txt Subscribe/unsubscribe to web changes email alert
CGI _default/WebNotify.txt,v Revisions history (RCS)
CGI _default/WebPreferences.txt Per web Preference Settings
CGI _default/WebPreferences.txt,v Revisions history (RCS)
CGI _default/WebSearch.txt Per web search options
CGI _default/WebSearch.txt,v Revisions history (RCS)
CGI _default/WebStatistics.txt Generates web usage statistics
CGI _default/WebStatistics.txt,v Revisions history (RCS)
CGI _default/WebTopicList.txt Lists all topics in a web in compact format
CGI _default/WebTopicList.txt,v Revisions history (RCS)
... ...

Files in twiki/templates

Templates and skins used to control appearance of topics rendered as Web pages. Partial file list:

File: Used for:
CGI attach.tmpl Attachment (FileAttachments) control screen
CGI attachagain.tmpl Attachment control screen for updating an existing attachment
CGI attachnew.tmpl Attachment control screen for adding a new attachment
CGI attachtables.tmpl Macros for definition of attachment tables
CGI changeform.tmpl Control screen to change the form in edit mode
CGI changes.tmpl Displays list of recently changed topics
CGI edit.iejs.tmpl Edit window with IE-specific JavaScript
CGI edit.tmpl Main edit window
CGI mailnotify.tmpl Email notification
CGI moveattachment.tmpl Move attachment control screen
CGI oopsaccesschange.tmpl Error message
CGI oopsaccessgroup.tmpl Error message
CGI oopsaccessmanage.tmpl Error message
CGI oopsaccessrename.tmpl Error message
CGI oopsaccessview.tmpl Error message
CGI oopsattachnotopic.tmpl Error message
CGI oopsauth.tmpl Error message
CGI oopsbadcharset.tmpl Error message
CGI oopsbadpwformat.tmpl Error message
CGI oopschangepasswd.tmpl Error message
CGI oopscreatenewtopic.tmpl Error message
CGI oopsempty.tmpl Error message
CGI oopslocked.tmpl Error message
CGI oopslockedrename.tmpl Error message
CGI oopsmanage.tmpl Error message
CGI oopsmissing.tmpl Error message
CGI oopsmngcreateweb.tmpl Error message
CGI oopsmore.tmpl More topic actions message
CGI oopsmoveerr.tmpl Error message
CGI oopsnoformdef.tmpl Error message
CGI oopsnotwikiuser.tmpl Error message
CGI oopsnoweb.tmpl Error message
CGI oopspreview.tmpl Error message
CGI oopsregemail.tmpl Error message
CGI oopsregexist.tmpl Error message
CGI oopsregpasswd.tmpl Error message
CGI oopsregrequ.tmpl Error message
CGI oopsregthanks.tmpl Error message
CGI oopsregwiki.tmpl Error message
CGI oopsremoveuserdone.tmpl Error message
CGI oopsrenameerr.tmpl Error message
CGI oopsrenamenotwikiword.tmpl Error message
CGI oopsresetpasswd.tmpl Error message
CGI oopsrev.tmpl Error message
CGI oopssave.tmpl Error message
CGI oopssaveerr.tmpl Error message
CGI oopssendmailerr.tmpl Error message
CGI oopstopicexists.tmpl Error message
CGI oopsupload.tmpl Error message
CGI oopsuploadlimit.tmpl Error message
CGI oopswrongpassword.tmpl Error message
CGI preview.tmpl Preview Changes screen
CGI rdiff.tmpl Displays text changes before & after CGI Diffs
CGI registernotify.tmpl Registration notification
CGI rename.tmpl CGI Rename/move control screen (choose web & new topic tile
CGI renamebase.tmpl Used by other rename templates
CGI renameconfirm.tmpl Confirms a pre-specified rename, ex: undoing a rename
CGI renamedelete.tmpl Confirms a delete
CGI renamerefs.tmpl Display if rename done, but some references not changed (topics were locked)
CGI search.tmpl Search screen
CGI searchbookview.tmpl Search results with full topic content
CGI searchformat.tmpl Search screen for formatted search
CGI searchmeta.tmpl Search screen
CGI searchrenameview.tmpl Used by CGI rename to list references to topic being renamed
CGI twiki.tmpl Master template: definitions are used by other templates
CGI view.plain.tmpl Skin for bare bone topic view without header/footer but with HTML head and body tags
CGI view.print.tmpl Skin for printable topic view with a simple header/footer
CGI view.rss.tmpl Skin for topic view in RDF XML format
CGI view.text.tmpl Skin for topic text only, without HTML head and body tags, and no form and attachments
CGI view.tmpl Main topic view - the standard regular Web page

TWiki File System Snapshot

The following partial directory listings from a Linux installation show typical file permissions and ownership. This is provided for general debugging use only and isn't an exact representation of the current distribution.

  • TIP On an ISP installation... The user and group - CGI twiki twiki - will probably be your domain or login name, eg: CGI yourdomain yourdomain and can't be changed; same for CGI nobody nobody files further down. Also, in the CGI CGI bin directory, scripts might need a CGI CGI .cgi (sometimes CGI CGI .pl) extension.

Directory CGI twiki/bin:

drwxrwxr-x    2 twiki   twiki        4096 May  9 00:08 .
drwxrwxr-x    5 twiki   twiki        4096 Nov 18  2002 ..
-rw-rw-r--    1 twiki   twiki        3145 Jul 25 00:31 .htaccess.txt
-rwxrwxr-x    1 twiki   twiki        1459 May 28 23:51 attach
-rwxrwxr-x    1 twiki   twiki        1721 May 28 23:51 changes
-rwxrwxr-x    1 twiki   twiki        1994 May 28 23:51 edit
-rwxrwxr-x    1 twiki   twiki        1878 May 28 23:51 geturl
-rwxrwxr-x    1 twiki   twiki        6689 May 28 23:51 installpasswd
-rwxrwxr-x    1 twiki   twiki        7313 May 28 23:51 mailnotify
-rwxrwxr-x    1 twiki   twiki        3557 Jul 25 15:00 manage
-rwxrwxr-x    1 twiki   twiki        1448 May 28 23:51 oops
-rwxrwxr-x    1 twiki   twiki        4062 May 28 23:51 passwd
-rwxrwxr-x    1 twiki   twiki        1506 May 28 23:51 preview
-rwxrwxr-x    2 twiki   twiki        1490 May 28 23:51 rdiff
-rwxrwxr-x    2 twiki   twiki        1490 May 28 23:51 rdiffauth
-rwxrwxr-x    1 twiki   twiki        7635 May 28 23:51 register
-rwxrwxr-x    1 twiki   twiki        1774 May 28 23:51 rename
-rwxrwxr-x    1 twiki   twiki        1654 Jul 25 00:31 save
-rwxrwxr-x    1 twiki   twiki        1728 May 28 23:51 search
-rw-rw-r--    1 twiki   twiki        2131 Aug  7 21:13 setlib.cfg
-rwxrwxr-x    1 twiki   twiki        2596 May 28 23:51 statistics
-rwxrwxr-x    1 twiki   twiki       39926 Jul 25 15:00 testenv
-rwxrwxr-x    1 twiki   twiki        1478 May 28 23:51 upload
-rwxrwxr-x    2 twiki   twiki        1689 May 28 23:51 view
-rwxrwxr-x    2 twiki   twiki        1689 May 28 23:51 viewauth
-rwxrwxr-x    1 twiki   twiki        1438 May 28 23:51 viewfile

Directory CGI twiki/templates/:

drwxrwxr-x    2 twiki   twiki        4096 Aug  7 19:09 .
drwxrwxr-x    4 twiki   twiki        4096 Aug  7 21:13 ..
-rw-rw-r--    1 twiki   users        2077 Aug 13 22:21 attachagain.pattern.tmpl
-rw-rw-r--    1 twiki   users        1650 Aug 13 22:21 attachagain.tmpl
-rw-rw-r--    1 twiki   twiki        2556 Jul 27 10:47 attach.dragon.tmpl
-rw-rw-r--    1 twiki   users         567 Jul 28 19:52 attachnew.pattern.tmpl
-rw-rw-r--    1 twiki   users         470 Jul 28 19:52 attachnew.tmpl
-rw-rw-r--    1 twiki   users        2855 Aug  8 03:40 attach.pattern.tmpl
-rw-rw-r--    1 twiki   users        1991 Aug  3 13:09 attachtables.pattern.tmpl
-rw-rw-r--    1 twiki   users        1869 Jul 27 22:03 attachtables.tmpl
-rw-rw-r--    1 twiki   users        2355 Jul 28 19:52 attach.tmpl
-rw-rw-r--    1 twiki   twiki        1324 Jul 27 10:47 changeform.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        1441 Aug  6 11:47 changeform.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1032 Jul 28 19:52 changeform.tmpl
-rw-rw-r--    1 twiki   twiki        1870 Jul 27 10:47 changes.dragon.tmpl
-rw-rw-r--    1 twiki   twiki         433 Jul 31 12:39 changes.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1196 May 28 23:51 changes.tmpl
-rw-rw-r--    1 twiki   twiki          35 May 21 03:56 comments.tmpl
-rw-rw-r--    1 twiki   twiki         526 Jul 27 10:47 dragoncssvars.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        1645 Jul 31 00:57 dragonmenu.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        4207 Jul 27 10:47 edit.dragon.tmpl
-rw-rw-r--    1 twiki   twiki       12608 Jul 28 19:52 edit.iejs.tmpl
-rw-rw-r--    1 twiki   twiki        4904 Aug  7 17:48 edit.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        3975 Aug  8 03:40 edit.tmpl
-rw-rw-r--    1 twiki   twiki         993 May 28 23:51 mailnotify.tmpl
-rw-rw-r--    1 twiki   twiki        1640 Jul 27 10:47 moveattachment.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        1968 Aug  7 17:48 moveattachment.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1342 Jul 28 19:52 moveattachment.tmpl
-rw-rw-r--    1 twiki   twiki         571 May 28 23:51 oopsaccesschange.tmpl
-rw-rw-r--    1 twiki   twiki         587 May 28 23:51 oopsaccessgroup.tmpl
-rw-rw-r--    1 twiki   twiki         597 Aug  2 11:10 oopsaccessmanage.tmpl
-rw-rw-r--    1 twiki   twiki         572 May 28 23:51 oopsaccessrename.tmpl
-rw-rw-r--    1 twiki   twiki         574 May 28 23:51 oopsaccessview.tmpl
-rw-rw-r--    1 twiki   twiki         571 Aug  2 11:10 oopsattachnotopic.tmpl
-rw-rw-r--    1 twiki   twiki         998 May 28 23:51 oopsauth.tmpl
-rw-rw-r--    1 twiki   twiki         646 May 28 23:51 oopsbadcharset.tmpl
-rw-rw-r--    1 twiki   twiki         406 May 28 23:51 oopsbadpwformat.tmpl
-rw-rw-r--    1 twiki   twiki         345 May 28 23:51 oopschangepasswd.tmpl
-rw-rw-r--    1 twiki   twiki         382 May 28 23:51 oopscreatenewtopic.tmpl
-rw-rw-r--    1 twiki   twiki         627 Jul  7 23:11 oopsempty.tmpl
-rw-rw-r--    1 twiki   twiki         927 Aug  3 13:09 oopslocked.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         612 Aug  2 11:10 oopslockedrename.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         596 Aug  2 11:10 oopslockedrename.tmpl
-rw-rw-r--    1 twiki   twiki         910 Aug  3 13:09 oopslocked.tmpl
-rw-rw-r--    1 twiki   twiki         679 May 28 23:51 oopsmanage.tmpl
-rw-rw-r--    1 twiki   twiki         329 May 28 23:51 oopsmissing.tmpl
-rw-rw-r--    1 twiki   twiki        2353 May 28 23:51 oopsmngcreateweb.tmpl
-rw-rw-r--    1 twiki   twiki        2987 Aug  3 13:09 oopsmore.tmpl
-rw-rw-r--    1 twiki   twiki         418 May 28 23:51 oopsmoveerr.tmpl
-rw-rw-r--    1 twiki   twiki        1133 May 28 23:51 oopsnoformdef.tmpl
-rw-rw-r--    1 twiki   twiki         521 May 28 23:51 oopsnotwikiuser.tmpl
-rw-rw-r--    1 twiki   twiki        1516 Jul 28 19:52 oopsnoweb.tmpl
-rw-rw-r--    1 twiki   twiki         394 May 28 23:51 oopspreview.tmpl
-rw-rw-r--    1 twiki   twiki         341 May 28 23:51 oopsregemail.tmpl
-rw-rw-r--    1 twiki   twiki         411 May 28 23:51 oopsregerr.tmpl
-rw-rw-r--    1 twiki   twiki         476 May 28 23:51 oopsregexist.tmpl
-rw-rw-r--    1 twiki   twiki         346 May 28 23:51 oopsregpasswd.tmpl
-rw-rw-r--    1 twiki   twiki         357 May 28 23:51 oopsregrequ.tmpl
-rw-rw-r--    1 twiki   twiki         541 May 28 23:51 oopsregthanks.tmpl
-rw-rw-r--    1 twiki   twiki         680 May 28 23:51 oopsregwiki.tmpl
-rw-rw-r--    1 twiki   twiki         587 May 28 23:51 oopsremoveuserdone.tmpl
-rw-rw-r--    1 twiki   twiki         503 May 28 23:51 oopsrenameerr.tmpl
-rw-rw-r--    1 twiki   twiki         434 May 28 23:51 oopsrenamenotwikiword.tmpl
-rw-rw-r--    1 twiki   twiki         507 May 28 23:51 oopsresetpasswd.tmpl
-rw-rw-r--    1 twiki   twiki         962 Jul 28 19:52 oopsrev.tmpl
-rw-rw-r--    1 twiki   twiki         483 May 28 23:51 oopssaveerr.tmpl
-rw-rw-r--    1 twiki   twiki         777 Jul  7 23:11 oopssave.tmpl
-rw-rw-r--    1 twiki   twiki         466 May 28 23:51 oopssendmailerr.tmpl
-rw-rw-r--    1 twiki   twiki         385 May 28 23:51 oopstopicexists.tmpl
-rw-rw-r--    1 twiki   twiki         344 May 28 23:51 oopsuploadlimit.tmpl
-rw-rw-r--    1 twiki   twiki         343 May 28 23:51 oopsupload.tmpl
-rw-rw-r--    1 twiki   twiki         365 May 28 23:51 oopswrongpassword.tmpl
-rw-rw-r--    1 twiki   twiki        3590 Jul 27 10:47 preview.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        2855 Aug  6 11:47 preview.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        2253 Aug  8 03:40 preview.tmpl
-rw-rw-r--    1 twiki   twiki        1739 Jul 27 10:47 rdiff.dragon.tmpl
-rw-rw-r--    1 twiki   users        1529 Aug 13 22:21 rdiff.pattern.tmpl
-rw-rw-r--    1 twiki   users        1299 May 28 23:51 rdiff.tmpl
-rw-rw-r--    1 twiki   twiki        1159 Jul 31 12:39 registernotify.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1160 May 28 23:51 registernotify.tmpl
-rw-rw-r--    1 twiki   twiki        2561 Jul 27 10:47 renamebase.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        3363 Aug  8 03:40 renamebase.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        2279 Jul 28 20:54 renamebase.tmpl
-rw-rw-r--    1 twiki   twiki         718 Jul 31 12:39 renameconfirm.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         570 Jul 28 19:52 renameconfirm.tmpl
-rw-rw-r--    1 twiki   twiki        1046 Jul 31 12:39 renamedelete.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         932 Jul 28 19:52 renamedelete.tmpl
-rw-rw-r--    1 twiki   twiki        1147 Jul 31 12:39 rename.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         766 Jul 28 19:52 renamerefs.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         616 Jul 28 19:52 renamerefs.tmpl
-rw-rw-r--    1 twiki   twiki        1041 Jul 28 19:52 rename.tmpl
-rw-rw-r--    1 twiki   twiki        1397 Jul 27 10:47 searchbookview.dragon.tmpl
-rw-rw-r--    1 twiki   twiki         723 Jul 31 12:39 searchbookview.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1230 May 28 23:51 searchbookview.tmpl
-rw-rw-r--    1 twiki   twiki        1705 Jul 27 10:47 search.dragon.tmpl
-rw-rw-r--    1 twiki   twiki         722 Jul 27 10:47 searchformat.dragon.tmpl
-rw-rw-r--    1 twiki   twiki         157 Jul 31 12:39 searchformat.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         529 May 28 23:51 searchformat.tmpl
-rw-rw-r--    1 twiki   twiki         149 Jul  7 23:03 searchmeta.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         149 May 28 23:51 searchmeta.tmpl
-rw-rw-r--    1 twiki   twiki        1638 Aug  7 17:48 search.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1892 Jul 27 10:47 searchrenameview.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        1208 Aug  3 13:09 searchrenameview.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1615 May 28 23:51 searchrenameview.tmpl
-rw-rw-r--    1 twiki   twiki        1364 May 28 23:51 search.tmpl
-rw-rw-r--    1 twiki   twiki        3836 Jul 27 10:47 twiki.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        3175 Aug  7 17:48 twiki.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        2798 Jul 27 22:57 twiki.tmpl
-rw-rw-r--    1 twiki   twiki        1324 Jul 27 10:47 view.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        3577 Aug  8 03:40 view.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         425 May 28 23:51 view.plain.tmpl
-rw-rw-r--    1 twiki   twiki        1056 Jul 31 12:39 view.print.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         845 May 28 23:51 view.print.tmpl
-rw-rw-r--    1 twiki   twiki         300 May 28 23:51 view.rss.tmpl
-rw-rw-r--    1 twiki   twiki           8 May 28 23:51 view.text.tmpl
-rw-rw-r--    1 twiki   twiki        1281 Jul 31 12:39 view.tmpl

Directory CGI twiki/data/:

drwxrwxr-x    7 nobody  twiki        4096 Aug  7 21:13 .
drwxrwxr-x    4 twiki   twiki        4096 Aug  7 21:13 ..
-rw-rw-rw-    1 twiki   twiki           0 Feb  1  2003 debug.txt
drwxrwxr-x    2 nobody  twiki        4096 Jul 16 00:36 _default
-rw-rw-r--    1 twiki   twiki          25 Dec 16  2003 .htpasswd.txt
-rw-rw-r--    1 nobody  nobody      11811 Aug 13 23:10 log200408.txt
drwxrwxr-x    2 nobody  twiki        4096 Aug  4 21:03 Main
-rw-rw-r--    1 twiki   twiki        3419 Aug 13  2001 mime.types
drwxrwxr-x    2 nobody  twiki        4096 Aug  7 21:03 Sandbox
drwxrwxr-x    2 nobody  twiki        4096 Jul 20 18:15 Trash
drwxrwxr-x    2 nobody  twiki       12288 Aug 13 23:10 TWiki
-rw-rw-rw-    1 twiki   twiki           0 Aug  7 18:03 warning.txt

Partial file list for CGI twiki/data/Main:

  • TIP Included files come with their RCS versions histories CGI CGI .txt,v.

drwxrwxr-x    2 nobody  twiki        4096 Aug  4 21:03 .
drwxrwxr-x    7 nobody  twiki        4096 Aug  7 21:13 ..
-rw-rw-rw-    1 twiki   twiki        3743 Aug  4 21:03 .changes
-rw-rw-rw-    1 twiki   twiki           9 Oct 25  2001 .mailnotify
-rw-r--r--    1 nobody  nobody        518 Dec 16  2003 TWikiAdminGroup.txt
-r--r--r--    1 nobody  nobody       2453 Dec 16  2003 TWikiAdminGroup.txt,v
-rw-r--r--    1 nobody  nobody       1668 Aug  4 21:03 TWikiGroups.txt
-r--r--r--    1 nobody  nobody       3421 Aug  4 21:03 TWikiGroups.txt,v
-rw-r--r--    1 nobody  nobody        686 Dec 13  2000 TWikiGuest.txt
-rw-r--r--    1 nobody  nobody       1995 Dec 13  2000 TWikiGuest.txt,v
-rw-r--r--    1 nobody  nobody        319 Dec 20  2003 TWikiPreferences.txt
-r--r--r--    1 nobody  nobody        508 Dec 20  2003 TWikiPreferences.txt,v
-rw-r--r--    1 nobody  nobody       1812 Feb 20 13:54 TWikiUsers.txt
-r--r--r--    1 nobody  nobody       9222 Feb 20 13:54 TWikiUsers.txt,v
-rw-r--r--    1 nobody  nobody        119 Jan 11  2003 TWikiVariables.txt
-r--r--r--    1 nobody  nobody        742 Jan 11  2003 TWikiVariables.txt,v
-rw-r--r--    1 nobody  nobody        124 Aug 16  2001 WebChanges.txt
-r--r--r--    1 nobody  nobody        526 Aug 16  2001 WebChanges.txt,v
-rw-r--r--    1 nobody  nobody       1842 Feb  1  2003 WebHome.txt
-r--r--r--    1 nobody  nobody      11862 Feb  1  2003 WebHome.txt,v
-rw-r--r--    1 nobody  nobody        176 Nov 24  2001 WebIndex.txt
-r--r--r--    1 nobody  nobody        483 Nov 24  2001 WebIndex.txt,v
-rw-r--r--    1 nobody  nobody        922 Feb  3  2003 WebNotify.txt
-r--r--r--    1 nobody  nobody       4303 Feb  3  2003 WebNotify.txt,v
-rw-r--r--    1 nobody  nobody       3738 Dec 25  2003 WebPreferences.txt
-r--r--r--    1 nobody  nobody      10697 Dec 25  2003 WebPreferences.txt,v
-rw-r--r--    1 nobody  nobody        416 Jan 30  2003 WebRss.txt
-r--r--r--    1 nobody  nobody        605 Jan 30  2003 WebRss.txt,v
-rw-r--r--    1 nobody  nobody        164 Jan 18  2004 WebSearchAdvanced.txt
-r--r--r--    1 nobody  nobody        353 Jan 18  2004 WebSearchAdvanced.txt,v
-rw-r--r--    1 nobody  nobody        158 Aug  7  2001 WebSearch.txt
-r--r--r--    1 nobody  nobody      18332 Aug  7  2001 WebSearch.txt,v
-rw-r--r--    1 nobody  nobody        825 Jul 16 00:32 WebStatistics.txt
-r--r--r--    1 nobody  nobody       4226 Jul 16 00:32 WebStatistics.txt,v
-rw-r--r--    1 nobody  nobody        182 Nov 24  2001 WebTopicList.txt
-r--r--r--    1 nobody  nobody        371 Nov 24  2001 WebTopicList.txt,v

Directory CGI twiki/pub/:

drwxrwxr-x    8 nobody  nobody       4096 Nov 18 12:31 .
drwxrwxr-x    3 twiki   twiki        4096 Nov 18 12:31 ..
drwxrwxr-x    2 nobody  nobody       4096 Apr  7  2002 Main
drwxrwxr-x    2 nobody  nobody       4096 Apr 20  2002 Sandbox
drwxrwxr-x    8 nobody  nobody       4096 Nov 18 12:31 TWiki
drwxrwxr-x    2 nobody  nobody       4096 Dec  3  2001 Trash
-rw-rw-r--    1 twiki   twiki        1078 Jan 14  2000 favicon.ico
drwxrwxr-x    2 twiki   twiki        4096 Nov 18 12:31 icn
-rw-rw-r--    1 twiki   twiki        2877 Jun  7  1999 wikiHome.gif

Partial file list for CGI twiki/pub/icn/:

drwxrwxr-x    2 twiki   twiki        4096 Nov 18 12:31 .
drwxrwxr-x    8 nobody  nobody       4096 Nov 18 12:31 ..
-rw-rw-r--    1 twiki   twiki         801 Mar 26  1999 _filetypes.txt
-rw-rw-r--    1 twiki   twiki         143 Mar  9  1999 bat.gif
-rw-rw-r--    1 twiki   twiki         926 Mar  9  1999 bmp.gif
-rw-rw-r--    1 twiki   twiki         141 Mar 25  1999 c.gif
-rw-rw-r--    1 twiki   twiki         144 Mar  9  1999 dll.gif
-rw-rw-r--    1 twiki   twiki         152 Mar  9  1999 doc.gif

Directory CGI twiki/pub/TWiki:

drwxrwx--x    8 nobody  nobody       4096 Nov 18 12:31 .
drwxrwxr-x    8 nobody  nobody       4096 Nov 18 12:31 ..
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 FileAttachment
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 PreviewBackground
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 TWikiDocGraphics
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 TWikiLogos
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 TWikiTemplates
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 WabiSabi

Directory CGI twiki/pub/TWiki/FileAttachment:

drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 .
drwxrwx--x    8 nobody  nobody       4096 Nov 18 12:31 ..
-rw-rw-r--    1 nobody  nobody         30 Jul 22  1999 Sample.txt
-rw-rw-r--    1 nobody  nobody         94 Jun  7  1999 Smile.gif
-r--r--r--    1 nobody  nobody         81 Aug 15 10:14 Smile.gif,v

-- TWiki:Main.PeterThoeny - 29 Aug 2004
-- TWiki:Main.MikeMannix - 16 May 2002
-- TWiki:Main.ArthurClemens - 08 Aug 2004

Topic revision: r16 - 30 Aug 2004 - 07:14:15 - PeterThoeny
TWiki.AppendixFileSystem moved from TWiki.DocsATWikiFileSystem on 15 Sep 2001 - 03:31 by MikeMannix? - put it back
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.AppendixFileSystem