diff options
-rw-r--r-- | doc/bird.sgml | 9 | ||||
-rw-r--r-- | doc/prog-head.sgml | 25 |
2 files changed, 31 insertions, 3 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index c2e9c69..9bae9ee 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -13,12 +13,15 @@ <article> -<title>BIRD +<title>BIRD User's Guide <author> -Pavel Machek <tt/pavel@ucw.cz/ +Ondrej Filip <it/<feela@network.cz>/, +Pavel Machek <it/<pavel@ucw.cz>/, +Martin Mares <it/<mj@ucw.cz>/ +</author> <abstract> -This document contains documentation for BIRD Internet Routing Daemon +This document contains user documentation for the BIRD Internet Routing Daemon project. </abstract> <!-- Table of contents --> diff --git a/doc/prog-head.sgml b/doc/prog-head.sgml new file mode 100644 index 0000000..5114d14 --- /dev/null +++ b/doc/prog-head.sgml @@ -0,0 +1,25 @@ +<!doctype birddoc system> + +<!-- + BIRD: Programmer's Documentation + + Copyright (c) 2000 Martin Mares <mj@ucw.cz> + --> + +<article> + +<title>BIRD Programmer's Documentation +<author> +Ondrej Filip <it/<feela@network.cz>/, +Pavel Machek <it/<pavel@ucw.cz>/, +Martin Mares <it/<mj@ucw.cz>/ +</author> + +<abstract> +This document contains programmer's documentation for the BIRD Internet Routing Daemon project. +</abstract> + +<!-- Table of contents --> +<toc> + +<!-- Begin the document --> |