> we are looking for a leightweight CMS solution, preferable on top of > pyramid. > is there already some solid CMS (besides KOTTI)?
There is a "minicms" example in Ptah repository. https://github.com/ptahproject Ptah examples documentation: http://ptah-examples.readthedocs.org/en/latest/overview.html#ptah-minicms Unfortunately there is not a media library in minicms example. But it certainly is worthwhile looking at it. It contains features such as: * Content types * Fields (TinyMCE is an example of field) * Folder structure * Optional layout system Ptah, itself, is evolving quite well. It now supports schema migration using alembic. Ptah is a pick-what-you-like opinionated framework. You can pick the opinions and features you like. We have a group of people on #ptahproject as well as #pyramid on irc. -- Alan Runyan Skype/Twitter:: runyaga Office:: 713.942.2377 ext 111 http://ploud.com/ Plone site in less than 10 seconds -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
