patBBCode is a parser and renderer for our extended BBCode syntax with attribute and
namespace support.
We have developed patBBCode with one major idea in mind: to make it easy to use, flexible and
easy to extend even with limited PHP knowledge.
Current Version
:
v1.0.0beta
Released
:
2004-11-26
Maintainer
:
Sebastian 'The Argh' Mordziol
Developer(s)
:
Sebastian 'The Argh' Mordziol
License
:
LGPL
Why should I use patBBCode?
I think this can be answered by the idea that motivated the creation of the
package: make a BBCode parser that is simple to use and foremost easy to
extend. As the tag syntax is XML, you also get a lot more flexibility in adding
new elements to tags, and you don't get to handle any complex regular expressions