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


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

Templated rich-text egg

Started byAlec Taylor <alec.taylor6@gmail.com>
First post2012-03-23 22:09 +1100
Last post2012-03-23 22:09 +1100
Articles 1 — 1 participant

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


Contents

  Templated rich-text egg Alec Taylor <alec.taylor6@gmail.com> - 2012-03-23 22:09 +1100

#22068 — Templated rich-text egg

FromAlec Taylor <alec.taylor6@gmail.com>
Date2012-03-23 22:09 +1100
SubjectTemplated rich-text egg
Message-ID<mailman.919.1332500964.3037.python-list@python.org>
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:
• Create a library of document templates
• Allow others to pick a document template to create there document from
• Allow others to swap the template their document has without losing data
• 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

[toc] | [standalone]


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


csiph-web