Skip to content

Commit

Permalink
Introduce &productnameshort; entity
Browse files Browse the repository at this point in the history
Fixes DOCTEAM-828 which was discussed in SLE Writers Call
on 2022-11-21

(cherry picked from commit eeba8f2)
  • Loading branch information
tomschr committed Nov 30, 2022
1 parent 9b1f54e commit 8c75688
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion xml/MAIN.SLEHA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<title>&productname; Documentation</title>
<info>
<productname>&productname;</productname>
<productname role="abbrev">&sleha;</productname>
<productname role="abbrev">&productnameshort;</productname>
<productnumber>&productnumber;</productnumber>
<dm:docmanager>
<dm:bugtracker>
Expand Down
5 changes: 3 additions & 2 deletions xml/book_sle_ha_geo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
<title>&geoguide;</title>
<info>
<productnumber>&productnumber;</productnumber>
<productname>&productname;</productname>
<date><?dbtimestamp?></date>
<productname>&productname;</productname>
<productname role="abbrev">&productnameshort;</productname>
<date><?dbtimestamp format="B d, Y"?></date>
<xi:include href="common_copyright_gfdl.xml"/>
<abstract>
<para>
Expand Down
2 changes: 1 addition & 1 deletion xml/book_sle_ha_guide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<info>
<title>&haguide;</title>
<productname>&productname;</productname>
<productname role="abbrev">&sleha;</productname>
<productname role="abbrev">&productnameshort;</productname>
<productnumber>&productnumber;</productnumber>
<date>
<?dbtimestamp format="B d, Y"?>
Expand Down
1 change: 1 addition & 0 deletions xml/book_sle_ha_quickstarts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<info>
<title>Quick Start Guides</title>
<productname>&productname;</productname>
<productname role="abbrev">&productnameshort;</productname>
<date><?dbtimestamp format="B d, Y"?></date>
<xi:include href="common_copyright_gfdl.xml"/>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
Expand Down
1 change: 1 addition & 0 deletions xml/product-entities.ent
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!ENTITY productname "&sle; &hasi;">
<!ENTITY productnamereg "&slereg; &hasi;">
<!ENTITY productnumber "15">
<!ENTITY productnameshort "SLEHA">

<!ENTITY product-ga "15">
<!--ENTITY product-sp ""-->
Expand Down

0 comments on commit 8c75688

Please sign in to comment.