From 71d9a59b5ba3325f55d5724b11344c64deceb2fb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Apr 2006 09:43:25 +0000 Subject: [PATCH] Initial revision --- README | 2 + html.dsl.in | 26 +++++++++ html.xsl.in | 18 ++++++ print.dsl.in | 21 +++++++ style1.css | 63 +++++++++++++++++++++ tkl.xsl.in | 47 +++++++++++++++ xml.dcl | 179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 356 insertions(+) create mode 100644 README create mode 100644 html.dsl.in create mode 100644 html.xsl.in create mode 100644 print.dsl.in create mode 100644 style1.css create mode 100644 tkl.xsl.in create mode 100644 xml.dcl diff --git a/README b/README new file mode 100644 index 0000000..e0f31ff --- /dev/null +++ b/README @@ -0,0 +1,2 @@ +This directory contains various common files for our Docbook based +documentation. diff --git a/html.dsl.in b/html.dsl.in new file mode 100644 index 0000000..2f6092e --- /dev/null +++ b/html.dsl.in @@ -0,0 +1,26 @@ + +]> + + + + + +(define %use-id-as-filename% #t) +(define %output-dir% "html") +(define %html-ext% ".html") +(define %stylesheet% "style1.css") + + + + + + + diff --git a/html.xsl.in b/html.xsl.in new file mode 100644 index 0000000..b670cc8 --- /dev/null +++ b/html.xsl.in @@ -0,0 +1,18 @@ + + + + + + + +0 +1 +1 +3 +3 +1 + + + + diff --git a/print.dsl.in b/print.dsl.in new file mode 100644 index 0000000..4a8e451 --- /dev/null +++ b/print.dsl.in @@ -0,0 +1,21 @@ + +]> + + + + + + + + + + + diff --git a/style1.css b/style1.css new file mode 100644 index 0000000..a343107 --- /dev/null +++ b/style1.css @@ -0,0 +1,63 @@ + +.table table { + border-collapse; + border: 1px solid black; + border-spacing: 0; + width: 94%; + margin-left: auto; + margin-right: 0; +} + +.author { + font-style: italic; +} + +.TITLEPAGE, .LOT, .TOC { + font-family: sans-serif; +} + +.TITLEPAGE .abstract { + margin: 0 150px 1em 0; + font-style: oblique; +} + +.TITLEPAGE .inlinemediaobject { + position: absolute; + top: 60px; + right: 0; + width: 140px; +} + +.table th { + padding: 3px 6px; + border: 1px solid black; +} +.table td { + text-align: left; + padding: 3px 6px; +} + +h1, h3, h4 { + font-family: sans-serif; +} + +h2 { + font-style: italic; + font-family: sans-serif; +} + +.figure b, .table b, .example b { + font-style: italic; +} + +.example , .figure { + margin-left: 3%; +} + +.screen, .synopsis, .programlisting { + margin-left: 6%; + padding: 4px; + border-style: solid; + border-width: 1px; + border-color: #bbbbbb; +} diff --git a/tkl.xsl.in b/tkl.xsl.in new file mode 100644 index 0000000..9265a0f --- /dev/null +++ b/tkl.xsl.in @@ -0,0 +1,47 @@ + + + + + 1 + .tkl + 0 + + + + + + + + + <xsl:apply-templates select="." mode="object.title.markup"/> + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xml.dcl b/xml.dcl new file mode 100644 index 0000000..fed2103 --- /dev/null +++ b/xml.dcl @@ -0,0 +1,179 @@ +" + PIC "?>" + SHORTREF NONE + + NAMES + SGMLREF + + QUANTITY NONE + + ENTITIES + "amp" 38 + "lt" 60 + "gt" 62 + "quot" 34 + "apos" 39 + + FEATURES + MINIMIZE + DATATAG NO + OMITTAG NO + RANK NO + SHORTTAG + STARTTAG + EMPTY NO + UNCLOSED NO + NETENABL IMMEDNET + ENDTAG + EMPTY NO + UNCLOSED NO + ATTRIB + DEFAULT YES + OMITNAME NO + VALUE NO + EMPTYNRM YES + IMPLYDEF + ATTLIST NO + DOCTYPE NO + ELEMENT NO + ENTITY NO + NOTATION NO + LINK + SIMPLE NO + IMPLICIT NO + EXPLICIT NO + OTHER + CONCUR NO + SUBDOC NO + FORMAL NO + URN NO + KEEPRSRE YES + VALIDITY TYPE + ENTITIES + REF ANY + INTEGRAL YES + APPINFO NONE + SEEALSO "ISO 8879:1986//NOTATION + Extensible Markup Language (XML) 1.0//EN" +> -- 1.7.10.4