80 lines
3.0 KiB
Plaintext
80 lines
3.0 KiB
Plaintext
<!-- $FreeBSD$ -->
|
|
<!-- Original revision: 1.2 -->
|
|
|
|
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
|
<!ENTITY release.dsl PUBLIC "-//FreeBSD//DOCUMENT Release Notes DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
|
|
<!ENTITY % output.html "IGNORE">
|
|
<!ENTITY % output.print "IGNORE">
|
|
]>
|
|
|
|
<style-sheet>
|
|
<style-specification use="docbook">
|
|
<style-specification-body>
|
|
|
|
<![ %output.html; [
|
|
(define ($email-footer$)
|
|
(make sequence
|
|
(make element gi: "p"
|
|
attributes: (list (list "align" "center"))
|
|
(make element gi: "small"
|
|
(literal "このファイルの他, リリース関連の文書は ")
|
|
(create-link (list (list "HREF" (entity-text "release.url")))
|
|
(literal (entity-text "release.url")))
|
|
(literal " からダウンロードできます.")))
|
|
(make element gi: "p"
|
|
attributes: (list (list "align" "center"))
|
|
(make element gi: "small"
|
|
(literal "FreeBSD に関するお問い合わせは, <")
|
|
(create-link
|
|
(list (list "HREF" "mailto:questions@FreeBSD.org"))
|
|
(literal "questions@FreeBSD.org"))
|
|
(literal "> へ質問を投稿する前に")
|
|
(create-link
|
|
(list (list "HREF" "http://www.FreeBSD.org/docs.html"))
|
|
(literal "解説文書"))
|
|
(literal "をお読みください.")
|
|
(make element gi: "p"
|
|
attributes: (list (list "align" "center"))
|
|
(make element gi: "small"
|
|
(literal "FreeBSD ")
|
|
(literal (entity-text "release.branch"))
|
|
(literal " をお使いの方は, ぜひ ")
|
|
(literal "<")
|
|
(create-link (list (list "HREF" "mailto:current@FreeBSD.org"))
|
|
(literal "current@FreeBSD.org"))
|
|
(literal "> メーリングリストに参加ください.")))
|
|
|
|
(make element gi: "p"
|
|
attributes: (list (list "align" "center"))
|
|
(literal "この文書の原文に関するお問い合わせは <")
|
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
|
(literal "doc@FreeBSD.org"))
|
|
(literal "> まで, ")
|
|
(make empty-element gi: "br")
|
|
(literal "日本語版に関するお問い合わせは, <")
|
|
(create-link (list (list "HREF" "mailto:doc-jp@jp.FreeBSD.org"))
|
|
(literal "doc-jp@jp.FreeBSD.org"))
|
|
(literal "> まで電子メールでお願いします."))))))
|
|
|
|
|
|
<!-- Convert " ... " to `` ... '' in the HTML output. -->
|
|
(element quote
|
|
(make sequence
|
|
(literal "``")
|
|
(process-children)
|
|
(literal "''")))
|
|
|
|
<!-- Generate links to HTML man pages -->
|
|
(define %refentry-xref-link% #t)
|
|
|
|
<!-- Specify how to generate the man page link HREF -->
|
|
(define ($create-refentry-xref-link$ refentrytitle manvolnum)
|
|
(string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
|
refentrytitle "&" "sektion=" manvolnum))
|
|
]]>
|
|
</style-specification-body>
|
|
</style-specification>
|
|
|
|
<external-specification id="docbook" document="release.dsl">
|
|
</style-sheet>
|