doc/reference/finch/finch-docs.xml

Fri, 14 Aug 2020 01:18:11 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 14 Aug 2020 01:18:11 -0500
changeset 40510
09975c2082c5
parent 40227
a9ce65b33ff6
child 40683
dcc53af7a4fb
permissions
-rw-r--r--

Fix the docs that were broken when the sound api was removed

Update the docs for the sound api removal

Testing Done:
Built libpurple-doc, finch-doc, pidgin-doc, and facebook-doc, verified no errors.

Reviewed at https://reviews.imfreedom.org/r/68/

35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
1 <?xml version="1.0"?>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
4
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
5 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
6 <!ENTITY version SYSTEM "version.xml">
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
7 ]>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
8 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
9 <bookinfo>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
10 <title>Finch Reference Manual</title>
35438
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
11 <abstract>
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
12 <title>Finch &version;</title>
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
13 <para>
35446
c0f80955551d Add sections for libgnt and re-arrange GNT doc index
Ankit Vani <a@nevitus.org>
parents: 35438
diff changeset
14 GNT (GLib Ncurses Toolkit) is an ncurses toolkit for creating text-mode
c0f80955551d Add sections for libgnt and re-arrange GNT doc index
Ankit Vani <a@nevitus.org>
parents: 35438
diff changeset
15 graphical user interfaces in a fast and easy way.
c0f80955551d Add sections for libgnt and re-arrange GNT doc index
Ankit Vani <a@nevitus.org>
parents: 35438
diff changeset
16 </para>
c0f80955551d Add sections for libgnt and re-arrange GNT doc index
Ankit Vani <a@nevitus.org>
parents: 35438
diff changeset
17 <para>
c0f80955551d Add sections for libgnt and re-arrange GNT doc index
Ankit Vani <a@nevitus.org>
parents: 35438
diff changeset
18 Finch is a text-mode frontend to libpurple, built using libgnt.
35438
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
19 </para>
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
20 </abstract>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
21 </bookinfo>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
22
37395
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 35478
diff changeset
23 <part id="finch">
35424
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
24 <title>Finch API Reference</title>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
25
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
26 <xi:include href="xml/gntaccount.xml" />
35424
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
27 <xi:include href="xml/gntblist.xml" />
35449
c5f8cb0fb8ef Add sections for finch and re-arrange its doc index
Ankit Vani <a@nevitus.org>
parents: 35448
diff changeset
28 <xi:include href="xml/gntpounce.xml" />
35424
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
29 <xi:include href="xml/gntconn.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
30 <xi:include href="xml/gntconv.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
31 <xi:include href="xml/gntdebug.xml" />
35449
c5f8cb0fb8ef Add sections for finch and re-arrange its doc index
Ankit Vani <a@nevitus.org>
parents: 35448
diff changeset
32 <xi:include href="xml/gntxfer.xml" />
35424
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
33 <xi:include href="xml/gntidle.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
34 <xi:include href="xml/gntlog.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
35 <xi:include href="xml/gntmedia.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
36 <xi:include href="xml/gntmenuutil.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
37 <xi:include href="xml/gntnotify.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
38 <xi:include href="xml/gntplugin.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
39 <xi:include href="xml/gntprefs.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
40 <xi:include href="xml/gntrequest.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
41 <xi:include href="xml/gntroomlist.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
42 <xi:include href="xml/gntstatus.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
43 <xi:include href="xml/gntui.xml" />
35449
c5f8cb0fb8ef Add sections for finch and re-arrange its doc index
Ankit Vani <a@nevitus.org>
parents: 35448
diff changeset
44 <xi:include href="xml/finch.xml" />
37395
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 35478
diff changeset
45 </part>
35424
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
46
40227
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
47 <part>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
48 <title>Appendices</title>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
49
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
50 <index id="api-index-full">
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
51 <title>API Index</title>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
52 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
53 </index>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
54
40227
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
55 <index id="api-deprecated">
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
56 <title>Index of deprecated symbols</title>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
57 <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
58 </index>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
59
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
60 <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39879
diff changeset
61 </part>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
62 </book>

mercurial