<?xml version="1.0"?>
<!-- Generated by the OpenACS Package Manager -->

<package key="irc-logger" url="http://openacs.org/repository/apm/packages/irc-logger" type="apm_application">
    <package-name>IRC Logger</package-name>
    <pretty-plural>IRC Loggers</pretty-plural>
    <initial-install-p>f</initial-install-p>
    <singleton-p>f</singleton-p>

    <version name="1.0" url="http://openacs.org/repository/download/apm/irc-logger-1.0.apm">
    <database-support>
        <database>oracle</database>
        <database>postgresql</database>
    </database-support>
        <owner url="mailto:bart.teeuwisse@thecodemill.biz">Bart Teeuwisse</owner>
        <summary>The IRC logger places the log files of logger (a Perl script by Dave Beckett) into ETP for integration with OpenACS.</summary>
        <release-date>2003-02-10</release-date>
        <vendor url="http://www.thecodemill.biz">the Code Mill</vendor>
        <description format="text/html">The IRC logger places the log files of &lt;a href=&quot;http://cvs.ilrt.org/cvsweb/redland/logger/&quot;&gt;logger&lt;/a&gt; (a Perl script by Dave Beckett) into ETP for integration with OpenACS. Besides logger, this package also depends on &lt;a href=&quot;http://www.tdom.org/&quot;&gt;tDOM&lt;/a&gt; (high performance XML data processing with easy and powerful Tcl scripting functionality).</description>

        <!-- No dependency information -->

        <files>
            <file path="ChangeLog"/>
            <file path="data/default.xsl"/>
            <file type="package_spec" path="irc-logger.info"/>
            <file path="perl/logger"/>
            <file type="tcl_init" path="tcl/irc-logger-init.tcl"/>
            <file type="query_file" path="tcl/irc-logger-init.xql"/>
            <file type="query_file" db_type="postgresql" path="tcl/irc-logger-procs-postgresql.xql"/>
            <file type="tcl_procs" path="tcl/irc-logger-procs.tcl"/>
            <file type="query_file" path="tcl/irc-logger-procs.xql"/>
            <file type="content_page" path="www/admin/index.adp"/>
            <file type="content_page" path="www/admin/index.tcl"/>
            <file type="query_file" path="www/admin/index.xql"/>
            <file type="content_page" path="www/admin/update.tcl"/>
            <file type="documentation" path="www/doc/index.adp"/>
            <file type="documentation" path="www/doc/index.css"/>
            <file type="documentation" path="www/doc/index.tcl"/>
            <file type="documentation" path="www/doc/license.adp"/>
            <file type="documentation" path="www/doc/license.tcl"/>
            <file type="content_page" path="www/index.adp"/>
            <file type="content_page" path="www/index.tcl"/>
            <file type="query_file" path="www/index.xql"/>
        </files>
        <parameters>
            <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="irc_channel_name"  description="The name of the IRC channel being logged"/>
            <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="xsl_stylesheet"  description="The full path to the XSL stylesheet to be used to transform the RDF log into HTML"/>
            <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="irc_rdf_dir"  description="The full path to the directory containing the logger RDF files"/>
            <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="irc_log_interval"  default="300" description="The interval (in seconds)  with which IRC Logger should check for changes in the current RDF file."/>
        </parameters>

    </version>
</package>