Fwd: [PEAR] [ANNOUNCEMENT] Text_Wiki-0.8 (alpha) Released.
Chuck Hagenbuch <[email protected]> Sat, 31 Jan 2004 13:46:50 -0500
| Newsgroups | gmane.comp.horde.wicked |
|---|---|
| Message-ID | <[email protected]> |
FYI. I haven't yet tested to see if the BC break affects us... ----- Forwarded message from [email protected] ----- Date: 31 Jan 2004 18:11:36 -0000 From: PEAR Announce <[email protected]> Reply-To: PEAR Announce <[email protected]> Subject: [PEAR] [ANNOUNCEMENT] Text_Wiki-0.8 (alpha) Released. To: PEAR general list <[email protected]> The new PEAR package Text_Wiki-0.8 (alpha) has been released at http://pear.php.net/. Release notes ------------- * WARNING: There has been a major change to Wiki class property $rules definition. This breaks backwards compatibility to 0.7 alpha and earlier for any user-defined rules. * The $rules property is now an associative array ('rule_name' => '/path/to/classfile.php'); this allows easier extension of rules by disconnecting the token name from the file name and the class name. * Minor change to directory structure (Text/Wiki/rules/ is now Text/Wiki/Rule/) * Removed Wiki class properties $_default_path and $rule_path (superseded by the new $rules property where the file name is explicitly defined) * Removed method Wiki::_fileExists() * Modified Wiki::render() to go through the source character-by-character instead of using str_replace (fixes bug where marked-up numbers would sometimes be mistaken for delimited token numbers) * Modified Rule.php class constructor and all related rule classes to take two params (matches the new $rules property definition) * Added rule "bold" (uses 3 single-quote ''' marking) * Added rule "italic" (uses 2 single-quote '' marking) * Added rule "superscript" (uses double-caret ^^ marking) * Modified rule "strong" to use double-star (**) marking * Modified rule "emphasis" to use double-slash (//) marking * Modified rule "toc" to pass through the source character-by-character instead of using str_replace (fixes bug where marked-up numbers would sometimes be mistaken for delimited token numbers) * Updated package documentation Package Info ------------- Abstracts parsing and rendering rules for Wiki markup in structured plain text. Related Links ------------- Package home: http://pear.php.net/package/Text_Wiki Changelog: http://pear.php.net/package-changelog.php?package=Text_Wiki Download: http://pear.php.net/get/Text_Wiki-0.8.tgz Authors ------------- Paul Jones <[email protected]> (lead) -- PEAR General Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php ----- End forwarded message ----- -chuck -- Charles Hagenbuch, <[email protected]> "Here, I brought some cole slaw. It's made from peeeooople! Just kidding." -- wicked mailing list - Join the hunt: http://horde.org/bounties/#wicked Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]