From bd010e8cc272335c0c72c7d8f372c7c08fe9700c Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Mon, 25 Jan 2010 23:16:09 +0000 Subject: [PATCH] Add directory for the userguide and beginning of style guide for it. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@508 e5f2f494-b856-4b98-b285-d166d9295462 --- doc/userguide/STYLEGUIDE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/userguide/STYLEGUIDE diff --git a/doc/userguide/STYLEGUIDE b/doc/userguide/STYLEGUIDE new file mode 100644 index 0000000000..cc9119d7ab --- /dev/null +++ b/doc/userguide/STYLEGUIDE @@ -0,0 +1,7 @@ +This document will cover rules and suggestions for writing +and editing the BIND 10 users guide. + +Use alphabetical order for options and configuration syntax +sorting unless you have a specific reason no too. + +TODO: list the docbook tags to be used for specific things here