public
Description: Content flexible API and CMS _PROTOTYPE_ using rails and mongoDB
Homepage:
Clone URL: git://github.com/Papipo/congo.git
Click here to lend your support to: congo and make a donation at www.pledgie.com !
congo /
name age message
file .gitignore Thu Sep 24 03:19:08 -0700 2009 Added destroy action to API. Added not_found an... [Papipo]
file LICENSE Mon Sep 07 13:33:59 -0700 2009 Added README and LICENSE [Papipo]
file README Fri Oct 30 16:25:16 -0700 2009 Updated README [Papipo]
file Rakefile Mon Sep 07 11:03:57 -0700 2009 Setting up a new rails app. Copy config/databas... [Rodrigo Alvarez]
directory app/ Tue Nov 10 15:00:50 -0800 2009 Added support for Layouts (templates with conte... [Papipo]
directory config/ Tue Nov 10 15:00:50 -0800 2009 Added support for Layouts (templates with conte... [Papipo]
directory db/ Tue Nov 10 15:00:50 -0800 2009 Added support for Layouts (templates with conte... [Papipo]
directory doc/ Mon Sep 07 11:03:57 -0700 2009 Setting up a new rails app. Copy config/databas... [Rodrigo Alvarez]
directory lib/ Tue Nov 10 15:00:50 -0800 2009 Added support for Layouts (templates with conte... [Papipo]
directory log/ Wed Sep 23 15:49:10 -0700 2009 Created a partial simple contents API using mon... [Papipo]
directory public/ Fri Oct 30 16:19:05 -0700 2009 Added support for domains, websites and scoped ... [Papipo]
directory script/ Mon Sep 07 11:50:12 -0700 2009 Added rspec. Added mongo connection initializer [Papipo]
directory spec/ Fri Oct 30 16:19:05 -0700 2009 Added support for domains, websites and scoped ... [Papipo]
directory tmp/ Mon Sep 07 11:03:57 -0700 2009 Setting up a new rails app. Copy config/databas... [Rodrigo Alvarez]
directory vendor/ Mon Sep 07 11:03:57 -0700 2009 Setting up a new rails app. Copy config/databas... [Rodrigo Alvarez]
README
Congo (from content + mongo) aims to be a document based content API and CMS. It uses mongoDB as backend.
It will probably feature pull templates based on Radius template system.

Interesting bits:

  - The documents or contents will be formatted as if they were created by a ad-hoc application, and not spread all over 
  several tables (like in ez publish, expressionengine, drupal...)
  - You don't need to run ALTER TABLE or any kind of migrations whatsoever. That's an expensive operation for production 
  databases
  - You can create similar types based on scopes, like an account, website or user.