none
authorJohnTalintyre <JohnTalintyre>
Tue, 28 Aug 2001 08:19:39 +0000 (08:19 +0000)
committerJohnTalintyre <JohnTalintyre>
Tue, 28 Aug 2001 08:19:39 +0000 (08:19 +0000)
TWiki/TWikiSystemRequirements.mdwn

index b2a1b3d..e8155f0 100644 (file)
@@ -21,7 +21,7 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem
   <tr>
     <td> Non-standard Perl modules </td>
     <td>   </td>
-    <td>   </td>
+    <td><code>MIME::Base64</code>, Digest::SHA1 (for password generation) </td>
   </tr>
   <tr>
     <td> Optional Perl modules </td>
@@ -31,17 +31,17 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem
   <tr>
     <td> RCS </td>
     <td align="center"> 5.7 </td>
-    <td align="center"> 5.7 </td>
+    <td align="center"> 5.7 (including <code>diff</code></td>
   </tr>
   <tr>
     <td> Other external programs </td>
-    <td align="center"> ls, fgrep, egrep </td>
-    <td align="center"> ? </td>
+    <td align="center"><code>ls</code>, <code>fgrep</code>, <code>egrep</code></td>
+    <td align="center"><code>ls</code>, <code>fgrep</code>, <code>egrep</code></td>
   </tr>
   <tr>
     <td> Web server </td>
     <td align="center"> Apache </td>
-    <td align="center"> ? </td>
+    <td align="center"> Apache, IIS </td>
   </tr>
 </table>
 
@@ -66,11 +66,11 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem
   </tr>
   <tr>
     <td><code><b>twiki/pub</b></code></td>
-    <td> Public files ([[Main/FileAttachments]], images) </td>
+    <td> Public files ([[Main/FileAttachments]], images), plus RCS histories </td>
   </tr>
   <tr>
     <td><code><b>twiki/data</b></code></td>
-    <td> source text </td>
+    <td> source (topic) text, including RCS histories </td>
   </tr>
   <tr>
     <td><code><b>twiki/templates</b></code></td>
@@ -122,6 +122,10 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem
     <td> Script to see differences of topics </td>
   </tr>
   <tr>
+    <td><code><b>rename</b></code></td>
+    <td> Script to rename/move topics and move attachments </td>
+  </tr>
+  <tr>
     <td><code><b>register</b></code></td>
     <td> Script to register new users </td>
   </tr>
@@ -184,6 +188,14 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem
     <td> Access control </td>
   </tr>
   <tr>
+    <td><code><b>Attach.pm</b></code></td>
+    <td> Attachment handling </td>
+  </tr>
+  <tr>
+    <td><code><b>Meta.pm</b></code></td>
+    <td> Meta data in topics </td>
+  </tr>
+  <tr>
     <td><code><b>Net.pm</b></code></td>
     <td> SMTP mail handling </td>
   </tr>
@@ -220,6 +232,10 @@ TWiki is written in Perl 5 and also uses some shell commands. The current implem
     <td><code><b>EmptyPlugin.pm</b></code></td>
     <td> Empty plugin, use to create your own </td>
   </tr>
+  <tr>
+    <td><code><b>InterwikiPlugin.pm</b></code></td>
+    <td> Refer to external Wikis and other Web sites </td>
+  </tr>
 </table>
 
 -- [[MikeMannix]] - 26 Aug 2001