File: |
Used for: |
.htaccess.txt |
Authentication. Rename to .htaccess and customize if used |
attach |
Script that shows the attach file page (File Attachment?) |
edit |
Script to edit a topic |
geturl |
Script to fetch URL data |
installpasswd |
Script to install new password by admin |
mailnotify |
Script called by cron job to notify users of changes |
oops |
Script that shows an OK or oops dialog |
passwd |
Script to reset and change password |
preview |
Script to preview topic after edit |
rdiff |
Script to see differences of topics |
register |
Script to register new users |
rename |
Script to rename/move topics and move attachments |
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 (File Attachment?) |
view |
Script to view a topic ( the script ) |
viewfile |
Script to view a file attachment |
File: |
Used for: |
TWiki.cfg |
For configuration, used by TWiki.pm |
TWiki.pm |
Main TWiki library |
TWiki/Access.pm |
Access control |
TWiki/Attach.pm |
Attachment handling |
TWiki/Form.pm |
Form handling |
TWiki/Func.pm |
Public functions that Plugins may use |
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 |
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/.mailnotify |
Web-level timstamp of last e-mail notification |
_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) |
... |
... |
File: |
Used for: |
attach.tmpl |
Attach file control screen |
attachagain.tmpl |
Control screen |
attachnew.tmpl |
Control screen |
changeform.tmpl |
Control screen |
changes.tmpl |
Displays Web Changes? list of recently changed topics |
edit.iejs.tmpl |
Edit window with IE specific JavaScript |
edit.tmpl |
Main edit window |
mailnotify.tmpl |
Email notification |
moveattachment.tmpl |
Control screen |
oopsaccesschange.tmpl |
Error message |
oopsaccessgroup.tmpl |
Error message |
oopsaccessrename.tmpl |
Error message |
oopsaccessview.tmpl |
Error message |
oopsauth.tmpl |
Error message |
oopsbadpwformat.tmpl |
Error message |
oopschangepasswd.tmpl |
Error message |
oopsempty.tmpl |
Error message |
oopslocked.tmpl |
Error message |
oopslockedrename.tmpl |
Error message |
oopsmissing.tmpl |
Error message |
oopsmore.tmpl |
More topic actions 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 |
Registration notification |
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 |
Search screen |
searchbookview.tmpl |
Search results with full topic content |
searchmeta.tmpl |
Search screen |
searchrenameview.tmpl |
Used by rename to list references to topic being renamed |
twiki.tmpl |
Base template definitions used by other templates |
view.plain.tmpl |
Printable topic view with reduced header/footer |
view.print.tmpl |
Topic view without header/footer |
view.tmpl |
Main topic view |
##