| 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 | 
| 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, *.txttext file and*.txt,vRCS 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/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: | 
|---|
| 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 renameto 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 |