Documentation
-
Technology behind fCMS
- Get an idea how the fCMS SiteSystem processes a page, what the system is capable of and how its internal logic works.
-
Filesystem structures
- Read this section if you're new to the fCMS SiteSystem and want to understand the filesystem structure of both, the runtime itself and the structures used for individual websites
-
Configuration and Setup
- This section covers the basic virtual host configuration and the general settings to be adjusted for use with the SiteSystem.
-
SiteSystem Documentation
- Reference section and general documentation of the SiteSystem internals. Describing all the control-xml commands, preprocessor tags, the overlay-processing, the ACL subsystem and all modules available in the standard distribution.
-
Developer Documentation
- In case you want to write your own modules or extend an existing module with your own plugin, this section is what you are looking for: it covers the internal class and their public apis, describes how a module or a plugin is to be build and how you can contribute modules to the system.
For manual compiling
-
Apache 1.3.x
-
./configure --enable-module=rewrite --enable-shared=rewrite
-
-
Apache 2.x
-
./configure --enable-rewrite=shared
-
-
PHP 5.2.4 (minimum) for apache 1.3.x
-
./configure --with-apxs --with-iconv --with-zlib --enable-mbstring --with-xsl
-
-
PHP 5.2.4 (minimum) for apache 2.x
-
./configure --with-apxs2 --with-iconv --with-zlib --enable-mbstring --with-xsl
-
-
PHP 5.2.1 (all options, for all currently shipping modules) for apache 2.x
-
./configure --with-apxs2 --with-iconv --with-zlib --enable-mbstring --with-xsl --without-mysql --with-mysqli --enable-zip --with-bz2 --enable-exif --enable-ftp --enable-sqlite-utf8 --with-openssl --disable-short-tags --enable-track-vars --enable-trans-sid
-
Current
SiteSystem v5.0.xSnapshot 20.02.09
Client XPI 09.09.09
Development v6