This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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.








