From Vincenzo Condoleo via bug 3724:
[obnox/wireshark/wip.git] / docbook / developer-guide.xml
index 8ce12d36cf2e895112a851e5bce1913e9b5d9787..f128a3ca954a1edf91811e240f7a1a990690f0e0 100644 (file)
@@ -32,11 +32,11 @@ DOCUMENT SECTION
   <!ENTITY DocumentTitleAbbreviation "WSDG">
 
   <!ENTITY DocumentCopyrightHolder "Ulf Lamping">
-  <!ENTITY DocumentCopyrightYear "2004-2006">
+  <!ENTITY DocumentCopyrightYear "2004-2008">
 
   <!ENTITY DocumentEdition "Draft">
   <!ENTITY DocumentVersion "Draft 0.0.3">
-  <!ENTITY DocumentPubDate "2006">
+  <!ENTITY DocumentPubDate "2008">
   <!ENTITY % SvnVersionFile SYSTEM "svn_version.xml">
   %SvnVersionFile;
 
@@ -45,16 +45,17 @@ DOCUMENT SECTION
 <!--
 Wireshark Info
 -->
-  <!ENTITY WiresharkCurrentVersion "0.99.0">
+  <!ENTITY WiresharkCurrentVersion "1.2">
   <!ENTITY WiresharkWebSite "http://www.wireshark.org">
-  <!ENTITY WiresharkDownloadPage "&WiresharkWebSite;/download.html">
-  <!ENTITY WiresharkAuthorsPage "&WiresharkWebSite;/introduction.html#authors">
+  <!ENTITY WiresharkDownloadPage "&WiresharkWebSite;/download/">
+  <!ENTITY WiresharkAuthorsPage "&WiresharkRepositorySite;/wireshark/trunk/AUTHORS">
   <!ENTITY WiresharkFAQPage "&WiresharkWebSite;/faq.html">
   <!ENTITY WiresharkDevMailList "wireshark-dev[AT]wireshark.org">
-  <!ENTITY WiresharkDevsGuidePage "&WiresharkWebSite;/docs">
-  <!ENTITY WiresharkUsersGuidePage "&WiresharkWebSite;/docs">
+  <!ENTITY WiresharkDevsGuidePage "&WiresharkWebSite;/docs/">
+  <!ENTITY WiresharkUsersGuidePage "&WiresharkWebSite;/docs/">
   <!ENTITY WiresharkWikiSite "http://wiki.wireshark.org">
-  <!ENTITY WiresharkBugsSite "http://bugs.wireshark.org">
+  <!ENTITY WiresharkBugsSite "https://bugs.wireshark.org">
+  <!ENTITY WiresharkRepositorySite "http://anonsvn.wireshark.org">
 
 <!--
 Gnu info
@@ -68,14 +69,15 @@ FILE SECTION
 
 <!-- These refer to graphics files and figures contained in the document -->
 
-  <!ENTITY WiresharkLogo SYSTEM "./edg_graphics/wireshark-logo.png" NDATA PNG>
-  <!ENTITY WiresharkFunctionBlocks SYSTEM "./edg_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">
@@ -86,10 +88,8 @@ FILE SECTION
   <!ENTITY Dissection SYSTEM "wsdg_src/WSDG_chapter_dissection.xml">
   <!ENTITY UserInterface SYSTEM "wsdg_src/WSDG_chapter_userinterface.xml">
 
-  <!ENTITY AppGPL SYSTEM    "GPL_appendix.xml">
+  <!ENTITY AppGPL SYSTEM "GPL_appendix.xml">
 
-<!-- These refer to graphics files and figures contained in the document -->
-  <!-- 1st Chapter -->
 ]>
 
 <book>
@@ -117,16 +117,14 @@ 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>
 <partintro>
-<!--<para>
-This is the second of two parts:
-</para>-->
 <para>
 Part I. Wireshark Build Environment
 </para>
@@ -150,8 +148,4 @@ to change the sources (e.g. adding a new dissector).</command>
 </part>
 
 &AppGPL;
-<!--
-
-&Glossary;
-&Index;  -->
 </book>