X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Ffrontend.xml;h=0673c3d75cee649aa101e20b38653292fde337b0;hp=391ca9dbb5b49a0bed07d96899c9bf480cd43f73;hb=33c05384cfbca55da4ff97e5b2047b16596c72f7;hpb=e1f879d00e75be3b5b9f3ecc22b34cc0c1c61aec diff --git a/doc/frontend.xml b/doc/frontend.xml index 391ca9d..0673c3d 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -1,5 +1,5 @@ - - Making an IR Server for Your Database + + Making an IR Server for Your Database Introduction @@ -45,7 +45,7 @@ - The Database Frontend + The Database Frontend We refer to this software as a generic database frontend. Your @@ -102,7 +102,7 @@ - The Backend API + The Backend API The headers files that you need to use the interface are in the @@ -117,7 +117,7 @@ - Your main() Routine + Your main() Routine As mentioned, your main() routine can be quite brief. @@ -304,7 +304,7 @@ void statserv_setcontrol(statserv_options_block *block); - The Backend Functions + The Backend Functions For each service of the protocol, the backend interface declares one or @@ -672,7 +672,7 @@ typedef struct bend_scan_rr { - Application Invocation + Application Invocation The finished application has the following