MoinLight

Shortlog

(0) +60 +100 tip
2018-07-14 Paul Boddie Added list item renumbering support.
2018-07-14 Paul Boddie Added initial support for list style types in serialised output.
2018-07-14 Paul Boddie Fixed list parsing to put nested lists within list items and to permit different
2018-07-13 Paul Boddie Added strikethrough/stroke/deletion formatting support.
2018-07-13 Paul Boddie Added elementary support for links.
2018-07-13 Paul Boddie Permit serialisation back to source form if Moin format is used.
2018-07-13 Paul Boddie Fixed list structuring by employing queued match details from the token stream.
2018-07-13 Paul Boddie Make the test program easier to run.
2018-06-01 Paul Boddie Introduced initial support for list creation, also making new_block a method,
2017-12-13 Paul Boddie Moved the Moin wiki parser into the parsers subpackage.
2017-12-12 Paul Boddie Added serialiser switching for regions of different types, adding table region
2017-12-12 Paul Boddie Added a parser manifest and exposed manifests via subpackage roots.
2017-12-12 Paul Boddie Introduced a mechanism for enumerating the available serialisers.
2017-12-12 Paul Boddie Reorganised the parsers and serialisers, introducing the missing table parser
2017-05-12 Paul Boddie Reorganised the parsing framework, removing the pattern dictionary from the
2017-05-05 Paul Boddie Introduced a necessary mechanism for transferring state between tokenisers.
2017-05-05 Paul Boddie Fixed format registry initialisation.
2017-05-05 Paul Boddie Support inline formatting within table cells.
2017-05-05 Paul Boddie Moved patterns into the parser, introducing functionality for pattern re-use.
2017-05-04 Paul Boddie Moved common parsing functionality into a separate module.
2017-05-04 Paul Boddie Introduced a parser class to allow parameterisation of the parsing activity.
2017-05-04 Paul Boddie Reordered the functions and reformatted slightly.
2017-05-04 Paul Boddie Added some table attribute validation.
2017-05-04 Paul Boddie Use serialisation to convert ill-formed table rows back to text.
2017-05-03 Paul Boddie Fixed transposed colspan and rowspan patterns.
2017-05-03 Paul Boddie Moved test data into separate files, making it possible to run individual tests.
2017-05-03 Paul Boddie Added initial table attribute support.
2017-05-02 Paul Boddie Added initial support for table elements.
2017-05-01 Paul Boddie Added larger and smaller text formatting.
2017-05-01 Paul Boddie Minor append operation tidying.
2017-05-01 Paul Boddie Employ node addition more widely in order to replace empty nodes.
2017-05-01 Paul Boddie Added subscript and superscript formatting.
2017-05-01 Paul Boddie Added underlined text support and, unlike Moin, formatting within headings.
2017-05-01 Paul Boddie Merged handling of emphasised and strong text.
2017-05-01 Paul Boddie Added emphasis and strong formatting support.
2017-04-30 Paul Boddie Added initial definition list element support.
2017-04-30 Paul Boddie Introduced an explicit paragraph break node, removing the final indicator from
2017-04-30 Paul Boddie Added support for other list node types, breaking the pattern for list items up
2017-04-29 Paul Boddie Added support for headings.
2017-04-29 Paul Boddie Added horizontal rule support.
2017-04-29 Paul Boddie Reorganised the code into a package.
2017-04-28 Paul Boddie Capture indents used when starting regions/sections.
2017-04-28 Paul Boddie Added initial support for list item parsing.
2017-04-27 Paul Boddie Consolidated region parsing further, adding a mechanism of invoking handlers
2017-04-27 Paul Boddie Attempt to modularise pattern recognition actions.
2017-04-27 Paul Boddie Tidied and consolidated somewhat.
2017-04-27 Paul Boddie Employ separate patterns for region start and end markers.
2017-04-27 Paul Boddie Used more obvious variable names.
2017-04-27 Paul Boddie Added document node prettyprinting.
2017-04-27 Paul Boddie Switched to using a token stream in order to support different parsing modes as
2017-04-26 Paul Boddie Introduced notions of transparent regions that should be parsed as wiki text,
2017-04-26 Paul Boddie Moin wiki format utilities.
(0) +60 +100 tip