Home » Text » Text_Wiki_BBCode
BBCode parser for Text_Wiki
This package is unmaintained.
Download latest release 0.0.4 (archived versions might be outdated)
License: LGPL
Description
Parses BBCode mark-up to tokenize the text for Text_Wiki
rendering (Xhtml, plain, Latex)
or for conversions using the existing renderers (wiki).
IT IS USING PCRE, SO IS UNDER PCRE LIMITATIONS, see http://php.net/pcre
Maintainers
- Firman Wandayandi (firman) — lead, active
- bertrand Gugger (toggg) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- Text_Wiki (>= 1.0.2)
Releases
- 0.0.4 (alpha, 2006-12-22)
Release notes
License: LGPL
* Url: in case of [url=...]description[/url] , description is now parsed (#9393, thanks laurent from invisibleray)
* List: secured recursion risk but the simple #7908 is causing the state of the package to be kept alpha. - 0.0.3 (alpha, 2006-02-06)
Release notes
License: LGPL
* List: Swallow away line breaks within the lists which produced unwanted <br />
* List: Starting count by zero as Xhtml render relies on it (erroneous </li> at begin)
* Really add superscript and subscript extensions (forgoten in package file list) - 0.0.2 (alpha, 2005-11-06)
Release notes
License: LGPL
* Firman is now co-lead of the package
* Added a test file to use with doc/Text_Wiki/doc/test_Text_Wiki.php
* Added examples showing how to replace deprecated HTML_BBCodeParser by Text_Wiki_BBCode
* # is optional for hexadecimal colours
* Add superscript and subscript extension
* Option relative_enable default false for relative urls, e.g., [url=/contact.php] (Request #5767)
* Refuse ] , [ and ' in path part of the url, should be urlencoded
* Fixed enumeration type [list=A] (as html type: a,A,i or I) - 0.0.1 (alpha, 2005-09-13)
Release notes
License: LGPL
This is the basic BBCode syntax as per http://www.phpbb.com/phpBB/faq.php?mode=bbcode
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #5760 | Suspended | Req | 2005-10-23 | [size=(+/-)\d] format not supported | |
| #5767 | Closed | Req | 2005-10-24 | relative [url] syntax not supported (e.g. [url=/contact.php]) | |
| #6100 | Verified | Bug | 2005-11-28 | relative urls don't work right. | |
| #6409 | Wont fix | Req | 2006-01-03 | addition of [raw] [/raw] parser very useful for e.g. WordPress | |
| #7908 | Bogus | Bug | 0.0.3 | 2006-06-15 | List : Connection reset while parsing |
| #9327 | Open | Req | 0.0.3 | 2006-11-13 | Images and headings |
| #9393 | Closed | Bug | 0.0.3 | 2006-11-20 | [url] around [img] doens't work |
| #9792 | Spam | Bug | <a href=http://wer10.iquebec.com/agent-california-escondido-estate-in-real/index.html >Agent Califor | 2007-01-09 | <a href=http://wer10.iquebec.com/agent-california-escondido-estate-in-real/index |
| #9960 | Open | Bug | CVS | 2007-01-28 | Parsing of named links returns unexpected results |
| #12581 | Closed | Bug | 0.0.4 | 2007-12-02 | incorrect/incomplete license in package.xml |