File: refentry.xml

package info (click to toggle)
docbook-defguide 2.0.17%2Bsvn9047-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 93,428 kB
  • sloc: xml: 396,442; perl: 4,471; python: 879; makefile: 150; sh: 66
file content (37 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download | duplicates (5)
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
<refentry id="package.element" revision="4.4">
<?dbhtml filename="package.html"?>

<refmeta>
<indexterm><primary>elements</primary>
<secondary>package</secondary></indexterm>
<refentrytitle>package</refentrytitle>
<refmiscinfo>Element</refmiscinfo>
</refmeta>
<refnamediv>
<refname>package</refname>
<refpurpose>&package.purpose;</refpurpose>
</refnamediv>

&package.synopsis.gen;
<refsect1 condition='ref.description'><title>Description</title>

<para>The <sgmltag>package</sgmltag> element identifies things that
are, conceptually, “packages”. Examples include packages in the Java
language sense, <package>org.apache.xml.resolver</package>, and
packages in the software distribution sense,
<package role="debian">docbook-4.3-1.1.deb</package>.</para>
<para>The term “package” means different things in different contexts
and DocBook does not attempt to prescribe any particular meaning.</para>

<refsect2><title>Processing expectations</title>
<para>&format.inline;
</para>
</refsect2>

&package.parents.gen;
&package.children.gen;

</refsect1>

</refentry>