From: Miek Gieben Date: Tue, 22 Feb 2005 11:13:48 +0000 (+0000) Subject: added this file X-Git-Tag: release-0.50~387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761a6f7387230cedb4585d16f3fa7f0bb382ea30;p=thirdparty%2Fldns.git added this file maybe all docs should be written in docbook --- diff --git a/doc/Makefile b/doc/Makefile index c537641f..8b7785c4 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -10,4 +10,5 @@ clean: rm -f *.txt rm -f str2host.xml rm -f API2.xml + rm -f *.html diff --git a/doc/tutorial.docbook b/doc/tutorial.docbook new file mode 100644 index 00000000..54ba29fe --- /dev/null +++ b/doc/tutorial.docbook @@ -0,0 +1,70 @@ + + + + + A tutorial for ldns + + + Miek + Gieben + +
miekg@nlnetlabs.nl
+
+
+ + + 2005 + Copyright string here + + + + This tutorial will help you make your first ldns application. + + +
+ + + Preface + + Your book may have a preface, in which case it should be placed + here. + + + + Introduction + + This is the first chapter in my book. + + + My first section + + This is the first section in my book. + + + + Getting Started + + + + + +What are we going to make + + + +int +main(int argc, char **argv) +{ + return 0; +} + + + + + + + + + + +