1====== Acronym Plugin for DokuWiki ====== 2 3All documentation for the Acronym Plugin is available online at: 4 5 * http://www.staerk.de/thorsten/Acronym-plugin 6 7Do NOT try to install this plugin via un-tarring it. Use plugin manager as described in the above link. 8 9---- 10 11(c) 2005 - 2007 by Esther Brunner <wikidesign@gmail.com> 12(c) 2008 by Gina Häußge, Michael Klier <dokuwiki@chimeric.de> 13(c) 2006 by Allen Ormond <aormond atgmaildotcom> (was goto plugin, now redirect component) 14(c) 2010 - 2011 by Thorsten Stärk <dev@staerk.de> 15 16See COPYING for license info. 17 18Change history: 192011-07-02: 2 hours: make it work 202011-06-30: forked mediasyntax to acronym 212011-04-02: 4 hours: Issue 3: allow pictures (aka images) 222011-01-23: 1 hour: Issue 2: allowed internal links to be italic 232010-12-10: 2 hours: allowed {{included pages}} as in mediawiki style 242010-11-21: 1 hour: listblock starting with two ** works now, see https://github.com/tstaerk/mediasyntax/issues#issue/1 252010-10-30: 2 hours: made toolbar work 262010-10-28: 1 hour: allow a codeblock directly under a listitem 272010-10-26: 1 hour: allow a listitem directly under a codeblock 282010-10-19: 1 hour: cleanup code, remove misleading configuration setting 292010-10-17: 2 hour: italic font and plugin info text, removing getInfo() 302010-10-16: 3 hours: un-teach dokuwiki that // makes text italic 312010-10-13: 2 hours: convert tool to convert existing files from dokuwiki syntax to mediawiki syntax 322010-08-21: 1 hour: redirect made faster 332010-08-20: 1 hour: preblock and codeblock should start on the same column 342010-08-07: 8 hours: allowed a SpecialPattern (e.g. GB) in the mid of a line, directly followed by a blank, without triggering a preformatted area. Had to reasearch the calls object structure of the parser for this. 352010-07-22: 5 hours: preformatted text should work with SUSE and Ubuntu. Solution is simple: AddEntryPattern requires a parameter $mode. Set it to 'base'. 362010-05-05: 8 hours: preformatted text directly under normal text works, and two subsequent lines of preformatted text start on the same column 372010-04-18: 3 hours: bold text works 382010-04-17: 2 hours: adapting goto plugin by Allen Ormond to become the redirect component 392010-04-16: 1 hour: testcase for external link 402010-04-15: 3 hours: external links work 412010-04-11: 1 hour: <pre> tag must not be interrupted by a line starting with a character that is not a space 422010-04-10: 3 hours: possibility to use the <pre> tag 432010-04-08: 1 hour: version updated 442010-04-03: 1 hour: testcase & two adjacent preformatted lines fix 452010-04-02: 4 hours: single blank at beginning of line makes preformatted text 462010-03-29: 2 hours: created mediasyntax from creole plugin 47