summaryrefslogtreecommitdiff
path: root/TWiki/TWikiImplementationNotes.mdwn
diff options
context:
space:
mode:
authorJohn Talintyre <john.talintyre@drkw.com>2001-08-28 08:19:39 +0000
committerJohn Talintyre <john.talintyre@drkw.com>2001-08-28 08:19:39 +0000
commit57cc1962503c278ffd63ab912265374406f93d1a (patch)
tree604b63ea8510bf6d39a71cb1280ca6aef9c0e743 /TWiki/TWikiImplementationNotes.mdwn
parent4a884b9ef0e388843017ad8a29fb31c507900d15 (diff)
none
Diffstat (limited to 'TWiki/TWikiImplementationNotes.mdwn')
-rw-r--r--TWiki/TWikiImplementationNotes.mdwn30
1 files changed, 23 insertions, 7 deletions
diff --git a/TWiki/TWikiImplementationNotes.mdwn b/TWiki/TWikiImplementationNotes.mdwn
index dd17f399..c6f34cd7 100644
--- a/TWiki/TWikiImplementationNotes.mdwn
+++ b/TWiki/TWikiImplementationNotes.mdwn
@@ -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 (<span style="background:"><font color="">File Attachments</font></span><a href="http://LOCATION/FileAttachments">?</a>, images) </td>
+ <td> Public files (<span style="background:"><font color="">File Attachments</font></span><a href="http://LOCATION/FileAttachments">?</a>, 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>
-- [[Main/MikeMannix]] - 26 Aug 2001