<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>misc/cronjobs/rss/README</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/lastAcquired-1.0.conf</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/lastAcquired-1.0.tmpl</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/lastAcquired-2.0.conf</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/lastAcquired-2.0.tmpl</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/lastAcquired.conf</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/lastAcquired.tmpl</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/longestUnseen.conf</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/longestUnseen.tmpl</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/mostReserved.conf</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/mostReserved.tmpl</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/rss.pl</filename>
    </added>
    <added>
      <filename>misc/cronjobs/rss/sm-koha-icon.jpg</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -279,7 +279,6 @@ my $target_map = {
   './reviews'                   =&gt; 'INTRANET_CGI_DIR',
   './rewrite-config.PL'         =&gt; 'NONE',
   './reviews'                   =&gt; 'INTRANET_CGI_DIR',
-  './rss'                       =&gt; 'MISC_DIR', 
   './serials'                   =&gt; 'INTRANET_CGI_DIR',
   './skel'                      =&gt; 'NONE',
   './skel/var/log/koha'         =&gt; { target =&gt; 'LOG_DIR', trimdir =&gt; -1 },</diff>
      <filename>Makefile.PL</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>rss/README</filename>
    </removed>
    <removed>
      <filename>rss/lastAcquired-1.0.conf</filename>
    </removed>
    <removed>
      <filename>rss/lastAcquired-1.0.tmpl</filename>
    </removed>
    <removed>
      <filename>rss/lastAcquired-2.0.conf</filename>
    </removed>
    <removed>
      <filename>rss/lastAcquired-2.0.tmpl</filename>
    </removed>
    <removed>
      <filename>rss/lastAcquired.conf</filename>
    </removed>
    <removed>
      <filename>rss/lastAcquired.tmpl</filename>
    </removed>
    <removed>
      <filename>rss/longestUnseen.conf</filename>
    </removed>
    <removed>
      <filename>rss/longestUnseen.tmpl</filename>
    </removed>
    <removed>
      <filename>rss/mostReserved.conf</filename>
    </removed>
    <removed>
      <filename>rss/mostReserved.tmpl</filename>
    </removed>
    <removed>
      <filename>rss/rss.pl</filename>
    </removed>
    <removed>
      <filename>rss/sm-koha-icon.jpg</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f1b4d629b37ea6c864fc85fe6d4bb8ec69dc9439</id>
    </parent>
  </parents>
  <author>
    <name>Galen Charlton</name>
    <email>galen.charlton@liblime.com</email>
  </author>
  <url>http://github.com/kylemhall/koha/commit/f74d63a1e5d316d47284087a2576cf4fc0541669</url>
  <id>f74d63a1e5d316d47284087a2576cf4fc0541669</id>
  <committed-date>2008-12-17T06:02:34-08:00</committed-date>
  <authored-date>2008-12-15T07:58:47-08:00</authored-date>
  <message>bug 2864 [2/2]: move rss/* to misc/cronjobs/rss/*

As rss.pl is not a CGI script, moved it to join the
other cronjobs.  Full documentation of the script
is in misc/cronjobs/rss/rss.pl, but to summarize:

[1] rss.pl is run on the command line to produce
    an RSS XML document.  The output should be
    placed in a directory accessible to the OPAC
    (or staff) web interface so that users can download
    the RSS feed.  An example of usage:

    misc/cronjobs/rss.pl lastAcquired.conf

    Normally rss.pl should be run periodically (e.g., daily)
    to keep the feed up-to-date.

[2] The configuration file (e.g., lastAcquired.conf) lists

    * name of the template file to use
    * path of output file
    * SQL query

    rss.pl runs the SQL query, then feeds the output of the
    query through the template to produce the output file.

[3] The template file (e.g., lastAcquired.tmpl) uses
    HTML::Template syntax like any of the HTML
    templates for the web interface.

Signed-off-by: Galen Charlton &lt;galen.charlton@liblime.com&gt;</message>
  <tree>95b1646c52341dd647c5b2835c85ea2620543475</tree>
  <committer>
    <name>Galen Charlton</name>
    <email>galen.charlton@liblime.com</email>
  </committer>
</commit>
