Skip to content

Commit f99b393

Browse files
committed
add meta descriptions for missing files
1 parent 2a77657 commit f99b393

50 files changed

Lines changed: 184 additions & 10 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

xml/advanced_disksetup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
-->
1111
<title>Advanced Disk Setup</title>
1212
<info>
13+
<meta name="description">Understand advanced storage configurations on SUSE Linux Enterprise Server including LVM, RAID, and multipath setups for optimized disk management and data</meta>
1314
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
1415
<dm:bugtracker>
1516
<!-- <dm:assignee></dm:assignee>-->

xml/apps_brasero.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-gnome-burn">
1414
<title>Brasero: Burning CDs and DVDs</title>
1515
<info>
16+
<meta name="description">Create and burn data or audio CDs and DVDs on SUSE Linux Enterprise using the Brasero application to manage your optical media projects with ease</meta>
1617
<abstract>
1718
<para>
1819
Brasero is a &gnome; program for writing data and audio CDs and DVDs. Start

xml/apps_empathy.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ probably replace the Pidgin & Ekiga chapters with an Empathy chapter at some poi
1111
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-gnome-empathy">
1212
<title>Empathy: Instant Messaging</title>
1313
<info>
14+
<meta name="description">Set up and use the Empathy instant messaging client on SUSE Linux Enterprise to communicate across multiple accounts and protocols simultaneously</meta>
1415
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
1516
<dm:bugtracker/>
1617
<dm:translation>yes</dm:translation>

xml/apps_gftp.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-gnome-gftp">
1111
<title>gFTP: Transferring Data from the Internet</title>
1212
<info>
13+
<meta name="description">Use gFTP on SUSE Linux Enterprise to transfer data via FTP, HTTP, and SSH while managing bookmarks and configuring proxy settings for secure access</meta>
1314
<abstract>
1415
<para>
1516
gFTP is a multithreaded file transfer client. It supports the FTP, FTPS

xml/containers_basics.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-containers-intro">
88
<title>Introduction to Linux Containers</title>
99
<info>
10+
<meta name="description">Manage Docker containers on SUSE Linux Enterprise by learning how to create, start, stop, and remove them using the command line interface</meta>
1011
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
1112
<dm:bugtracker>
1213
</dm:bugtracker>

xml/deployment_prep_boot.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" role="General" xml:id="cha-deployment-prep-boot">
88
<title>Preparing the Boot of the Target System</title>
99
<info>
10+
<meta name="description">Prepare for SUSE Linux Enterprise Server installation by configuring boot parameters and selecting the appropriate boot medium for your hardware environment</meta>
1011
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
1112
<dm:bugtracker/>
1213
<dm:translation>yes</dm:translation>

xml/docker_building_images.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="docker-building-images" xml:lang="en">
88
<title>Creating Custom Images</title>
9+
<info>
10+
<meta name="description">Learn how to build custom Docker images on SUSE Linux Enterprise using Dockerfiles to automate the creation of consistent container environments</meta>
11+
12+
<revhistory xml:id="rh-cha-docker-building-images">
13+
<revision>
14+
<date>2023-03-14</date>
15+
<revdescription>
16+
<para/>
17+
</revdescription>
18+
</revision>
19+
</revhistory>
20+
</info>
921
<para>
1022
For creating your custom image you need a base &docker; image of &slsa;. You
1123
can use any of the pre-built &slsa; images that you can obtain as described

xml/docker_containers.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-working-with-containers" xml:lang="en">
88
<title>Working with Containers</title>
9+
<info>
10+
<meta name="description">Learn how to build custom Docker images on SUSE Linux Enterprise using Dockerfiles to automate the creation of consistent container environments</meta>
11+
12+
<revhistory xml:id="rh-cha-working-with-containers">
13+
<revision>
14+
<date>2023-03-14</date>
15+
<revdescription>
16+
<para/>
17+
</revdescription>
18+
</revision>
19+
</revhistory>
20+
</info>
921
<para>
1022
After you have created your images, you can start your containers based on that image. You can run an instance of the image by using the <command>docker run</command> command. The &deng; then creates and starts the container. The command <command>docker run</command> takes several arguments:
1123
</para>

xml/docker_dockerizing_application.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="docker-dockerizing-application" xml:lang="en">
88
<title>Creating &docker; Images of Applications</title>
9+
<info>
10+
<meta name="description">Explore the process of dockerizing applications on SUSE Linux Enterprise to create portable, self-contained units for efficient software deployment</meta>
11+
12+
<revhistory xml:id="rh-cha-docker-dockerizing-application">
13+
<revision>
14+
<date>2023-03-14</date>
15+
<revdescription>
16+
<para/>
17+
</revdescription>
18+
</revision>
19+
</revhistory>
20+
</info>
921
<para>
1022
&deng; is a technology that can help you to minimize resources used to run or build your applications. There are several types of applications that are suitable to run inside a &docker; container like daemons, Web pages or applications that expose ports for communication. You can use &deng; to automate building and deployment processes by adding the build process into a &docker; image, then building the image and then running containers based on that image.
1123
</para>

xml/docker_installation.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-docker-installation" xml:lang="en">
88
<title>&deng; Installation</title>
9+
<info>
10+
<meta name="description">Install and configure the Docker Open Source Engine on SUSE Linux Enterprise to begin deploying and managing containerized applications effectively</meta>
11+
12+
<revhistory xml:id="rh-cha-docker-installation">
13+
<revision>
14+
<date>2023-03-14</date>
15+
<revdescription>
16+
<para/>
17+
</revdescription>
18+
</revision>
19+
</revhistory>
20+
</info>
921
<sect1 xml:id="Preparation">
1022
<title>General Preparation</title>
1123
<para>

0 commit comments

Comments
 (0)