https://github.com/jornane/h2o
Lightweight CMS
https://github.com/jornane/h2o
Last synced: 3 months ago
JSON representation
Lightweight CMS
- Host: GitHub
- URL: https://github.com/jornane/h2o
- Owner: jornane
- Created: 2014-07-27T21:01:03.000Z (almost 11 years ago)
- Default Branch: init
- Last Pushed: 2014-07-28T19:04:21.000Z (almost 11 years ago)
- Last Synced: 2025-01-31T22:11:16.456Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# H2O --- Lightweight CMS
H2O is a simple but powerful CMS written in PHP.
It is specifically designed to have very few basic features,
but to be very extendable for those that need it.In H2O, the GUI is the entry point.
It doesn't need any framework or routing engine to work,
but can be adapted to do so,
which makes it easy to incorporate it into an existing framework.
All H2O needs is a backend to store pages in, an authentication controller that can give a go or no-go, and a preprocessor to convert input by the webmaster to a formatted page.
H2O is format-agnostic; it can use virtually any markup language you can imagine.
HTML, Markdown, BB-code or something completely different.The goal for H2O is to be simple to install, use and maintain.
Its target audience is those who feel that modern web application frameworks have grown too complex for simple tasks.