Skip to content

Commit

Permalink
Fix italic issue with content
Browse files Browse the repository at this point in the history
Disable empty <subtitle/> and convert

  <meta name="category">Packaging</meta>

into:

  <meta name="category" content="Packaging"/>
  • Loading branch information
tomschr committed Nov 23, 2023
1 parent ed0575d commit 170f13a
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions xml/MAIN-SBP-RPM-Packaging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
xml:lang="en">
<info>
<title>Introduction to RPM Packaging</title>
<subtitle/>
<!-- <subtitle/>-->
<!--<orgname>SUSE Best Practices</orgname>-->
<productname>SUSE Linux Enterprise, openSUSE</productname>
<productnumber/>
Expand All @@ -21,10 +21,8 @@
<dm:editurl>https://github.com/SUSE/suse-best-practices/edit/main/xml/</dm:editurl>
</dm:docmanager>



<meta name="series">SUSE Best Practices</meta>
<meta name="category">Packaging</meta>
<meta name="category" content="Packaging"/>

<meta name="platform">SUSE Linux Enterprise</meta>
<meta name="platform">openSUSE</meta>
Expand All @@ -40,22 +38,6 @@
<orgname>SUSE</orgname>
</affiliation>
</author>
<!-- <author>
<personname>
<firstname></firstname>
<surname></surname>
</personname>
<affiliation>
<jobtitle></jobtitle>
<orgname></orgname>
</affiliation>
</author>
<editor>
<orgname></orgname>
</editor>
<othercredit>
<orgname></orgname>
</othercredit>-->
</authorgroup>

<cover role="logos">
Expand All @@ -73,7 +55,7 @@

<abstract>
<para>In general, a pre-built, open source application is called a <emphasis
role="italic">package</emphasis> and bundles all the binary, data, and
>package</emphasis> and bundles all the binary, data, and
configuration files required to run the application. A package also includes all the
steps required to deploy the application on a system, typically in the form of a
script. The script might generate data, start and stop system services, or
Expand All @@ -82,7 +64,7 @@

<para>Because each operating system has its idiosyncrasies, a package is typically
tailored to a specific system. Moreover, each operating system provides its own
<emphasis role="italic">package manager</emphasis>, a special utility to add and
<emphasis>package manager</emphasis>, a special utility to add and
remove packages from the system. SUSE-based systems – openSUSE and SUSE Linux
Enterprise - use the RPM Package Manager. The package manager precludes partial and
faulty installations and <quote>uninstalls</quote> by adding and removing the files
Expand Down

0 comments on commit 170f13a

Please sign in to comment.