https://github.com/depage/depage-cms
A php based content management system for small to medium sites
https://github.com/depage/depage-cms
cms-framework depage-cms php
Last synced: about 1 year ago
JSON representation
A php based content management system for small to medium sites
- Host: GitHub
- URL: https://github.com/depage/depage-cms
- Owner: depage
- Created: 2009-11-05T16:12:11.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T17:08:34.000Z (over 1 year ago)
- Last Synced: 2025-03-25T17:21:17.091Z (over 1 year ago)
- Topics: cms-framework, depage-cms, php
- Language: PHP
- Homepage: http://www.depagecms.net
- Size: 30.9 MB
- Stars: 13
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
depage-cms
==========
depage-cms a user friendly content management system (cms)
for small and medium sized websites.
At the same time it is an easily extensible php-framework to generate
dynamic web-pages and web-applications.
Features
--------
- autoloader for subclasses (no 'includes' and 'requires' anymore)
- two templating systems
- easy php-based templating system for dynamically generated pages
- xslt-based templating system for user editable pages
- mysql-based xml-database
- depage-forms included, for easy and comfortable html5-form-generation
- automatic minimization of javascript- and css-files
- caching class which can use different backends
- file
- redis
Prerequisites
-------------
- PHP 7.0 with following modules
- domxml-support
- xslt-support
- gettext
- MySQL
- MySQL with InnoDB support (for xmldb)
- redis (if you want to use caching with redis)
For more information
--------------------
You can fork us at:
http://github.com/depage/depage-cms/
You find the documentation at:
http://docs.depage.net/depage-cms-manual/en/
For more information about depage-cms go to:
http://www.depagecms.net/
License (dual)
--------------
- GPL2: http://www.gnu.org/licenses/gpl-2.0.html
- MIT: http://www.opensource.org/licenses/mit-license.php