thismat / MicroCMS

Test project

This URL has Read+Write access

thismat (author)
Sat Jun 20 06:35:50 -0700 2009
commit  528c01a4aea06b9cd592399137bf3754b692ef6b
tree    8e2ede61862ba0245da3deefaadaca53a40e9851
parent  9cd29e510abf1098013ecd2b0e72d704a3fd85aa
name age message
file README Loading commit data...
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory log/
directory public/
directory script/
directory test/
directory tmp/
README
MicroCMS : Basic Overview

This system is designed to be a trimmed down CMS, tailored for my personal use in future client projects. It will be 
small and simple, not containing a lot of bulky features, or a complex UI. 

Authentication & Authorization

MicroCMS will have very basic authentication and authorization, authentication is handled with AuthLogic while 
authorization is hand
rolled into the system. It's setup to have only three roles:

- Guest (implied, unregistered)
- User 
- Admin

Admins will have the ability to add, edit and delete content, Users will only consume content and post comments, Guests
can only view basic content.

This document is a work in progress and will be updated as the project gets further along.