Remove old TWiki pages
[openafs-wiki.git] / TWiki / TWikiSystemRequirements.mdwn
diff --git a/TWiki/TWikiSystemRequirements.mdwn b/TWiki/TWikiSystemRequirements.mdwn
deleted file mode 100644 (file)
index 461e22a..0000000
+++ /dev/null
@@ -1,225 +0,0 @@
-# <a name="TWiki System Requirements"></a> TWiki System Requirements
-
-_Server and client requirements_
-
-Low client and server base requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions. Many [[Plugins|TWiki:Plugins/PluginPackage]] and [[contrib modules|TWiki:Plugins/ContribPackage]] exist which enhance and expand TWiki's capabilities; they may have additional requirements.
-
-<div>
-  <ul>
-    <li><a href="#TWiki System Requirements"> TWiki System Requirements</a><ul>
-        <li><a href="#Server Requirements"> Server Requirements</a><ul>
-            <li><a href="#Required CPAN Modules"> Required CPAN Modules</a></li>
-            <li><a href="#Optional CPAN Modules"> Optional CPAN Modules</a></li>
-          </ul>
-        </li>
-        <li><a href="#Client Requirements"> Client Requirements</a></li>
-        <li><a href="#Important note about TWiki Plugi"> Important note about TWiki Plugins</a></li>
-      </ul>
-    </li>
-  </ul>
-</div>
-
-## <a name="Server Requirements"></a> Server Requirements
-
-TWiki is written in Perl 5, uses a number of shell commands, and requires [RCS (Revision Control System)](http://www.gnu.org/software/rcs/rcs.html), a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements.
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> Resource </strong></th>
-    <th bgcolor="#99CCCC"><strong> Required Server Environment * </strong></th>
-  </tr>
-  <tr>
-    <td> Perl </td>
-    <td> 5.6.1 or higher (5.8.4 or higher is recommended) </td>
-  </tr>
-  <tr>
-    <td> RCS </td>
-    <td> 5.7 or higher (including GNU <code>diff</code>) %BR% Optional, TWiki includes a pure perl implementation of RCS that can be used instead (although it's slower) </td>
-  </tr>
-  <tr>
-    <td> GNU <code>diff</code></td>
-    <td> GNU <code>diff</code> 2.7 or higher is required when not using the all-Perl RcsLite. %BR% Install on PATH if not included with RCS (check version with <code>diff -v</code>) %BR% Must be the version used by RCS, to avoid problems with binary attachments - RCS may have hard-coded path to <code>diff</code></td>
-  </tr>
-  <tr>
-    <td> GNU <code>patch</code></td>
-    <td> For upgrades only: GNU <code>patch</code> is required when using the TWiki:Codev.UpgradeTWiki script </td>
-  </tr>
-  <tr>
-    <td> GNU <code>fgrep</code>, <code>egrep</code></td>
-    <td> Modify command line parameters in configure if you use non-GNU grep programs </td>
-  </tr>
-  <tr>
-    <td> Cron/scheduler </td>
-    <td> %BULLET% Unix: <code>cron</code> %BB% Windows: <code>cron</code> equivalents </td>
-  </tr>
-  <tr>
-    <td> Web server </td>
-    <td> Apache is well supported; see TWiki:TWiki.InstallingTWiki#OtherWebServers for other servers </td>
-  </tr>
-</table>
-
-### <a name="Required CPAN Modules"></a> Required CPAN Modules
-
-The following Perl modules are used by TWiki:
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> Module </strong></th>
-    <th bgcolor="#99CCCC"><strong> Preferred version </strong></th>
-  </tr>
-  <tr>
-    <td> Algorithm::Diff (included in TWiki distribution) </td>
-    <td>   </td>
-  </tr>
-  <tr>
-    <td> CGI::Carp </td>
-    <td> &gt;=1.26 </td>
-  </tr>
-  <tr>
-    <td> Config </td>
-    <td> &gt;=0 </td>
-  </tr>
-  <tr>
-    <td> Cwd </td>
-    <td> &gt;=3.05 </td>
-  </tr>
-  <tr>
-    <td> Data::Dumper </td>
-    <td> &gt;=2.121 </td>
-  </tr>
-  <tr>
-    <td> Encode </td>
-    <td> &gt;=2.1 </td>
-  </tr>
-  <tr>
-    <td> Error (included in TWiki distribution) </td>
-    <td>   </td>
-  </tr>
-  <tr>
-    <td> File::Copy </td>
-    <td> &gt;=2.06 </td>
-  </tr>
-  <tr>
-    <td> File::Find </td>
-    <td> &gt;=1.05 </td>
-  </tr>
-  <tr>
-    <td> File::Spec </td>
-    <td> &gt;=3.05 </td>
-  </tr>
-  <tr>
-    <td> File::Temp </td>
-    <td> (included with perl 5.6 and later) </td>
-  </tr>
-  <tr>
-    <td> FileHandle </td>
-    <td> &gt;=2.01 </td>
-  </tr>
-  <tr>
-    <td> IO::File </td>
-    <td> &gt;=1.10 </td>
-  </tr>
-  <tr>
-    <td> Text::Diff (included in TWiki distribution) </td>
-    <td>   </td>
-  </tr>
-  <tr>
-    <td> Time::Local </td>
-    <td> &gt;=1.11 </td>
-  </tr>
-</table>
-
-### <a name="Optional CPAN Modules"></a> Optional CPAN Modules
-
-The following Perl modules may be used by TWiki:
-
-<table border="1" cellpadding="0" cellspacing="0">
-  <tr>
-    <th bgcolor="#99CCCC"><strong> Module </strong></th>
-    <th bgcolor="#99CCCC"><strong> Preferred version </strong></th>
-    <th bgcolor="#99CCCC"><strong> Description </strong></th>
-  </tr>
-  <tr>
-    <td> CGI::Cookie </td>
-    <td> &gt;=1.24 </td>
-    <td> Used for session support </td>
-  </tr>
-  <tr>
-    <td> CGI::Session </td>
-    <td> &gt;=3.95 </td>
-    <td> Used for session support </td>
-  </tr>
-  <tr>
-    <td> Digest::base </td>
-    <td>   </td>
-    <td>   </td>
-  </tr>
-  <tr>
-    <td> Digest::SHA1 </td>
-    <td>   </td>
-    <td>   </td>
-  </tr>
-  <tr>
-    <td> Jcode </td>
-    <td>   </td>
-    <td> Used for I18N support with perl 5.6 </td>
-  </tr>
-  <tr>
-    <td> Locale::Maketext::Lexicon </td>
-    <td> &gt;=0 </td>
-    <td> Used for I18N support </td>
-  </tr>
-  <tr>
-    <td> Net::SMTP </td>
-    <td> &gt;=2.29 </td>
-    <td> Used for sending mail </td>
-  </tr>
-  <tr>
-    <td> Unicode::Map </td>
-    <td>   </td>
-    <td> Used for I18N support with perl 5.6 </td>
-  </tr>
-  <tr>
-    <td> Unicode::Map8 </td>
-    <td>   </td>
-    <td> Used for I18N support with perl 5.6 </td>
-  </tr>
-  <tr>
-    <td> Unicode::MapUTF8 </td>
-    <td>   </td>
-    <td> Used for I18N support with perl 5.6 </td>
-  </tr>
-  <tr>
-    <td> Unicode::String </td>
-    <td>   </td>
-    <td> Used for I18N support with perl 5.6 </td>
-  </tr>
-  <tr>
-    <td> URI </td>
-    <td>   </td>
-    <td> Used for configure </td>
-  </tr>
-</table>
-
-Most of them will probably already be available in your installation. You can check version numbers with the `configure` script, or if you're still trying to get to that point, check from the command line like this:
-
-    perl -e 'use FileHandle; print $FileHandle::VERSION."\n"'
-
-<a name="ClientRequirements"></a>
-
-## <a name="Client Requirements"></a> Client Requirements
-
-The TWiki [[standard installation|Main/TWikiInstallationGuide]] has relatively low browser requirements:
-
-- HTML 3.2 compliant
-- Cookies, if persistent sessions are required
-
-CSS and Javascript are used in most skins, although there is a low-fat skin (Classic skin) available that minimises these requirements. Some skins will require more recent releases of browsers. The default skin (Pattern) is tested on IE 6, Safari, and Mozilla 5.0 based browsers (such as Firefox).
-
-You can easily select a balance of browser capability versus look and feel. Try the installed skins at %SYSTEMWEB%.TWikiSkinBrowser and more at TWiki:Plugins.SkinPackage.
-
-## <a name="Important note about TWiki Plugi"></a> Important note about TWiki Plugins
-
-- Plugins can require just about anything - browser-specific functions, stylesheets (CSS), Java applets, cookies, specific Perl modules,... - check the individual Plugin specs.
-
-**_Related Topics:_** [[AdminDocumentationCategory]]