From aec917d48775317b8985a2ba9afbd51314825a59 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Thu, 28 Sep 2006 22:39:19 +0000 Subject: [PATCH] Add Tim Mecking's XSL stylesheet for wiki exports. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2338 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- doc/Makefile-files | 3 +- doc/configuration-wiki.xsl | 335 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 337 insertions(+), 1 deletion(-) create mode 100644 doc/configuration-wiki.xsl diff --git a/doc/Makefile-files b/doc/Makefile-files index ed4631b..de9fceb 100644 --- a/doc/Makefile-files +++ b/doc/Makefile-files @@ -29,7 +29,8 @@ doc_configuration_SRCS = doc/configuration.xml \ doc/configuration.xsd \ doc/configuration.dtd \ doc/configuration.css \ - doc/configuration-xhtml.xsl + doc/configuration-xhtml.xsl \ + doc/configuration-wiki.xsl doc_compatibility_SRCS = doc/compatibility.xml \ doc/compatibility.dtd \ diff --git a/doc/configuration-wiki.xsl b/doc/configuration-wiki.xsl new file mode 100644 index 0000000..14ee42d --- /dev/null +++ b/doc/configuration-wiki.xsl @@ -0,0 +1,335 @@ + + + + + + + + +

The contents of the directory

+ + + Directory names are written in bold letters. + + Boolean files are files without content. Only existence matters. + + Scalar files are files with only one line (one value). + + List files are files with multiple values. One value per line. + + Hash files are files with multiple key/value pairs. One key/value pair per line. + + Symbolic names (variables) are written in italic letters. + + + Directories are marked with a trailing / and bold letters. + + Scripts are marked with a trailing superscript *. + + Hash files (with key/value pairs) are marked with a trailing superscript #. + + Boolean files (without content) are marked with a trailing superscript 0. + + Scalar files (with only one line) are marked with a trailing superscript 1. + + List files (with multiple lines) are marked with a trailing superscript min - max sequence, where min is the minimum and max the maximum number of lines. + + Symlinks are marked with a trailing superscript @. + + Data files have no special mark up. + + Symbolic names (variables) are written in italic letters. + + + + + + + This page is automatically created by XSL transformation of configuration.xml. Additions, corrections, etc. should be made in that file, not in the Wiki page. +
+ + + + +
    + + + + +
+
+
+ + + + + + + + + + + + + + + + +
  • + + + script + + +
  • +
    + + + +
  • + + + hash + + +
  • +
    + + + +
  • + + + file + + +
  • +
    + + + +
  • + + + data + + +
  • +
    + + + +
  • + + + list + + +
  • +
    + + + +
  • + + + symlink + + +
  • +
    + + + +
  • + + + boolean + + +
  • +
    + + + +
  • + + + directory + + + + + / + +
  • +
    + + + / + + + + + + + + + + ''' + /'''' + + + ''' + + + + + /''' + @ + 0 + + + 0 + - + + + + 1 + * + # + + ??? + + + + + + +
    + + + + + + + + + + + + +
    + + + + +
      +
        + Allowed values: + + + +
      +
    +
    + + + + + + + + +
      +
        + + + +
      +
    +
    + + + + + + + +
      +
        + +
      +
    +
    + + +
      +
        + +
      +
    +
    + + +
      +
        + Possible values: + + + +
      +
    +
    + + + + + + + + +
      +
        + Will be called with the following parameters: + +
      +
    +
    + + + + + + + + +
    +
    + + +
        ; Default :
    +
    " + + +
        ; Since Version :
    +
    + + + + '''' + + [] +
    +
    + + + + [[# + + + |]] + + [file://] + +
    -- 1.8.1.5