public
Description: Test project
Homepage:
Clone URL: git://github.com/thismat/MicroCMS.git
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.