Skip to content

EiffelWebFramework/ROC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f6b263c · Oct 5, 2020
Oct 2, 2020
Nov 23, 2015
Oct 2, 2020
Oct 2, 2020
Oct 2, 2020
Oct 2, 2020
Oct 2, 2020
Sep 5, 2018
Sep 5, 2018
Sep 5, 2017
Oct 2, 2020
Dec 6, 2018
Oct 5, 2020
Nov 17, 2014
Sep 5, 2017
Oct 2, 2020
Jun 29, 2015
Oct 17, 2017

Repository files navigation

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.