-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ build/ | |
.vscode/ | ||
.idea/ | ||
*.code-workspace | ||
.vimrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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 HA"> | ||
<!ENTITY slehaga "SLE HA GEO"> <!-- This one is not officially defined. --> | ||
<!ENTITY slehpca "SLE HPC"> | ||
<!ENTITY sles4sapa "SLES for 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 POS"> | ||
<!ENTITY slerta "SLE RT"> | ||
<!ENTITY slewea "SLE WE"> | ||
<!ENTITY slelpa "SLE LP"> | ||
<!ENTITY slema "&slea; Micro"> | ||
<!ENTITY vmdpa "SLE VMDP"> | ||
<!ENTITY sesa "SES"> | ||
<!ENTITY soca "SOC"> | ||
<!ENTITY capa "SUSE-CAP"> | ||
<!ENTITY caaspa "SUSE-CaaSP"> | ||
<!ENTITY capa "SUSE CAP"> | ||
<!ENTITY caaspa "SUSE CaaSP"> | ||
<!ENTITY caspa "&caaspa;"> | ||
<!ENTITY sumaa "SUMA"> | ||
<!ENTITY smra "SUMA-Retail"> | ||
<!ENTITY smra "SUMA for Retail"> | ||
|
||
|
||
<!-- PRODUCT NAMES WITH (R) SIGN (incomplete) --> | ||
|
@@ -288,7 +288,7 @@ use &deng;! --> | |
<!ENTITY klpa "KLP"> | ||
<!ENTITY ulp "user space live patching"> | ||
<!ENTITY ulpa "ULP"> | ||
<!ENTITY kiwi "KIWI NG"> | ||
<!ENTITY kiwi "KIWI NG"> | ||
<!ENTITY kprobes "Kprobes"> | ||
<!ENTITY krb "Kerberos"> | ||
<!ENTITY kube "Kubernetes"> | ||
|
@@ -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 "‐" ><!--HYPHEN --> | ||
<!ENTITY ndash "–" ><!--EN DASH --> | ||
<!ENTITY trade "™" ><!--TRADE MARK SIGN --> | ||
<!ENTITY copy "©" ><!--COPYRIGHT SIGN --> | ||
<!ENTITY sol "/" ><!--SOLIDUS --> | ||
<!ENTITY rdquo "”" ><!--RIGHT DOUBLE QUOTATION MARK --> | ||
<!ENTITY ldquo "“" ><!--LEFT DOUBLE QUOTATION MARK --> | ||
<!ENTITY nbsp " " ><!--NO-BREAK SPACE --> | ||
|
||
<!-- LEGACY COMPATIBILITY ENTITIES --> | ||
<!-- Do not use in new documentation. --> | ||
|
@@ -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;"> |