whitelancer / taggingcms

Tag-based CMS/Forum/Blog/Gallery

This URL has Read+Write access

name age message
file README Loading commit data...
file Rakefile
directory app/
directory config/
directory doc/
directory log/
directory public/
directory script/
directory test/
README
The goal of this project is to try and build a content management system that can 
easily be turned into any of the most commonly used systems today - a forum, 
a wiki, a blog, or even a straight up page-by-page CMS.  I wish to accomplish
this using tagging and searching as the primary means of views.  

Furthermore I wish to build this system in such a manner that an admin can have
any sort of view or functionality they wish -- a forum with some pages as Wikis 
and some pages as blogs, with a few "static" pages to define pages like 'about',
'contact', etc.

In addition I would like to see users controlling the site as they wish.  A forum
might default to selecting all 'tags' associated with that thread, but a user may
wish to drill down further and 'build' their own forum with keywords -- similar
to how saved search folders work in modern OSes.

We'll see how it turns out.

If I get really ambitious, I'd like to see a gallery application added in, too!