File: listaller-docs.xml

package info (click to toggle)
listaller 0.5.9-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,096 kB
  • ctags: 1,611
  • sloc: xml: 11,195; ansic: 2,298; sh: 1,648; perl: 1,452; cpp: 1,289; java: 157; makefile: 134; cs: 48; python: 24
file content (75 lines) | stat: -rw-r--r-- 2,569 bytes parent folder | download
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
]>
<book id="index">
  <bookinfo>
    <title>Listaller Reference Manual</title>
    <releaseinfo>
      for liblistaller-glib 0.5.x.
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://listaller.tenstral.net/docs/">http://listaller.tenstral.net/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter>
    <title>Listaller API Reference</title>

    <xi:include href="xml/application.xml"/>
    <xi:include href="xml/status.xml"/>

    <xi:include href="xml/updater.xml"/>
    <xi:include href="xml/manager.xml"/>
    <xi:include href="xml/installer.xml"/>

    <xi:include href="xml/setup-settings.xml"/>
    <xi:include href="xml/key-manager.xml"/>

    <xi:include href="xml/security-info.xml"/>
    <xi:include href="xml/ipk-control.xml"/>
    <xi:include href="xml/dependency.xml"/>
    <xi:include href="xml/ipk-changelog.xml"/>

    <xi:include href="xml/message-object.xml"/>
    <xi:include href="xml/database-internal.xml"/>

    <xi:include href="xml/logging.xml"/>
    <xi:include href="xml/utils.xml"/>
    <xi:include href="xml/version.xml"/>

  </chapter>
  <chapter id="more">
    <title>More Information</title>
      <chapter id="object-tree">
         <title>Object Hierarchy</title>
         <xi:include href="xml/tree_index.sgml"/>
      </chapter>
      <index id="api-index-full">
          <title>API Index</title>
          <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
      </index>
      <index id="deprecated-api-index" role="deprecated">
         <title>Index of deprecated API</title>
         <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
      </index>

      <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
  </chapter>

  <chapter id="manpages">
    <title>Listaller Tools Manual Pages</title>
     <xi:include href="../man/appcompile.1.xml"/>
     <xi:include href="../man/depscan.1.xml"/>
     <xi:include href="../man/lig++.1.xml"/>
     <xi:include href="../man/ligcc.1.xml"/>
     <xi:include href="../man/likey.1.xml"/>
     <xi:include href="../man/lipa.1.xml"/>
     <xi:include href="../man/lipkgen.1.xml"/>
     <xi:include href="../man/relaytool.1.xml"/>
     <xi:include href="../man/runapp.1.xml"/>
  </chapter>


</book>