]> git.pld-linux.org Git - packages/docbook-style-dsssl.git/blob - docbook-dsssl-online.dsl
- release 2
[packages/docbook-style-dsssl.git] / docbook-dsssl-online.dsl
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY dbstyle SYSTEM "/usr/share/sgml/dsssl/docbook/html/docbook.dsl" CDATA DSSSL>
3 ]>
4
5 <style-sheet>
6 <style-specification use="docbook">
7 <style-specification-body>
8
9 (define %no-make-index #t)
10 ;;(define %generate-book-titlepage% #t)
11 ;;(define %generate-book-toc% #t)
12 (define %use-id-as-filename% #t)
13 (define %chapter-autolabel% #t)
14 (define %section-autolabel% #t)
15 (define %html-ext% ".html")
16 (define %gentext-nav-use-ff% #t)
17 (define %gentext-nav-use-tables% #t)
18 ;;(define %force-chapter-toc% #f)
19 (define %gentext-nav-tblwidth% "100%")
20 (define %html-pubid% "-//W3C//DTD HTML 4.0 Transitional//EN")
21 (define %link-mailto-url% "mailto:ziembor@faq-bot.ziembor.waw.pl")
22 (define %stylesheet-type% "text/css")
23 (define %stylesheet% "pcwfaq.css")
24 (define %body-attr% (list (list "BGCOLOR" "#FFFFFF") (list "TEXT" "#000000")))
25 ;;(define %titlepage-in-info-order% #t)
26 (define %html-header-tags% '(("META" ("NAME" "description") ("CONTENT" "pl.comp.www --- czesto zadawane pytania"))
27 ("META" ("HTTP-EQUIV" "content-type") ("content" "text/html; charset=ISO-8859-2"))))
28 (define %spacing-paras% #f)
29 </style-specification-body>
30 </style-specification>
31
32 <external-specification id="docbook" document="dbstyle">
33 </style-sheet>
This page took 0.076909 seconds and 3 git commands to generate.