Re: [Repoze-dev] Is it possible to integrate repoze.plone and Pylons in one WSGI application?

2009-06-18 Thread Malthe Borch
2009/6/18 Edwin Chu edwinche...@gmail.com: Is it possible to add repoze.plone to Pylons's WSGI pipeline so that they can be ran in the same process? I googled a while but nothing useful was found. This is fairly uncharted territory, but it should be possible in the case of Pylons (which

Re: [Repoze-dev] Is it possible to integrate repoze.plone and Pylons in one WSGI application?

2009-06-18 Thread Douglas Mayle
It depends on how basic your CMS needs are. The Pylons Book contains a simple CMS called SimpleSite that you could probably integrate, if your needs were light. http://pypi.python.org/pypi/SimpleSite/0.3.0 http://pylonsbook.com/en/1.0/starting-the-simplesite-tutorial.html

Re: [Repoze-dev] Is it possible to integrate repoze.plone and Pylons in one WSGI application?

2009-06-18 Thread Martin Aspeli
Edwin Chu wrote: Hi all I am working on a project using Pylons and I need to add CMS functionality to that Pylons project. I am looking for some existing CMS solution that can be integrated into Pylons WSGI pipeline. The requirements of the CMS are basic, like editing page content, menu