From Vincenzo Condoleo via bug 3724:
[obnox/wireshark/wip.git] / docbook / developer-guide.xml
index 270e9f1a2104f7f1697b339655bc7adb2165f3cf..f128a3ca954a1edf91811e240f7a1a990690f0e0 100644 (file)
@@ -32,11 +32,11 @@ DOCUMENT SECTION
   <!ENTITY DocumentTitleAbbreviation "WSDG">
 
   <!ENTITY DocumentCopyrightHolder "Ulf Lamping">
-  <!ENTITY DocumentCopyrightYear "2004-2007">
+  <!ENTITY DocumentCopyrightYear "2004-2008">
 
   <!ENTITY DocumentEdition "Draft">
   <!ENTITY DocumentVersion "Draft 0.0.3">
-  <!ENTITY DocumentPubDate "2007">
+  <!ENTITY DocumentPubDate "2008">
   <!ENTITY % SvnVersionFile SYSTEM "svn_version.xml">
   %SvnVersionFile;
 
@@ -45,16 +45,17 @@ DOCUMENT SECTION
 <!--
 Wireshark Info
 -->
-  <!ENTITY WiresharkCurrentVersion "0.99.7">
+  <!ENTITY WiresharkCurrentVersion "1.2">
   <!ENTITY WiresharkWebSite "http://www.wireshark.org">
   <!ENTITY WiresharkDownloadPage "&WiresharkWebSite;/download/">
-  <!ENTITY WiresharkAuthorsPage "http://anonsvn.wireshark.org/wireshark/trunk/AUTHORS">
+  <!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 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
@@ -87,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>
@@ -126,9 +125,6 @@ to change the sources (e.g. adding a new dissector).
 <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>
@@ -152,8 +148,4 @@ to change the sources (e.g. adding a new dissector).</command>
 </part>
 
 &AppGPL;
-<!--
-
-&Glossary;
-&Index;  -->
 </book>