/usr/share/doc/lire/dev-manual/ch24.html is in lire-devel-doc 2:2.1.1-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 24. Overview of Lire scripts</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire Developer's Manual"><link rel="up" href="pt05.html" title="Part V. Implementation Details"><link rel="prev" href="ch23.html" title="Chapter 23. Issues with Report Merging"><link rel="next" href="ch25.html" title="Chapter 25. Source Tree Layout"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 24. Overview of <span class="application">Lire</span> scripts</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch23.html">Prev</a> </td><th width="60%" align="center">Part V. Implementation Details</th><td width="20%" align="right"> <a accesskey="n" href="ch25.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 24. Overview of Lire scripts"><div class="titlepage"><div><div><h2 class="title"><a name="chap:overview-scripts"></a>Chapter 24. Overview of <span class="application">Lire</span> scripts</h2></div></div></div><p>An overview of the main scripts involved.
<span class="command"><strong>lr_spoold</strong></span> is the engine behind a <span class="application">Lire</span> Online Responder.
<span class="command"><strong>lr_log2report</strong></span> is the main <span class="application">Lire</span> command line interface.
The <span class="command"><strong>lr_log2xml</strong></span> command is a helper scripts. The
<span class="command"><strong>lr_xml2report</strong></span> command can be used by the user to merge XML
reports. The <span class="command"><strong>lr_sql2report</strong></span> is not yet fully integrated in
the <span class="application">Lire</span> system. The <span class="command"><strong>lr_rawmail2mail</strong></span> command manages a
Lire client setup. The <span class="command"><strong>lr_cron</strong></span> is fired of by
<span class="command"><strong>cron</strong></span>, in a cron-driven setup.
</p><pre class="programlisting">
lr_spoold
|
\_ lr_check_service
\_ lr_spool
|
\_ lr_processmail
\_ lr_getbody
|
\_ lr_log2mail
lr_log2report
lr_log2xml
lr_xml2report
lr_rawmail2mail
\_ lr_getbody
\_ lr_deanonymize
\_ lr_xml2mail
lr_cron
</pre><p>
lr_spoold monitors a Maildir spool for each responder address.
lr_processmail processes an email message with a compressed log file
attached. Refer to the manpages for the gory details.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch23.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt05.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch25.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 23. Issues with Report Merging </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 25. Source Tree Layout</td></tr></table></div></body></html>
|