6bfe3db1cee33d1dbd57bec2b8c145b931150da9
[modest] / docs / reference / modest-docs.sgml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3           "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
5 <!ENTITY ModestAccountKeys SYSTEM "xml/modest-account-keys.xml">
6 <!ENTITY ModestAccountMgr SYSTEM "xml/modest-account-mgr.xml">
7 <!ENTITY ModestConfKeys SYSTEM "xml/modest-conf-keys.xml">
8 <!ENTITY ModestConf SYSTEM "xml/modest-conf.xml">
9 <!ENTITY ModestError SYSTEM "xml/modest-error.xml">
10 <!ENTITY ModestFormatter SYSTEM "xml/modest-formatter.xml">
11 <!ENTITY ModestIconFactory SYSTEM "xml/modest-icon-factory.xml">
12 <!ENTITY ModestIconNames SYSTEM "xml/modest-icon-names.xml">
13 <!ENTITY ModestMailOperation SYSTEM "xml/modest-mail-operation.xml">
14 <!ENTITY ModestMailOperationQueue SYSTEM "xml/modest-mail-operation-queue.xml">
15 <!ENTITY ModestMarshal SYSTEM "xml/modest-marshal.xml">
16 <!ENTITY ModestPair SYSTEM "xml/modest-pair.xml">
17 <!ENTITY ModestPresets SYSTEM "xml/modest-presets.xml">
18 <!ENTITY ModestProtocolMgr SYSTEM "xml/modest-protocol-mgr.xml">
19 <!ENTITY ModestProto SYSTEM "xml/modest-proto.xml">
20 <!ENTITY ModestTextUtils SYSTEM "xml/modest-text-utils.xml">
21 <!ENTITY ModestTnyAccountStore SYSTEM "xml/modest-tny-account-store.xml">
22 <!ENTITY ModestTnyAttachment SYSTEM "xml/modest-tny-attachment.xml">
23 <!ENTITY ModestTnyMsgActions SYSTEM "xml/modest-tny-msg-actions.xml">
24 <!ENTITY ModestTnyPlatformFactory SYSTEM "xml/modest-tny-platform-factory.xml">
25 <!ENTITY ModestTnyStoreActions SYSTEM "xml/modest-tny-store-actions.xml">
26 <!ENTITY ModestTnyStreamGtkhtml SYSTEM "xml/modest-tny-stream-gtkhtml.xml">
27 <!ENTITY ModestWidgetFactory SYSTEM "xml/modest-widget-factory.xml">
28 <!ENTITY ModestWidgetMemory SYSTEM "xml/modest-widget-memory.xml">
29
30 <!ENTITY widgets-ModestAccountView SYSTEM "xml/modest-account-view.xml">
31 <!ENTITY widgets-ModestComboBox SYSTEM "xml/modest-combo-box.xml">
32 <!ENTITY widgets-ModestFolderView SYSTEM "xml/modest-folder-view.xml">
33 <!ENTITY widgets-ModestHeaderView SYSTEM "xml/modest-header-view.xml">
34 <!ENTITY widgets-ModestMsgView SYSTEM "xml/modest-msg-view.xml">
35 <!ENTITY widgets-modestToolbar SYSTEM "xml/modest-toolbar.xml">
36
37 <!ENTITY gtk-ModestAccountViewWindow SYSTEM "xml/modest-account-view-window.xml">
38 <!ENTITY gtk-ModestAccountAssistant SYSTEM "xml/modest-account-assistant.xml">
39 <!ENTITY gtk-ModestEditMsgWindow SYSTEM "xml/modest-edit-msg-window.xml">
40 <!ENTITY gtk-ModestMainWindow SYSTEM "xml/modest-main-window.xml">
41 <!ENTITY gtk-ModestStoreWidget SYSTEM "xml/modest-store-widget.xml">
42 <!ENTITY gtk-modestTransportWidget SYSTEM "xml/modest-transport-widget.xml">
43 <!ENTITY gtk-modestUi SYSTEM "xml/modest-ui.xml">
44
45 <!ENTITY index-Object-Tree SYSTEM "xml/tree_index.sgml">
46
47 <!ENTITY preface SYSTEM "modest-preface.sgml">
48 <!ENTITY architecture SYSTEM "modest-architecture.sgml">
49 <!ENTITY design SYSTEM "modest-design.sgml">
50 <!ENTITY coding-guidelines SYSTEM "modest-coding-guidelines.sgml">
51
52 ]>
53
54 <book id="index">
55   <bookinfo>
56     <title>modest technical documentation</title>
57     <copyright>
58       <year>2006</year>
59       <holder>Nokia Corporation</holder>
60     </copyright>
61   </bookinfo>
62
63   &preface;
64
65   &architecture;
66   
67   &design;
68   
69   &coding-guidelines;
70   
71   <reference>
72     <title>Object Index</title>
73       &index-Object-Tree;
74   </reference>
75   
76   <reference>
77     <title>API Reference</title>
78       <chapter id="src">
79         <title>Modest</title>
80           &ModestAccountKeys;
81           &ModestAccountMgr;
82           &ModestConfKeys;
83           &ModestConf;
84           &ModestError;
85           &ModestFormatter;
86           &ModestIconFactory;
87           &ModestIconNames;
88           &ModestMailOperation;
89           &ModestMailOperationQueue;
90           &ModestMarshal;
91           &ModestPair;
92           &ModestPresets;
93           &ModestProtocolMgr;
94           &ModestProto;
95           &ModestTextUtils;
96           &ModestTnyAccountStore;
97           &ModestTnyAttachment;
98           &ModestTnyMsgActions;
99           &ModestTnyPlatformFactory;
100           &ModestTnyStoreActions;
101           &ModestTnyStreamGtkhtml;
102           &ModestWidgetFactory;
103           &ModestWidgetMemory;
104       </chapter>
105       <chapter id="gtk">
106         <title>Gtk</title>
107           &gtk-ModestAccountViewWindow;
108           &gtk-ModestAccountAssistant;
109           &gtk-ModestEditMsgWindow;
110           &gtk-ModestMainWindow;
111           &gtk-ModestStoreWidget;
112           &gtk-modestTransportWidget;
113           &gtk-modestUi;
114       </chapter>
115       <chapter id="widgets">
116         <title>Widgets</title>
117           &widgets-ModestAccountView;
118           &widgets-ModestComboBox;
119           &widgets-ModestFolderView;
120           &widgets-ModestHeaderView;
121           &widgets-ModestMsgView;
122           &widgets-modestToolbar;
123       </chapter>
124   </reference>
125
126
127   <index>
128     <title>Index</title>
129   </index>
130
131 </book>