MoinLight

Changeset

317:d2c3deeba9cb
23 months ago Paul Boddie raw files shortlog changelog graph Updated the documentation. rel-0-2
docs/wiki/Changelog (file) docs/wiki/Downloads (file) docs/wiki/MoinSyntax (file)
     1.1 --- a/docs/wiki/Changelog	Sun Dec 11 23:58:02 2022 +0100
     1.2 +++ b/docs/wiki/Changelog	Mon Dec 12 00:36:58 2022 +0100
     1.3 @@ -1,4 +1,16 @@
     1.4  = Changelog =
     1.5  
     1.6 -Currently, only an initial release has been made. See the repository history
     1.7 -for change-related information.
     1.8 +== New in MoinLight 0.2 (Changes since MoinLight 0.1) ==
     1.9 +
    1.10 + * Added some support for processing MoinMoin page directories.
    1.11 + * Added support for a common attachments directory in the output.
    1.12 + * Introduced block nodes inside table cells, requiring styling changes.
    1.13 + * Adjusted the handling of padding within table cells.
    1.14 + * Fixed table cell attribute parsing.
    1.15 + * Fixed Graphviz styling to not apply gradients to edge features.
    1.16 + * Made some table of contents macro styling improvements.
    1.17 + * Fixed table of contents processing when no section entries are found.
    1.18 + * Fixed the parsing of directives without values.
    1.19 + * Suppress macros in output when they are unexpanded.
    1.20 + * Permitted aliases for components ("dot" and "graphviz", "wiki" and "moin").
    1.21 + * Made various other changes to improve parsing and error handling.
     2.1 --- a/docs/wiki/Downloads	Sun Dec 11 23:58:02 2022 +0100
     2.2 +++ b/docs/wiki/Downloads	Mon Dec 12 00:36:58 2022 +0100
     2.3 @@ -43,8 +43,11 @@
     2.4  {{{#!table
     2.5  '''Release''' || '''Details'''
     2.6  ==
     2.7 +0.2 || [[https://hg.boddie.org.uk/MoinLight/rev/rel-0-2|changeset]]
     2.8 +    .. \_ [[https://hg.boddie.org.uk/MoinLight/file/rel-0-2|files]]
     2.9 +==
    2.10  0.1 || [[https://hg.boddie.org.uk/MoinLight/rev/rel-0-1|changeset]]
    2.11 -    .. [[https://hg.boddie.org.uk/MoinLight/file/rel-0-1|files]]
    2.12 +    .. \_ [[https://hg.boddie.org.uk/MoinLight/file/rel-0-1|files]]
    2.13  }}}
    2.14  
    2.15  Details of changes introduced in each new release can be found in the
    2.16 @@ -76,5 +79,5 @@
    2.17  For example:
    2.18  
    2.19  {{{
    2.20 -gpg --verify MoinLight-0.1.tar.bz2.asc MoinLight-0.1.tar.bz2
    2.21 +gpg --verify MoinLight-0.2.tar.bz2.asc MoinLight-0.2.tar.bz2
    2.22  }}}
     3.1 --- a/docs/wiki/MoinSyntax	Sun Dec 11 23:58:02 2022 +0100
     3.2 +++ b/docs/wiki/MoinSyntax	Mon Dec 12 00:36:58 2022 +0100
     3.3 @@ -87,6 +87,20 @@
     3.4   `title`:: value
     3.5  }}}
     3.6  
     3.7 +== Non-Breaking Space ==
     3.8 +
     3.9 +Introduces a non-breaking space in the page. For example:
    3.10 +
    3.11 +First\_Second
    3.12 +
    3.13 +=== Syntax ===
    3.14 +
    3.15 +{{{
    3.16 +First\_Second
    3.17 +}}}
    3.18 +
    3.19 +Here, {{{\_}}} is the non-breaking space symbol.
    3.20 +
    3.21  == Table Regions ==
    3.22  
    3.23  Provides a more readable and convenient way of describing tables. For example: