From Graham Bloice:
[obnox/wireshark/wip.git] / docbook / developer-guide.xml
index aadc06218629263fad52774062de6ef5c8f97e34..329a5ebe601ef977baa558da3286d8a4b4e01e55 100644 (file)
@@ -32,11 +32,11 @@ DOCUMENT SECTION
   <!ENTITY DocumentTitleAbbreviation "WSDG">
 
   <!ENTITY DocumentCopyrightHolder "Ulf Lamping">
-  <!ENTITY DocumentCopyrightYear "2004-2006">
+  <!ENTITY DocumentCopyrightYear "2004-2007">
 
   <!ENTITY DocumentEdition "Draft">
   <!ENTITY DocumentVersion "Draft 0.0.3">
-  <!ENTITY DocumentPubDate "2006">
+  <!ENTITY DocumentPubDate "2007">
   <!ENTITY % SvnVersionFile SYSTEM "svn_version.xml">
   %SvnVersionFile;
 
@@ -45,7 +45,7 @@ DOCUMENT SECTION
 <!--
 Wireshark Info
 -->
-  <!ENTITY WiresharkCurrentVersion "0.99.0">
+  <!ENTITY WiresharkCurrentVersion "0.99.5">
   <!ENTITY WiresharkWebSite "http://www.wireshark.org">
   <!ENTITY WiresharkDownloadPage "&WiresharkWebSite;/download/">
   <!ENTITY WiresharkAuthorsPage "http://anonsvn.wireshark.org/wireshark/trunk/AUTHORS">
@@ -68,14 +68,15 @@ FILE SECTION
 
 <!-- These refer to graphics files and figures contained in the document -->
 
-  <!ENTITY WiresharkLogo SYSTEM "./wsdg_graphics/wireshark-logo.png" NDATA PNG>
-  <!ENTITY WiresharkFunctionBlocks SYSTEM "./wsdg_graphics/ethereal-function-blocks.png" NDATA PNG>
+  <!ENTITY WiresharkLogo SYSTEM "./wsdg_graphics/ws-logo.png" NDATA PNG>
+  <!ENTITY WiresharkFunctionBlocks SYSTEM "./wsdg_graphics/ws-function-blocks.png" NDATA PNG>
 
 <!-- These are the actual files that make up the document -->
 
   <!ENTITY BookMetaInformation SYSTEM "wsdg_src/WSDG_meta_info.xml">
   <!ENTITY Preface SYSTEM "wsdg_src/WSDG_preface.xml">
   <!ENTITY EnvIntroduction SYSTEM "wsdg_src/WSDG_chapter_env_intro.xml">
+  <!ENTITY QuickSetup SYSTEM "wsdg_src/WSDG_chapter_quick_setup.xml">
   <!ENTITY Tools SYSTEM "wsdg_src/WSDG_chapter_tools.xml">
   <!ENTITY Libraries SYSTEM "wsdg_src/WSDG_chapter_libraries.xml">
   <!ENTITY Sources SYSTEM "wsdg_src/WSDG_chapter_sources.xml">
@@ -117,9 +118,10 @@ to change the sources (e.g. adding a new dissector).
 </para>
 </partintro>
 &EnvIntroduction;
+&QuickSetup;
+&Sources;
 &Tools;
 &Libraries;
-&Sources;
 </part>
 <part id="PartDevelopment" label="II">
 <title>Wireshark Development (incomplete)</title>