~ubuntu-branches/ubuntu/vivid/regina-normal/vivid-proposed

« back to all changes in this revision

Viewing changes to kdeui/doc/en/data-packet-text.docbook

  • Committer: Package Import Robot
  • Author(s): Ben Burton
  • Date: 2011-09-10 07:17:25 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: package-import@ubuntu.com-20110910071725-97n90tywdq60w2cr
Tags: 4.90-1
* New upstream release!
* The user interface has been ported from KDE3 to KDE4 (closes: #556318).
  Re-enabled the GUI as a result.
* The build system has been ported from autotools to cmake.
* The new upstream release builds fine on amd64 (closes: #624882).
* Moved the users' handbook into regina-normal-doc.
* Upgraded several suggests/recommends.  Upgraded regina-normal-mpi to
  depend on mpi-default-bin, and regina-normal to depend on both graphviz
  and regina-normal-doc (which the GUI expends to be present).  Upgraded
  regina-normal to recommend gap.
* Bumped standards-version to 3.9.2.0 (no changes required).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
<!-- Regina data file format documentation.
3
 
     See ../regina.sgml for further details. -->
4
 
 
5
 
<refentry id="data-packet-text">
6
 
 <refmeta>
7
 
  <refentrytitle>packet (text)</refentrytitle>
8
 
  <manvolnum>5reg</manvolnum>
9
 
 </refmeta>
10
 
 
11
 
 <refnamediv>
12
 
  <refname>packet (text)</refname>
13
 
  <refpurpose>A text packet</refpurpose>
14
 
 </refnamediv>
15
 
 
16
 
 <refsynopsisdiv>
17
 
  <informaltable frame="all">
18
 
   <tgroup cols="2">
19
 
    <colspec colname="c1"/>
20
 
    <colspec colname="c2"/>
21
 
    <tbody>
22
 
     <row><entry namest="c1" nameend="c2">
23
 
      <emphasis role="bold">Content Model</emphasis>
24
 
     </entry></row>
25
 
     <row><entry namest="c1" nameend="c2">
26
 
<synopsis>
27
 
packet ::= (&xml-text;,
28
 
            &xml-tag;*, &xml-packet;*)</synopsis>
29
 
     </entry></row>
30
 
     <row><entry namest="c1" nameend="c2">
31
 
      <emphasis role="bold">Attributes</emphasis>
32
 
     </entry></row>
33
 
     <row><entry namest="c1" nameend="c2">
34
 
      See the general &xml-packet; element documentation.
35
 
     </entry></row>
36
 
    </tbody>
37
 
   </tgroup>
38
 
  </informaltable>
39
 
 </refsynopsisdiv>
40
 
 
41
 
 <refsect1>
42
 
  <title>Description</title>
43
 
  <para>
44
 
   A <link linkend="packet-text">text packet</link> simply stores an
45
 
   arbitrary amount of text.  The text itself is contained in the
46
 
   child &xml-text; element.
47
 
  </para>
48
 
  <para>
49
 
   The roles played by the child &xml-tag; and &xml-packet; elements are
50
 
   described in the general &xml-packet; element documentation.
51
 
  </para>
52
 
 
53
 
  <refsect2>
54
 
   <title>Parents</title>
55
 
   <para>
56
 
    The following elements contain <sgmltag>packet</sgmltag>:
57
 
    <simplelist type="inline">
58
 
     <member>&xml-packet;</member>
59
 
     <member>&xml-reginadata;</member>
60
 
    </simplelist>.
61
 
   </para>
62
 
  </refsect2>
63
 
 
64
 
  <refsect2>
65
 
   <title>Children</title>
66
 
   <para>
67
 
    The following elements occur in <sgmltag>packet</sgmltag> for
68
 
    a text packet:
69
 
    <simplelist type="inline">
70
 
     <member>&xml-packet;</member>
71
 
     <member>&xml-tag;</member>
72
 
     <member>&xml-text;</member>
73
 
    </simplelist>.
74
 
   </para>
75
 
  </refsect2>
76
 
 </refsect1>
77
 
</refentry>