The Tutorial: http://code.djangoproject.com/wiki/contentBBCode_parser

It describes how to make a pluggable special tag parser that is
simillar to BBCode but it can do dynamic things, react on passed
atributs :) For example this:

[rk:codder lang="python"]
for foo in bar:
   print foo
[/rk:codder]

Could get higlighted in the language we pass as a lang attribute :) The
result could look like this:
http://www.fotosik.pl/showFullSize.php?id=4a82e9c901329a06


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to