Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Commit of recent work in preperation for Kiriwrite 0.5.0
[kiriwrite/.git] / Documentation / English (British) / developer.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\r
2 <html>\r
3         <head>\r
4                 <link href="style.css" REL="stylesheet" TYPE="text/css" MEDIA="screen">\r
5                 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">\r
6                 <title>Kiriwrite Documentation - Developer Documentation</title>\r
7         </head>\r
8         <body>\r
9                 <div class="menubarback">\r
10                         <div class="menubar">\r
11                                 <span class="apptitle">Kiriwrite</span>\r
12                                 <a href="index.html">Index</a> | <a href="user.html">User \r
13 Documentation</a> | <a href="tutorial.html">Tutorial Documentation</a> | \r
14 <a href="developer.html">Developer Documentation</a>\r
15                         </div>\r
16                 </div>\r
17                 <div class="pageinformation">\r
18                         <span class="pagetitle">Developer Documentation</span><br>\r
19 \r
20 The Developer Documentation contains information on how to create presentation modules, database modules, language files, altering the page layout used internally by Kiriwrite and a list of subroutines used internally by Kiriwrite.\r
21 \r
22 <br><br>\r
23 \r
24 <a href="developer-introduction.html">Introduction</a><br>\r
25 <a href="developer-chapter1.html">Chapter 1: Internal Kiriwrite Subroutines</a><br>\r
26 &nbsp;<a href="developer-chapter1-kiriwriteinitalise.html">1.1 kiriwrite_initalise</a><br>\r
27 &nbsp;<a href="developer-chapter1-kiriwritepagelist.html">1.2 kiriwrite_page_list</a><br>\r
28 &nbsp;<a href="developer-chapter1-kiriwritepageadd.html">1.3 kiriwrite_page_add</a><br>\r
29 &nbsp;<a href="developer-chapter1-kiriwritepageedit.html">1.4 kiriwrite_page_edit</a><br>\r
30 &nbsp;<a href="developer-chapter1-kiriwritepagedelete.html">1.5 kiriwrite_page_delete</a><br>\r
31 &nbsp;<a href="developer-chapter1-kiriwritepagemultidelete.html">1.6 kiriwrite_page_multidelete</a><br>\r
32 &nbsp;<a href="developer-chapter1-kiriwritepagemultimove.html">1.7 kiriwrite_page_multimove</a><br>\r
33 &nbsp;<a href="developer-chapter1-kiriwritepagemulticopy.html">1.8 kiriwrite_page_multicopy</a><br>\r
34 &nbsp;<a href="developer-chapter1-kiriwritepagemultiedit.html">1.9 kiriwrite_page_multiedit</a><br>\r
35 &nbsp;<a href="developer-chapter1-kiriwritedatabaselist.html">1.10 kiriwrite_database_list</a><br>\r
36 &nbsp;<a href="developer-chapter1-kiriwritedatabaseadd.html">1.11 kiriwrite_database_add</a><br>\r
37 &nbsp;<a href="developer-chapter1-kiriwritedatabaseedit.html">1.12 kiriwrite_database_edit</a><br>\r
38 &nbsp;<a href="developer-chapter1-kiriwritedatabasedelete.html">1.13 kiriwrite_database_delete</a><br>\r
39 &nbsp;<a href="developer-chapter1-kiriwritetemplatelist.html">1.14 kiriwrite_template_list</a><br>\r
40 &nbsp;<a href="developer-chapter1-kiriwritetemplateadd.html">1.15 kiriwrite_template_add</a><br>\r
41 &nbsp;<a href="developer-chapter1-kiriwritetemplateedit.html">1.16 kiriwrite_template_edit</a><br>\r
42 &nbsp;<a href="developer-chapter1-kiriwritetemplatedelete.html">1.17 kiriwrite_template_delete</a><br>\r
43 &nbsp;<a href="developer-chapter1-kiriwritefilterlist.html">1.18 kiriwrite_filter_list</a><br>\r
44 &nbsp;<a href="developer-chapter1-kiriwritefilteradd.html">1.19 kiriwrite_filter_add</a><br>\r
45 &nbsp;<a href="developer-chapter1-kiriwritefilteredit.html">1.20 kiriwrite_filter_edit</a><br>\r
46 &nbsp;<a href="developer-chapter1-kiriwritefilterdelete.html">1.21 kiriwrite_filter_delete</a><br>\r
47 &nbsp;<a href="developer-chapter1-kiriwritecompilelist.html">1.22 kiriwrite_compile_list</a><br>\r
48 &nbsp;<a href="developer-chapter1-kiriwritecompilemakepages.html">1.23 kiriwrite_compile_makepages</a><br>\r
49 &nbsp;<a href="developer-chapter1-kiriwritecompileall.html">1.24 kiriwrite_compile_all</a><br>\r
50 &nbsp;<a href="developer-chapter1-kiriwritecompileclean.html">1.25 kiriwrite_compile_clean</a><br>\r
51 &nbsp;<a href="developer-chapter1-kiriwritecompilecleanhelper.html">1.26 kiriwrite_compile_clean_helper</a><br>\r
52 &nbsp;<a href="developer-chapter1-kiriwritesettingsview.html">1.27 kiriwrite_settings_view</a><br>\r
53 &nbsp;<a href="developer-chapter1-kiriwritesettingsedit.html">1.28 kiriwrite_settings_edit</a><br>\r
54 &nbsp;<a href="developer-chapter1-kiriwriteselectedlist.html">1.29 kiriwrite_selectedlist</a><br>\r
55 &nbsp;<a href="developer-chapter1-kiriwritesettingsload.html">1.30 kiriwrite_settings_load</a><br>\r
56 &nbsp;<a href="developer-chapter1-kiriwritevariablecheck.html">1.31 kiriwrite_variablecheck</a><br>\r
57 &nbsp;<a href="developer-chapter1-kiriwriteprocessfilename.html">1.32 kiriwrite_processfilename</a><br>\r
58 &nbsp;<a href="developer-chapter1-kiriwritelanguage.html">1.33 kiriwrite_language</a><br>\r
59 &nbsp;<a href="developer-chapter1-kiriwriteerror.html">1.34 kiriwrite_error</a><br>\r
60 &nbsp;<a href="developer-chapter1-kiriwritecritical.html">1.35 kiriwrite_critical</a><br>\r
61 &nbsp;<a href="developer-chapter1-kiriwritefileexists.html">1.36 kiriwrite_fileexists</a><br>\r
62 &nbsp;<a href="developer-chapter1-kiriwritefilepermissions.html">1.37 kiriwrite_filepermissions</a><br>\r
63 &nbsp;<a href="developer-chapter1-kiriwriteutf8convert.html">1.38 kiriwrite_utf8convert</a><br>\r
64 &nbsp;<a href="developer-chapter1-kiriwriteoutputheader.html">1.39 kiriwrite_output_header</a><br>\r
65 &nbsp;<a href="developer-chapter1-kiriwriteoutputconfig.html">1.40 kiriwrite_output_config</a><br>\r
66 &nbsp;<a href="developer-chapter1-kiriwriteoutputpage.html">1.41 kiriwrite_output_page</a><br>\r
67 &nbsp;<a href="developer-chapter1-kiriwriteprocessconfig.html">1.42 kiriwrite_processconfig</a><br>\r
68 &nbsp;<a href="developer-chapter1-kiriwritecompileloadhash.html">1.43 kiriwrite_compile_loadhash</a><br>\r
69 <a href="developer-chapter2.html">Chapter 2: Presentation Module</a><br>\r
70 &nbsp;<a href="developer-chapter2-guidance.html">2.1 Guidance</a><br>\r
71 &nbsp;<a href="developer-chapter2-new.html">2.2 new</a><br>\r
72 &nbsp;<a href="developer-chapter2-clear.html">2.3 clear</a><br>\r
73 &nbsp;<a href="developer-chapter2-grab.html">2.4 grab</a><br>\r
74 &nbsp;<a href="developer-chapter2-convert.html">2.5 convert</a><br>\r
75 &nbsp;<a href="developer-chapter2-starttable.html">2.6 starttable</a><br>\r
76 &nbsp;<a href="developer-chapter2-startheader.html">2.7 startheader</a><br>\r
77 &nbsp;<a href="developer-chapter2-addheader.html">2.8 addheader</a><br>\r
78 &nbsp;<a href="developer-chapter2-endheader.html">2.9 endheader</a><br>\r
79 &nbsp;<a href="developer-chapter2-startrow.html">2.10 startrow</a><br>\r
80 &nbsp;<a href="developer-chapter2-addcell.html">2.11 addcell</a><br>\r
81 &nbsp;<a href="developer-chapter2-endcell.html">2.12 endcell</a><br>\r
82 &nbsp;<a href="developer-chapter2-endrow.html">2.13 endrow</a><br>\r
83 &nbsp;<a href="developer-chapter2-endtable.html">2.14 endtable</a><br>\r
84 &nbsp;<a href="developer-chapter2-startbox.html">2.15 startbox</a><br>\r
85 &nbsp;<a href="developer-chapter2-enterdata.html">2.16 enterdata</a><br>\r
86 &nbsp;<a href="developer-chapter2-endbox.html">2.17 endbox</a><br>\r
87 &nbsp;<a href="developer-chapter2-startform.html">2.18 startform</a><br>\r
88 &nbsp;<a href="developer-chapter2-addcheckbox.html">2.19 addcheckbox</a><br>\r
89 &nbsp;<a href="developer-chapter2-addradiobox.html">2.20 addradiobox</a><br>\r
90 &nbsp;<a href="developer-chapter2-addselectbox.html">2.21 addselectbox</a><br>\r
91 &nbsp;<a href="developer-chapter2-addoption.html">2.22 addoption</a><br>\r
92 &nbsp;<a href="developer-chapter2-endselectbox.html">2.23 endselectbox</a><br>\r
93 &nbsp;<a href="developer-chapter2-addinputbox.html">2.24 addinputbox</a><br>\r
94 &nbsp;<a href="developer-chapter2-addtextbox.html">2.25 addtextbox</a><br>\r
95 &nbsp;<a href="developer-chapter2-addsubmit.html">2.26 addsubmit</a><br>\r
96 &nbsp;<a href="developer-chapter2-addreset.html">2.27 addreset</a><br>\r
97 &nbsp;<a href="developer-chapter2-addhiddendata.html">2.28 addhiddendata</a><br>\r
98 &nbsp;<a href="developer-chapter2-addbutton.html">2.29 addbutton</a><br>\r
99 &nbsp;<a href="developer-chapter2-endform.html">2.30 endform</a><br>\r
100 &nbsp;<a href="developer-chapter2-addlink.html">2.31 addlink</a><br>\r
101 &nbsp;<a href="developer-chapter2-addimage.html">2.32 addimage</a><br>\r
102 &nbsp;<a href="developer-chapter2-addtext.html">2.33 addtext</a><br>\r
103 &nbsp;<a href="developer-chapter2-addboldtext.html">2.34 addboldtext</a><br>\r
104 &nbsp;<a href="developer-chapter2-additalictext.html">2.35 additalictext</a><br>\r
105 &nbsp;<a href="developer-chapter2-addlinebreak.html">2.36 addlinebreak</a><br>\r
106 &nbsp;<a href="developer-chapter2-addhorizontalline.html">2.37 addhorizontalline</a><br>\r
107 &nbsp;<a href="developer-chapter2-startlist.html">2.38 startlist</a><br>\r
108 &nbsp;<a href="developer-chapter2-additem.html">2.39 additem</a><br>\r
109 &nbsp;<a href="developer-chapter2-endlist.html">2.40 endlist</a><br>\r
110 <a href="developer-chapter3.html">Chapter 3: Database Module</a><br>\r
111 &nbsp;<a href="developer-chapter3-guidance.html">3.1 Guidance</a><br>\r
112 &nbsp;<a href="developer-chapter3-new.html">3.2 new</a><br>\r
113 &nbsp;<a href="developer-chapter3-loadsettings.html">3.3 loadsettings</a><br>\r
114 &nbsp;<a href="developer-chapter3-convert.html">3.4 convert</a><br>\r
115 &nbsp;<a href="developer-chapter3-dateconvert.html">3.5 dateconvert</a><br>\r
116 &nbsp;<a href="developer-chapter3-geterror.html">3.6 geterror</a><br>\r
117 &nbsp;<a href="developer-chapter3-dbpermissions.html">3.7 dbpermissions</a><br>\r
118 &nbsp;<a href="developer-chapter3-dbexists.html">3.8 dbexists</a><br>\r
119 &nbsp;<a href="developer-chapter3-connect.html">3.9 connect</a><br>\r
120 &nbsp;<a href="developer-chapter3-disconnect.html">3.10 disconnect</a><br>\r
121 &nbsp;<a href="developer-chapter3-getdblist.html">3.11 getdblist</a><br>\r
122 &nbsp;<a href="developer-chapter3-selectdb.html">3.12 selectdb</a><br>\r
123 &nbsp;<a href="developer-chapter3-getdatabaseinfo.html">3.13 getdatabaseinfo</a><br>\r
124 &nbsp;<a href="developer-chapter3-selectseconddb.html">3.14 selectseconddb</a><br>\r
125 &nbsp;<a href="developer-chapter3-getseconddatabaseinfo.html">3.15 getseconddatabaseinfo</a><br>\r
126 &nbsp;<a href="developer-chapter3-adddatabase.html">3.16 adddatabase</a><br>\r
127 &nbsp;<a href="developer-chapter3-editdatabase.html">3.17 editdatabase</a><br>\r
128 &nbsp;<a href="developer-chapter3-deletedatabase.html">3.18 deletedatabase</a><br>\r
129 &nbsp;<a href="developer-chapter3-connecttemplate.html">3.19 connecttemplate</a><br>\r
130 &nbsp;<a href="developer-chapter3-disconnecttemplate.html">3.20 disconnecttemplate</a><br>\r
131 &nbsp;<a href="developer-chapter3-gettemplatelist.html">3.21 gettemplatelist</a><br>\r
132 &nbsp;<a href="developer-chapter3-gettemplateinfo.html">3.22 gettemplateinfo</a><br>\r
133 &nbsp;<a href="developer-chapter3-addtemplate.html">3.23 addtemplate</a><br>\r
134 &nbsp;<a href="developer-chapter3-edittemplate.html">3.24 edittemplate</a><br>\r
135 &nbsp;<a href="developer-chapter3-deletetemplate.html">3.25 deletetemplate</a><br>\r
136 &nbsp;<a href="developer-chapter3-getpagelist.html">3.26 getpagelist</a><br>\r
137 &nbsp;<a href="developer-chapter3-getpageinfo.html">3.27 getpageinfo</a><br>\r
138 &nbsp;<a href="developer-chapter3-addpage.html">3.28 addpage</a><br>\r
139 &nbsp;<a href="developer-chapter3-editpage.html">3.29 editpage</a><br>\r
140 &nbsp;<a href="developer-chapter3-deletepage.html">3.30 deletepage</a><br>\r
141 &nbsp;<a href="developer-chapter3-movepage.html">3.31 movepage</a><br>\r
142 &nbsp;<a href="developer-chapter3-copypage.html">3.32 copypage</a><br>\r
143 &nbsp;<a href="developer-chapter3-connectfilter.html">3.33 connectfilter</a><br>\r
144 &nbsp;<a href="developer-chapter3-disconnectfilter.html">3.34 disconnectfilter</a><br>\r
145 &nbsp;<a href="developer-chapter3-getfilterlist.html">3.35 getfilterlist</a><br>\r
146 &nbsp;<a href="developer-chapter3-getfilterinfo.html">3.36 getfilterinfo</a><br>\r
147 &nbsp;<a href="developer-chapter3-addfilter.html">3.37 addfilter</a><br>\r
148 &nbsp;<a href="developer-chapter3-editfilter.html">3.38 editfilter</a><br>\r
149 &nbsp;<a href="developer-chapter3-deletefilter.html">3.39 deletefilter</a><br>\r
150 &nbsp;<a href="developer-chapter3-getpagecount.html">3.40 getpagecount</a><br>\r
151 &nbsp;<a href="developer-chapter3-gettemplatecount.html">3.41 gettemplatecount</a><br>\r
152 &nbsp;<a href="developer-chapter3-getfiltercount.html">3.42 getfiltercount</a><br>\r
153 <a href="developer-chapter4.html">Chapter 4: Kiriwrite Page Format</a><br>\r
154 <a href="developer-chapter5.html">Chapter 5: Languages</a><br>\r
155                 </div>\r
156         </body>\r
157 </html>\r
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy