aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/template-wsluarm.xml
blob: ebe2f16cf304deffba8159cd24ef0813af6ef209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?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
-->

<!-- Author's Names -->
  <!ENTITY AuthorFullName "Luis E. Garcia Ontanon">
  <!ENTITY AuthorFirstName "Luis">
  <!ENTITY AuthorOtherName "Enrrique">
  <!ENTITY AuthorSurname "Garcia Ontanon">

<!--Author's Affiliation -->
  <!ENTITY AuthorShortAffiliation "">
  <!ENTITY AuthorJobTitle "">
  <!ENTITY AuthorOrgName "">
  <!ENTITY AuthorOrgDiv "">
  <!ENTITY AuthorEmail "luis.ontanon[at]gmail.com">

<!--
DOCUMENT SECTION
-Use this section to encode all document information
-->

  <!ENTITY DocumentTitle "Wireshark's LUA API Reference Manual">
  <!ENTITY DocumentSubTitle "&SvnVersion; for Wireshark &WiresharkCurrentVersion;">
  <!ENTITY DocumentTitleAbbreviation "WSLUARM">

  <!ENTITY DocumentCopyrightHolder1 "Luis E. Garcia Ontanon">
  <!ENTITY DocumentCopyrightYear "2006">

  <!ENTITY DocumentEdition "First ">
  <!ENTITY DocumentVersion "V0.1">
  <!ENTITY DocumentPubDate "2006">

  <!ENTITY DocumentLegalNotice "<para>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.</para><para>All logos and trademarks in this document are property of their respective owner.</para>">

<!--
Wireshark Info
-->
  <!ENTITY WiresharkCurrentVersion "0.99.3">
  
<!--
Gnu info
-->
  <!ENTITY GPLWebsite "http://www.gnu.org/copyleft/gpl.html">

<!--
Timezone info
-->
  <!ENTITY TimezoneGMTSite "http://wwp.greenwichmeantime.com/">
  <!ENTITY TimezoneWorldClockSite "http://www.timeanddate.com/worldclock/">
  <!ENTITY NTPSite "http://www.ntp.org/">
  <!ENTITY WikipediaWebsite "http://en.wikipedia.org">
  <!ENTITY WikipediaTimezone "&WikipediaWebsite;/wiki/Time_zone">
  <!ENTITY WikipediaDaylightSaving "&WikipediaWebsite;/wiki/Daylight_saving">
  <!ENTITY WikipediaUTC "&WikipediaWebsite;/wiki/Coordinated_Universal_Time">

<!--
FILE SECTION
-Use this section to specify the files that make up the book. Use FPI (public identifiers)
-->
<!-- These refer to graphics files and figures contained in the document -->

<!-- These are the actual files that make up the document -->
  <!-- WSLUA_MODULE_ENTITIES -->
]>

<book>
  <title>&DocumentTitle;</title>
  <!-- WSLUA_MODULE_TEXT -->
</book>