From 9a420ff93e5cc28c4ab3a515acf0d6937138ccbe Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 8 Mar 2004 18:13:13 +0000 Subject: [PATCH] initial checkin git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1160 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/doc/beautify.xsl | 15 ++++ util-vserver/doc/configuration-lsd.css | 32 +++++++ util-vserver/doc/configuration-xhtml.xsl | 144 +++++++++++++++++++++++++++++++ util-vserver/doc/configuration.html | 49 +++++++++++ 4 files changed, 240 insertions(+) create mode 100644 util-vserver/doc/beautify.xsl create mode 100644 util-vserver/doc/configuration-lsd.css create mode 100644 util-vserver/doc/configuration-xhtml.xsl create mode 100644 util-vserver/doc/configuration.html diff --git a/util-vserver/doc/beautify.xsl b/util-vserver/doc/beautify.xsl new file mode 100644 index 0000000..63913d6 --- /dev/null +++ b/util-vserver/doc/beautify.xsl @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/util-vserver/doc/configuration-lsd.css b/util-vserver/doc/configuration-lsd.css new file mode 100644 index 0000000..4225e87 --- /dev/null +++ b/util-vserver/doc/configuration-lsd.css @@ -0,0 +1,32 @@ +body { + font-size: 12pt; + background-color: pink; + margin: 0px; +} + +span.directory { + background-color: green; + color: cyan; +} + +span.symlink { + background-color: red; + color: yellow; +} + +span.script { + background-color: blue; + color: grey; +} + +span.symbolic:before { content: "<"; } +span.symbolic:after { content: ">"; } + +span.symbolic { + font-style: italic; +} + +span.description { + background-color: yellow; + color: red; +} diff --git a/util-vserver/doc/configuration-xhtml.xsl b/util-vserver/doc/configuration-xhtml.xsl new file mode 100644 index 0000000..0349b26 --- /dev/null +++ b/util-vserver/doc/configuration-xhtml.xsl @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + The <xsl:value-of select="$confdir"/> directory + + + +

The content of the directory

+ + + + + +
+ + + + + + + + +
    + + + +
+
+ + + + + +
+
+ + + + + + + + + + + + + + + + +
  • + + + script + + +
  • +
    + + + +
  • + + + file + + +
  • +
    + + + +
  • + + + symlink + + +
  • +
    + + + +
  • + + + directory + + + + + / + +
  • +
    + + + / + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    diff --git a/util-vserver/doc/configuration.html b/util-vserver/doc/configuration.html new file mode 100644 index 0000000..21291e9 --- /dev/null +++ b/util-vserver/doc/configuration.html @@ -0,0 +1,49 @@ + + + + The /etc/vservers directory

    The content of the /etc/vservers directory

    + -- 1.8.1.5