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
- Stijn de Reede (sjr) — lead, inactive
- Daniel O'Connor (doconnor) — lead, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.5.4)
Releases
- 0.1.0 (beta, 2012-11-03)
Release notes
License: PHP License
Forked from HTML_BBCodeParser
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #19688 | Closed | Bug | 2012-11-01 | Some Strict Standards bugs | |
| #19844 | Open | Bug | 0.1.0 | 2013-03-06 | Error in url parsing |
| #20415 | Open | Bug | 0.1.0 | 2014-09-21 | Special chars in url |
| #20965 | Open | Req | 0.1.0 | 2015-10-14 | BBCodeParser2 requires putting in main script directory (or main include dir) |
| #20966 | Open | Req | 0.1.0 | 2015-10-15 | Add a nl2br option |