-
Notifications
You must be signed in to change notification settings - Fork 14
/
concept.xml
61 lines (61 loc) · 2.11 KB
/
concept.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file originates from the project https://github.com/openSUSE/doc-kit -->
<!-- This file can be edited downstream. -->
<!DOCTYPE topic
[
<!ENTITY % entities SYSTEM "../common/generic-entities.ent">
%entities;
]>
<!-- refers to legacy doc: <add github link to legacy doc piece, if applicable> -->
<!-- point back to this document with a similar comment added to your legacy doc piece -->
<!-- refer to README.md for file and id naming conventions -->
<!-- metadata is dealt with on the assembly level -->
<topic xml:id="concept-example"
role="concept" xml:lang="en"
xmlns="http://docbook.org/ns/docbook" version="5.2"
xmlns:its="http://www.w3.org/2005/11/its"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:trans="http://docbook.org/ns/transclusion">
<info>
<title>Concept</title><!-- can be changed via merge in the assembly -->
<!--add author's email address-->
<meta name="maintainer" content="" its:translate="no"/>
<abstract><!-- can be changed via merge in the assembly -->
<para>
Introductory text
</para>
</abstract>
</info>
<section xml:id="concept-example-what-is">
<title>What is foo bar?</title>
<para>
A paragraph of text, answering the question above and explaining the
aim/function of foo bar.
</para>
</section>
<section xml:id="concept-example-how-it-works">
<title>How does foo bar work?</title>
<para>
A paragraph of text, answering the question above and explaining the
mechanism behind foo bar.
</para>
<figure xml:id="fig-one">
<title>A figure</title>
<mediaobject>
<imageobject role="html">
<imagedata fileref="example.png"/>
</imageobject>
<imageobject role="fo">
<imagedata fileref="example.png" width="85%"/>
</imageobject>
</mediaobject>
</figure>
</section>
<section xml:id="concept-example-benefits">
<title>Benefits of foo bar</title>
<para>
A paragraph of text, pointing out the benefits of foo bar.
</para>
</section>
</topic>