diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-07-19 16:59:49 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-07-19 16:59:49 +0000 |
commit | 556f1245e46dd68dcf322f5dff30dc24f7702032 (patch) | |
tree | d8575d2d367ff820eeba9c472403373d1a74d767 /docbook/developer-guide.xml | |
parent | 5d366ee1e28624622011633a041fcbacc16dcb12 (diff) | |
download | wireshark-556f1245e46dd68dcf322f5dff30dc24f7702032.tar.gz wireshark-556f1245e46dd68dcf322f5dff30dc24f7702032.tar.bz2 wireshark-556f1245e46dd68dcf322f5dff30dc24f7702032.zip |
The first draft of an updated "Ethereal User's Guide" redesigned and updated to the current released Ethereal version 0.10.5.
As generation of output files is a bit tricky, please have a look at the Readme.txt file for instructions.
Please send comments and improvements.
svn path=/trunk/; revision=11433
Diffstat (limited to 'docbook/developer-guide.xml')
-rw-r--r-- | docbook/developer-guide.xml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/docbook/developer-guide.xml b/docbook/developer-guide.xml new file mode 100644 index 0000000000..fc2f72493a --- /dev/null +++ b/docbook/developer-guide.xml @@ -0,0 +1,76 @@ +<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+<!--
+BIOGRAPHICAL SECTION
+-Use this section to encode all biographical information
+-->
+
+<!-- Authors Names -->
+ <!ENTITY AuthorFullName "Richard Sharpe">
+ <!ENTITY AuthorFirstName "Richard">
+ <!ENTITY AuthorOtherName "">
+ <!ENTITY AuthorSurname "Sharpe">
+
+<!--Authors Affiliation -->
+ <!ENTITY AuthorShortAffiliation "">
+ <!ENTITY AuthorJobTitle "Director">
+ <!ENTITY AuthorOrgName "NS Computer Software and Services P/L">
+ <!ENTITY AuthorOrgDiv "">
+
+<!--
+DOCUMENT SECTION
+-Use this section to encode all document information
+-->
+
+ <!ENTITY DocumentTitle "<application>Ethereal</application> Developer's Guide">
+ <!ENTITY DocumentSubTitle "">
+ <!ENTITY DocumentTitleAbbreviation "EDG">
+
+ <!ENTITY DocumentCopyrightHolder "NS Computer Software and Services P/L">
+ <!ENTITY DocumentCopyrightYear "2000">
+
+ <!ENTITY DocumentEdition "First edition">
+ <!ENTITY DocumentPubDate "2000">
+
+ <!ENTITY DocumentLegalNotice "<para>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License"</para>">
+
+<!--
+Ethereal Info
+-->
+ <!ENTITY EtherealCurrentVersion "0.8.10">
+ <!ENTITY EtherealNextMinorVersion "0.8.11">
+
+<!--
+FILE SECTION
+-Use this section to specify the files that make up the book. Use FPI (public identifiers)
+-->
+
+
+<!-- These are the actual files that make up the document -->
+ <!ENTITY BookMetaInformation SYSTEM "dg-src/EDG_meta_info.xml">
+ <!ENTITY Chapter1 SYSTEM "dg-src/EDG_chapter_one.xml">
+ <!ENTITY Chapter2 SYSTEM "dg-src/EDG_chapter_two.xml">
+ <!ENTITY Chapter3 SYSTEM "dg-src/EDG_chapter_three.xml">
+ <!ENTITY Chapter4 SYSTEM "dg-src/EDG_chapter_four.xml">
+ <!ENTITY Chapter5 SYSTEM "dg-src/EDG_chapter_five.xml">
+
+<!-- These refer to graphics files and figures contained in the document -->
+ <!-- 1st Chapter -->
+]>
+
+<book>
+<title>&DocumentTitle;</title>
+<subtitle>&DocumentSubTitle;</subtitle>
+&BookMetaInformation;
+&Chapter1;
+&Chapter2;
+&Chapter3;
+&Chapter4;
+&Chapter5;
+<!--
+
+&Glossary;
+&Index; -->
+</book>
|