Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.151 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.70; '*S*': 0.01; 'sorts': 0.04; 'library': 0.13; 'docs.': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'template': 0.19; 'suggest': 0.20; 'received:209.85.210.174': 0.21; 'received:mail- iy0-f174.google.com': 0.21; 'message-id:@mail.gmail.com': 0.29; '(e.g.': 0.31; 'thanks': 0.32; 'modules': 0.32; 'there': 0.33; 'probably': 0.35; 'to:addr:python-list': 0.35; 'subject:text': 0.35; 'google': 0.35; 'received:google.com': 0.37; 'using': 0.37; 'received:209.85': 0.38; 'data': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'full': 0.62; "we've": 0.64; 'website.': 0.66; 'taylor': 0.67; 'capabilities': 0.71; 'cms': 0.74; 'mezzanine': 0.84; 'powerpoint,': 0.84; 'swap': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=6eLQYN2Q8CWiSPe4XNZn5Sx/1wKUD/BwMZJPDlhOBK0=; b=F6+nf5DWsiHtMiNTmMA8Jm8E753EkWEqcWFL4Pq7hKtCMPgUmfXfkbqzD2ulpjf+f6 piWfviGT74l4/JegSl0Z4xeOaOnmaWRs+xUeINAkt2NeNCbC742kUeungujsay1/qS4b SPU79XppSi3im3m4mK5ksEJACiMgnght6yDxdCMpiEhmissWYGQfi5vL/p+M7OmjpHb5 skrEj2MZaSeeR4XPQRPnxi0Py8qptfisxFnuiwfCjJhX7auKFG5OkiBia0UiVBo9aAWj VPy9OJhaQgH5/9UN21q1d2y3P3F0co3RiWr5o3GIOs0xXRgKs4OfqxaqQ5Ygz9jH0S9O er2Q== MIME-Version: 1.0 Date: Fri, 23 Mar 2012 22:09:22 +1100 Subject: Templated rich-text egg From: Alec Taylor To: "comp.lang.python" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1332500964 news.xs4all.nl 6976 [2001:888:2000:d::a6]:40109 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:22068 Good morning, We've all seen document templates in a variety of systems, such as PowerPoint, MailChimp and Google Docs. I would like to utilise the same sorts of capabilities on my website. The following features I require: =95 Create a library of document templates =95 Allow others to pick a document template to create there document from =95 Allow others to swap the template their document has without losing dat= a =95 Document authoring in rich-text (e.g. using CKEditor) (I will probably end up using a full CMS such as Mezzanine around the whole system.) Please suggest modules allowing me to do the aforementioned. Thanks for all recommendations, Alec Taylor