wireshark/docbook/developer-guide.xml

96 lines
3.2 KiB
XML
Raw Normal View History

<?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" [
<!-- $Id$ -->
<!--
BIOGRAPHICAL SECTION
-Use this section to encode all biographical information
-->
<!-- Authors Names -->
<!ENTITY AuthorFullName "Ulf Lamping">
<!ENTITY AuthorFirstName "Ulf">
<!ENTITY AuthorOtherName "">
<!ENTITY AuthorSurname "Lamping">
<!ENTITY AuthorEmail "ulf.lamping[AT]web.de">
<!--Authors Affiliation -->
<!ENTITY AuthorShortAffiliation "">
<!ENTITY AuthorJobTitle "">
<!ENTITY AuthorOrgName "">
<!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 "Ulf Lamping">
<!ENTITY DocumentCopyrightYear "2004">
<!ENTITY DocumentEdition "First edition">
<!ENTITY DocumentPubDate "2004">
<!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 &quot;GNU Free Documentation License&quot;</para><para>All logos and trademarks in this document are property of their respective owner.</para>">
<!ENTITY EtherealWebSite "http://www.ethereal.com">
<!ENTITY EtherealDownloadPage "&EtherealWebSite;/download.html">
<!ENTITY EtherealAuthorsPage "&EtherealWebSite;/introduction.html#authors">
<!ENTITY EtherealFAQPage "&EtherealWebSite;/faq.html">
<!ENTITY EtherealDevMailList "ethereal-dev[AT]ethereal.com">
<!ENTITY EtherealUsersGuidePage "&EtherealWebSite;/docs/#usersguide">
<!ENTITY GPLWebsite "http://www.gnu.org/copyleft/gpl.html">
<!--
Ethereal Info
-->
<!ENTITY EtherealCurrentVersion "0.10.6">
<!ENTITY EtherealNextMinorVersion "0.10.7">
<!--
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 Preface SYSTEM "dg-src/EDG_preface.xml">
<!ENTITY Introduction SYSTEM "dg-src/EDG_chapter_introduction.xml">
<!ENTITY Tools SYSTEM "dg-src/EDG_chapter_tools.xml">
<!ENTITY Libraries SYSTEM "dg-src/EDG_chapter_libraries.xml">
<!ENTITY Sources SYSTEM "dg-src/EDG_chapter_sources.xml">
<!ENTITY UserInterface SYSTEM "dg-src/EDG_chapter_userinterface.xml">
<!-- These refer to graphics files and figures contained in the document -->
<!-- 1st Chapter -->
]>
<book>
<title>&DocumentTitle;</title>
<subtitle>&DocumentSubTitle;</subtitle>
&BookMetaInformation;
&Preface;
<part id="PartEnvironment" label="I">
<title>Ethereal Build Environment</title>
&Introduction;
&Tools;
&Libraries;
&Sources;
</part>
<part id="PartDevelopment" label="II">
<title>Ethereal Development</title>
&UserInterface;
</part>
<!--
&Glossary;
&Index; -->
</book>