Skip to content
/ cms Public
forked from phusick/cms

The Dojo Toolkit based Content Management System.

Notifications You must be signed in to change notification settings

cgoleman/cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS

A Content Management System to publish articles and share documents and events' calendar among members.

The application consists of three parts:

Web Site

Implemented as Zend Framework module following the MVC paradigm generating semantic markup including microformats. Other noticeable features include (implemented mostly via plugin architecture):

  • Internationalization: multiple language versions of the user interface and content
  • SEF URLs: example.com/events/history or example.com/docs/folder-name
  • gracefully degrading widgets with transition animations representing files and events

Site: Events

Administration Console

The Source Code Path: /public/admin/src/app

A single page JavaScript application written in Dōjō Toolkit and dgrid serving as a user interface to manipulate model data via RESTful API:

Administration Console: Documents

RESTful API

The Zend Framework module with plugins and model base classes transparetly handling JSON (de)serialization and converting REST API calls to CRUD operations through Access Control List supporting data sorting; e.g.: GET http://example.com/rest/user/?sort=+role lists all users sorted ascending by their role.

About

The Dojo Toolkit based Content Management System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published