X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsbcl-html.dsl;fp=doc%2Fsbcl-html.dsl;h=0000000000000000000000000000000000000000;hb=d039e5131ac15717049378a664e0e782f32506a2;hp=82ca94d71bd00cfe4108ad02cab88f89bf9ecce0;hpb=42bcf553ca92dd484a41c1b0c67c7450f86f17c1;p=sbcl.git diff --git a/doc/sbcl-html.dsl b/doc/sbcl-html.dsl deleted file mode 100644 index 82ca94d..0000000 --- a/doc/sbcl-html.dsl +++ /dev/null @@ -1,116 +0,0 @@ -]> - - - - - -;;; Essentially all the stuff in the "Programming languages and -;;; constructs" section (pp. 40-41 of _DocBook: The Definitive Guide_) -;;; is to be monospaced. The one exception is "replaceable", which -;;; needs to be distinguishable from the others. -;;; -;;; (In the modular stylesheets as of 1.54, some elements like "type" -;;; were typeset in the same font as running text, which led to -;;; horrible confusion in the SBCL manual.) -(element action ($mono-seq$)) -(element classname ($mono-seq$)) -(element constant ($mono-seq$)) -(element errorcode ($mono-seq$)) -(element errorname ($mono-seq$)) -(element errortype ($mono-seq$)) -(element function ($mono-seq$)) -(element interface ($mono-seq$)) -(element interfacedefinition ($mono-seq$)) -(element literal ($mono-seq$)) -(element msgtext ($mono-seq$)) -(element parameter ($mono-seq$)) -(element property ($mono-seq$)) -(element replaceable ($italic-seq$)) -(element returnvalue ($mono-seq$)) -(element structfield ($mono-seq$)) -(element structname ($mono-seq$)) -(element symbol ($mono-seq$)) -(element token ($mono-seq$)) -(element type ($mono-seq$)) -(element varname ($mono-seq$)) - -;;; Things in the "Operating systems" and "General purpose" -;;; sections (pp. 41-42 and pp. 42-43 -;;; of _DocBook: The Definitive Guide_) are handled on a case -;;; by case basis. -;;; -;;; "Operating systems" section -(element application ($charseq$)) -(element command ($mono-seq$)) -(element envar ($mono-seq$)) -(element filename ($mono-seq$)) -(element medialabel ($mono-seq$)) -;;; (The "msgtext" element is handled in another section.) -(element option ($mono-seq$)) -;;; (The "parameter" element is handled in another section.) -(element prompt ($bold-mono-seq$)) -(element systemitem ($mono-seq$)) -;;; -;;; "General purpose" section -(element database ($charseq$)) -(element email ($mono-seq$)) -;;; (The "filename" element is handled in another section.) -(element hardware ($mono-seq$)) -(element inlinegraphic ($mono-seq$)) -;;; (The "literal" element is handled in another section.) -;;; (The "medialabel" element is handled in another section.) -;;; (The "option" element is handled in another section.) -(element optional ($italic-mono-seq$)) -;;; (The "replaceable" element is handled in another section.) -;;; (The "symbol" element is handled in another section.) -;;; (The "token" element is handled in another section.) -;;; (The "type" element is handled in another section.) - - - -;; The extension to use on generated html files. -(define %html-ext% ".html") - -;; Generate a list of the html files created -(define html-manifest #t) - -;; The filename of the root HTML document (e.g, "index"). -(define %root-filename% "index") - -;; If true, chunks will be written to the 'output-dir' instead of -;; the current directory. -(define use-output-dir #t) -(define %output-dir% "html") - -;; Use ID attributes as name for component HTML files -(define %use-id-as-filename% #t) - - - - - - -