thismat / MicroCMS
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
528c01a
commit 528c01a4aea06b9cd592399137bf3754b692ef6b
tree 8e2ede61862ba0245da3deefaadaca53a40e9851
parent 9cd29e510abf1098013ecd2b0e72d704a3fd85aa
tree 8e2ede61862ba0245da3deefaadaca53a40e9851
parent 9cd29e510abf1098013ecd2b0e72d704a3fd85aa
MicroCMS /
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.

