Text_Wiki
Text_Wiki is a PEAR class for parsing wiki text. You can drop it into your own applications and get wiki parsing right away. Text_Wiki is extensible; you can write your own parsing rules and macros.
Visit publisher site: Text_WikiListing Details
- Version:
- 0.19 alpha
- Filed in:
-
Scripts / PHP / Scripts & Programs / Wikis
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
Text_Wiki won't help you at all if you want a full CMS, but it can be a great tool for folks that want to write their own wiki engine with its very well-organized parser and renderer infrastructure. Unfortunately, I gotta take away a star because of UTF-8 issues. I triple-checked my function calls and everything seemed correct, yet UTF-8 characters were consistently corrupted. Since Enano pages are always encoded as UTF-8, I just commented out the htmlentities() call and everything worked fine.