diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-09-15 06:33:25 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-09-15 06:33:25 +0000 |
commit | 7d03fde07afe8d06f7620d57b9e500d45c751a31 (patch) | |
tree | 63d5577f09984d6e9b28a2a8dc62113458f2e9df | |
parent | aaf56a1aaefe45ef8a79c0ab171acba25ef71ac1 (diff) |
none
-rw-r--r-- | TWiki/AppendixFileSystem.mdwn | 209 |
1 files changed, 140 insertions, 69 deletions
diff --git a/TWiki/AppendixFileSystem.mdwn b/TWiki/AppendixFileSystem.mdwn index d71e2b4d..af8d9655 100644 --- a/TWiki/AppendixFileSystem.mdwn +++ b/TWiki/AppendixFileSystem.mdwn @@ -107,10 +107,6 @@ Perl CGI scripts. _Full file list:_ <td> Script that shows the attach file page (<span style="background:"><font color="">File Attachment</font></span><a href="http://LOCATION/FileAttachment">?</a>) </td> </tr> <tr> - <td><code>delete</code></td> - <td> (not used yet) </td> - </tr> - <tr> <td><code>edit</code></td> <td> Script to edit a topic </td> </tr> @@ -119,6 +115,10 @@ Perl CGI scripts. _Full file list:_ <td> Script to fetch URL data </td> </tr> <tr> + <td><code>installpasswd</code></td> + <td> Script to install new password by admin </td> + </tr> + <tr> <td><code>mailnotify</code></td> <td> Script called by cron job to notify users of changes </td> </tr> @@ -127,6 +127,10 @@ Perl CGI scripts. _Full file list:_ <td> Script that shows an OK or oops dialog </td> </tr> <tr> + <td><code>passwd</code></td> + <td> Script to reset and change password </td> + </tr> + <tr> <td><code>preview</code></td> <td> Script to preview topic after edit </td> </tr> @@ -135,14 +139,14 @@ Perl CGI scripts. _Full file list:_ <td> Script to see differences of topics </td> </tr> <tr> - <td><code>rename</code></td> - <td> Script to rename/move topics and move attachments </td> - </tr> - <tr> <td><code>register</code></td> <td> Script to register new users </td> </tr> <tr> + <td><code>rename</code></td> + <td> Script to rename/move topics and move attachments </td> + </tr> + <tr> <td><code>save</code></td> <td> Script that saves a topic, called by preview </td> </tr> @@ -176,7 +180,7 @@ Perl CGI scripts. _Full file list:_ ### <a name="Files_under_twiki_lib_code_"> Files under `twiki/lib` </a> -The new `lib/TWiki/Plugins` directories contain configuration, library and function files, and [[TWikiDocumentation]]. _Full file list:_ +The new `lib/TWiki/Plugins` directories contain configuration, library and function files, and [[TWikiPlugins]]. _Full file list:_ <table border="1" cellpadding="1" cellspacing="0"> <tr> @@ -184,14 +188,14 @@ The new `lib/TWiki/Plugins` directories contain configuration, library and funct <th bgcolor="#99CCCC"><strong>Used for:</strong></th> </tr> <tr> - <td><code>TWiki.pm</code></td> - <td> Main TWiki library </td> - </tr> - <tr> <td><code>TWiki.cfg</code></td> <td> For configuration, used by <code>TWiki.pm</code></td> </tr> <tr> + <td><code>TWiki.pm</code></td> + <td> Main TWiki library </td> + </tr> + <tr> <td><code>TWiki/Access.pm</code></td> <td> Access control </td> </tr> @@ -204,6 +208,10 @@ The new `lib/TWiki/Plugins` directories contain configuration, library and funct <td> Form handling </td> </tr> <tr> + <td><code>TWiki/Func.pm</code></td> + <td> Public functions that Plugins may use </td> + </tr> + <tr> <td><code>TWiki/Meta.pm</code></td> <td> Meta data in topics </td> </tr> @@ -277,6 +285,10 @@ The `pub` directory stores data-related files, including images used by TWiki an <td> GIF file </td> </tr> <tr> + <td><code>twikilogo88x31</code></td> + <td> GIF file </td> + </tr> + <tr> <td><code>wikiHome.gif</code></td> <td> GIF file </td> </tr> @@ -320,13 +332,17 @@ The `pub` directory stores data-related files, including images used by TWiki an <td><code>TWiki/WabiSabi/wabisabi.gif</code></td> <td> GIF file </td> </tr> + <tr> + <td><code>Know/IncorrectDllVersionW32PTH10DLL/W32PTH10.DLL</code></td> + <td> DLL file </td> + </tr> </table> <a name="DataFiles"></a> ### <a name="Files_under_twiki_data_code_"> Files under `twiki/data` </a> -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:_ +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, a `Trash` web, and a `_default` directory containing all topics required to start a new web. _Partial file list:_ <table border="1" cellpadding="1" cellspacing="0"> <tr> @@ -357,6 +373,10 @@ TWiki page data stored as individual text files. Each active web has its own sub <td> Web-level record of topic changes </td> </tr> <tr> + <td><code>_default/.mailnotify</code></td> + <td> Web-level timstamp of last e-mail notification </td> + </tr> + <tr> <td><code>_default/WebChanges.txt</code></td> <td> Display most recent topic changes in web </td> </tr> @@ -430,8 +450,8 @@ Templates used to control appearance of all rendered pages. _Full file list:_ <th bgcolor="#99CCCC"><strong>Used for:</strong></th> </tr> <tr> - <td><code>oopsbadpwformat.tmpl</code></td> - <td> Error message </td> + <td><code>attach.tmpl</code></td> + <td> Attach file control screen </td> </tr> <tr> <td><code>attachagain.tmpl</code></td> @@ -451,7 +471,7 @@ Templates used to control appearance of all rendered pages. _Full file list:_ </tr> <tr> <td><code>edit.iejs.tmpl</code></td> - <td> Edit screen </td> + <td> Edit window with IE specific <span style="background:"><font color="">Java Script</font></span><a href="http://LOCATION/JavaScript">?</a></td> </tr> <tr> <td><code>edit.tmpl</code></td> @@ -486,7 +506,7 @@ Templates used to control appearance of all rendered pages. _Full file list:_ <td> Error message </td> </tr> <tr> - <td><code>attach.tmpl</code></td> + <td><code>oopsbadpwformat.tmpl</code></td> <td> Error message </td> </tr> <tr> @@ -510,6 +530,10 @@ Templates used to control appearance of all rendered pages. _Full file list:_ <td> Error message </td> </tr> <tr> + <td><code>oopsmore.tmpl</code></td> + <td> More topic actions message </td> + </tr> + <tr> <td><code>oopsmoveerr.tmpl</code></td> <td> Error message </td> </tr> @@ -639,11 +663,11 @@ Templates used to control appearance of all rendered pages. _Full file list:_ </tr> <tr> <td><code>view.plain.tmpl</code></td> - <td> Alternate topic header/footer view </td> + <td> Printable topic view with reduced header/footer </td> </tr> <tr> <td><code>view.print.tmpl</code></td> - <td> Alternate topic header/footer view </td> + <td> Topic view without header/footer </td> </tr> <tr> <td><code>view.tmpl</code></td> @@ -657,59 +681,106 @@ The following partial directory listings from a Linux installation show typical Directory `twiki/bin`: - drwxrwxr-x 2 twiki twiki 4096 Jun 17 16:34 . - drwxrwxr-x 3 twiki twiki 4096 Jun 17 16:34 .. - -rw-rw-r-- 1 twiki twiki 650 Feb 10 2000 .htaccess - -rwxrwxr-x 1 twiki twiki 4322 Mar 12 00:31 attach - -rwxrwxr-x 1 twiki twiki 1426 Jun 20 19:52 delete - -rwxrwxr-x 1 twiki twiki 9001 Jul 28 11:03 edit - -rwxrwxr-x 1 twiki twiki 1811 Mar 11 02:27 geturl - -rwxrwxr-x 1 twiki twiki 5006 Mar 11 02:41 mailnotify - -rwxrwxr-x 1 twiki twiki 1769 Mar 11 03:07 oops - -rwxrwxr-x 1 twiki twiki 6890 Jun 21 19:58 preview - -rwxrwxr-x 1 twiki twiki 7606 Mar 31 18:30 rdiff - -rwxrwxr-x 1 twiki twiki 8349 Jun 21 18:12 register - -rwxrwxr-x 1 twiki twiki 2693 Jul 5 14:32 save - -rwxrwxr-x 1 twiki twiki 3831 Jul 20 12:13 search - -rwxrwxr-x 1 twiki twiki 9835 Jun 20 19:03 statistics - -rwxrwxr-x 1 twiki twiki 509 Feb 7 2000 testenv - -rwxrwxr-x 1 twiki twiki 14543 Jul 20 18:46 upload - -rwxrwxr-x 1 twiki twiki 4755 May 22 18:11 view - -rwxrwxr-x 1 twiki twiki 1689 Jun 20 20:10 viewfile + drwxrwxr-x 2 twiki twiki 4096 Sep 14 22:45 . + drwxrwxr-x 5 twiki twiki 4096 Aug 3 01:57 .. + -rw-rw-r-- 1 twiki twiki 895 Aug 25 01:32 .htaccess + -rw-rw-r-- 1 twiki twiki 782 Aug 25 01:32 .htaccess.txt + -rw-rwxr-x 1 twiki twiki 4819 Sep 7 01:44 attach + -rwxrwxr-x 1 twiki twiki 3381 Jul 21 18:41 changes + -rw-rwxr-x 1 twiki twiki 8056 Sep 3 22:44 edit + -rwxrwxr-x 1 twiki twiki 1736 Nov 17 2000 geturl + -rwxrwxr-x 1 twiki twiki 4481 Aug 21 19:10 installpasswd + -rwxrwxr-x 1 twiki twiki 5829 Aug 21 22:03 mailnotify + -rwxrwxr-x 1 twiki twiki 4512 Aug 25 22:10 makedistrib + -rw-rwxr-x 1 twiki twiki 2254 Aug 21 19:25 oops + -rwxrwxr-x 1 twiki twiki 6399 Aug 22 18:31 passwd + -rw-rwxr-x 1 twiki twiki 5315 Sep 3 22:45 preview + -rwxrwxr-x 1 twiki twiki 8946 Sep 8 18:35 rdiff + -rw-rwxr-x 1 twiki twiki 9199 Aug 25 21:02 register + -rwxrwxr-x 1 twiki twiki 13481 Sep 7 21:17 rename + -rw-rwxr-x 1 twiki twiki 4645 Sep 7 01:44 save + -rwxrwxr-x 1 twiki twiki 4166 Jul 21 18:45 search + -rw-rwxr-x 1 twiki twiki 10006 Sep 7 01:42 statistics + -rwxrwxr-x 1 twiki twiki 9356 Aug 31 10:04 testenv + -rw-rwxr-x 1 twiki twiki 13782 Aug 21 22:17 upload + -rwxrwxr-x 1 twiki twiki 10164 Sep 8 18:24 view + -rw-rwxr-x 1 twiki twiki 2773 Sep 13 17:21 viewfile Directory `twiki/templates/`: - drwxrwxr-x 4 twiki twiki 4096 Aug 3 01:17 . - drwxrwxr-x 4 twiki twiki 4096 Aug 19 18:38 .. - drwxrwxr-x 2 twiki twiki 4096 Jun 17 16:35 Know - drwxrwxr-x 2 twiki twiki 4096 May 1 01:24 Main - -rw-rw-r-- 1 twiki twiki 2688 Aug 15 18:15 attach.tmpl - -rw-rw-r-- 1 twiki twiki 1283 Jul 20 15:56 attachtable.tmpl - -rw-rw-r-- 1 twiki twiki 1907 Jul 28 16:41 changes.tmpl - -rw-rw-r-- 1 twiki twiki 2265 Aug 15 17:57 edit.tmpl - -rw-rw-r-- 1 twiki twiki 965 Feb 8 2000 mailnotify.tmpl - -rw-rw-r-- 1 twiki twiki 30 Jan 13 1999 notedited.tmpl - -rw-rw-r-- 1 twiki twiki 940 Jul 20 15:59 notext.tmpl - -rw-rw-r-- 1 twiki twiki 907 Jul 20 16:01 notwiki.tmpl - -rw-rw-r-- 1 twiki twiki 341 Mar 8 11:39 noweb.tmpl - -rw-rw-r-- 1 twiki twiki 1000 Mar 8 11:40 oops.tmpl - -rw-rw-r-- 1 twiki twiki 1043 Oct 23 19:17 oopsaccesschange.tmpl - -rw-rw-r-- 1 twiki twiki 1036 Oct 23 19:17 oopsaccessview.tmpl - -rw-rw-r-- 1 twiki twiki 914 Mar 8 11:40 oopsdel.tmpl - -rw-rw-r-- 1 twiki twiki 1423 May 29 01:23 oopslocked.tmpl - -rw-rw-r-- 1 twiki twiki 1067 Mar 8 11:41 oopsregexist.tmpl - -rw-rw-r-- 1 twiki twiki 955 Mar 8 11:41 oopsregpasswd.tmpl + drwxrwxr-x 2 twiki twiki 4096 Sep 8 00:47 . + drwxrwxr-x 4 twiki twiki 4096 Sep 10 23:21 .. + -rw-rw-r-- 1 twiki twiki 2573 Aug 31 13:06 attach.tmpl + -rw-rw-r-- 1 twiki twiki 1604 Aug 3 14:52 attachagain.tmpl + -rw-rw-r-- 1 twiki twiki 449 Aug 3 14:47 attachnew.tmpl + -rw-rw-r-- 1 twiki twiki 1309 Sep 3 22:47 changeform.tmpl + -rw-rw-r-- 1 twiki twiki 1619 Aug 31 13:16 changes.tmpl + -rw-rw-r-- 1 twiki twiki 11842 Sep 10 19:00 edit.iejs.tmpl + -rw-rw-r-- 1 twiki twiki 2603 Sep 3 22:48 edit.tmpl + -rw-rw-r-- 1 twiki twiki 981 May 28 20:14 mailnotify.tmpl + -rw-rw-r-- 1 twiki twiki 1499 Aug 31 13:16 moveattachment.tmpl + -rw-rw-r-- 1 twiki twiki 570 Aug 1 01:24 oopsaccesschange.tmpl + -rw-rw-r-- 1 twiki twiki 586 Aug 1 01:24 oopsaccessgroup.tmpl + -rw-rw-r-- 1 twiki twiki 573 Aug 1 01:47 oopsaccessrename.tmpl + -rw-rw-r-- 1 twiki twiki 573 Aug 1 01:24 oopsaccessview.tmpl + -rw-rw-r-- 1 twiki twiki 1014 Aug 1 01:25 oopsauth.tmpl + -rw-rw-r-- 1 twiki twiki 405 Aug 1 01:49 oopsbadpwformat.tmpl + -rw-rw-r-- 1 twiki twiki 344 Jul 31 10:16 oopschangepasswd.tmpl + -rw-rw-r-- 1 twiki twiki 624 Jul 31 02:09 oopsempty.tmpl + -rw-rw-r-- 1 twiki twiki 918 Jul 31 02:20 oopslocked.tmpl + -rw-rw-r-- 1 twiki twiki 590 Jul 31 10:25 oopslockedrename.tmpl + -rw-rw-r-- 1 twiki twiki 328 Jul 31 10:26 oopsmissing.tmpl + -rw-rw-r-- 1 twiki twiki 2158 Sep 13 02:03 oopsmore.tmpl + -rw-rw-r-- 1 twiki twiki 407 Aug 1 10:22 oopsmoveerr.tmpl + -rw-rw-r-- 1 twiki twiki 1136 Aug 1 01:30 oopsnoformdef.tmpl + -rw-rw-r-- 1 twiki twiki 522 Aug 1 01:31 oopsnotwikiuser.tmpl + -rw-rw-r-- 1 twiki twiki 413 Jul 31 02:07 oopsnoweb.tmpl + -rw-rw-r-- 1 twiki twiki 393 Aug 1 01:32 oopspreview.tmpl + -rw-rw-r-- 1 twiki twiki 462 Aug 1 01:32 oopsregexist.tmpl + -rw-rw-r-- 1 twiki twiki 345 Aug 1 00:52 oopsregpasswd.tmpl + -rw-rw-r-- 1 twiki twiki 356 Aug 1 00:53 oopsregrequ.tmpl + -rw-rw-r-- 1 twiki twiki 540 Aug 1 01:57 oopsregthanks.tmpl + -rw-rw-r-- 1 twiki twiki 679 Aug 1 01:02 oopsregwiki.tmpl + -rw-rw-r-- 1 twiki twiki 411 Aug 1 10:23 oopsrenameerr.tmpl + -rw-rw-r-- 1 twiki twiki 483 Aug 1 01:59 oopsresetpasswd.tmpl + -rw-rw-r-- 1 twiki twiki 921 Sep 7 23:47 oopsrev.tmpl + -rw-rw-r-- 1 twiki twiki 774 Aug 1 01:35 oopssave.tmpl + -rw-rw-r-- 1 twiki twiki 477 Aug 1 02:01 oopssaveerr.tmpl + -rw-rw-r-- 1 twiki twiki 452 Aug 1 01:37 oopssendmailerr.tmpl + -rw-rw-r-- 1 twiki twiki 379 Aug 1 10:23 oopstopicexists.tmpl + -rw-rw-r-- 1 twiki twiki 342 Jul 31 10:09 oopsupload.tmpl + -rw-rw-r-- 1 twiki twiki 364 Aug 1 02:05 oopswrongpassword.tmpl + -rw-rw-r-- 1 twiki twiki 2584 Sep 3 22:49 preview.tmpl + -rw-rw-r-- 1 twiki twiki 1539 Sep 8 18:29 rdiff.tmpl + -rw-rw-r-- 1 twiki twiki 552 Jul 14 19:23 register.tmpl + -rw-rw-r-- 1 twiki twiki 1151 Aug 23 16:38 registernotify.tmpl + -rw-rw-r-- 1 twiki twiki 789 Aug 8 23:32 rename.tmpl + -rw-rw-r-- 1 twiki twiki 2310 Sep 10 14:56 renamebase.tmpl + -rw-rw-r-- 1 twiki twiki 475 Aug 3 16:53 renameconfirm.tmpl + -rw-rw-r-- 1 twiki twiki 589 Aug 8 23:32 renamerefs.tmpl + -rw-rw-r-- 1 twiki twiki 1792 Aug 31 18:38 search.tmpl + -rw-rw-r-- 1 twiki twiki 1650 Aug 31 18:38 searchbookview.tmpl + -rw-rw-r-- 1 twiki twiki 149 Sep 13 02:00 searchmeta.tmpl + -rw-rw-r-- 1 twiki twiki 2044 Aug 31 18:38 searchrenameview.tmpl + -rw-rw-r-- 1 twiki twiki 2246 Aug 31 13:08 twiki.tmpl + -rw-rw-r-- 1 twiki twiki 418 Aug 31 13:07 view.plain.tmpl + -rw-rw-r-- 1 twiki twiki 826 Aug 31 13:08 view.print.tmpl + -rw-rw-r-- 1 twiki twiki 1770 Sep 8 00:32 view.tmpl Directory `twiki/data/`: - drwxrwxrwx 6 nobody nobody 4096 Aug 3 01:09 . - drwxrwxr-x 4 twiki twiki 4096 Aug 19 18:38 .. - -rw-rw-r-- 1 nobody nobody 51 Apr 21 16:48 .htpasswd - drwxrwxrwx 2 nobody nobody 4096 Aug 20 17:18 Know - drwxrwxrwx 2 nobody nobody 4096 Aug 19 04:15 Main - drwxrwxrwx 2 nobody nobody 4096 Aug 20 17:56 TWiki - -rw-rw-rw- 1 twiki twiki 1 Mar 11 04:19 debug.txt - -rw-r--r-- 1 nobody nobody 1516 Aug 20 17:56 log200008.txt + drwxrwxr-x 8 nobody nobody 4096 Sep 7 01:04 . + drwxrwxr-x 4 nobody nobody 4096 Sep 10 23:21 .. + -rw-rw-rw- 1 twiki twiki 159 Aug 24 19:49 .htpasswd + drwxrwxr-x 2 nobody nobody 4096 Sep 9 02:45 Know + drwxrwxr-x 2 nobody nobody 4096 Sep 9 02:45 Main + drwxrwxr-x 2 nobody nobody 8192 Sep 14 23:22 TWiki + drwxrwxr-x 2 nobody nobody 4096 Sep 9 02:45 Test + drwxrwxr-x 2 nobody nobody 4096 Sep 14 12:04 Trash + drwxrwxr-x 2 nobody nobody 4096 Sep 9 02:45 _default + -rw-rw-rw-- 1 twiki twiki 0 Jul 1 02:20 debug.txt + -rw-rw-r-- 1 twiki twiki 3419 Aug 13 00:15 mime.types + -rw-rw-rw-- 1 twiki twiki 0 Jul 1 02:19 warning.txt Partial file list for `twiki/data/Main`: @@ -733,7 +804,6 @@ Directory `twiki/pub/`: drwxrwxrwx 6 nobody nobody 4096 Aug 3 01:21 . drwxrwxr-x 3 twiki twiki 4096 Jun 17 16:35 .. drwxrwxrwx 3 nobody nobody 4096 Jun 17 16:35 Know - drwxrwxrwx 2 nobody nobody 4096 Aug 3 01:21 Main drwxrwxrwx 3 nobody nobody 4096 Aug 3 01:21 TWiki -rw-rw-r-- 1 twiki twiki 1078 Jan 14 2000 favicon.ico drwxrwxr-x 2 twiki twiki 4096 Jun 17 16:35 icn @@ -742,6 +812,7 @@ Directory `twiki/pub/`: -rw-rw-r-- 1 twiki twiki 6125 Oct 5 1999 twikilogo2.gif -rw-rw-r-- 1 twiki twiki 7218 Oct 5 1999 twikilogo3.gif -rw-rw-r-- 1 twiki twiki 6710 Oct 5 1999 twikilogo4.gif + -rw-rw-r-- 1 twiki twiki 3501 Sep 14 11:57 twikilogo88x31.gif -rw-rw-r-- 1 twiki twiki 2877 Jun 7 1999 wikiHome.gif Partial file list for `twiki/pub/icn/`: @@ -755,4 +826,4 @@ Partial file list for `twiki/pub/icn/`: -rw-rw-r-- 1 twiki twiki 144 Mar 9 1999 dll.gif -rw-rw-r-- 1 twiki twiki 152 Mar 9 1999 doc.gif --- [[Main/MikeMannix]] - 14 Sep 2001 <br /> +-- [[Main/MikeMannix]] - 14 Sep 2001 <br /> -- [[Main/PeterThoeny]] - 14 Sep 2001 <br /> |