# Legend: # --- = A new release # + = Added a feature (in a backwards compatible way) # ! = Changed something significant, or removed a feature # * = Fixed a bug, or made a minor improvement --- ? Wookee: * Added support for hexadecimal HTML character entities (was actually added in 1.103 already). --- 1.103 (2007-03-18 13:27) WookeeBox: * Do not generate leading ";"s in auto-generated CSS "style" attributes of boxes. --- 1.102 (2006-07-13 11:23) Wookee: * Various performance improvements, some of them significant under certain circumstances. * Various changes to improve mod_perl compatibility. * and are now considered valid HTML tags in Wookee markup. * Added support for anchors in interwiki links. * Minor fixes. WookeeReport: + Added, providing meta-markup (markup that generates markup) to generate reports from a data source embedded in the page, possibly using Perl code. WookeeBox: * A "style" attribute for custom CSS style rules is now supported in elements. WookeeModule::ApachePasswordChange: * Established mod_perl compatibility by turning class data into object data. Debian: * Standards-Version: 3.7.2 (was: 3.6.2) * Raised debhelper compat level to 5; Build-Depends: debhelper (>= 5) * Build-Depends: debhelper (was: Build-Depends-Indep:) --- 1.101 (2006-06-01 12:00) Wookee, WookeeSmile: * Replaced INIT blocks by anonymous code blocks for mod_perl compatibility. WookeeBox: * Add 1em margins on the inner side of floating boxes (i.e. margin-right if "float: left", and vice versa). --- 1.100 (2006-05-03 21:15) Wookee: ! Introduced unified link syntax. The following markups are all supported now, while keeping compatibility with the old single-bracket syntax for external links: [[localpage|caption]] [[Interwiki:page|caption]] [[proto://server/path|caption]] [[#anchor|caption]] [[##anchor-declaration|caption]] See markup.wookee for details. * No longer generate "[]" brackets for external links. Instead, add class="link-{url,wiki,mail}" attributes to the generated elements. * For ": ..." (ParagraphIndented) paragraphs, generate
s instead of

s, which allows constructs such as ": ...". * Fixed a bug in the block end tag detection code of Wookee's Block- Unparsed::parseBlock() method that caused text generated by certain Wookee modules to be truncated at the length of the {{>}} statement. * Fixed a bug in Wookee's CharacterLink::tokenClose() method that threw away the part following the second occurrence of a colon in Interwiki links. * Minor corrections/improvements. Wookee::Upgrade: + Added to upgrade Wookee-formatted texts to comply with the current Wookee version. wookee-upgrade: + Added to perform upgrade maintenance and notify Wookee-using software about Wookee upgrades. Miscellaneous: * The version Perl module is now required. + Added INSTALL with (trivial) building and installation instructions. Debian: * Made Julian Mehnle the Debian maintainer, keeping Michael Buschbeck as a co-maintainer (uploader). * Depends: libversion-perl * Build-Depends-Indep: perl (>= 5.8) instead of (> 5.8.0-7) specifically. * Build-Depends-Indep: libversion-perl + postinst: added to call wookee-upgrade on upgrades. --- 1.01 (2005-08-14 19:35) + Added Wookee markup documentation (in Wookee format, of course) as doc/ markup.wookee. Automatically generate markup.html during installation. + Added WookeeBox module for generating

blocks. * Lowered Perl version dependency from 5.8 to 5.6. * Improved Build.PL custom installation code. * Minor fixes. --- 1.00 (initial release) (2005-07-19 10:21) # $Id$ # vim:tw=79 sts=2 sw=2