Wed 2 Aug 2006
BBCode parsing in Python
Posted by dkaz under Python, Programming
Looking for a decent Python parser for BBCode?
Luke Plant’s bbcode.py is in Zyon’s Subversion depot and seems do the trick.
BBCode is an abbreviation for Bulletin Board Code, the markup language used to format posts in many message boards. The available tags are usually indicated by rectangular brackets surrounding a keyword, and they are parsed by the message board system before being translated into a markup language the web browsers understands, usually HTML or XHTML.
