Files
ROC/README.md
jvelilla 9af6356f0a Added README doc.
Renamed example/roc_api to demo.
Added contracts
2014-11-13 10:50:54 -03:00

706 B

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

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

Documentation

CMS design CMS concepts