PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_BBCodeParser2

This is a parser to replace UBB style tags with their html equivalents.

This package is unmaintained.

Download latest release 0.1.0 (archived versions might be outdated)

License: PHP License

Description

This is a parser to replace UBB style tags with their html equivalents.
It does not simply do some regex calls, but is complete stack based parse engine. This ensures that all tags are properly nested, if not, extra tags are added to maintain the nesting. This parser should only produce xhtml 1.0 compliant code. All tags are validated and so are all their attributes. It should be easy to extend this parser with your own tags.

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#19688ClosedBug2012-11-01Some Strict Standards bugs
#19844OpenBug0.1.02013-03-06Error in url parsing
#20415OpenBug0.1.02014-09-21Special chars in url
#20965OpenReq0.1.02015-10-14BBCodeParser2 requires putting in main script directory (or main include dir)
#20966OpenReq0.1.02015-10-15Add a nl2br option