- Port some of the customizations to DocBook 5.0
- Add namespace declaration to DocBook elements in entities since DocBook 5.0 uses a namespace - Drop Jade-specific compatibility nits
This commit is contained in:
parent
a7b70eb4e8
commit
97ece4326c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=41780
6 changed files with 5666 additions and 5742 deletions
|
@ -11,8 +11,8 @@ used in both environments.
|
|||
|
||||
<!-- These are used in screen elements -->
|
||||
|
||||
<!ENTITY prompt.root "<prompt>#</prompt>">
|
||||
<!ENTITY prompt.user "<prompt>%</prompt>">
|
||||
<!ENTITY prompt.root '<prompt xmlns="http://docbook.org/ns/docbook">#</prompt>'>
|
||||
<!ENTITY prompt.user '<prompt xmlns="http://docbook.org/ns/docbook">%</prompt>'>
|
||||
|
||||
<!-- These will almost certainly remain the same, but are here for
|
||||
consistency and in case we ever want to make hyperlinks out of
|
||||
|
@ -41,15 +41,15 @@ used in both environments.
|
|||
<!--
|
||||
Use this entity when referring to 'UNIX' in your document.
|
||||
-->
|
||||
<!ENTITY unix "<trademark class='registered'>UNIX</trademark>">
|
||||
<!ENTITY nis "<acronym role='Network Information System'>NIS</acronym>">
|
||||
<!ENTITY unix '<trademark xmlns="http://docbook.org/ns/docbook" class="registered">UNIX</trademark>'>
|
||||
<!ENTITY nis '<acronym xmlns="http://docbook.org/ns/docbook" role="Network Information System">NIS</acronym>'>
|
||||
|
||||
<!-- Use an entity to define these exactly so that the print output
|
||||
stylesheets know what to look for and can format these properly with
|
||||
TeX commands. -->
|
||||
|
||||
<!ENTITY tex '<application>TeX</application>'>
|
||||
<!ENTITY latex '<application>LaTeX</application>'>
|
||||
<!ENTITY tex '<application xmlns="http://docbook.org/ns/docbook">TeX</application>'>
|
||||
<!ENTITY latex '<application xmlns="http://docbook.org/ns/docbook">LaTeX</application>'>
|
||||
|
||||
<!-- Use an entity for the X.Org X server -->
|
||||
|
||||
|
@ -102,7 +102,7 @@ used in both environments.
|
|||
<!ENTITY team.re "&a.kib;, &a.blackend;, &a.jpaetzel;, &a.hrs;, &a.kensmith;">
|
||||
|
||||
<!-- GUI-buttons -->
|
||||
<!ENTITY gui.ok "<guibutton>[ OK ]</guibutton>">
|
||||
<!ENTITY gui.cancel "<guibutton>[ Cancel ]</guibutton>">
|
||||
<!ENTITY gui.yes "<guibutton>[ Yes ]</guibutton>">
|
||||
<!ENTITY gui.no "<guibutton>[ No ]</guibutton>">
|
||||
<!ENTITY gui.ok '<guibutton xmlns="http://docbook.org/ns/docbook">[ OK ]</guibutton>'>
|
||||
<!ENTITY gui.cancel '<guibutton xmlns="http://docbook.org/ns/docbook">[ Cancel ]</guibutton>'>
|
||||
<!ENTITY gui.yes '<guibutton xmlns="http://docbook.org/ns/docbook">[ Yes ]</guibutton>'>
|
||||
<!ENTITY gui.no '<guibutton xmlns="http://docbook.org/ns/docbook">[ No ]</guibutton>'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue