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
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
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ü
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
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
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
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
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
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)