#9755: "semisafe" filter
----------------------------------+-----------------------------------------
 Reporter:  while0pass            |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  Template system       |     Version:  1.0       
 Keywords:  safe semisafe filter  |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 It would be good to have "semisafe" filter within django template system.
 It is aimed at combining acceptable SECURITY and good web-TYPOGRAPHY. It
 would be like "safe" filter with the exception that html-instances like
 " " or "—" would be processed without escaping. I mean it must
 escape all html tags (that is structural markup), but keep intact all that
 only inended to represent characters in a text. Better still, we have
 "semisafe" filter with the default behaviour like that described above and
 other behaviour controlled with options. With options we could allow some
 tags or tag lists for instance like <em>, <sub>, <sup> or other inline
 ones. It is possible to think out different levels for semisafe filter.
 Each level could embrace some additional tag group.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9755>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to