1====== Mediasyntax Plugin for DokuWiki ======
2
3All documentation for the Mediasyntax Plugin is available online at:
4
5  * https://www.dokuwiki.org/plugin:mediasyntax
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-2023 by Thorsten Stärk <dev@staerk.de>
15
16See COPYING for license info.
17
18Change history:
192023-07-29: 2 hours: adapted to PHP 8 forbidding array and string offset access syntax with curly braces
202015-07-26: 1 hour: added tool to update mediasyntax on www.staerk.de
212015-07-25: 1 hour: allow [[File: instead of [[Image:
222015-06-27: 1 hour: enable linking to PDF
232013-08-04: 1 hour: do not show "you will be redirected"... inside an <ol>
242013-08-04: 1 hour: keep "__". It is not a markup for <u>
252013-08-03: 1 hour: keep the stars. "**" does not mean "bold"
262013-08-02: 2 hours: do not stop rendering on "//"
272012-09-20: 4 hours: converter: allow for rowspan
282012-09-19: 1 hour: converter: do not have empty columns right of your table
292012-07-25: 1 hour: issue #9: converter: treat ordered lists right
302012-07-24: 1 hour: issue #9: converter: treat headings right
312012-07-23: 2 hours: also convert tables with no headers
322012-07-23: 1 hour: converter: do not hang on lists
332012-07-20: 1 hour: converter: replace ** with '''
342012-03-19: 2 hours: fix hplus and hminus in toolbar, convert italic from dokuwiki to mediawiki
352012-03-18: 4 hours: add teletyper tag tt
362012-03-18: 2 hours: fix toolbar regarding hminus and ol
372012-03-18: 1 hour: testcase for converting dokuwiki style tables to mediawiki
382012-03-17: 1 hour: allow converting dokuwiki style tables to mediawiki
392011-07-17: 1 hour: Issue 6: bring date from http://www.dokuwiki.org/plugin:mediasyntax and plugin.info.txt in sync
402011-07-03: 4 hours: allowed bold text in codeblocks, but not in preblocks
412011-04-02: 4 hours: Issue 3: allow pictures (aka images)
422011-01-23: 1 hour: Issue 2: allowed internal links to be italic
432010-12-10: 2 hours: allowed {{included pages}} as in mediawiki style
442010-11-21: 1 hour: listblock starting with two ** works now, see https://github.com/tstaerk/mediasyntax/issues#issue/1
452010-10-30: 2 hours: made toolbar work
462010-10-28: 1 hour: allow a codeblock directly under a listitem
472010-10-26: 1 hour: allow a listitem directly under a codeblock
482010-10-19: 1 hour: cleanup code, remove misleading configuration setting
492010-10-17: 2 hour: italic font and plugin info text, removing getInfo()
502010-10-16: 3 hours: un-teach dokuwiki that // makes text italic
512010-10-13: 2 hours: convert tool to convert existing files from dokuwiki syntax to mediawiki syntax
522010-08-21: 1 hour: redirect made faster
532010-08-20: 1 hour: preblock and codeblock should start on the same column
542010-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.
552010-07-22: 5 hours: preformatted text should work with SUSE and Ubuntu. Solution is simple: AddEntryPattern requires a parameter $mode. Set it to 'base'.
562010-05-05: 8 hours: preformatted text directly under normal text works, and two subsequent lines of preformatted text start on the same column
572010-04-18: 3 hours: bold text works
582010-04-17: 2 hours: adapting goto plugin by Allen Ormond to become the redirect component
592010-04-16: 1 hour:  testcase for external link
602010-04-15: 3 hours: external links work
612010-04-11: 1 hour:  <pre> tag must not be interrupted by a line starting with a character that is not a space
622010-04-10: 3 hours: possibility to use the <pre> tag
632010-04-08: 1 hour:  version updated
642010-04-03: 1 hour:  testcase & two adjacent preformatted lines fix
652010-04-02: 4 hours: single blank at beginning of line makes preformatted text
662010-03-29: 2 hours: created mediasyntax from creole plugin
67
68