Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #24854 > unrolled thread

Using a CMS for small site?

Started byGilles <nospam@nospam.com>
First post2012-07-04 11:30 +0200
Last post2012-07-13 13:07 +0000
Articles 11 — 6 participants

Back to article view | Back to comp.lang.python


Contents

  Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-04 11:30 +0200
    Re: Using a CMS for small site? Roy Smith <roy@panix.com> - 2012-07-04 06:28 -0400
      Re: Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-04 16:24 +0200
        Re: Using a CMS for small site? Roy Smith <roy@panix.com> - 2012-07-04 11:21 -0400
          Re: Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-05 00:34 +0200
          Re: Using a CMS for small site? alex23 <wuwei23@gmail.com> - 2012-07-04 17:09 -0700
            Re: Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-05 15:01 +0200
    Re: Using a CMS for small site? Dieter Maurer <dieter@handshake.de> - 2012-07-05 10:27 +0200
      Re: Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-05 15:02 +0200
    Re: Using a CMS for small site? Alex Clark <aclark@aclark.net> - 2012-07-05 10:30 -0400
    Re: Using a CMS for small site? Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-07-13 13:07 +0000

#24854 — Using a CMS for small site?

FromGilles <nospam@nospam.com>
Date2012-07-04 11:30 +0200
SubjectUsing a CMS for small site?
Message-ID<pu28v7t3nstsamp9emp1781utck1mei744@4ax.com>
Hello

Someone I know with no computer knowledge has a studio appartment to
rent in Paris and spent four months building a small site in Joomla to
find short-time renters.

The site is just...
- a few web pages that include text (in four languages) and pictures
displayed in a Flash slide show
- a calendar to show availability
- a form to send e-mail with anti-SPAM support
- (ASAP) online payment

Out of curiosity, are there CMS/frameworks in Python that can do this?
Django? Other?

Is a full-fledged CMS even needed for something like that?

Thank you.

[toc] | [next] | [standalone]


#24857

FromRoy Smith <roy@panix.com>
Date2012-07-04 06:28 -0400
Message-ID<roy-0D2DAE.06280904072012@news.panix.com>
In reply to#24854
In article <pu28v7t3nstsamp9emp1781utck1mei744@4ax.com>,
 Gilles <nospam@nospam.com> wrote:

> Hello
> 
> Someone I know with no computer knowledge has a studio appartment to
> rent in Paris and spent four months building a small site in Joomla to
> find short-time renters.
> 
> The site is just...
> - a few web pages that include text (in four languages) and pictures
> displayed in a Flash slide show
> - a calendar to show availability
> - a form to send e-mail with anti-SPAM support
> - (ASAP) online payment
> 
> Out of curiosity, are there CMS/frameworks in Python that can do this?
> Django? Other?

You probably want to look at https://www.django-cms.org/.  It's not 
something that a person with "no computer knowledge" could set up, but 
once it's set up, that person could use it to build pages.

But, to be honest, for somebody who really doesn't know anything, some 
much more pre-canned solution like WordPress might be what they're 
looking for.

[toc] | [prev] | [next] | [standalone]


#24865

FromGilles <nospam@nospam.com>
Date2012-07-04 16:24 +0200
Message-ID<7fk8v7pijp359t62clgj5g4n3d4acvap3k@4ax.com>
In reply to#24857
On Wed, 04 Jul 2012 06:28:09 -0400, Roy Smith <roy@panix.com> wrote:
>You probably want to look at https://www.django-cms.org/.  It's not 
>something that a person with "no computer knowledge" could set up, but 
>once it's set up, that person could use it to build pages.
>
>But, to be honest, for somebody who really doesn't know anything, some 
>much more pre-canned solution like WordPress might be what they're 
>looking for.

Thanks for the input. Considering that contents won't change, I was
wondering if a full-fledged CMS was even necessary.

[toc] | [prev] | [next] | [standalone]


#24866

FromRoy Smith <roy@panix.com>
Date2012-07-04 11:21 -0400
Message-ID<roy-CCD93C.11214104072012@news.panix.com>
In reply to#24865
In article <7fk8v7pijp359t62clgj5g4n3d4acvap3k@4ax.com>,
 Gilles <nospam@nospam.com> wrote:

> On Wed, 04 Jul 2012 06:28:09 -0400, Roy Smith <roy@panix.com> wrote:
> >You probably want to look at https://www.django-cms.org/.  It's not 
> >something that a person with "no computer knowledge" could set up, but 
> >once it's set up, that person could use it to build pages.
> >
> >But, to be honest, for somebody who really doesn't know anything, some 
> >much more pre-canned solution like WordPress might be what they're 
> >looking for.
> 
> Thanks for the input. Considering that contents won't change, I was
> wondering if a full-fledged CMS was even necessary.

If the content is truly never going to change, there's nothing to 
prevent you from creating some static html files with your favorite text 
editor.

This is really getting quite far afield for a Python group.  There are 
better forums for these kinds of questions.

[toc] | [prev] | [next] | [standalone]


#24876

FromGilles <nospam@nospam.com>
Date2012-07-05 00:34 +0200
Message-ID<17h9v7l5e4nkb0f97f1bine6viq70lna7b@4ax.com>
In reply to#24866
On Wed, 04 Jul 2012 11:21:42 -0400, Roy Smith <roy@panix.com> wrote:
>This is really getting quite far afield for a Python group.  There are 
>better forums for these kinds of questions.

Probably. I'll keep that in mind while checking Python web frameworks.
Thanks.

[toc] | [prev] | [next] | [standalone]


#24885

Fromalex23 <wuwei23@gmail.com>
Date2012-07-04 17:09 -0700
Message-ID<898fafd5-fd37-4c32-9074-8396bf203e5e@y3g2000pbc.googlegroups.com>
In reply to#24866
On Jul 5, 1:21 am, Roy Smith <r...@panix.com> wrote:
> If the content is truly never going to change, there's nothing to
> prevent you from creating some static html files with your favorite text
> editor.
>
> This is really getting quite far afield for a Python group.  There are
> better forums for these kinds of questions.

Not necessarily! There are several static site generators written in
Python :)

One that I see being updating a lot is Nikola: http://nikola.ralsina.com.ar/

[toc] | [prev] | [next] | [standalone]


#24910

FromGilles <nospam@nospam.com>
Date2012-07-05 15:01 +0200
Message-ID<p04bv796djkao93kpu70hrepatui6ifufg@4ax.com>
In reply to#24885
On Wed, 4 Jul 2012 17:09:40 -0700 (PDT), alex23 <wuwei23@gmail.com>
wrote:
>Not necessarily! There are several static site generators written in
>Python :)
>
>One that I see being updating a lot is Nikola: http://nikola.ralsina.com.ar/

I'll check it out, thanks.

[toc] | [prev] | [next] | [standalone]


#24900

FromDieter Maurer <dieter@handshake.de>
Date2012-07-05 10:27 +0200
Message-ID<mailman.1815.1341476877.4697.python-list@python.org>
In reply to#24854
Gilles <nospam@nospam.com> writes:

> The site is just...
> - a few web pages that include text (in four languages) and pictures
> displayed in a Flash slide show
> - a calendar to show availability
> - a form to send e-mail with anti-SPAM support
> - (ASAP) online payment
>
> Out of curiosity, are there CMS/frameworks in Python that can do this?
> Django? Other?

There is also "Plone" ("http://plone.org") -- easy to set up.

You likely need third party extensions for the "anti-SPAM" support
and the onlie payment.

Unfortunately, "Plone" is quite resource hungry -- especially it wants
quite some memory.

[toc] | [prev] | [next] | [standalone]


#24911

FromGilles <nospam@nospam.com>
Date2012-07-05 15:02 +0200
Message-ID<f14bv71cndb4o5fsgapc8mp5chlh56r600@4ax.com>
In reply to#24900
On Thu, 05 Jul 2012 10:27:40 +0200, Dieter Maurer
<dieter@handshake.de> wrote:
>There is also "Plone" ("http://plone.org") -- easy to set up.
>
>You likely need third party extensions for the "anti-SPAM" support
>and the onlie payment.

I'll see what extensions it offers. Thanks.

[toc] | [prev] | [next] | [standalone]


#24920

FromAlex Clark <aclark@aclark.net>
Date2012-07-05 10:30 -0400
Message-ID<mailman.1827.1341498655.4697.python-list@python.org>
In reply to#24854
On 7/5/12 4:27 AM, Dieter Maurer wrote:
> Gilles <nospam@nospam.com> writes:
>
>> The site is just...
>> - a few web pages that include text (in four languages) and pictures
>> displayed in a Flash slide show
>> - a calendar to show availability
>> - a form to send e-mail with anti-SPAM support
>> - (ASAP) online payment
>>
>> Out of curiosity, are there CMS/frameworks in Python that can do this?
>> Django? Other?
>
> There is also "Plone" ("http://plone.org") -- easy to set up.
>
> You likely need third party extensions for the "anti-SPAM" support
> and the onlie payment.
>
> Unfortunately, "Plone" is quite resource hungry -- especially it wants
> quite some memory.


Actually with Plone 4 (and 4.2 in particular) that is becoming less 
true, I recently shrunk http://aclark.net to a 256MB vhost on rackspace 
cloud.


>


-- 
Alex Clark · http://pythonpackages.com


[toc] | [prev] | [next] | [standalone]


#25261

FromAlbert van der Horst <albert@spenarnc.xs4all.nl>
Date2012-07-13 13:07 +0000
Message-ID<m73ogt.f3s@spenarnc.xs4all.nl>
In reply to#24854
In article <pu28v7t3nstsamp9emp1781utck1mei744@4ax.com>,
Gilles  <nospam@nospam.com> wrote:
>Hello
>
>Someone I know with no computer knowledge has a studio appartment to
>rent in Paris and spent four months building a small site in Joomla to
>find short-time renters.
>
>The site is just...
>- a few web pages that include text (in four languages) and pictures
>displayed in a Flash slide show
>- a calendar to show availability
>- a form to send e-mail with anti-SPAM support
>- (ASAP) online payment
>
>Out of curiosity, are there CMS/frameworks in Python that can do this?
>Django? Other?
>
>Is a full-fledged CMS even needed for something like that?

Good old rcs would be fine. It is oldfashioned, so you need only
4 commands, compared to a bewildering display of icons.

mkdir RCS
ci *
rcs -NSTABLE1: RCS/*

Backup by
tar cf /media/MYSTICK/project.tar RCS

>
>Thank you.


--
-- 
Albert van der Horst, UTRECHT,THE NETHERLANDS
Economic growth -- being exponential -- ultimately falters.
albert@spe&ar&c.xs4all.nl &=n http://home.hccnet.nl/a.w.m.van.der.horst

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web