Re: Python and CMS

2006-10-23 Thread Echo
Duncan Booth wrote: > Just because something like Plone can run as a web server doesn't mean that > you expose that web server to the outside world, nor do you have to run it > as a webserver at all. Normally you run Plone behind another web server > such as Apache. > > You can get Plone on shared

Re: Python and CMS

2006-10-23 Thread km
Hi, check out Plone atop Zope. http://plone.org regards, KMOn 10/23/06, Sybren Stuvel <[EMAIL PROTECTED]> wrote: Kjell Magne Fauske enlightened us with:> I recommend taking a look at Django [1]. It is not a CMS right out > of the box, but writing one using the Django framework is not that> diffi

Re: Python and CMS

2006-10-23 Thread Sybren Stuvel
Kjell Magne Fauske enlightened us with: > I recommend taking a look at Django [1]. It is not a CMS right out > of the box, but writing one using the Django framework is not that > difficult. Django is my favourite as well. It's very easy to start building a dynamic website. Sybren -- Sybren Stü

Re: Python and CMS

2006-10-22 Thread johnf
Echo wrote: > I am going to start working on a church website. And since I like > python, I decided to use WSGI. However, I later found out about all > the different CMS's in php. So I wondered if there where any in > python. > > Sadly, I only found Plone, skeletonz, and PyLucid (If there is any

Re: Python and CMS

2006-10-22 Thread Bruno Desthuilliers
Echo a écrit : (snip) > As for working with WSGI, I have found > Colubrid(http://wsgiarea.pocoo.org/colubrid/) and > Paste(http://pythonpaste.org/). I was wondering if anyone knew of any > other libraries that make working with WSGI easier. Pylons (www.pylonshq.com). It's a rail-like framework ba

Re: Python and CMS

2006-10-22 Thread Duncan Booth
Echo <[EMAIL PROTECTED]> wrote: > Sadly, I only found Plone, skeletonz, and PyLucid (If there is any > more, please let me know). Of those three, only PyLucid supports WSGI > and it didn't look very nice to me. > Both Plone and skeletonz looked very nice. However, they can't be > hosted on a regul

Re: Python and CMS

2006-10-22 Thread Kjell Magne Fauske
I recommend taking a look at Django [1]. It is not a CMS right out of the box, but writing one using the Django framework is not that difficult. [1] http://www.djangoproject.com/ - Kjell Magne Fauske Echo wrote: > I am going to start working on a church website. And since I like > python, I deci

Re: Python and CMS

2006-10-22 Thread johnzenger
For a free out of the box solution, look at MoinMoin. It is wiki software, but nothing stops you from turning off user signups, locking down the whole site, and just using it as a CMS. It's very easy to set up, can run as a CGI, and requires no database backend. Echo wrote: > I am going to start

Python and CMS

2006-10-22 Thread Echo
I am going to start working on a church website. And since I like python, I decided to use WSGI. However, I later found out about all the different CMS's in php. So I wondered if there where any in python. Sadly, I only found Plone, skeletonz, and PyLucid (If there is any more, please let me know)