1 rizwank 1.1 %META:TOPICINFO{author="PeterThoeny" date="1093850055" format="1.0" version="1.16"}%
2 %META:TOPICPARENT{name="WebHome"}%
3 %TOC%
4 %STARTINCLUDE%
5 #FileSystem
6 ---# Appendix A: TWiki Filesystem
7
8 _Annotated directory and file listings, for the 01-Sep-2004 TWiki production release._
9
10 ---++ Who and What is This Good For?
11
12 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.
13
14 ---++ Directory Structure
15
16 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 five main subdirectories intact:
17
18 | *Directory:* | *Files:* | *Used for:* |
19 | =twiki= | [[#TWikiFiles][list]] | Start-up info |
20 | =twiki/bin= | [[#BinFiles][list]] | Perl scripts |
21 | =twiki/lib= | [[#LibFiles][list]] | Configuration file, main library, Perl system modules, Plugins directory |
22 rizwank 1.1 | =twiki/pub= | [[#PubFiles][list]] | Public files (eg: images) and FileAttachments and their RCS histories |
23 | =twiki/data= | [[#DataFiles][list]] | Individual topics (page content) and their RCS histories |
24 | =twiki/templates= | [[#TemplatesFiles][list]] | HTML templates, used by TWiki scripts |
25
26 ---++ File Descriptions
27
28 A rundown of the individual files included in the current distribution, organized by TWiki root directories.
29
30 #TWikiFiles
31 ---+++ Files in <code>twiki</code>
32
33 Application info and the current reference documentation. _Full file list:_
34
35 | *File* | *Used for* |
36 | =index.html= | Links to launch TWiki after install and for files in this directory |
37 | =license.txt= | GNU General Public License and TWiki-specific info |
38 | =readme.txt= | General TWiki start-up info with relevant URLs |
39 | =TWikiDocumentation.html= | All documentation packaged as a single page |
40 | =TWikiHistory.html= | TWiki development timeline: versions, features, developers |
41 | =TwikiUpgrade= | TWiki upgrade script (Beta state) |
42
43 rizwank 1.1 #BinFiles
44 ---+++ Files in <code>twiki/bin</code>
45
46 Perl CGI scripts. _Full file list:_
47
48 | *File:* | *Used for:* |
49 | =.htaccess.txt= | Authentication. Rename to .htaccess and customize if used |
50 | =attach= | Shows the attach file page (FileAttachment) |
51 | =changes= | a simple WebChanges query |
52 | =edit= | Edit a topic |
53 | =geturl= | Fetch URL data |
54 | =installpasswd= | Install new password by admin |
55 | =mailnotify= | Script called by cron job to notify users of changes |
56 | =manage= | Manage script to create new webs |
57 | =oops= | Shows an OK or oops dialog |
58 | =passwd= | Reset and change password |
59 | =preview= | Preview topic after edit |
60 | =rdiff= | See differences of topics |
61 | =rdiffauth= | Copy of rdiff script (ideally a link). The .htaccess file sets this as requiring authorisation |
62 | =register= | Register new users |
63 | =rename= | Rename/move topics and move attachments |
64 rizwank 1.1 | =save= | Saves a topic, called by preview |
65 | =search= | Displays search results |
66 | =setlib.cfg= | Location of the TWiki libraries. Customize if needed |
67 | =statistics= | Create statistics topic |
68 | =testenv= | Test CGI environment variables |
69 | =upload= | Does file upload (FileAttachment) |
70 | =view= | View a topic (*the* script) |
71 | =viewauth= | Copy of view script (ideally a link). The .htaccess file sets this as requiring authorisation |
72 | =viewfile= | View a file attachment |
73
74 #LibFiles
75 ---+++ Files under <code>twiki/lib</code>
76
77 The new =lib/TWiki/Plugins= directories contain configuration, library and function files, and TWikiPlugins. _Full file list:_
78
79 | *File:* | *Used for:* |
80 | =TWiki.cfg= | Main configuration, used by =TWiki.pm= |
81 | =TWiki.pm= | Main TWiki library |
82 | =Algorithm/Diff.pm= | Diff library |
83 | =Text/Diff.pm= | Diff library, used by !TwikiUpgrade script |
84 | =TWiki/Access.pm= | Access control |
85 rizwank 1.1 | =TWiki/Attach.pm= | Attachment handling |
86 | =TWiki/Form.pm= | Form handling |
87 | =TWiki/Func.pm= | Public functions that Plugins may use |
88 | =TWiki/Meta.pm= | Meta data in topics |
89 | =TWiki/Net.pm= | SMTP mail handling |
90 | =TWiki/Plugins.pm= | Plugin handling |
91 | =TWiki/Plugins/CommentPlugin.pm= | Plugin handling a comment box |
92 | =TWiki/Plugins/CommentPlugin/Attrs.pm= | Supporting module for Comment Plugin |
93 | =TWiki/Plugins/CommentPlugin/Comment.pm= | Supporting module for Comment Plugin |
94 | =TWiki/Plugins/CommentPlugin/Templates.pm= | Supporting module for Comment Plugin |
95 | =TWiki/Plugins/DefaultPlugin.pm= | Handles some legacy rules |
96 | =TWiki/Plugins/EditTablePlugin.pm= | Plugin to edit tables |
97 | =TWiki/Plugins/EmptyPlugin.pm= | Empty plugin, use to create your own |
98 | =TWiki/Plugins/InterwikiPlugin.pm= | Use aliases as links for predefined URLs |
99 | =TWiki/Plugins/RenderListPlugin.pm= | Plugin to render lists as nice trees |
100 | =TWiki/Plugins/SlideShowPlugin.pm= | Plugin turning headings into slides |
101 | =TWiki/Plugins/SmiliesPlugin.pm= | Plugin rendering smilies like =:-)= |
102 | =TWiki/Plugins/SpreadSheetPlugin.pm= | Plugin resolving spreadsheet formulae |
103 | =TWiki/Plugins/TablePlugin.pm= | Plugin to render tables nicely |
104 | =TWiki/Prefs.pm= | Preferences handling |
105 | =TWiki/Render.pm= | TWiki markup to HTML rendering |
106 rizwank 1.1 | =TWiki/Search.pm= | Search engine, used by TWiki.pm |
107 | =TWiki/Store.pm= | Back-end storage, =*.txt= text file and =*.txt,v= RCS repository file handling |
108 | =TWiki/Store/RcsFile.pm= | Generic file handling code, a class |
109 | =TWiki/Store/RcsWrap.pm= | Wrappers around RCS executables, a class that inherits from <nop>RcsFile |
110 | =TWiki/Store/RcsLite.pm= | A Perl RCS implemention, a class that inherits from <nop>RcsFile |
111 | =TWiki/UI.pm= | User interface handling |
112 | =TWiki/UI/Changes.pm= | Functionality of changes script |
113 | =TWiki/UI/Edit.pm= | Functionality of edit script |
114 | =TWiki/UI/Manage.pm= | Functionality of manage script |
115 | =TWiki/UI/Oops.pm= | Functionality of oops script |
116 | =TWiki/UI/Preview.pm= | Functionality of preview script |
117 | =TWiki/UI/RDiff.pm= | Functionality of rdiff script |
118 | =TWiki/UI/Save.pm= | Functionality of save script |
119 | =TWiki/UI/Search.pm= | Functionality of search script |
120 | =TWiki/UI/Statistics.pm= | Functionality of statistics script |
121 | =TWiki/UI/Upload.pm= | Functionality of upload script |
122 | =TWiki/UI/View.pm= | Functionality of view script |
123 | =TWiki/UI/Viewfile.pm= | Functionality of viewfile script |
124 | =TWiki/Upgrade/TWikiCfg.pm= | Supporting module of !TwikiUpgrade script |
125 | =TWiki/Upgrade/UpdateTopics.pm= | Supporting module of !TwikiUpgrade script |
126 | =TWiki/Upgrade/UpdateTopicsManualSymlinks.pm= | Supporting module of !TwikiUpgrade script |
127 rizwank 1.1 | =TWiki/User.pm= | Abstraction package to allow plugable user authentication systems |
128 | =TWiki/User/HtPasswdUser.pm= | Apache Htpasswd file implementation (the default) |
129 | =TWiki/User/NoPasswdUser.pm= | simple, no users authentication (totally wiki) |
130
131 #PubFiles
132 ---+++ Files under <code>twiki/pub</code>
133
134 The =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 ==Attach==) _Partial file list:_
135
136 | *File:* | *Used for:* |
137 | =favicon.ico= | ICO file |
138 | =wikiHome.gif= | GIF file |
139 | =icn/_filetypes.txt= | Lookup table to translate file extension to file type |
140 | =icn/bat.gif= | GIF file for file type |
141 | =icn/bmp.gif= | GIF file for file type |
142 | ... | ... |
143 | =TWiki/FileAttachment/Sample.txt= | TEXT file: sample |
144 | =TWiki/FileAttachment/Smile.gif= | GIF image: sample |
145 | =TWiki/FileAttachment/Smile.gif,v= | RCS repository for GIF file |
146 | =TWiki/PreviewBackground/blankltgraybg.gif= | GIF image |
147 | =TWiki/PreviewBackground/blankwhitebg.gif= | GIF image |
148 rizwank 1.1 | =TWiki/PreviewBackground/previewbg.gif= | GIF image: Preview view background |
149 | =TWiki/PreviewBackground/preview2bg.gif= | GIF image: Alternate preview view background |
150 | =TWiki/TWikiLogos/twikiRobot121x54.gif= | GIF image: TWiki logo |
151 | ... | ... |
152 | =TWiki/TWikiTemplates/testscreen.gif= | GIF image: Screen shot |
153 | =TWiki/WabiSabi/wabisabi.gif= | GIF image: illustration |
154
155 #DataFiles
156 ---+++ Files under <code>twiki/data</code>
157
158 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 - ==Main==, ==TWiki==, and ==Sandbox== - with documentation and demo content, a ==Trash== web for browser-based, recoverable topic deletion, and a ==_default== directory containing a core topic set required to start a new web. _Partial file list:_
159
160 | *File:* | *Used for:* |
161 | =.htpasswd= | Basic Authentication (htaccess) users file with username and encrypted password pairs |
162 | =debug.txt= | Program-generated messages useful for debugging |
163 | =mime.types= | Recognized file formats |
164 | =warning.txt= | Diagnostic messages for identifying problems |
165 | =_default/.changes= | Per web record of topic changes |
166 | =_default/.mailnotify= | Per web timestamp of most recent email notification |
167 | =_default/WebChanges.txt= | Display most recent topic changes in web|
168 | =_default/WebChanges.txt,v= | Revisions history (RCS) |
169 rizwank 1.1 | =_default/WebHome.txt= | Default web home page |
170 | =_default/WebHome.txt,v= | Revisions history (RCS) |
171 | =_default/WebIndex.txt= | Lists all topics in a web |
172 | =_default/WebIndex.txt,v= | Revisions history (RCS) |
173 | =_default/WebLeftBar.txt= | Left navigation bar for TWiki.PatternSkin |
174 | =_default/WebLeftBar.txt,v= | Revisions history (RCS) |
175 | =_default/WebNotify.txt= | Subscribe/unsubscribe to web changes email alert |
176 | =_default/WebNotify.txt,v= | Revisions history (RCS) |
177 | =_default/WebPreferences.txt= | Per web Preference Settings |
178 | =_default/WebPreferences.txt,v= | Revisions history (RCS) |
179 | =_default/WebSearch.txt= | Per web search options |
180 | =_default/WebSearch.txt,v= | Revisions history (RCS) |
181 | =_default/WebStatistics.txt= | Generates web usage statistics |
182 | =_default/WebStatistics.txt,v= | Revisions history (RCS) |
183 | =_default/WebTopicList.txt= | Lists all topics in a web in compact format |
184 | =_default/WebTopicList.txt,v= | Revisions history (RCS) |
185 | ... | ... |
186
187 #TemplatesFiles
188 ---+++ Files in <code>twiki/templates</code>
189
190 rizwank 1.1 Templates and skins used to control appearance of topics rendered as Web pages. _Partial file list:_
191
192 | *File:* | *Used for:* |
193 | =attach.tmpl= | Attachment (FileAttachments) control screen |
194 | =attachagain.tmpl= | Attachment control screen for updating an existing attachment |
195 | =attachnew.tmpl= | Attachment control screen for adding a new attachment |
196 | =attachtables.tmpl= | Macros for definition of attachment tables |
197 | =changeform.tmpl= | Control screen to change the form in edit mode |
198 | =changes.tmpl= | Displays list of recently changed topics |
199 | =edit.iejs.tmpl= | Edit window with IE-specific <nop>JavaScript |
200 | =edit.tmpl= | Main edit window |
201 | =mailnotify.tmpl= | Email notification |
202 | =moveattachment.tmpl= | Move attachment control screen |
203 | =oopsaccesschange.tmpl= | Error message |
204 | =oopsaccessgroup.tmpl= | Error message |
205 | =oopsaccessmanage.tmpl= | Error message |
206 | =oopsaccessrename.tmpl= | Error message |
207 | =oopsaccessview.tmpl= | Error message |
208 | =oopsattachnotopic.tmpl= | Error message |
209 | =oopsauth.tmpl= | Error message |
210 | =oopsbadcharset.tmpl= | Error message |
211 rizwank 1.1 | =oopsbadpwformat.tmpl= | Error message |
212 | =oopschangepasswd.tmpl= | Error message |
213 | =oopscreatenewtopic.tmpl= | Error message |
214 | =oopsempty.tmpl= | Error message |
215 | =oopslocked.tmpl= | Error message |
216 | =oopslockedrename.tmpl= | Error message |
217 | =oopsmanage.tmpl= | Error message |
218 | =oopsmissing.tmpl= | Error message |
219 | =oopsmngcreateweb.tmpl= | Error message |
220 | =oopsmore.tmpl= | More topic actions message |
221 | =oopsmoveerr.tmpl= | Error message |
222 | =oopsnoformdef.tmpl= | Error message |
223 | =oopsnotwikiuser.tmpl= | Error message |
224 | =oopsnoweb.tmpl= | Error message |
225 | =oopspreview.tmpl= | Error message |
226 | =oopsregemail.tmpl= | Error message |
227 | =oopsregexist.tmpl= | Error message |
228 | =oopsregpasswd.tmpl= | Error message |
229 | =oopsregrequ.tmpl= | Error message |
230 | =oopsregthanks.tmpl= | Error message |
231 | =oopsregwiki.tmpl= | Error message |
232 rizwank 1.1 | =oopsremoveuserdone.tmpl= | Error message |
233 | =oopsrenameerr.tmpl= | Error message |
234 | =oopsrenamenotwikiword.tmpl= | Error message |
235 | =oopsresetpasswd.tmpl= | Error message |
236 | =oopsrev.tmpl= | Error message |
237 | =oopssave.tmpl= | Error message |
238 | =oopssaveerr.tmpl= | Error message |
239 | =oopssendmailerr.tmpl= | Error message |
240 | =oopstopicexists.tmpl= | Error message |
241 | =oopsupload.tmpl= | Error message |
242 | =oopsuploadlimit.tmpl= | Error message |
243 | =oopswrongpassword.tmpl= | Error message |
244 | =preview.tmpl= | Preview Changes screen |
245 | =rdiff.tmpl= | Displays text changes before & after =Diffs= |
246 | =registernotify.tmpl= | Registration notification |
247 | =rename.tmpl= | =Rename/move= control screen (choose web & new topic tile |
248 | =renamebase.tmpl= | Used by other rename templates |
249 | =renameconfirm.tmpl= | Confirms a pre-specified rename, ex: undoing a rename |
250 | =renamedelete.tmpl= | Confirms a delete |
251 | =renamerefs.tmpl= | Display if rename done, but some references not changed (topics were locked) |
252 | =search.tmpl= | Search screen |
253 rizwank 1.1 | =searchbookview.tmpl= | Search results with full topic content |
254 | =searchformat.tmpl= | Search screen for formatted search |
255 | =searchmeta.tmpl= | Search screen |
256 | =searchrenameview.tmpl= | Used by =rename= to list references to topic being renamed |
257 | =twiki.tmpl= | Master template: definitions are used by other templates |
258 | =view.plain.tmpl= | Skin for bare bone topic view without header/footer but with HTML head and body tags |
259 | =view.print.tmpl= | Skin for printable topic view with a simple header/footer |
260 | =view.rss.tmpl= | Skin for topic view in RDF XML format |
261 | =view.text.tmpl= | Skin for topic text only, without HTML head and body tags, and no form and attachments |
262 | =view.tmpl= | Main topic view - the standard regular Web page |
263
264 ---++ TWiki File System Snapshot
265
266 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.
267 * %T% __On an ISP installation...__ The user and group - =twiki twiki= - will probably be your domain or login name, eg: =yourdomain yourdomain= and can't be changed; same for =nobody nobody= files further down. Also, in the ==bin== directory, scripts might need a ==.cgi== (sometimes ==.pl==) extension.
268
269 Directory =twiki/bin=:
270
271 <pre>
272 drwxrwxr-x 2 twiki twiki 4096 May 9 00:08 .
273 drwxrwxr-x 5 twiki twiki 4096 Nov 18 2002 ..
274 rizwank 1.1 -rw-rw-r-- 1 twiki twiki 3145 Jul 25 00:31 .htaccess.txt
275 -rwxrwxr-x 1 twiki twiki 1459 May 28 23:51 attach
276 -rwxrwxr-x 1 twiki twiki 1721 May 28 23:51 changes
277 -rwxrwxr-x 1 twiki twiki 1994 May 28 23:51 edit
278 -rwxrwxr-x 1 twiki twiki 1878 May 28 23:51 geturl
279 -rwxrwxr-x 1 twiki twiki 6689 May 28 23:51 installpasswd
280 -rwxrwxr-x 1 twiki twiki 7313 May 28 23:51 mailnotify
281 -rwxrwxr-x 1 twiki twiki 3557 Jul 25 15:00 manage
282 -rwxrwxr-x 1 twiki twiki 1448 May 28 23:51 oops
283 -rwxrwxr-x 1 twiki twiki 4062 May 28 23:51 passwd
284 -rwxrwxr-x 1 twiki twiki 1506 May 28 23:51 preview
285 -rwxrwxr-x 2 twiki twiki 1490 May 28 23:51 rdiff
286 -rwxrwxr-x 2 twiki twiki 1490 May 28 23:51 rdiffauth
287 -rwxrwxr-x 1 twiki twiki 7635 May 28 23:51 register
288 -rwxrwxr-x 1 twiki twiki 1774 May 28 23:51 rename
289 -rwxrwxr-x 1 twiki twiki 1654 Jul 25 00:31 save
290 -rwxrwxr-x 1 twiki twiki 1728 May 28 23:51 search
291 -rw-rw-r-- 1 twiki twiki 2131 Aug 7 21:13 setlib.cfg
292 -rwxrwxr-x 1 twiki twiki 2596 May 28 23:51 statistics
293 -rwxrwxr-x 1 twiki twiki 39926 Jul 25 15:00 testenv
294 -rwxrwxr-x 1 twiki twiki 1478 May 28 23:51 upload
295 rizwank 1.1 -rwxrwxr-x 2 twiki twiki 1689 May 28 23:51 view
296 -rwxrwxr-x 2 twiki twiki 1689 May 28 23:51 viewauth
297 -rwxrwxr-x 1 twiki twiki 1438 May 28 23:51 viewfile
298 </pre>
299
300 Directory =twiki/templates/=:
301
302 <pre>
303 drwxrwxr-x 2 twiki twiki 4096 Aug 7 19:09 .
304 drwxrwxr-x 4 twiki twiki 4096 Aug 7 21:13 ..
305 -rw-rw-r-- 1 twiki users 2077 Aug 13 22:21 attachagain.pattern.tmpl
306 -rw-rw-r-- 1 twiki users 1650 Aug 13 22:21 attachagain.tmpl
307 -rw-rw-r-- 1 twiki twiki 2556 Jul 27 10:47 attach.dragon.tmpl
308 -rw-rw-r-- 1 twiki users 567 Jul 28 19:52 attachnew.pattern.tmpl
309 -rw-rw-r-- 1 twiki users 470 Jul 28 19:52 attachnew.tmpl
310 -rw-rw-r-- 1 twiki users 2855 Aug 8 03:40 attach.pattern.tmpl
311 -rw-rw-r-- 1 twiki users 1991 Aug 3 13:09 attachtables.pattern.tmpl
312 -rw-rw-r-- 1 twiki users 1869 Jul 27 22:03 attachtables.tmpl
313 -rw-rw-r-- 1 twiki users 2355 Jul 28 19:52 attach.tmpl
314 -rw-rw-r-- 1 twiki twiki 1324 Jul 27 10:47 changeform.dragon.tmpl
315 -rw-rw-r-- 1 twiki twiki 1441 Aug 6 11:47 changeform.pattern.tmpl
316 rizwank 1.1 -rw-rw-r-- 1 twiki twiki 1032 Jul 28 19:52 changeform.tmpl
317 -rw-rw-r-- 1 twiki twiki 1870 Jul 27 10:47 changes.dragon.tmpl
318 -rw-rw-r-- 1 twiki twiki 433 Jul 31 12:39 changes.pattern.tmpl
319 -rw-rw-r-- 1 twiki twiki 1196 May 28 23:51 changes.tmpl
320 -rw-rw-r-- 1 twiki twiki 35 May 21 03:56 comments.tmpl
321 -rw-rw-r-- 1 twiki twiki 526 Jul 27 10:47 dragoncssvars.dragon.tmpl
322 -rw-rw-r-- 1 twiki twiki 1645 Jul 31 00:57 dragonmenu.dragon.tmpl
323 -rw-rw-r-- 1 twiki twiki 4207 Jul 27 10:47 edit.dragon.tmpl
324 -rw-rw-r-- 1 twiki twiki 12608 Jul 28 19:52 edit.iejs.tmpl
325 -rw-rw-r-- 1 twiki twiki 4904 Aug 7 17:48 edit.pattern.tmpl
326 -rw-rw-r-- 1 twiki twiki 3975 Aug 8 03:40 edit.tmpl
327 -rw-rw-r-- 1 twiki twiki 993 May 28 23:51 mailnotify.tmpl
328 -rw-rw-r-- 1 twiki twiki 1640 Jul 27 10:47 moveattachment.dragon.tmpl
329 -rw-rw-r-- 1 twiki twiki 1968 Aug 7 17:48 moveattachment.pattern.tmpl
330 -rw-rw-r-- 1 twiki twiki 1342 Jul 28 19:52 moveattachment.tmpl
331 -rw-rw-r-- 1 twiki twiki 571 May 28 23:51 oopsaccesschange.tmpl
332 -rw-rw-r-- 1 twiki twiki 587 May 28 23:51 oopsaccessgroup.tmpl
333 -rw-rw-r-- 1 twiki twiki 597 Aug 2 11:10 oopsaccessmanage.tmpl
334 -rw-rw-r-- 1 twiki twiki 572 May 28 23:51 oopsaccessrename.tmpl
335 -rw-rw-r-- 1 twiki twiki 574 May 28 23:51 oopsaccessview.tmpl
336 -rw-rw-r-- 1 twiki twiki 571 Aug 2 11:10 oopsattachnotopic.tmpl
337 rizwank 1.1 -rw-rw-r-- 1 twiki twiki 998 May 28 23:51 oopsauth.tmpl
338 -rw-rw-r-- 1 twiki twiki 646 May 28 23:51 oopsbadcharset.tmpl
339 -rw-rw-r-- 1 twiki twiki 406 May 28 23:51 oopsbadpwformat.tmpl
340 -rw-rw-r-- 1 twiki twiki 345 May 28 23:51 oopschangepasswd.tmpl
341 -rw-rw-r-- 1 twiki twiki 382 May 28 23:51 oopscreatenewtopic.tmpl
342 -rw-rw-r-- 1 twiki twiki 627 Jul 7 23:11 oopsempty.tmpl
343 -rw-rw-r-- 1 twiki twiki 927 Aug 3 13:09 oopslocked.pattern.tmpl
344 -rw-rw-r-- 1 twiki twiki 612 Aug 2 11:10 oopslockedrename.pattern.tmpl
345 -rw-rw-r-- 1 twiki twiki 596 Aug 2 11:10 oopslockedrename.tmpl
346 -rw-rw-r-- 1 twiki twiki 910 Aug 3 13:09 oopslocked.tmpl
347 -rw-rw-r-- 1 twiki twiki 679 May 28 23:51 oopsmanage.tmpl
348 -rw-rw-r-- 1 twiki twiki 329 May 28 23:51 oopsmissing.tmpl
349 -rw-rw-r-- 1 twiki twiki 2353 May 28 23:51 oopsmngcreateweb.tmpl
350 -rw-rw-r-- 1 twiki twiki 2987 Aug 3 13:09 oopsmore.tmpl
351 -rw-rw-r-- 1 twiki twiki 418 May 28 23:51 oopsmoveerr.tmpl
352 -rw-rw-r-- 1 twiki twiki 1133 May 28 23:51 oopsnoformdef.tmpl
353 -rw-rw-r-- 1 twiki twiki 521 May 28 23:51 oopsnotwikiuser.tmpl
354 -rw-rw-r-- 1 twiki twiki 1516 Jul 28 19:52 oopsnoweb.tmpl
355 -rw-rw-r-- 1 twiki twiki 394 May 28 23:51 oopspreview.tmpl
356 -rw-rw-r-- 1 twiki twiki 341 May 28 23:51 oopsregemail.tmpl
357 -rw-rw-r-- 1 twiki twiki 411 May 28 23:51 oopsregerr.tmpl
358 rizwank 1.1 -rw-rw-r-- 1 twiki twiki 476 May 28 23:51 oopsregexist.tmpl
359 -rw-rw-r-- 1 twiki twiki 346 May 28 23:51 oopsregpasswd.tmpl
360 -rw-rw-r-- 1 twiki twiki 357 May 28 23:51 oopsregrequ.tmpl
361 -rw-rw-r-- 1 twiki twiki 541 May 28 23:51 oopsregthanks.tmpl
362 -rw-rw-r-- 1 twiki twiki 680 May 28 23:51 oopsregwiki.tmpl
363 -rw-rw-r-- 1 twiki twiki 587 May 28 23:51 oopsremoveuserdone.tmpl
364 -rw-rw-r-- 1 twiki twiki 503 May 28 23:51 oopsrenameerr.tmpl
365 -rw-rw-r-- 1 twiki twiki 434 May 28 23:51 oopsrenamenotwikiword.tmpl
366 -rw-rw-r-- 1 twiki twiki 507 May 28 23:51 oopsresetpasswd.tmpl
367 -rw-rw-r-- 1 twiki twiki 962 Jul 28 19:52 oopsrev.tmpl
368 -rw-rw-r-- 1 twiki twiki 483 May 28 23:51 oopssaveerr.tmpl
369 -rw-rw-r-- 1 twiki twiki 777 Jul 7 23:11 oopssave.tmpl
370 -rw-rw-r-- 1 twiki twiki 466 May 28 23:51 oopssendmailerr.tmpl
371 -rw-rw-r-- 1 twiki twiki 385 May 28 23:51 oopstopicexists.tmpl
372 -rw-rw-r-- 1 twiki twiki 344 May 28 23:51 oopsuploadlimit.tmpl
373 -rw-rw-r-- 1 twiki twiki 343 May 28 23:51 oopsupload.tmpl
374 -rw-rw-r-- 1 twiki twiki 365 May 28 23:51 oopswrongpassword.tmpl
375 -rw-rw-r-- 1 twiki twiki 3590 Jul 27 10:47 preview.dragon.tmpl
376 -rw-rw-r-- 1 twiki twiki 2855 Aug 6 11:47 preview.pattern.tmpl
377 -rw-rw-r-- 1 twiki twiki 2253 Aug 8 03:40 preview.tmpl
378 -rw-rw-r-- 1 twiki twiki 1739 Jul 27 10:47 rdiff.dragon.tmpl
379 rizwank 1.1 -rw-rw-r-- 1 twiki users 1529 Aug 13 22:21 rdiff.pattern.tmpl
380 -rw-rw-r-- 1 twiki users 1299 May 28 23:51 rdiff.tmpl
381 -rw-rw-r-- 1 twiki twiki 1159 Jul 31 12:39 registernotify.pattern.tmpl
382 -rw-rw-r-- 1 twiki twiki 1160 May 28 23:51 registernotify.tmpl
383 -rw-rw-r-- 1 twiki twiki 2561 Jul 27 10:47 renamebase.dragon.tmpl
384 -rw-rw-r-- 1 twiki twiki 3363 Aug 8 03:40 renamebase.pattern.tmpl
385 -rw-rw-r-- 1 twiki twiki 2279 Jul 28 20:54 renamebase.tmpl
386 -rw-rw-r-- 1 twiki twiki 718 Jul 31 12:39 renameconfirm.pattern.tmpl
387 -rw-rw-r-- 1 twiki twiki 570 Jul 28 19:52 renameconfirm.tmpl
388 -rw-rw-r-- 1 twiki twiki 1046 Jul 31 12:39 renamedelete.pattern.tmpl
389 -rw-rw-r-- 1 twiki twiki 932 Jul 28 19:52 renamedelete.tmpl
390 -rw-rw-r-- 1 twiki twiki 1147 Jul 31 12:39 rename.pattern.tmpl
391 -rw-rw-r-- 1 twiki twiki 766 Jul 28 19:52 renamerefs.pattern.tmpl
392 -rw-rw-r-- 1 twiki twiki 616 Jul 28 19:52 renamerefs.tmpl
393 -rw-rw-r-- 1 twiki twiki 1041 Jul 28 19:52 rename.tmpl
394 -rw-rw-r-- 1 twiki twiki 1397 Jul 27 10:47 searchbookview.dragon.tmpl
395 -rw-rw-r-- 1 twiki twiki 723 Jul 31 12:39 searchbookview.pattern.tmpl
396 -rw-rw-r-- 1 twiki twiki 1230 May 28 23:51 searchbookview.tmpl
397 -rw-rw-r-- 1 twiki twiki 1705 Jul 27 10:47 search.dragon.tmpl
398 -rw-rw-r-- 1 twiki twiki 722 Jul 27 10:47 searchformat.dragon.tmpl
399 -rw-rw-r-- 1 twiki twiki 157 Jul 31 12:39 searchformat.pattern.tmpl
400 rizwank 1.1 -rw-rw-r-- 1 twiki twiki 529 May 28 23:51 searchformat.tmpl
401 -rw-rw-r-- 1 twiki twiki 149 Jul 7 23:03 searchmeta.pattern.tmpl
402 -rw-rw-r-- 1 twiki twiki 149 May 28 23:51 searchmeta.tmpl
403 -rw-rw-r-- 1 twiki twiki 1638 Aug 7 17:48 search.pattern.tmpl
404 -rw-rw-r-- 1 twiki twiki 1892 Jul 27 10:47 searchrenameview.dragon.tmpl
405 -rw-rw-r-- 1 twiki twiki 1208 Aug 3 13:09 searchrenameview.pattern.tmpl
406 -rw-rw-r-- 1 twiki twiki 1615 May 28 23:51 searchrenameview.tmpl
407 -rw-rw-r-- 1 twiki twiki 1364 May 28 23:51 search.tmpl
408 -rw-rw-r-- 1 twiki twiki 3836 Jul 27 10:47 twiki.dragon.tmpl
409 -rw-rw-r-- 1 twiki twiki 3175 Aug 7 17:48 twiki.pattern.tmpl
410 -rw-rw-r-- 1 twiki twiki 2798 Jul 27 22:57 twiki.tmpl
411 -rw-rw-r-- 1 twiki twiki 1324 Jul 27 10:47 view.dragon.tmpl
412 -rw-rw-r-- 1 twiki twiki 3577 Aug 8 03:40 view.pattern.tmpl
413 -rw-rw-r-- 1 twiki twiki 425 May 28 23:51 view.plain.tmpl
414 -rw-rw-r-- 1 twiki twiki 1056 Jul 31 12:39 view.print.pattern.tmpl
415 -rw-rw-r-- 1 twiki twiki 845 May 28 23:51 view.print.tmpl
416 -rw-rw-r-- 1 twiki twiki 300 May 28 23:51 view.rss.tmpl
417 -rw-rw-r-- 1 twiki twiki 8 May 28 23:51 view.text.tmpl
418 -rw-rw-r-- 1 twiki twiki 1281 Jul 31 12:39 view.tmpl
419 </pre>
420
421 rizwank 1.1 Directory =twiki/data/=:
422
423 <pre>
424 drwxrwxr-x 7 nobody twiki 4096 Aug 7 21:13 .
425 drwxrwxr-x 4 twiki twiki 4096 Aug 7 21:13 ..
426 -rw-rw-rw- 1 twiki twiki 0 Feb 1 2003 debug.txt
427 drwxrwxr-x 2 nobody twiki 4096 Jul 16 00:36 _default
428 -rw-rw-r-- 1 twiki twiki 25 Dec 16 2003 .htpasswd.txt
429 -rw-rw-r-- 1 nobody nobody 11811 Aug 13 23:10 log200408.txt
430 drwxrwxr-x 2 nobody twiki 4096 Aug 4 21:03 Main
431 -rw-rw-r-- 1 twiki twiki 3419 Aug 13 2001 mime.types
432 drwxrwxr-x 2 nobody twiki 4096 Aug 7 21:03 Sandbox
433 drwxrwxr-x 2 nobody twiki 4096 Jul 20 18:15 Trash
434 drwxrwxr-x 2 nobody twiki 12288 Aug 13 23:10 TWiki
435 -rw-rw-rw- 1 twiki twiki 0 Aug 7 18:03 warning.txt
436 </pre>
437
438 Partial file list for =twiki/data/Main=:
439
440 * %T% _Included files come with their RCS versions histories ==.txt,v==._
441
442 rizwank 1.1 <pre>
443 drwxrwxr-x 2 nobody twiki 4096 Aug 4 21:03 .
444 drwxrwxr-x 7 nobody twiki 4096 Aug 7 21:13 ..
445 -rw-rw-rw- 1 twiki twiki 3743 Aug 4 21:03 .changes
446 -rw-rw-rw- 1 twiki twiki 9 Oct 25 2001 .mailnotify
447 -rw-r--r-- 1 nobody nobody 518 Dec 16 2003 TWikiAdminGroup.txt
448 -r--r--r-- 1 nobody nobody 2453 Dec 16 2003 TWikiAdminGroup.txt,v
449 -rw-r--r-- 1 nobody nobody 1668 Aug 4 21:03 TWikiGroups.txt
450 -r--r--r-- 1 nobody nobody 3421 Aug 4 21:03 TWikiGroups.txt,v
451 -rw-r--r-- 1 nobody nobody 686 Dec 13 2000 TWikiGuest.txt
452 -rw-r--r-- 1 nobody nobody 1995 Dec 13 2000 TWikiGuest.txt,v
453 -rw-r--r-- 1 nobody nobody 319 Dec 20 2003 TWikiPreferences.txt
454 -r--r--r-- 1 nobody nobody 508 Dec 20 2003 TWikiPreferences.txt,v
455 -rw-r--r-- 1 nobody nobody 1812 Feb 20 13:54 TWikiUsers.txt
456 -r--r--r-- 1 nobody nobody 9222 Feb 20 13:54 TWikiUsers.txt,v
457 -rw-r--r-- 1 nobody nobody 119 Jan 11 2003 TWikiVariables.txt
458 -r--r--r-- 1 nobody nobody 742 Jan 11 2003 TWikiVariables.txt,v
459 -rw-r--r-- 1 nobody nobody 124 Aug 16 2001 WebChanges.txt
460 -r--r--r-- 1 nobody nobody 526 Aug 16 2001 WebChanges.txt,v
461 -rw-r--r-- 1 nobody nobody 1842 Feb 1 2003 WebHome.txt
462 -r--r--r-- 1 nobody nobody 11862 Feb 1 2003 WebHome.txt,v
463 rizwank 1.1 -rw-r--r-- 1 nobody nobody 176 Nov 24 2001 WebIndex.txt
464 -r--r--r-- 1 nobody nobody 483 Nov 24 2001 WebIndex.txt,v
465 -rw-r--r-- 1 nobody nobody 922 Feb 3 2003 WebNotify.txt
466 -r--r--r-- 1 nobody nobody 4303 Feb 3 2003 WebNotify.txt,v
467 -rw-r--r-- 1 nobody nobody 3738 Dec 25 2003 WebPreferences.txt
468 -r--r--r-- 1 nobody nobody 10697 Dec 25 2003 WebPreferences.txt,v
469 -rw-r--r-- 1 nobody nobody 416 Jan 30 2003 WebRss.txt
470 -r--r--r-- 1 nobody nobody 605 Jan 30 2003 WebRss.txt,v
471 -rw-r--r-- 1 nobody nobody 164 Jan 18 2004 WebSearchAdvanced.txt
472 -r--r--r-- 1 nobody nobody 353 Jan 18 2004 WebSearchAdvanced.txt,v
473 -rw-r--r-- 1 nobody nobody 158 Aug 7 2001 WebSearch.txt
474 -r--r--r-- 1 nobody nobody 18332 Aug 7 2001 WebSearch.txt,v
475 -rw-r--r-- 1 nobody nobody 825 Jul 16 00:32 WebStatistics.txt
476 -r--r--r-- 1 nobody nobody 4226 Jul 16 00:32 WebStatistics.txt,v
477 -rw-r--r-- 1 nobody nobody 182 Nov 24 2001 WebTopicList.txt
478 -r--r--r-- 1 nobody nobody 371 Nov 24 2001 WebTopicList.txt,v
479 </pre>
480
481 Directory =twiki/pub/=:
482
483 <pre>
484 rizwank 1.1 drwxrwxr-x 8 nobody nobody 4096 Nov 18 12:31 .
485 drwxrwxr-x 3 twiki twiki 4096 Nov 18 12:31 ..
486 drwxrwxr-x 2 nobody nobody 4096 Apr 7 2002 Main
487 drwxrwxr-x 2 nobody nobody 4096 Apr 20 2002 Sandbox
488 drwxrwxr-x 8 nobody nobody 4096 Nov 18 12:31 TWiki
489 drwxrwxr-x 2 nobody nobody 4096 Dec 3 2001 Trash
490 -rw-rw-r-- 1 twiki twiki 1078 Jan 14 2000 favicon.ico
491 drwxrwxr-x 2 twiki twiki 4096 Nov 18 12:31 icn
492 -rw-rw-r-- 1 twiki twiki 2877 Jun 7 1999 wikiHome.gif
493 </pre>
494
495 Partial file list for =twiki/pub/icn/=:
496
497 <pre>
498 drwxrwxr-x 2 twiki twiki 4096 Nov 18 12:31 .
499 drwxrwxr-x 8 nobody nobody 4096 Nov 18 12:31 ..
500 -rw-rw-r-- 1 twiki twiki 801 Mar 26 1999 _filetypes.txt
501 -rw-rw-r-- 1 twiki twiki 143 Mar 9 1999 bat.gif
502 -rw-rw-r-- 1 twiki twiki 926 Mar 9 1999 bmp.gif
503 -rw-rw-r-- 1 twiki twiki 141 Mar 25 1999 c.gif
504 -rw-rw-r-- 1 twiki twiki 144 Mar 9 1999 dll.gif
505 rizwank 1.1 -rw-rw-r-- 1 twiki twiki 152 Mar 9 1999 doc.gif
506 </pre>
507
508 Directory =twiki/pub/TWiki=:
509
510 <pre>
511 drwxrwx--x 8 nobody nobody 4096 Nov 18 12:31 .
512 drwxrwxr-x 8 nobody nobody 4096 Nov 18 12:31 ..
513 drwxrwxr-x 2 nobody nobody 4096 Nov 18 12:31 FileAttachment
514 drwxrwxr-x 2 nobody nobody 4096 Nov 18 12:31 PreviewBackground
515 drwxrwxr-x 2 nobody nobody 4096 Nov 18 12:31 TWikiDocGraphics
516 drwxrwxr-x 2 nobody nobody 4096 Nov 18 12:31 TWikiLogos
517 drwxrwxr-x 2 nobody nobody 4096 Nov 18 12:31 TWikiTemplates
518 drwxrwxr-x 2 nobody nobody 4096 Nov 18 12:31 WabiSabi
519 </pre>
520
521 Directory =twiki/pub/TWiki/FileAttachment=:
522
523 <pre>
524 drwxrwxr-x 2 nobody nobody 4096 Nov 18 12:31 .
525 drwxrwx--x 8 nobody nobody 4096 Nov 18 12:31 ..
526 rizwank 1.1 -rw-rw-r-- 1 nobody nobody 30 Jul 22 1999 Sample.txt
527 -rw-rw-r-- 1 nobody nobody 94 Jun 7 1999 Smile.gif
528 -r--r--r-- 1 nobody nobody 81 Aug 15 10:14 Smile.gif,v
529 </pre>
530
531 -- TWiki:Main.PeterThoeny - 29 Aug 2004 <br />
532 -- TWiki:Main.MikeMannix - 16 May 2002 <br />
533 -- TWiki:Main.ArthurClemens - 08 Aug 2004
534
535 %STOPINCLUDE%
536
537 %META:TOPICMOVED{by="MikeMannix" date="1000524678" from="TWiki.DocsATWikiFileSystem" to="TWiki.AppendixFileSystem"}%
|