Skip to content

📁 Suitefish CMS

Folder Description:

This folder contains the project's core source code. For installation instructions, refer to the official documentation in our GitHub repository. Each subfolder includes a README file with detailed information about its role and functionality. This directory organizes all program logic, features, and modules essential to the project.

Sub Folders:

File Name Description
/_api Files for the CMS API System.
/_backup Files for the CMS Backup System.
/_cache Files for the CMS Cache System.
/_core Files for the CMS Core.
/_cronjob Files for the CMS Cronjobs.
/_data Files for the CMS Dynamic Site Module and Extension Data.
/_image Files for the CMS Active and Disabled Image Modules.
/_sample Files for the CMS Configuration Files Examples.
/_site Files for the CMS Active and Disabled Site Modules.
/_store Files for the CMS Store Deployment Functionality.
/_template Files for the CMS Template Modules to be installed.
/_user Template for Frontend Pages for different operations.
/index.php Main index.php File.
/updater.php Update and Health Manager File.
/settings.php From installation or manual created settings.php file.
/cfg_ruleset.php From developer/hoster may set up rule file.
/pkg.php From developer may set up package rule file.
/.htaccess From installation or manual created htaccess file.
/robots.txt From installation or manual created robots file.
/backup.lock.php If present, website is in backup lockdown mode.
/update.lock.php If present, website is in update lockdown mode.
/maintenance.lock.php If present, website is in maintenance lockdown mode.

Documentation:

Most documentation for front-end users is located within the Administrator Module across various sections. Developers can access internal documentation at /_core/_documentation/extra-cms/index.html. Open this file in a web browser to view the developer-specific resources.

🐟 Bugfish