summaryrefslogtreecommitdiff
path: root/docbook/developer-guide-docinfo.xml
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-02-09 11:01:49 -0800
committerGerald Combs <gerald@wireshark.org>2014-02-11 18:04:45 +0000
commit5e3113e7c96c515d70288cdb5b44e0ebdc5b5711 (patch)
tree8016b9c3ab9272065976e5ee2a3c7b540d8c50d5 /docbook/developer-guide-docinfo.xml
parentbed30b8a94b645361a00d70ee2db0ec184cae103 (diff)
downloadwireshark-5e3113e7c96c515d70288cdb5b44e0ebdc5b5711.tar.gz
Finish converting the Developer's Guide to AsciiDoc.
Add developer-guide-docinfo.xml, which lets us carry over DocBook front matter. Remove the meta_info chapter. Most of its contents are now in developer-guide-docinfo.xml. Add a DocBook revision history based on hints from the Git/SVN/CVS revision history. Comment out or note makefile content that's no longer necessary for converting the Developer's Guide but will be useful for converting the User's Guide. Fix building the release notes with CMake. Other minor changes. Tested with Autotools, nmake, and CMake. Change-Id: Ib6d50c821ca906fff50a84ad4d6af3212ebdff0a Reviewed-on: https://code.wireshark.org/review/155 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/developer-guide-docinfo.xml')
-rw-r--r--docbook/developer-guide-docinfo.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/docbook/developer-guide-docinfo.xml b/docbook/developer-guide-docinfo.xml
new file mode 100644
index 0000000000..ff47fd679e
--- /dev/null
+++ b/docbook/developer-guide-docinfo.xml
@@ -0,0 +1,57 @@
+<!-- Document information for the Developer's Guide. -->
+
+<subtitle>For Wireshark 1.11</subtitle>
+
+ <!-- <title><inlinegraphic entityref="WiresharkLogo" valign="middle" format="PNG"/> &DocumentTitle;</title> -->
+
+ <!--
+ <authorgroup>
+ <author><firstname>&AuthorFirstName;</firstname><surname>&AuthorSurname;</surname>
+ <affiliation><orgname>&AuthorOrgName;</orgname></affiliation>
+ </author>
+ </authorgroup>
+ -->
+
+ <!--<edition>&DocumentEdition;</edition>
+ <pubdate>2008</pubdate>-->
+ <copyright><year>2004-2014</year>
+ <holder>Ulf Lamping</holder>
+ </copyright>
+
+<revhistory>
+
+<revision>
+ <revnumber>0.9</revnumber>
+ <date>9 Feb 2014</date>
+ <authorinitials>gcc</authorinitials>
+ <revremark>Converted from DocBook to AsciiDoc.</revremark>
+</revision>
+
+<revision>
+ <revnumber>0.5</revnumber>
+ <date>21 Jan 2007</date>
+ <authorinitials>ul</authorinitials>
+ <revremark>Major redesign.</revremark>
+</revision>
+
+<revision>
+ <revnumber>0.1</revnumber>
+ <date>17 Aug 2004</date>
+ <authorinitials>ul</authorinitials>
+ <revremark>Initial version.</revremark>
+</revision>
+
+</revhistory>
+
+<legalnotice>
+ <simpara>
+ Permission is granted to copy, distribute
+ and/or modify this document under the terms of the GNU General Public
+ License, Version 2 or any later version published by the Free Software
+ Foundation.
+ </simpara>
+ <simpara>
+ All logos and trademarks in this document are property of their
+ respective owners.
+ </simpara>
+</legalnotice>