Skip to content

Commit

Permalink
doc-kit run (fetch updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
taroth21 committed Nov 8, 2023
1 parent 215554f commit 428c33c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ build/
.vscode/
.idea/
*.code-workspace
.vimrc
4 changes: 2 additions & 2 deletions doc-kit.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
type: docbook5-book
variant: license-gfdl

file: 50fc57833230d2afd445ef11a36e81d2850993b1 .gitignore
file: d5aba8356449342d0bac0a62116b85f1b44ee73d .gitignore
file: c6b4745307e90c9b88905b434cbbaddc54e4541b .editorconfig
file: 01205dda71486c3419a0ecd95244524b72b93185 xml/generic-entities.ent
file: 71bdb8014805fa7e20ee8f0cbb78b5245b7f69ef xml/generic-entities.ent
file: a79a3bc929478668955564bab48aecc8502555f6 xml/network-entities.ent
file: 78cb16c93e8a51b4c9ec32c4b30466b87979fb6a xml/common_intro_available_doc.xml
file: 6b82b8fa32f3c8cd8c76e804e420ae4a9312ec27 xml/common_intro_support.xml
Expand Down
51 changes: 32 additions & 19 deletions xml/generic-entities.ent
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@
<!ENTITY sles4sap "&sls; for &sap; Applications">
<!ENTITY s4s "&sles4sap;">
<!ENTITY slem "&sle; Micro">
<!ENTITY bci "&slea; Base Container Image">
<!ENTITY bci "&slea; Base Container Images">
<!ENTITY bcia "&slea; BCI">
<!ENTITY dinstaller "D-Installer">
<!ENTITY dinstaller "Agama">

<!-- ALP -->
<!ENTITY alp "Adaptable Linux Platform">
<!ENTITY alpshort "ALP">

<!-- SLE HA -->
<!ENTITY hasi "&ha; Extension">
<!ENTITY sleha "&sle; &hasi;">

<!ENTITY sleha "&sle; &ha;">
<!ENTITY hageo "Geo Clustering for &sleha;">

<!-- SUSE Manager -->
Expand All @@ -98,29 +98,29 @@
<!ENTITY smr "&susemgr; for Retail">


<!-- SUSE PRODUCT ACRONYMS (Scott Corfield via [email protected], 2019-03-25) -->
<!-- SUSE PRODUCT ACRONYMS (as approved in TermWeb 2023) -->

<!ENTITY slea "SLE">
<!ENTITY sleda "SLED">
<!ENTITY slsa "SLES">
<!ENTITY slehaa "SLE-HA">
<!ENTITY slehaga "SLE-HA-GEO"> <!-- This one is not officially defined. -->
<!ENTITY slehpca "SLE-HPC">
<!ENTITY sles4sapa "SLES-SAP">
<!ENTITY slehaa "SLE&nbsp;HA">
<!ENTITY slehaga "SLE&nbsp;HA&nbsp;GEO"> <!-- This one is not officially defined. -->
<!ENTITY slehpca "SLE&nbsp;HPC">
<!ENTITY sles4sapa "SLES&nbsp;for&nbsp;SAP">
<!ENTITY s4sa "&sles4sapa;">
<!ENTITY sleposa "SLE-POS">
<!ENTITY slerta "SLE-RT">
<!ENTITY slewea "SLE-WE">
<!ENTITY slelpa "SLE-LP">
<!ENTITY slema "&slea; Micro">
<!ENTITY vmdpa "SLE-VMDP">
<!ENTITY sleposa "SLE&nbsp;POS">
<!ENTITY slerta "SLE&nbsp;RT">
<!ENTITY slewea "SLE&nbsp;WE">
<!ENTITY slelpa "SLE&nbsp;LP">
<!ENTITY slema "&slea;&nbsp;Micro">
<!ENTITY vmdpa "SLE&nbsp;VMDP">
<!ENTITY sesa "SES">
<!ENTITY soca "SOC">
<!ENTITY capa "SUSE-CAP">
<!ENTITY caaspa "SUSE-CaaSP">
<!ENTITY capa "SUSE&nbsp;CAP">
<!ENTITY caaspa "SUSE&nbsp;CaaSP">
<!ENTITY caspa "&caaspa;">
<!ENTITY sumaa "SUMA">
<!ENTITY smra "SUMA-Retail">
<!ENTITY smra "SUMA&nbsp;for&nbsp;Retail">


<!-- PRODUCT NAMES WITH (R) SIGN (incomplete) -->
Expand Down Expand Up @@ -288,7 +288,7 @@ use &deng;! -->
<!ENTITY klpa "KLP">
<!ENTITY ulp "user space live patching">
<!ENTITY ulpa "ULP">
<!ENTITY kiwi "KIWI&#xa0;NG">
<!ENTITY kiwi "KIWI&nbsp;NG">
<!ENTITY kprobes "Kprobes">
<!ENTITY krb "Kerberos">
<!ENTITY kube "Kubernetes">
Expand Down Expand Up @@ -547,6 +547,16 @@ use &deng;! -->
<!ENTITY % dbcent PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/dbcentx.mod">
%dbcent;

<!-- DOCBOOK 4 ENTITITES -->

<!ENTITY dash "&#x02010;" ><!--HYPHEN -->
<!ENTITY ndash "&#x02013;" ><!--EN DASH -->
<!ENTITY trade "&#x02122;" ><!--TRADE MARK SIGN -->
<!ENTITY copy "&#x000A9;" ><!--COPYRIGHT SIGN -->
<!ENTITY sol "&#x0002F;" ><!--SOLIDUS -->
<!ENTITY rdquo "&#x0201D;" ><!--RIGHT DOUBLE QUOTATION MARK -->
<!ENTITY ldquo "&#x0201C;" ><!--LEFT DOUBLE QUOTATION MARK -->
<!ENTITY nbsp "&#x000A0;" ><!--NO-BREAK SPACE -->

<!-- LEGACY COMPATIBILITY ENTITIES -->
<!-- Do not use in new documentation. -->
Expand Down Expand Up @@ -590,3 +600,6 @@ use &deng;! -->
<!-- SLE, old guide names -->
<!ENTITY sle_jeos_quick "&jeos; Quick Start">
<!ENTITY smtguide "Subscription Management Tool Guide">

<!-- SLE HA, old productname entity -->
<!ENTITY hasi "&ha;">

0 comments on commit 428c33c

Please sign in to comment.