Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'memory.': 0.05; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'extensions': 0.13; 'calendar': 0.16; 'django?': 0.16; 'gilles': 0.16; 'hungry': 0.16; 'languages)': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'url:plone': 0.16; '(in': 0.18; 'displayed': 0.22; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.28; 'this?': 0.28; 'writes:': 0.29; 'up.': 0.31; 'to:addr:python-list': 0.33; 'likely': 0.33; 'text': 0.34; 'third': 0.34; 'especially': 0.35; 'subject:?': 0.35; 'there': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'charset:us-ascii': 0.36; 'quite': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'easy': 0.60; 'skip:u 10': 0.60; 'show': 0.63; 'received:217': 0.68; 'online': 0.70; 'flash': 0.72; 'pictures': 0.74; 'anti-spam': 0.84; 'subject:Using': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dieter Maurer Subject: Re: Using a CMS for small site? Date: Thu, 05 Jul 2012 10:27:40 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gmane-NNTP-Posting-Host: pd9e09178.dip0.t-ipconnect.de User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux) Cancel-Lock: sha1:Tvtlj35mT6EVD+mqRhfCwQPS4Y4= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341476877 news.xs4all.nl 6860 [2001:888:2000:d::a6]:38528 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24900 Gilles 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.