doc/reference/finch/finch-docs.xml

Thu, 22 Nov 2018 02:53:23 -0500

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Thu, 22 Nov 2018 02:53:23 -0500
changeset 39360
e7bed293aad5
parent 38558
a4e291ab6db3
child 39363
3932ab2393a7
permissions
-rw-r--r--

Switch to external libgnt with fallback.

<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [

<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Finch Reference Manual</title>
    <abstract>
      <title>Finch &version;</title>
      <para>
        GNT (GLib Ncurses Toolkit) is an ncurses toolkit for creating text-mode
        graphical user interfaces in a fast and easy way.
      </para>
      <para>
        Finch is a text-mode frontend to libpurple, built using libgnt.
      </para>
    </abstract>
  </bookinfo>

  <part id="finch">
    <title>Finch API Reference</title>

      <xi:include href="xml/gntaccount.xml" />
      <xi:include href="xml/gntblist.xml" />
      <xi:include href="xml/gntpounce.xml" />
      <xi:include href="xml/gntcertmgr.xml" />
      <xi:include href="xml/gntconn.xml" />
      <xi:include href="xml/gntconv.xml" />
      <xi:include href="xml/gntdebug.xml" />
      <xi:include href="xml/gntxfer.xml" />
      <xi:include href="xml/gntidle.xml" />
      <xi:include href="xml/gntlog.xml" />
      <xi:include href="xml/gntmedia.xml" />
      <xi:include href="xml/gntmenuutil.xml" />
      <xi:include href="xml/gntnotify.xml" />
      <xi:include href="xml/gntplugin.xml" />
      <xi:include href="xml/gntprefs.xml" />
      <xi:include href="xml/gntrequest.xml" />
      <xi:include href="xml/gntroomlist.xml" />
      <xi:include href="xml/gntsound.xml" />
      <xi:include href="xml/gntstatus.xml" />
      <xi:include href="xml/gntui.xml" />
      <xi:include href="xml/finch.xml" />
  </part>

  <index id="api-index-full">
    <title>Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-deprecated" role="deprecated">
    <title>Index of deprecated symbols</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2.8.0" role="2.8.0">
    <title>Index of new symbols in 2.8.0</title>
    <xi:include href="xml/api-index-2.8.0.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2.4.0" role="2.4.0">
    <title>Index of new symbols in 2.4.0</title>
    <xi:include href="xml/api-index-2.4.0.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2.3.0" role="2.3.0">
    <title>Index of new symbols in 2.3.0</title>
    <xi:include href="xml/api-index-2.3.0.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2.2.0" role="2.2.0">
    <title>Index of new symbols in 2.2.0</title>
    <xi:include href="xml/api-index-2.2.0.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2.0.0" role="2.0.0">
    <title>Index of new symbols in 2.0.0</title>
    <xi:include href="xml/api-index-2.0.0.xml"><xi:fallback /></xi:include>
  </index>

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

mercurial