Browse Source

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.

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1535 e5f2f494-b856-4b98-b285-d166d9295462
Michael Graff 15 years ago
parent
commit
7a289d3379
1 changed files with 25 additions and 15 deletions
  1. 25 15
      doc/userguide/userguide.xml

+ 25 - 15
doc/userguide/userguide.xml

@@ -211,7 +211,7 @@ lib/
 sbin/
 sbin/
   bind10
   bind10
 share/
 share/
-  share/bind10/                                       <
+  share/bind10/
     auth.spec
     auth.spec
     b10-cmdctl.pem
     b10-cmdctl.pem
     bob.spec
     bob.spec
@@ -237,12 +237,12 @@ var/
     <section>
     <section>
       <title>Building Requirements</title>
       <title>Building Requirements</title>
         <note>
         <note>
-          <para>
+          <simpara>
             Some operating systems have split their distribution packages into
             Some operating systems have split their distribution packages into
             a run-time and a development package.  You will need to install
             a run-time and a development package.  You will need to install
             the development package versions, which include header files and
             the development package versions, which include header files and
             libraries, to build BIND 10 from source code.
             libraries, to build BIND 10 from source code.
-          </para>
+          </simpara>
         </note>
         </note>
 
 
         <para>
         <para>
@@ -274,12 +274,14 @@ var/
 
 
     <section id="quickstart">
     <section id="quickstart">
       <title>Quick start</title>
       <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>
       <note>
         <simpara>
         <simpara>
@@ -289,15 +291,22 @@ var/
         </simpara>
         </simpara>
       </note>
       </note>
 
 
-      <itemizedlist>
+      <para>
+        To quickly get started with BIND 10, follow these steps.
+      </para>
+
+      <orderedlist>
     
     
         <listitem>
         <listitem>
-          <simpara>Install required dependencies: Python 3.1, SQLite3
-            library, and Boost development headers.</simpara>
+          <simpara>
+            Install required build dependencies.
+          </simpara>
         </listitem>
         </listitem>
 
 
         <listitem>
         <listitem>
-          <simpara>Download the BIND 10 source tar file. <!-- TODO: from -->
+          <simpara>
+            Download the BIND 10 source tar file from
+            <ulink url="ftp://ftp.isc.org/isc/bind10/"/>.
           </simpara>
           </simpara>
         </listitem>
         </listitem>
 
 
@@ -346,11 +355,12 @@ var/
         </listitem>
         </listitem>
 
 
         <listitem>
         <listitem>
-          <simpara>Test the new zone.
+          <simpara>
+            Test the new zone.
           </simpara>
           </simpara>
         </listitem>
         </listitem>
 
 
-      </itemizedlist>
+      </orderedlist>
 
 
     </section>
     </section>