lfs.dsl 745 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
  2. <!ENTITY docbook.dsl SYSTEM "docbook.dsl" CDATA dsssl>
  3. ]>
  4. <style-sheet>
  5. <style-specification use="docbook">
  6. <style-specification-body>
  7. (define %generate-legalnotice-link%
  8. #t)
  9. (define ($legalnotice-link-file$ legalnotice)
  10. (string-append "legalnotice"%html-ext%))
  11. (define %html-ext%
  12. ".html")
  13. (define %root-filename%
  14. "index")
  15. (define %use-id-as-filename%
  16. #t)
  17. (define %body-attr%
  18. (list
  19. (list "BGCOLOR" "#FFFFFF")
  20. (list "TEXT" "#000000")
  21. (list "LINK" "#0000FF")
  22. (list "VLINK" "#840084")
  23. (list "ALINK" "#006000")))
  24. </style-specification-body>
  25. </style-specification>
  26. <external-specification id="docbook" document="docbook.dsl">
  27. </style-sheet>