From af72e1310c8339e27ff4dbd2acc30d73864e2c6e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 11 Feb 2014 22:49:56 -0600 Subject: Update help handbooks, add new help handbooks, make handbook format consistent. --- doc/tdeioslave/zeroconf/CMakeLists.txt | 9 +++++++ doc/tdeioslave/zeroconf/Makefile.am | 2 ++ doc/tdeioslave/zeroconf/index.docbook | 47 ++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 doc/tdeioslave/zeroconf/CMakeLists.txt create mode 100644 doc/tdeioslave/zeroconf/Makefile.am create mode 100644 doc/tdeioslave/zeroconf/index.docbook (limited to 'doc/tdeioslave/zeroconf') diff --git a/doc/tdeioslave/zeroconf/CMakeLists.txt b/doc/tdeioslave/zeroconf/CMakeLists.txt new file mode 100644 index 000000000..04c3a35f5 --- /dev/null +++ b/doc/tdeioslave/zeroconf/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/zeroconf ) diff --git a/doc/tdeioslave/zeroconf/Makefile.am b/doc/tdeioslave/zeroconf/Makefile.am new file mode 100644 index 000000000..cdd303dea --- /dev/null +++ b/doc/tdeioslave/zeroconf/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/lan diff --git a/doc/tdeioslave/zeroconf/index.docbook b/doc/tdeioslave/zeroconf/index.docbook new file mode 100644 index 000000000..823d07406 --- /dev/null +++ b/doc/tdeioslave/zeroconf/index.docbook @@ -0,0 +1,47 @@ + + + +]> + +
+zeroconf + + + + +&tde-authors; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the zeroconf protocol. + + + + +TDE +zeroconf +protocol + + + + +The zeroconf protocol is used in network device discovery, commonly known as +DNS Service Discovery (DNSSD). To be useful &tde; must be compiled with zeroconf support. +Typically that means installing the avahi +service before compiling &tde;. + +DNS-SD is defined in RFC 6763. + + +
-- cgit v1.2.1