For what it's worth, adding a small media library like Wordpress has
it is very high on the list of todos. Expect this functionality to
land after the Kotti sprint in February.
Daniel
I also have been looking at Kotti, and managing images is one of the
things I'd need to have or write in order to use it. That was one of
the impetuses for getting this on the todo.
(I'll also need a photo gallery plugin, but that's too specialized and
varying to be part of Kotti itself.)
You can also look at Ptah. It's a higher-level framework built on
Pyramid, and it has a CMS services component (although it's disabled
by default).
I saw a talk about a hybrid Plone-Pyramid site at the Plone conference
in November. I'd have to find my notes to remember the speaker's name.
:) But he did something close to what you're describing: two web
applications mounted at different points in the same website. I
believe the Plone application was under "/" and the Pyramid
application was under "/service" or something like that. Or maybe it
was the other way around. The only trick was to make sure
cross-application URLs are correct. He said the site works well.
--
Mike Orr <slugg...@gmail.com>
--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
Eric Rasmussen <ericra...@gmail.com> schrieb:
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
I've just added a File content type to Kotti:
- https://github.com/Pylons/Kotti/commit/046fc6bad9c4c498fd4e1766794167049748f60e
- https://github.com/Pylons/Kotti/commit/c6e5e2d6442a150b98d1a521e7205a71cddf1123
The remaining task now is to integrate with TinyMCE so that we get
image browsing and upload within the editor. That work should go into
a new kotti_tinymce package. Now if you could contribute work there,
that would be awesome. Otherwise, we'll have to wait until the
sprint...
Daniel
also check mini cms example
https://github.com/ptahproject/examples ptah_minicms