[wicked] Fwd: [PEAR] [ANNOUNCEMENT] Text_Wiki-0.8 (alpha) Released.

Chuck Hagenbuch chuck at horde.org
Sat Jan 31 10:46:50 PST 2004


FYI. I haven't yet tested to see if the BC break affects us...

----- Forwarded message from pear-dev at lists.php.net -----
    Date: 31 Jan 2004 18:11:36 -0000
    From: PEAR Announce <pear-dev at lists.php.net>
Reply-To: PEAR Announce <pear-dev at lists.php.net>
 Subject: [PEAR] [ANNOUNCEMENT] Text_Wiki-0.8 (alpha) Released.
      To: PEAR general list <pear-general at lists.php.net>

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 <pmjones at ciaweb.net> (lead)

--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

----- End forwarded message -----


-chuck

--
Charles Hagenbuch, <chuck at horde.org>
"Here, I brought some cole slaw. It's made from peeeooople! Just kidding."


More information about the wicked mailing list