From a681e1688bb93f1baa2f1646d4f677a4d29f07db Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 15 Aug 2007 10:15:33 +0200 Subject: Weed TWiki/. --- TWiki/TWikiImplementationNotes.mdwn | 65 ------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 TWiki/TWikiImplementationNotes.mdwn (limited to 'TWiki/TWikiImplementationNotes.mdwn') diff --git a/TWiki/TWikiImplementationNotes.mdwn b/TWiki/TWikiImplementationNotes.mdwn deleted file mode 100644 index 33b74cd1..00000000 --- a/TWiki/TWikiImplementationNotes.mdwn +++ /dev/null @@ -1,65 +0,0 @@ -%TOC% %STARTINCLUDE% - -# TWiki System Requirements - -_Server and client system requirements for TWiki 01-Sep-2001_ - -## Overview - -Maintaining minimum client and server requirements is necessary to keep TWiki deployment as broad as possible. - -## 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: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Required Server Environment
ResourceUnixWindows
Perl 5.005_03 or higher
Non standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1
RCS 5.7 or higher
Other external programs ls, fgrep, egrep
Web server Apache; others (with support for CGI, authentication, extended path) *
- -Current documentation covers Linux only. A [TWikiOnWindows](http://twiki.org/cgi-bin/view/Codev/TWikiOnWindows) installation guide is next. - -## Client Requirements - -The TWiki [[TWikiInstallationGuide]] has extremely low browser requirements: - -* HTML 3.2 compliant -* generates XHTML 1.0 pages that are compatible with HTML 3.2 -* minimal use of JavaScript in the user interface (degrades gracefully) -* no cookies -* no CSS - -You can easily add capabilities, through customizing the templates, for one, while tailoring the browser requirements to your situation. - -## Known Issues - -* The new [[TWikiPlugins]] feature currently does not have compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), DHTML, Java applets, cookies. - --- [[MikeMannix]] - 15 Sep 2001
-- cgit v1.2.3