7213ef055d
This translation is based on RELENG_5 so it should be tagged as RELENG_5 when appropriate (This set of files DOES build under 6-CURRENT because a last-minute hack added to readme/article.sgml, however, the contents is for RELENG_5). This includes: The Migration Guide Errata Hardware Notes (only i386 and amd64 at this time) Installation Guide [2] Readme [1] Release Notes Submitted by: delphij, gavin (local repository committer) [1], zhangluo (additional local contributor; part of i386 related contents) [2] Approved by: murray (mentor)
64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
<!-- Original Revision: 1.8.2.1 -->
|
||
<!-- $FreeBSD$ -->
|
||
|
||
<!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; [
|
||
<!-- Generate links to HTML man pages -->
|
||
(define %refentry-xref-link% #t)
|
||
|
||
(define ($email-footer$)
|
||
(make sequence
|
||
(make element gi: "p"
|
||
attributes: (list (list "align" "center"))
|
||
(make element gi: "small"
|
||
(literal "这份文档,以及其他与FreeBSD发行版本有关的文档,都可以在 ")
|
||
(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" "http://www.FreeBSD.org/docs.html"))
|
||
(literal "文档"))
|
||
(literal " 之后再考虑联系 <")
|
||
(create-link
|
||
(list (list "HREF" "mailto:questions@FreeBSD.org"))
|
||
(literal "questions@FreeBSD.org"))
|
||
(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:stable@FreeBSD.org"))
|
||
(literal "stable@FreeBSD.org"))
|
||
(literal "> 邮件列表。")))
|
||
|
||
(make element gi: "p"
|
||
attributes: (list (list "align" "center"))
|
||
(make element gi: "small"
|
||
(literal "关于这份文档的任何问题,请致信 <")
|
||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||
(literal "doc@FreeBSD.org"))
|
||
(literal ">。")))))
|
||
]]>
|
||
|
||
</style-specification-body>
|
||
</style-specification>
|
||
|
||
<external-specification id="docbook" document="release.dsl">
|
||
</style-sheet>
|