From 6e5a811fb2f5425df427b2228d9a1f6555c089cd Mon Sep 17 00:00:00 2001 From: MikeMannix Date: Fri, 7 Sep 2001 10:01:36 +0000 Subject: none --- TWiki/TWikiImplementationNotes.mdwn | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'TWiki') diff --git a/TWiki/TWikiImplementationNotes.mdwn b/TWiki/TWikiImplementationNotes.mdwn index dbc7a711..00f60ceb 100644 --- a/TWiki/TWikiImplementationNotes.mdwn +++ b/TWiki/TWikiImplementationNotes.mdwn @@ -1,14 +1,14 @@ %TOC% %STARTINCLUDE% -## TWiki Operating Environment +# TWiki Operating Environment _Server and client system requirements, file system structure_ -### Overview +## Overview Maintaining minimum client and server requirements is necessary to keep TWiki deployment as broad as possible. -### Server-Side Requirements +## Server-Side Requirements TWiki is written in Perl 5 and uses a number of shell commands. It requires GNU RCS (Revision Control System) to be installed on the same system. TWiki is developed in a standard Linux/Apache environment. It can also work with Microsoft Windows and other platforms. @@ -46,7 +46,7 @@ TWiki is written in Perl 5 and uses a number of shell commands. It requires GNU Current documentation covers Linux only. Compiling a basic [TWikiOnWindows](http://twiki.org/cgi-bin/view/Codev/TWikiOnWindows) installation guide is an ongoing effort. -### Client-Side Requirements +## Client-Side Requirements The TWiki standard installation has extremely low browser requirements: @@ -57,11 +57,11 @@ The TWiki standard installation has extremely low browser requirements: TWiki generates XHTML 1.0 code as long as it is compatible with HTML 3.2. -#### Known Issues +### Known Issues * The new [[TWikiPlugins]] feature currently does not have any compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), Java, cookies, etc. -### TWiki File System +## TWiki File System You can rename the root TWiki directory - `twiki` - to whatever you like by changing it in the `twiki.cfg` configuration file. However, to keep the current installation and future upgrades simple, you should leave the subdirectory structure intact: @@ -103,13 +103,13 @@ You can rename the root TWiki directory - `twiki` - to whatever you like by chan -#### File Descriptions +### File Descriptions A rundown of the individual files in the current %VERSION% distribution, organized by TWiki root directories. All listings are complete unless otherwise noted. -##### Files in `twiki` +#### Files in `twiki` Introductory and installation files. @@ -142,7 +142,7 @@ Introductory and installation files. -##### Files in `twiki/bin` +#### Files in `twiki/bin` All Perl CGI scripts. @@ -227,7 +227,7 @@ All Perl CGI scripts. -##### Files under `twiki/lib` +#### Files under `twiki/lib` The new `lib/TWiki/Plugins` directories contain core configuration, libraries and function modules, and Plugins. @@ -292,7 +292,7 @@ The new `lib/TWiki/Plugins` directories contain core configuration, libraries an -##### Files under `twiki/pub` +#### Files under `twiki/pub` **_attachments like images..._** @@ -477,7 +477,7 @@ The new `lib/TWiki/Plugins` directories contain core configuration, libraries an -##### Files under `twiki/data` +#### Files under `twiki/data` The `data` directory stores TWiki page data as individual text files. Each active web has its own subdirectory. The TWiki distribution package includes four start-up webs, with a number of pages of documentation and demo content. _This is a representative partial file listing..._ @@ -714,7 +714,7 @@ The `data` directory stores TWiki page data as individual text files. Each activ -##### Files in `twiki/templates` +#### Files in `twiki/templates` _Used to flexibly control appearance of rendered pages..._ -- cgit v1.2.3