Right now I am developing a Social-CMS. I am in very beggining of the project, I have all the ideas and directions but for now only article & user management.
But I am working to finish all the features in one month ( I have a deadline with a client) My goal is a model-less app (No models, I mean less models) tables are defined in modules, the system is: multi-theme multi-content-type multi-tenant Runs on GAE A basic sample page http://movucahq.appspot.com/Movuca/home/index A basic Article of content type "Article" http://movucahq.appspot.com/Movuca/article/show/3010/web2py-rocks A basic Article of content type "Cook Recipe" http://movucahq.appspot.com/Movuca/article/show/17004/salad Every content-type is a class in datamodel module, so the developer can extend to create your own content-types, in the views and static folders there are <theme>/* separated namespaces, it is possible to load themes dynamically. I dont have any idea for plugin handling (yet). That is, The code is in github: https://github.com/rochacbruno/Movuca Very beggining of the project, THIS IS NOT A CMS, it is a social-network engine or a Social CMS. Inspired in vikuit.com I hope to have a pre-alpha version for tests in one month or less. Bruno.

