Jocelyn Fiat 42e7763528 Added url routing for /files/... and /module/{modname}/files/...
Added CMS_HOOK_RESPONSE_ALTER to give a last chance to alter the response before rendering.
   This hook should not be used, when there are other alternative hook that answer the need, but this is proposed for now, as a way to alter response by adding css, js url, ...
Moved blog under official modules folder.
Cleaned theme of demo example project.
Renamed NODE_MODULE as CMS_NODE_MODULE.
2015-07-01 22:50:19 +02:00
2015-01-02 10:43:17 -03:00
2015-05-18 14:39:49 +02:00
2015-06-30 18:11:56 -03:00

Eiffel CMS Library

Eiffel CMS library is build with EWF and inspired by Drupal.

The goal of the library is to provide the following features.

- content type
- user management
- module design
- theme
- API

Directory Structure

  • library --Library
    • layout -- application layout library.
    • model -- domain model library.
    • persistence -- persistence layer library.
    • src -- cms source code.
  • example
    • demo -- example using the cms library.
  • doc -- Documentation.

Documentation

CMS concepts.

CMS design.

CMS tutorial.

Description
No description provided
Readme 6.1 MiB
Languages
Eiffel 89.2%
JavaScript 4%
CoffeeScript 3.2%
Smarty 1.2%
SCSS 1.1%
Other 1.3%