MoinLight

docs/wiki/Prerequisites

311:4b86f7f894b8
2021-10-26 Paul Boddie Fixed table feature padding patterns to consume only a single line.
     1 = Prerequisites =     2      3 MoinLight has the following general dependencies or prerequisites:     4      5 {{{#!table     6 '''Prerequisite'''          || '''Suggestions'''     7 ==     8 Python 2.x     9 (needed to run tools)       || Debian package: python \\    10                             .. Tested with Debian version 2.7.9-1 \\    11                             .. [[https://www.python.org/]]    12 ==    13 Graphviz    14 (needed for graph content)  || Debian package: graphviz \\    15                             .. Tested with Debian version 2.38.0-7 \\    16                             .. [[http://graphviz.org/]]    17 ==    18 xsltproc    19 (for XSL transformations on    20 SVG graph output)           || Debian package: xsltproc \\    21                             .. Tested with Debian version 1.1.28-2+deb8u6 \\    22                             .. [[http://xmlsoft.org/xslt/]]    23 }}}