Sitesystem
From fCMS
Contents |
[edit] System
- Reference of all currently supported control-xml elements
- Reference documentation of the preprocessor elements used in control-xml files
- Reference and overview of predefined and dynamic SiteSystem variables
- Reference documentation on the access control subsystem
- Reference documentation on how to use the virtual path subsystem
[edit] Site Modules
These modules are ment to be used in a text based context and thus have to be called from site-mode
- fCart: Generic "shopping cart" module
- fGallery: Picture gallery module
- fProcess: Generic Data processor
- fRequest: Generic http request module
- fScript: "fScript" JavaScript Library helper
- fSearch: Database driven site search
- fSQL : Generic SQL and XSL handling
- fSQLTree : SQL Tree handling
- fTalk: Discussion forum module
- fTracking: user tracking and logging functions
- fTrail: Breadcrump navigation helper
- fWebsearch: provides search functionality using web-based search engine API's
[edit] Binary Modules
These modules produce binary content, meaning that their output cannnot be merged with an xhtml document. All modules listed have to be called from binary-mode.
- fCaptcha: Captcha Implementation module
- fDownload: Downloadable files wrapper
- fImage: Image manipulation
- fJSON: JSON RPC Core Implementation
- fSoap: SOAP Wrapper Implementation
- fSyndication: Provides RSS/ATOM feeds from database
- fUpload: Generic JSON Upload handling (see fProcess:upload for normal file uploads)
[edit] Mixed Modules
For cases where modules can produce binary or textmode output, they can extend the mixedModuleCore class and thus provide specific means to be called in either text- or binary-mode.
- fDirectory: Directory listing module
