diff options
Diffstat (limited to 'TWiki/TWikiImplementationNotes.mdwn')
-rw-r--r-- | TWiki/TWikiImplementationNotes.mdwn | 26 |
1 files changed, 13 insertions, 13 deletions
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% -## <a name="TWiki_Operating_Environment"> TWiki Operating Environment </a> +# <a name="TWiki_Operating_Environment"> TWiki Operating Environment </a> _Server and client system requirements, file system structure_ -### <a name="Overview"> Overview </a> +## <a name="Overview"> Overview </a> Maintaining minimum client and server requirements is necessary to keep TWiki deployment as broad as possible. -### <a name="Server_Side_Requirements"> Server-Side Requirements </a> +## <a name="Server_Side_Requirements"> Server-Side Requirements </a> 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. -### <a name="Client_Side_Requirements"> Client-Side Requirements </a> +## <a name="Client_Side_Requirements"> Client-Side Requirements </a> 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. -#### <a name="Known_Issues"> Known Issues </a> +### <a name="Known_Issues"> Known Issues </a> * 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. -### <a name="TWiki_File_System"> TWiki File System </a> +## <a name="TWiki_File_System"> TWiki File System </a> 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 </tr> </table> -#### <a name="File_Descriptions"> File Descriptions </a> +### <a name="File_Descriptions"> File Descriptions </a> A rundown of the individual files in the current %VERSION% distribution, organized by TWiki root directories. All listings are complete unless otherwise noted. <a name="TWikiFiles"></a> -##### <a name="Files_in_twiki_code_"> Files in `twiki` </a> +#### <a name="Files_in_twiki_code_"> Files in `twiki` </a> Introductory and installation files. @@ -142,7 +142,7 @@ Introductory and installation files. <a name="BinFiles"></a> -##### <a name="Files_in_twiki_bin_code_"> Files in `twiki/bin` </a> +#### <a name="Files_in_twiki_bin_code_"> Files in `twiki/bin` </a> All Perl CGI scripts. @@ -227,7 +227,7 @@ All Perl CGI scripts. <a name="LibFiles"></a> -##### <a name="Files_under_twiki_lib_code_"> Files under `twiki/lib` </a> +#### <a name="Files_under_twiki_lib_code_"> Files under `twiki/lib` </a> 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 <a name="PubFiles"></a> -##### <a name="Files_under_twiki_pub_code_"> Files under `twiki/pub` </a> +#### <a name="Files_under_twiki_pub_code_"> Files under `twiki/pub` </a> **_attachments like images..._** @@ -477,7 +477,7 @@ The new `lib/TWiki/Plugins` directories contain core configuration, libraries an <a name="DataFiles"></a> -##### <a name="Files_under_twiki_data_code_"> Files under `twiki/data` </a> +#### <a name="Files_under_twiki_data_code_"> Files under `twiki/data` </a> 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 <a name="TemplatesFiles"></a> -##### <a name="Files_in_twiki_templates_code_"> Files in `twiki/templates` </a> +#### <a name="Files_in_twiki_templates_code_"> Files in `twiki/templates` </a> _Used to flexibly control appearance of rendered pages..._ |