Skip to content

Commit

Permalink
Use entity for additional support offerings
Browse files Browse the repository at this point in the history
  • Loading branch information
cwickert committed Sep 8, 2023
1 parent e2c7ce8 commit 9d17f86
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 34 deletions.
18 changes: 1 addition & 17 deletions xml/app_countrylist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,7 @@
<para>
&suse; offers additional support for the PAYG versions of following products:
</para>
<itemizedlist>
<listitem>
<para>
&slem; 5
</para>
</listitem>
<listitem>
<para>
&suse; Rancher Priority Support
</para>
</listitem>
<listitem>
<para>
NeuVector Prime
</para>
</listitem>
</itemizedlist>
&additional_support_offerings;
<para>
You can transact these support offerings through the &aws; and &azure; marketplaces, where you
will see two different listings: The <literal>EU and UK only</literal> listing is for customers
Expand Down
18 changes: 1 addition & 17 deletions xml/cha_introduction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,23 +403,7 @@
<para>
&suse; offers additional support for the PAYG versions of following products:
</para>
<itemizedlist>
<listitem>
<para>
&slem; 5
</para>
</listitem>
<listitem>
<para>
&suse; Rancher Priority Support
</para>
</listitem>
<listitem>
<para>
NeuVector Prime
</para>
</listitem>
</itemizedlist>
&additional_support_offerings;
<para>
These support options can be purchased through the CSP's market place.
</para>
Expand Down
18 changes: 18 additions & 0 deletions xml/product-entities.ent
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,24 @@
<!ENTITY alibaba "Alibaba">
<!ENTITY ac "&alibaba; Cloud">

<!ENTITY additional_support_offerings " <itemizedlist xmlns='http://docbook.org/ns/docbook'>
<listitem>
<para>
&slem; 5
</para>
</listitem>
<listitem>
<para>
&suse; Rancher Priority Support
</para>
</listitem>
<listitem>
<para>
NeuVector Prime
</para>
</listitem>
</itemizedlist>">

<!-- Old network entities -->
<!ENTITY exampledomainip "192.168.0">
<!ENTITY exampledomain1ip "192.168.1">
Expand Down

0 comments on commit 9d17f86

Please sign in to comment.