Tue, 04 Feb 2014 01:36:57 +0530
Merge gtkdoc-conversion
|
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> |
|
959833cecad7
Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents:
35425
diff
changeset
|
14 | Finch is an ncurses frontend to libpurple, built using libgnt |
|
959833cecad7
Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents:
35425
diff
changeset
|
15 | (GLib Ncurses Toolkit). |
|
959833cecad7
Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents:
35425
diff
changeset
|
16 | </para> |
|
959833cecad7
Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents:
35425
diff
changeset
|
17 | </abstract> |
|
35389
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
18 | </bookinfo> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
19 | |
| 35424 | 20 | <reference label="I"> |
| 21 | <title>Finch API Reference</title> | |
|
35389
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
22 | |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
23 | <xi:include href="xml/finch.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
24 | <xi:include href="xml/getopt.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
25 | <xi:include href="xml/gntaccount.xml" /> |
| 35424 | 26 | <xi:include href="xml/gntblist.xml" /> |
| 27 | <xi:include href="xml/gntcertmgr.xml" /> | |
| 28 | <xi:include href="xml/gntconn.xml" /> | |
| 29 | <xi:include href="xml/gntconv.xml" /> | |
| 30 | <xi:include href="xml/gntdebug.xml" /> | |
| 31 | <xi:include href="xml/gntidle.xml" /> | |
| 32 | <xi:include href="xml/gntlog.xml" /> | |
| 33 | <xi:include href="xml/gntmedia.xml" /> | |
| 34 | <xi:include href="xml/gntmenuutil.xml" /> | |
| 35 | <xi:include href="xml/gntnotify.xml" /> | |
| 36 | <xi:include href="xml/gntplugin.xml" /> | |
| 37 | <xi:include href="xml/gntpounce.xml" /> | |
| 38 | <xi:include href="xml/gntprefs.xml" /> | |
| 39 | <xi:include href="xml/gntrequest.xml" /> | |
| 40 | <xi:include href="xml/gntroomlist.xml" /> | |
| 41 | <xi:include href="xml/gntsound.xml" /> | |
| 42 | <xi:include href="xml/gntstatus.xml" /> | |
| 43 | <xi:include href="xml/gntui.xml" /> | |
| 44 | <xi:include href="xml/gntxfer.xml" /> | |
| 45 | </reference> | |
| 46 | ||
| 47 | <reference label="II"> | |
| 48 | <title>GNT API Reference</title> | |
| 49 | ||
|
35389
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
50 | <xi:include href="xml/gntbindable.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
51 | <xi:include href="xml/gntbox.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
52 | <xi:include href="xml/gntbutton.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
53 | <xi:include href="xml/gntcheckbox.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
54 | <xi:include href="xml/gntclipboard.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
55 | <xi:include href="xml/gntcolors.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
56 | <xi:include href="xml/gntcombobox.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
57 | <xi:include href="xml/gntentry.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
58 | <xi:include href="xml/gntfilesel.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
59 | <xi:include href="xml/gntkeys.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
60 | <xi:include href="xml/gntlabel.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
61 | <xi:include href="xml/gntline.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
62 | <xi:include href="xml/gntmarshal.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
63 | <xi:include href="xml/gntmenuitemcheck.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
64 | <xi:include href="xml/gntmenuitem.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
65 | <xi:include href="xml/gntmenu.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
66 | <xi:include href="xml/gntprogressbar.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
67 | <xi:include href="xml/gnt-skel.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
68 | <xi:include href="xml/gntslider.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
69 | <xi:include href="xml/gntstyle.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
70 | <xi:include href="xml/gnttextview.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
71 | <xi:include href="xml/gnttree.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
72 | <xi:include href="xml/gntutils.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
73 | <xi:include href="xml/gntwidget.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
74 | <xi:include href="xml/gntwindow.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
75 | <xi:include href="xml/gntwm.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
76 | <xi:include href="xml/gntws.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
77 | <xi:include href="xml/gnt.xml" /> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
78 | </reference> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
79 | |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
80 | <index id="api-index-full"> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
81 | <title>Index</title> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
82 | <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
|
83 | </index> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
84 | <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
|
85 | <title>Index of deprecated symbols</title> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
86 | <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
|
87 | </index> |
|
884a5385bb2c
Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff
changeset
|
88 | |
|
35425
c592b0d4fef6
Add annotation glossary to *-docs.xml's
Ankit Vani <a@nevitus.org>
parents:
35424
diff
changeset
|
89 | <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
|
90 | </book> |