none
[openafs-wiki.git] / TWiki / TWikiSystemRequirements.mdwn
1 **_Platform_**
2
3 TWiki is written in PERL 5, but it uses also many shell command. The current implementation runs only on a Unix machine. RCS for revision control must be installed on the system.
4
5 **_Directories_**
6
7 <table border="1" cellpadding="0" cellspacing="0">
8   <tr>
9     <th bgcolor="#99CCCC"><strong> Directory: </strong></th>
10     <th bgcolor="#99CCCC"><strong> Used for: </strong></th>
11   </tr>
12   <tr>
13     <td> twiki/bin </td>
14     <td> TWiki PERL scripts </td>
15   </tr>
16   <tr>
17     <td> twiki/pub </td>
18     <td> Public files ([[Main/FileAttachments]], images) </td>
19   </tr>
20   <tr>
21     <td> twiki/data </td>
22     <td> source text </td>
23   </tr>
24   <tr>
25     <td> twiki/templates </td>
26     <td> HTML templates, used by TWiki scripts </td>
27   </tr>
28 </table>
29
30 **_Files in twiki/bin_**
31
32 <table border="1" cellpadding="0" cellspacing="0">
33   <tr>
34     <th bgcolor="#99CCCC"><strong> File: </strong></th>
35     <th bgcolor="#99CCCC"><strong> Used for: </strong></th>
36   </tr>
37   <tr>
38     <td> .htaccess.txt </td>
39     <td> Authentication. Rename to .htaccess and customize if used </td>
40   </tr>
41   <tr>
42     <td> attach </td>
43     <td> Script that shows the attach file page ([[Main/FileAttachment]]) </td>
44   </tr>
45   <tr>
46     <td> changes </td>
47     <td> Script that shows recent changes </td>
48   </tr>
49   <tr>
50     <td> delete </td>
51     <td> (not used yet) </td>
52   </tr>
53   <tr>
54     <td> edit </td>
55     <td> Script to edit a topic </td>
56   </tr>
57   <tr>
58     <td> geturl </td>
59     <td> Script to fetch URL data </td>
60   </tr>
61   <tr>
62     <td> mailnotify </td>
63     <td> Script called by cron job to notify users of changes </td>
64   </tr>
65   <tr>
66     <td> oops </td>
67     <td> Script that shows a OK or oops dialog </td>
68   </tr>
69   <tr>
70     <td> preview </td>
71     <td> Script to preview topic after edit </td>
72   </tr>
73   <tr>
74     <td> rdiff </td>
75     <td> Script to see differences of topics </td>
76   </tr>
77   <tr>
78     <td> register </td>
79     <td> Script to register new users </td>
80   </tr>
81   <tr>
82     <td> save </td>
83     <td> Script that saves a topic, called by preview </td>
84   </tr>
85   <tr>
86     <td> search </td>
87     <td> Script that displays search results </td>
88   </tr>
89   <tr>
90     <td> statistics </td>
91     <td> Script to create statistics topic </td>
92   </tr>
93   <tr>
94     <td> testenv </td>
95     <td> Script to test CGI environment variables </td>
96   </tr>
97   <tr>
98     <td> upload </td>
99     <td> Script that does file upload ([[Main/FileAttachment]]) </td>
100   </tr>
101   <tr>
102     <td> view </td>
103     <td> Script to view a topic ( <strong>the</strong> script ) </td>
104   </tr>
105   <tr>
106     <td> viewfile </td>
107     <td> Script to view an file attachment </td>
108   </tr>
109   <tr>
110     <td> wiki.pm </td>
111     <td> main TWiki library </td>
112   </tr>
113   <tr>
114     <td> wikicfg.pm </td>
115     <td> for initialization and configuration, used by wiki.pm </td>
116   </tr>
117   <tr>
118     <td> wikisearch.pm </td>
119     <td> search engine, used by wiki.pm </td>
120   </tr>
121 </table>
122
123 -- [[PeterThoeny]] - 21 Apr 2000 <br />