Changeset 712
- Timestamp:
- 11/15/08 15:32:11 (4 years ago)
- Location:
- trunk/core/data/TWiki
- Files:
-
- 1 edited
- 1 moved
-
CompleteDocumentation.txt (modified) (1 diff)
-
SystemRequirements.txt (moved) (moved from trunk/core/data/TWiki/TWikiSystemRequirements.txt) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/data/TWiki/CompleteDocumentation.txt
r711 r712 9 9 10 10 ------ 11 %INCLUDE{" TWikiSystemRequirements"}%11 %INCLUDE{"SystemRequirements"}% 12 12 13 13 [[#PageTop][Back to top]] -
trunk/core/data/TWiki/SystemRequirements.txt
r606 r712 1 1 %META:TOPICINFO{author="ProjectContributor" date="1178317477" format="1.1" version="$Rev: 13239 $"}% 2 2 %STARTINCLUDE% 3 ---+ TWikiSystem Requirements3 ---+ System Requirements 4 4 5 5 _Server and client requirements_ 6 6 7 Low client and server base requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions. Many [[TWiki:Plugins.PluginPackage][Plugins]] and [[TWiki:Plugins.ContribPackage][contrib modules]]exist which enhance and expand TWiki's capabilities; they may have additional requirements.7 Low client and server base requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions. Many extensions exist which enhance and expand TWiki's capabilities; they may have additional requirements. 8 8 9 9 %TOC% … … 11 11 ---++ Server Requirements 12 12 13 TWiki is written in Perl 5, uses a number of shell commands, and requires [[http://www.gnu.org/software/rcs/rcs.html][RCS (Revision Control System)]], 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. 13 The code is written in Perl 5, and uses a number of shell commands from perl. 14 The default package requires [[http://www.gnu.org/software/rcs/rcs.html][RCS (Revision Control System)]], 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. 14 15 15 16 | *Resource* | *Required Server Environment *<nop>* | … … 22 23 | Web server | Apache is well supported; see TWiki:TWiki.InstallingTWiki#OtherWebServers for other servers | 23 24 24 ---+++ Required CPAN Modules 25 The following Perl modules are used by TWiki: 26 | *Module* | *Preferred version* | 27 | Algorithm::Diff (included) | | 28 | CGI::Carp | >=1.26 | 29 | Config | >=0 | 30 | Cwd | >=3.05 | 31 | Data::Dumper | >=2.121 | 32 | Error (included) | | 33 | File::Copy | >=2.06 | 34 | File::Find | >=1.05 | 35 | File::Spec | >=3.05 | 36 | File::Temp | (included with perl 5.6 and later) | 37 | !FileHandle | >=2.01 | 38 | IO::File | >=1.10 | 39 | Text::Diff (included) | | 40 | Time::Local | >=1.11 | 41 42 ---+++ Optional CPAN Modules 43 The following Perl modules may be used by TWiki: 44 | *Module* | *Preferred version* | *Description* | 45 | CGI::Cookie | >=1.24 | Used for session support | 46 | CGI::Session | >=3.95 | Used for session support | 47 | Digest::base | | | 48 | Digest::SHA1 | | | 49 | Jcode | | Used for <nop>I18N support with perl 5.6 | 50 | Locale::Maketext::Lexicon | >=0 | Used for <nop>I18N support | 51 | Net::SMTP | >=2.29 | Used for sending mail | 52 | Unicode::Map | | Used for <nop>I18N support with perl 5.6 | 53 | Unicode::Map8 | | Used for <nop>I18N support with perl 5.6 | 54 | Unicode::MapUTF8 | | Used for <nop>I18N support with perl 5.6 | 55 | Unicode::String | | Used for <nop>I18N support with perl 5.6 | 56 | URI | | Used for configure | 25 ---+++ Perl Modules 26 A complete list of the required and optional Perl modules can be found in =lib/DEPENDENCIES=. 57 27 58 28 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: … … 60 30 perl -e 'use FileHandle; print $FileHandle::VERSION."\n"' 61 31 </verbatim> 62 <!-- 63 SMELL: perhaps put download link to TWiki:Plugins.CpanContrib? (which 64 also includes prebuilt versions of all of the CPAN modules used by 65 all of the plugins checked into SVN) 66 --> 32 67 33 68 34 #ClientRequirements 69 35 ---++ Client Requirements 70 36 71 The TWiki[[InstallationGuide][standard installation]] has relatively low browser requirements:37 The [[InstallationGuide][standard installation]] has relatively low browser requirements: 72 38 73 * HTML 3.2compliant39 * HTML 4 compliant 74 40 * Cookies, if persistent sessions are required 75 41 76 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). 77 <!-- 78 SMELL: what are some actual known good version number requirements for these browsers (eg, FireFox 1.0, or 1.0.3, or 1.0.7, or ???), etc. 79 --> 42 CSS and Javascript are used in most skins. Some skins will require more recent releases of browsers. The default skin is tested on IE 6, 7, Safari 3.0, and recent Mozilla based browsers (such as Firefox). 80 43 81 44 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. 82 45 83 ---++ Important note about TWikiPlugins46 ---++ Important note about Plugins 84 47 85 48 * Plugins can require just about anything - browser-specific functions, stylesheets (CSS), Java applets, cookies, specific Perl modules,... - check the individual Plugin specs.
Note: See TracChangeset
for help on using the changeset viewer.
