Issue 85: Suggestion: Anywhere markup is used, don't use the template tags  
to render them.
http://code.google.com/p/django-hotclub/issues/detail?id=85

New issue report by anlifer:
The ideal is that whenever some marked-up content is added to the site, it
should store both the marked up content and the HTML rendered content
simultaneously. Whenever the content is displayed after a request, it
should simply just extract the HTML content from the db, and not the marked
up one and have the templating engine convert it to HTML on each access.

If the user ever edits that content later, his/her original marked up text
is made available for him to edit.

I don't know if you guys already do this, but thought I'd suggest it in  
case.

By default, threaded comments does not follow this model: It relies on
template rendering each time. I don't know how easy it is to override that
behavior.



Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to