- 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:
Gabor Kovesdan 2013-05-30 20:09:44 +00:00
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

View file

@ -11,8 +11,8 @@ used in both environments.
<!-- These are used in screen elements -->
<!ENTITY prompt.root "<prompt>#</prompt>">
<!ENTITY prompt.user "<prompt>&#37;</prompt>">
<!ENTITY prompt.root '<prompt xmlns="http://docbook.org/ns/docbook">#</prompt>'>
<!ENTITY prompt.user '<prompt xmlns="http://docbook.org/ns/docbook">&#37;</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>[&nbsp;OK&nbsp;]</guibutton>">
<!ENTITY gui.cancel "<guibutton>[&nbsp;Cancel&nbsp;]</guibutton>">
<!ENTITY gui.yes "<guibutton>[&nbsp;Yes&nbsp;]</guibutton>">
<!ENTITY gui.no "<guibutton>[&nbsp;No&nbsp;]</guibutton>">
<!ENTITY gui.ok '<guibutton xmlns="http://docbook.org/ns/docbook">[&nbsp;OK&nbsp;]</guibutton>'>
<!ENTITY gui.cancel '<guibutton xmlns="http://docbook.org/ns/docbook">[&nbsp;Cancel&nbsp;]</guibutton>'>
<!ENTITY gui.yes '<guibutton xmlns="http://docbook.org/ns/docbook">[&nbsp;Yes&nbsp;]</guibutton>'>
<!ENTITY gui.no '<guibutton xmlns="http://docbook.org/ns/docbook">[&nbsp;No&nbsp;]</guibutton>'>