Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace entities w/URLs #175

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions xml/generic-entities.ent
Original file line number Diff line number Diff line change
Expand Up @@ -210,18 +210,6 @@ use &deng;! -->

<!-- URLS -->

<!ENTITY dsc "https://documentation.suse.com">
Copy link
Contributor

@taroth21 taroth21 Apr 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to change something in this file because it is maintained via doc-kit (see the comment in the file header). But it also does not harm, the changes will simply be overwritten by the next doc-kit run (just one more click for me to confirm the overwriting).

<!ENTITY dsc-sles "&dsc;/sles">
<!ENTITY dsc-sled "&dsc;/sled">
<!ENTITY dsc-ha "&dsc;/sle-ha">
<!ENTITY dsc-sap "&dsc;/sles-sap">
<!ENTITY dsc-ses "&dsc;/ses">
<!ENTITY dsc-suma "&dsc;/suma">
<!ENTITY dsc-caasp "&dsc;/suse-caasp">
<!ENTITY dsc-cap "&dsc;/suse-cap">
<!ENTITY dsc-soc "&dsc;/soc">


<!ENTITY beta-www "https://susedoc.github.io">

<!ENTITY doo "https://doc.opensuse.org">
Expand Down
6 changes: 3 additions & 3 deletions xml/product-entities.ent
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@


<!-- DOCUMENTATION URLS -->
<!ENTITY docaddress "<link xmlns='http://docbook.org/ns/docbook' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='&dsc-sles;-15'/>">
<!ENTITY ha-docaddress "<link xmlns='http://docbook.org/ns/docbook' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='&dsc-ha;-15'/>">
<!ENTITY docaddress "<link xmlns='http://docbook.org/ns/docbook' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='https://documentation.suse.com/sles-15'/>">
<!ENTITY ha-docaddress "<link xmlns='http://docbook.org/ns/docbook' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='https://documentation.suse.com/sle-ha-15'/>">
<!ENTITY sapnoteaddress "https://launchpad.support.sap.com/#/notes/">
<!ENTITY suma-docaddress "<link xmlns='http://docbook.org/ns/docbook' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='&dsc-suma;'/>">
<!ENTITY suma-docaddress "<link xmlns='http://docbook.org/ns/docbook' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='https://documentation.suse.com/suma'/>">
<!ENTITY reslibrary "<link xmlns='http://docbook.org/ns/docbook' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='https://www.suse.com/products/sles-for-sap/resource-library/'/>">

<!ENTITY rn-url "&sc-rn;/x86_64/SLE-SAP/15-SP6/">
Expand Down
2 changes: 1 addition & 1 deletion xml/s4s_planning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
Find detailed information in the <citetitle>&sls;</citetitle>
&upgrade_guide; at
<link
xlink:href="&dsc-sles;/html/SLES-all/cha-upgrade-paths.html"/>.
xlink:href="https://documentation.suse.com/sles/html/SLES-all/cha-upgrade-paths.html"/>.
</para>
</sect1>
<sect1 condition="noquick" xml:id="sec-how-install">
Expand Down
Loading