doc/reference/finch/finch-docs.xml

Wed, 11 Nov 2015 00:32:17 -0800

author
Jorge Villaseñor <salinasv@pidgin.im>
date
Wed, 11 Nov 2015 00:32:17 -0800
changeset 37395
b46c3e15775e
parent 35478
fdabe661cd39
child 38557
b8112d470f51
permissions
-rw-r--r--

Use the same doc style for Finch Pidgin and Purple

Applied the same changes for the gtk-doc files as with libpurple.
Split the book in parts.

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/gntcertmgr.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
30 <xi:include href="xml/gntconn.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
31 <xi:include href="xml/gntconv.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
32 <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
33 <xi:include href="xml/gntxfer.xml" />
35424
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
34 <xi:include href="xml/gntidle.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
35 <xi:include href="xml/gntlog.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
36 <xi:include href="xml/gntmedia.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
37 <xi:include href="xml/gntmenuutil.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
38 <xi:include href="xml/gntnotify.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
39 <xi:include href="xml/gntplugin.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
40 <xi:include href="xml/gntprefs.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
41 <xi:include href="xml/gntrequest.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
42 <xi:include href="xml/gntroomlist.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
43 <xi:include href="xml/gntsound.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
44 <xi:include href="xml/gntstatus.xml" />
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
45 <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
46 <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
47 </part>
35424
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
48
37395
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 35478
diff changeset
49 <part id="gnt">
35424
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
50 <title>GNT API Reference</title>
c77eaa6e63b7 Seperate Finch and GNT APIs
Ankit Vani <a@nevitus.org>
parents: 35392
diff changeset
51
35446
c0f80955551d Add sections for libgnt and re-arrange GNT doc index
Ankit Vani <a@nevitus.org>
parents: 35438
diff changeset
52 <xi:include href="xml/gnt.xml" />
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
53 <xi:include href="xml/gntbindable.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
54 <xi:include href="xml/gntbox.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
55 <xi:include href="xml/gntbutton.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
56 <xi:include href="xml/gntcheckbox.xml" />
35446
c0f80955551d Add sections for libgnt and re-arrange GNT doc index
Ankit Vani <a@nevitus.org>
parents: 35438
diff changeset
57 <xi:include href="xml/gntmenuitemcheck.xml" />
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
58 <xi:include href="xml/gntclipboard.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
59 <xi:include href="xml/gntcolors.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
60 <xi:include href="xml/gntcombobox.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
61 <xi:include href="xml/gntentry.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
62 <xi:include href="xml/gntfilesel.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
63 <xi:include href="xml/gntkeys.xml" />
37395
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 35478
diff changeset
64 <!-- TODO: document not found. Find it.
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 35478
diff changeset
65 <xi:include href="xml/gntid.xml" />
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 35478
diff changeset
66 -->
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
67 <xi:include href="xml/gntline.xml" />
35446
c0f80955551d Add sections for libgnt and re-arrange GNT doc index
Ankit Vani <a@nevitus.org>
parents: 35438
diff changeset
68 <xi:include href="xml/gntmenu.xml" />
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
69 <xi:include href="xml/gntmenuitem.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
70 <xi:include href="xml/gntprogressbar.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
71 <xi:include href="xml/gntslider.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
72 <xi:include href="xml/gntstyle.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
73 <xi:include href="xml/gnttextview.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
74 <xi:include href="xml/gnttree.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
75 <xi:include href="xml/gntwidget.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
76 <xi:include href="xml/gntwindow.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
77 <xi:include href="xml/gntwm.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
78 <xi:include href="xml/gntws.xml" />
35446
c0f80955551d Add sections for libgnt and re-arrange GNT doc index
Ankit Vani <a@nevitus.org>
parents: 35438
diff changeset
79 <xi:include href="xml/gntutils.xml" />
37395
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 35478
diff changeset
80 </part>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
81
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
82 <index id="api-index-full">
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
83 <title>Index</title>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
84 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
85 </index>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
86 <index id="api-index-deprecated" role="deprecated">
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
87 <title>Index of deprecated symbols</title>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
88 <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
89 </index>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
90
35425
c592b0d4fef6 Add annotation glossary to *-docs.xml's
Ankit Vani <a@nevitus.org>
parents: 35424
diff changeset
91 <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
92 </book>

mercurial