| Line | |
|---|
| 1 |
<?xml version='1.0' encoding='UTF-8' ?> |
|---|
| 2 |
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" |
|---|
| 3 |
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" |
|---|
| 4 |
[ |
|---|
| 5 |
<!ENTITY % magic.fixup SYSTEM "http://labs.omniti.com/docbook/ent"> |
|---|
| 6 |
%magic.fixup; |
|---|
| 7 |
]> |
|---|
| 8 |
<book id="reconnoiter" lang="en"> |
|---|
| 9 |
|
|---|
| 10 |
<bookinfo> |
|---|
| 11 |
<title>Reconnoiter</title> |
|---|
| 12 |
<subtitle>Large-scale Monitoring and Trend Analysis System</subtitle> |
|---|
| 13 |
<!-- edition>edition</edition --> |
|---|
| 14 |
<pubdate>@PUBDATE@, Document revision @VERS@</pubdate> |
|---|
| 15 |
|
|---|
| 16 |
<corpauthor>OmniTI Computer Consulting, Inc.</corpauthor> |
|---|
| 17 |
|
|---|
| 18 |
<copyright> |
|---|
| 19 |
<year>2008</year> |
|---|
| 20 |
<holder>OmniTI Computer Consulting, Inc.</holder> |
|---|
| 21 |
</copyright> |
|---|
| 22 |
|
|---|
| 23 |
</bookinfo> |
|---|
| 24 |
|
|---|
| 25 |
&preface; |
|---|
| 26 |
|
|---|
| 27 |
<part id="archecture"> |
|---|
| 28 |
<title>Architecture</title> |
|---|
| 29 |
&arch.all; |
|---|
| 30 |
</part> |
|---|
| 31 |
<part id="configuration"> |
|---|
| 32 |
<title>Configuration</title> |
|---|
| 33 |
&config.all; |
|---|
| 34 |
</part> |
|---|
| 35 |
<part id="operation"> |
|---|
| 36 |
<title>Operation</title> |
|---|
| 37 |
&operation.all; |
|---|
| 38 |
</part> |
|---|
| 39 |
<part id="reference"> |
|---|
| 40 |
<title>Reference</title> |
|---|
| 41 |
<reference id="exe"> |
|---|
| 42 |
<title>Reconnoiter Command Line Reference</title> |
|---|
| 43 |
&executable.all; |
|---|
| 44 |
</reference> |
|---|
| 45 |
<chapter id="ref"> |
|---|
| 46 |
<title>Code Reference</title> |
|---|
| 47 |
<section><title>Internal Functions</title> |
|---|
| 48 |
<reference><title>Function Refrence</title> |
|---|
| 49 |
&gen.all; |
|---|
| 50 |
</reference> |
|---|
| 51 |
</section> |
|---|
| 52 |
</chapter> |
|---|
| 53 |
</part> |
|---|
| 54 |
|
|---|
| 55 |
<index id="the.index"/> |
|---|
| 56 |
</book> |
|---|
| 57 |
<!-- |
|---|
| 58 |
vim:ts=2:sw=2:et: |
|---|
| 59 |
--> |
|---|