Re: Is there any way to render rtf (rich text format) documents with Django?

2006-11-02 Thread Frankie Robertson
On 02/11/06, carlwenrich <[EMAIL PROTECTED]> wrote: > > I'd like to allow a user (or at least an administrator) to edit an rtf > document, and then render it within an html document the way php > scripts are now doing. http://sourceforge.net/projects/pyrtflib/ (only one release and looks stagnant

Re: Is there any way to render rtf (rich text format) documents with Django?

2006-11-02 Thread carlwenrich
thanks Dirk. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] F

Re: Is there any way to render rtf (rich text format) documents with Django?

2006-11-02 Thread Dirk Eschler
Am Donnerstag, 2. November 2006 12:33 schrieb carlwenrich: > I'd like to allow a user (or at least an administrator) to edit an rtf > document, and then render it within an html document the way php > scripts are now doing. You could integrate TinyMCE into Django's admin interface: http://code.d

Is there any way to render rtf (rich text format) documents with Django?

2006-11-02 Thread carlwenrich
I'd like to allow a user (or at least an administrator) to edit an rtf document, and then render it within an html document the way php scripts are now doing. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django