[svn] commit: r1535 - /trunk/doc/userguide/userguide.xml

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 18 20:17:19 UTC 2010


Author: mgraff
Date: Thu Mar 18 20:17:19 2010
New Revision: 1535

Log:
reformat a little.  Don't duplicate the requirements to build in the quick start, just say to install them.  Add a download link in the quick start section.  Make the quick start section have a note saying this is only a quick start, duh.  Make the steps ordered (numbered) rather than just bulleted.

Modified:
    trunk/doc/userguide/userguide.xml

Modified: trunk/doc/userguide/userguide.xml
==============================================================================
--- trunk/doc/userguide/userguide.xml (original)
+++ trunk/doc/userguide/userguide.xml Thu Mar 18 20:17:19 2010
@@ -211,7 +211,7 @@
 sbin/
   bind10
 share/
-  share/bind10/                                       <
+  share/bind10/
     auth.spec
     b10-cmdctl.pem
     bob.spec
@@ -237,12 +237,12 @@
     <section>
       <title>Building Requirements</title>
         <note>
-          <para>
+          <simpara>
             Some operating systems have split their distribution packages into
             a run-time and a development package.  You will need to install
             the development package versions, which include header files and
             libraries, to build BIND 10 from source code.
-          </para>
+          </simpara>
         </note>
 
         <para>
@@ -274,12 +274,14 @@
 
     <section id="quickstart">
       <title>Quick start</title>
-      <para>
-        This quickly covers the standard steps for installing
-        and deploying BIND 10 as an authoritative nameserver using
-        its defaults. For troubleshooting, full customizations and further
-        details, see the respective chapters in the BIND 10 user guide.
-      </para>
+      <note>
+        <simpara>
+          This quickly covers the standard steps for installing
+          and deploying BIND 10 as an authoritative name server using
+          its defaults. For troubleshooting, full customizations and further
+          details, see the respective chapters in the BIND 10 user guide.
+        </simpara>
+      </note>
 
       <note>
         <simpara>
@@ -289,15 +291,22 @@
         </simpara>
       </note>
 
-      <itemizedlist>
+      <para>
+        To quickly get started with BIND 10, follow these steps.
+      </para>
+
+      <orderedlist>
     
         <listitem>
-          <simpara>Install required dependencies: Python 3.1, SQLite3
-            library, and Boost development headers.</simpara>
-        </listitem>
-
-        <listitem>
-          <simpara>Download the BIND 10 source tar file. <!-- TODO: from -->
+          <simpara>
+            Install required build dependencies.
+          </simpara>
+        </listitem>
+
+        <listitem>
+          <simpara>
+            Download the BIND 10 source tar file from
+            <ulink url="ftp://ftp.isc.org/isc/bind10/"/>.
           </simpara>
         </listitem>
 
@@ -346,11 +355,12 @@
         </listitem>
 
         <listitem>
-          <simpara>Test the new zone.
+          <simpara>
+            Test the new zone.
           </simpara>
         </listitem>
 
-      </itemizedlist>
+      </orderedlist>
 
     </section>
 




More information about the bind10-changes mailing list