PEAR is archived and read-only

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

Home » Text » Text_Wiki_BBCode » Bug #6409

addition of [raw] [/raw] parser very useful for e.g. WordPress

Details

Request #6409addition of [raw] [/raw] parser very useful for e.g. WordPress
Submitted2006-01-04 04:28 UTC
Fromme at ben-xo dot com
StatusWont fix
PackageText_Wiki_BBCode
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-01-04 04:28 UTC] me at ben-xo dot com

Description:
------------
I've added Text/Wiki/Parse/BBCode/Raw.php to my local copy of Text_Wiki_BBCode and it makes things much easier for me. Obviously you'd want a version that can be switched on and off, because it would be a security/XSS risk for visitors to a site if they could use it too; but for authors writing content in BBCode, it is useful. (Also, it was easy to add.)

See

http://www.ben-xo.com/temp/pear/Raw.phps

The only thing is, I am not 100% sure if [raw] is the right name for this tag. I don't know if any other BBCode engine exists that can do this yet. But it slots right in to the Text_Wiki model really well.