#include <infodrom.style>

<page title="Infodrom Oldenburg Tools"
      keywords="Webserver, Statistics, Referer, Analyse">

<h2>referer-inspect</h2>

<p>The referer utility helps keeping track of who links to your site
and how people are redirected to your website.  The gather tool
inspects and analyses the Apache logfile and reports referers that
don't refer to the same site into an SQL database.  This is called for
every site you are interested in.</p>

<p>A small PHP application is used to visualise the data stored in the
database.</p>

<h3>Synopsis</h3>

<pre>
  referer-inspect --site|-s sitename --logfile|-l logfile
</pre>

<p>This command analyses the named logfile for the given site and
stores external referers into the database.</p>

<h3>Program Code</h3>

<p>The program is written in Perl using Getopt::Long, LWP::UserAgent
and DBI.  It should run without problems on any GNU/Linux, BSD and
Unix systems.</p>

<p><strong>referer-inspect</strong>
<br><a href="http://cvs.infodrom.org/scripts/referer-inspect?cvsroot=infodrom">CVS</a>
<br><a href="http://cvs.infodrom.org/~checkout~/scripts/referer-inspect?rev=HEAD&content-type=text/plain&cvsroot=infodrom">Download</a></p>

<p><strong>referer.php</strong>
<br><a href="http://cvs.infodrom.org/service.infodrom.org/src/Infodrom/webstats/referer.wml?cvsroot=infodrom.org">CVS</a>
<br><a href="http://cvs.infodrom.org/~checkout~/service.infodrom.org/src/Infodrom/webstats/referer.wml?rev=HEAD&content-type=text/plain&cvsroot=infodrom.org">Download</a></p>

</page>

# Local variables:
# mode: indented-text
# end:
