@@ -, +, @@ --- misc/cronjobs/rss/lastAcquired-1.0.conf | 2 +- misc/cronjobs/rss/lastAcquired-1.0.tmpl | 39 ------------------------------- misc/cronjobs/rss/lastAcquired-1.0.tt | 39 +++++++++++++++++++++++++++++++ misc/cronjobs/rss/lastAcquired-2.0.conf | 2 +- misc/cronjobs/rss/lastAcquired-2.0.tmpl | 34 --------------------------- misc/cronjobs/rss/lastAcquired-2.0.tt | 34 +++++++++++++++++++++++++++ misc/cronjobs/rss/lastAcquired.conf | 2 +- misc/cronjobs/rss/lastAcquired.tmpl | 30 ------------------------ misc/cronjobs/rss/lastAcquired.tt | 30 ++++++++++++++++++++++++ misc/cronjobs/rss/longestUnseen.conf | 2 +- misc/cronjobs/rss/longestUnseen.tmpl | 30 ------------------------ misc/cronjobs/rss/longestUnseen.tt | 30 ++++++++++++++++++++++++ misc/cronjobs/rss/mostReserved.conf | 2 +- misc/cronjobs/rss/mostReserved.tmpl | 30 ------------------------ misc/cronjobs/rss/mostReserved.tt | 30 ++++++++++++++++++++++++ 15 files changed, 168 insertions(+), 168 deletions(-) delete mode 100644 misc/cronjobs/rss/lastAcquired-1.0.tmpl create mode 100644 misc/cronjobs/rss/lastAcquired-1.0.tt delete mode 100644 misc/cronjobs/rss/lastAcquired-2.0.tmpl create mode 100644 misc/cronjobs/rss/lastAcquired-2.0.tt delete mode 100644 misc/cronjobs/rss/lastAcquired.tmpl create mode 100644 misc/cronjobs/rss/lastAcquired.tt delete mode 100644 misc/cronjobs/rss/longestUnseen.tmpl create mode 100644 misc/cronjobs/rss/longestUnseen.tt delete mode 100644 misc/cronjobs/rss/mostReserved.tmpl create mode 100644 misc/cronjobs/rss/mostReserved.tt --- a/misc/cronjobs/rss/lastAcquired-1.0.conf +++ a/misc/cronjobs/rss/lastAcquired-1.0.conf @@ -9,6 +9,6 @@ url=http://www.koha-community.org/images/foo.jpg link=http://www.koha-community.org description=Koha, the worlds best Open Source Library System config -tmpl=lastAcquired-1.0.tmpl +tmpl=lastAcquired-1.0.tt output=lastAcquired-1.0.xml query=select biblio.title as title, biblio.author as author, biblio.biblionumber, biblio.notes as notes, biblioitems.place as place, biblioitems.publishercode as publishercode, biblioitems.publicationyear as publicationyear, biblioitems.pages as pages, biblioitems.illus as illus, biblioitems.size as size from biblio, biblioitems, items where biblioitems.biblionumber = items.biblionumber and biblio.biblionumber = items.biblionumber and items.dateaccessioned is not NULL order by items.dateaccessioned desc --- a/misc/cronjobs/rss/lastAcquired-1.0.tmpl +++ a/misc/cronjobs/rss/lastAcquired-1.0.tmpl @@ -1,39 +0,0 @@ - - - "> - <!-- TMPL_VAR NAME="CHANNELTITLE" --> - - - - - "> - <!-- TMPL_VAR NAME="IMAGETITLE" --> - - - - - - - "/> - - - - - - - "> - <!-- TMPL_VAR NAME="TITLE" --><!-- TMPL_IF NAME="AUTHOR" --> by <!-- TMPL_VAR AUTHOR --><!-- /TMPL_IF --> - http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber= - by -
-
-


-">View Details | ">Reserve this Item | &resultsperpage=20&orderby=biblio.title&op=do_search">More by this Author -]]>
-
- -
--- a/misc/cronjobs/rss/lastAcquired-1.0.tt +++ a/misc/cronjobs/rss/lastAcquired-1.0.tt @@ -0,0 +1,39 @@ + + + + [% CHANNELTITLE %] + [% CHANNELLINK %] + [% CHANNELDESC %] + [% CHANNELLANG %] + [% CHANNELLASTBUILD %] + + [% IMAGETITLE %] + [% IMAGEURL %] + [% IMAGELINK %] + + + + [% FOREACH i IN ITEMS %] + + [% END %] + + + + + [% FOREACH i IN ITEMS %] + + [% i.TITLE %][% IF i.AUTHOR %] by [% i.AUTHOR %][% END %] + http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %] +[% place %] [% i.publishercode %] [% i.publicationyear %] +
[% pages %] [% i.illus %] [% i.size %] +[% IF i.notes %]

[% i.notes %][% END %]
+View Details | Reserve this Item[% IF i.author %] | More by this Author[% END %] +]]>
+
+[% END %] +
--- a/misc/cronjobs/rss/lastAcquired-2.0.conf +++ a/misc/cronjobs/rss/lastAcquired-2.0.conf @@ -11,6 +11,6 @@ description=Koha, the worlds best Open Source Library System width=88 height=31 config -tmpl=lastAcquired-2.0.tmpl +tmpl=lastAcquired-2.0.tt output=lastAcquired-2.0.xml query=select biblio.title as title, biblio.author as author, biblio.biblionumber, biblio.notes as notes, biblioitems.place as place, biblioitems.publishercode as publishercode, biblioitems.publicationyear as publicationyear, biblioitems.pages as pages, biblioitems.illus as illus, biblioitems.size as size from biblio, biblioitems, items where biblioitems.biblionumber = items.biblionumber and biblio.biblionumber = items.biblionumber and items.dateaccessioned is not NULL order by items.dateaccessioned desc --- a/misc/cronjobs/rss/lastAcquired-2.0.tmpl +++ a/misc/cronjobs/rss/lastAcquired-2.0.tmpl @@ -1,34 +0,0 @@ - - - - <!-- TMPL_VAR NAME="CHANNELTITLE" --> - - - - - http://blogs.law.harvard.edu/tech/rss - Koha - - <!-- TMPL_VAR NAME="IMAGETITLE" --> - - - - - - - - - - <!-- TMPL_VAR NAME="TITLE" --><!-- TMPL_IF NAME="AUTHOR" --> by <!-- TMPL_VAR NAME="AUTHOR" --><!-- /TMPL_IF --> - http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber= - by -

- -


-">View Details | ">Reserve this Item | &resultsperpage=20&orderby=biblio.title&op=do_search">More by this Author -]]>
-
- - -
-
--- a/misc/cronjobs/rss/lastAcquired-2.0.tt +++ a/misc/cronjobs/rss/lastAcquired-2.0.tt @@ -0,0 +1,34 @@ + + + + [% CHANNELTITLE %] + [% CHANNELLINK %] + [% CHANNELDESC %] + [% CHANNELLANG %] + [% CHANNELLASTBUILD %] + http://blogs.law.harvard.edu/tech/rss + Koha + + [% IMAGETITLE %] + [% IMAGEURL %] + [% IMAGELINK %] + [% IMAGEWIDTH %] + [% IMAGEHEIGHT %] + [% IMAGEDESCRIPTION %] + + +[% FOREACH i IN ITEMS %] + + [% i.TITLE %][% IF i.AUTHOR %] by [% i.AUTHOR %][% END %] + http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %] +[% IF i.publishercode %][% i.place %] [% i.publishercode %] [% publicationyear %]
[% END %] +[% IF i.pages %][% i.pages %][% i.illus %][% i.size %][% END %] +[% IF i.notes %]

[% i.notes %]

[% END %]
+View Details | Reserve this Item[% IF i.author %] | More by this Author[% END %] +]]>
+
+[% END %] + +
+
--- a/misc/cronjobs/rss/lastAcquired.conf +++ a/misc/cronjobs/rss/lastAcquired.conf @@ -9,7 +9,7 @@ title=Koha, the world's best Open Source Library System url=http://www.koha-community.org/images/foo.jpg link=http://www.koha-community.org config -tmpl=lastAcquired.tmpl +tmpl=lastAcquired.tt output=lastAcquired.xml query=select biblio.title as title, biblio.author as author, biblio.biblionumber from biblio, biblioitems, items where biblioitems.biblionumber = items.biblionumber and biblio.biblionumber = items.biblionumber and items.dateaccessioned is not NULL order by items.dateaccessioned desc --- a/misc/cronjobs/rss/lastAcquired.tmpl +++ a/misc/cronjobs/rss/lastAcquired.tmpl @@ -1,30 +0,0 @@ - - - - - - - - <TMPL_VAR CHANNELTITLE> - - - - - - - <TMPL_VAR IMAGETITLE> - - - - - - - <TMPL_VAR TITLE>, by <TMPL_VAR AUTHOR> - http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber= - - - - - - --- a/misc/cronjobs/rss/lastAcquired.tt +++ a/misc/cronjobs/rss/lastAcquired.tt @@ -0,0 +1,30 @@ + + + + + + + + [% CHANNELTITLE %] + [% CHANNELLINK %] + [% CHANNELDESC %] + [% CHANNELLANG %] + [% CHANNELLASTBUILD %] + + + [% IMAGETITLE %] + [% IMAGEURL %] + [% IMAGELINK %] + + +[% FOREACH i IN ITEMS %] + + [% i.TITLE %], by [% i.AUTHOR %] + http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %] + + +[% END %] + + + --- a/misc/cronjobs/rss/longestUnseen.conf +++ a/misc/cronjobs/rss/longestUnseen.conf @@ -8,7 +8,7 @@ title=Koha, the worlds best Open Source Library System url=http://www.koha-community.org/images/foo.jpg link=http://www.koha-community.org config -tmpl=longestUnseen.tmpl +tmpl=longestUnseen.tt output=longestUnseen.xml query=select biblioitems.isbn as isbn, biblio.title as title, biblio.author as author from biblio, biblioitems, items where biblioitems.biblionumber = items.biblionumber and biblio.biblionumber = items.biblionumber and items.datelastseen is not NULL and items.datelastseen != items.datelastborrowed order by items.datelastseen --- a/misc/cronjobs/rss/longestUnseen.tmpl +++ a/misc/cronjobs/rss/longestUnseen.tmpl @@ -1,30 +0,0 @@ - - - - - - - - <TMPL_VAR CHANNELTITLE> - - - - - - - <TMPL_VAR IMAGETITLE> - - - - - - - <TMPL_VAR TITLE>, by <TMPL_VAR AUTHOR> - http://opac.library.org.nz/cgi-bin/koha/opac-searchresults.pl?isbn= - - - - - - --- a/misc/cronjobs/rss/longestUnseen.tt +++ a/misc/cronjobs/rss/longestUnseen.tt @@ -0,0 +1,30 @@ + + + + + + + + [% CHANNELTITLE> + [% CHANNELLINK %] + [% CHANNELDESC %] + [% CHANNELLANG %] + [% CHANNELLASTBUILD %] + + + [% IMAGETITLE %] + [% IMAGEURL %] + [% IMAGELINK %] + + +[% FOREACH i IN ITEMS %] + + [% i.TITLE %], by [% i.AUTHOR %] + http://opac.library.org.nz/cgi-bin/koha/opac-searchresults.pl?isbn=[% i.ISBN %] + + +[% END %] + + + --- a/misc/cronjobs/rss/mostReserved.conf +++ a/misc/cronjobs/rss/mostReserved.conf @@ -8,7 +8,7 @@ title=Koha, the worlds best Open Source Library System url=http://www.koha-community.org/images/foo.jpg link=http://www.koha-community.org config -tmpl=mostReserved.tmpl +tmpl=mostReserved.tt output=mostReserved.xml query=select biblioitems.isbn as isbn, biblio.title as title, biblio.author as author from biblio, biblioitems, items where biblioitems.biblionumber = items.biblionumber and biblio.biblionumber = items.biblionumber and items.reserves is not NULL order by items.reserves desc --- a/misc/cronjobs/rss/mostReserved.tmpl +++ a/misc/cronjobs/rss/mostReserved.tmpl @@ -1,30 +0,0 @@ - - - - - - - - <TMPL_VAR CHANNELTITLE> - - - - - - - <TMPL_VAR IMAGETITLE> - - - - - - - <TMPL_VAR TITLE>, by <TMPL_VAR AUTHOR> - http://opac.library.org.nz/cgi-bin/koha/opac-searchresults.pl?isbn= - - - - - - --- a/misc/cronjobs/rss/mostReserved.tt +++ a/misc/cronjobs/rss/mostReserved.tt @@ -0,0 +1,30 @@ + + + + + + + + [% CHANNELTITLE %] + [% CHANNELLINK %] + [% CHANNELDESC %] + [% CHANNELLANG %] + [% CHANNELLASTBUILD %] + + + [% IMAGETITLE %] + [% IMAGEURL %] + [% IMAGELINK %] + + +[% FOREACH i IN ITEMS %] + + [% TITLE %], by [% AUTHOR %] + http://opac.library.org.nz/cgi-bin/koha/opac-searchresults.pl?isbn=[% ISBN %] + + +[% END %] + + + --