An open API service indexing awesome lists of open source software.

https://github.com/jornane/h2o

Lightweight CMS
https://github.com/jornane/h2o

Last synced: 3 months ago
JSON representation

Lightweight CMS

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.