View | Details | Raw Unified | Return to bug 9000
Collapse All | Expand All

(-)a/misc/cronjobs/rss/lastAcquired-1.0.tt (-12 / +12 lines)
Lines 5-25 Link Here
5
 xmlns:dc="http://purl.org/dc/elements/1.1/"
5
 xmlns:dc="http://purl.org/dc/elements/1.1/"
6
>
6
>
7
  <channel rdf:about="[% CHANNELLINK %]">
7
  <channel rdf:about="[% CHANNELLINK %]">
8
	<title>[% CHANNELTITLE %]</title>
8
    <title>[% CHANNELTITLE %]</title>
9
	<link>[% CHANNELLINK %]</link>
9
    <link>[% CHANNELLINK %]</link>
10
	<description>[% CHANNELDESC %]</description>
10
    <description>[% CHANNELDESC %]</description>
11
	<language>[% CHANNELLANG %]</language>
11
    <language>[% CHANNELLANG %]</language>
12
	<lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate>
12
    <lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate>
13
	 <image rdf:about="[% IMAGEURL %]">
13
     <image rdf:about="[% IMAGEURL %]">
14
	  <title>[% IMAGETITLE %]</title>
14
      <title>[% IMAGETITLE %]</title>
15
	  <url>[% IMAGEURL %]</url>
15
      <url>[% IMAGEURL %]</url>
16
	  <link>[% IMAGELINK %]</link>
16
      <link>[% IMAGELINK %]</link>
17
	 </image>
17
     </image>
18
    <items>
18
    <items>
19
      <rdf:Seq>
19
      <rdf:Seq>
20
	  [% FOREACH i IN ITEMS %]
20
      [% FOREACH i IN ITEMS %]
21
        <rdf:li resource="http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=[% ibiblionumber %]"/>
21
        <rdf:li resource="http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=[% ibiblionumber %]"/>
22
	  [% END %]
22
      [% END %]
23
      </rdf:Seq>
23
      </rdf:Seq>
24
    </items>
24
    </items>
25
</channel>
25
</channel>
(-)a/misc/cronjobs/rss/lastAcquired-2.0.tt (-16 / +16 lines)
Lines 1-21 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<rss version="2.0">
2
<rss version="2.0">
3
	<channel>
3
    <channel>
4
		<title>[% CHANNELTITLE %]</title>
4
        <title>[% CHANNELTITLE %]</title>
5
		<link>[% CHANNELLINK %]</link>
5
        <link>[% CHANNELLINK %]</link>
6
		<description>[% CHANNELDESC %]</description>
6
        <description>[% CHANNELDESC %]</description>
7
		<language>[% CHANNELLANG %]</language>
7
        <language>[% CHANNELLANG %]</language>
8
		<lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate>
8
        <lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate>
9
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
9
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
10
		<generator>Koha</generator>
10
        <generator>Koha</generator>
11
		<image>
11
        <image>
12
			<title>[% IMAGETITLE %]</title>
12
            <title>[% IMAGETITLE %]</title>
13
			<url>[% IMAGEURL %]</url>
13
            <url>[% IMAGEURL %]</url>
14
			<link>[% IMAGELINK %]</link>
14
            <link>[% IMAGELINK %]</link>
15
			<width>[% IMAGEWIDTH %]</width>
15
            <width>[% IMAGEWIDTH %]</width>
16
			<height>[% IMAGEHEIGHT %]</height>
16
            <height>[% IMAGEHEIGHT %]</height>
17
			<description>[% IMAGEDESCRIPTION %]</description>
17
            <description>[% IMAGEDESCRIPTION %]</description>
18
		</image>
18
        </image>
19
19
20
[% FOREACH i IN ITEMS %]
20
[% FOREACH i IN ITEMS %]
21
 <item>
21
 <item>
(-)a/misc/cronjobs/rss/lastAcquired.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
3
<!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
3
<!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
4
	  "http://my.netscape.com/publish/formats/rss-0.91.dtd">
4
        "http://my.netscape.com/publish/formats/rss-0.91.dtd">
5
5
6
<rss version="0.91">
6
<rss version="0.91">
7
7
(-)a/misc/cronjobs/rss/longestUnseen.tt (-2 / +2 lines)
Lines 1-12 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
3
<!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
3
<!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
4
	  "http://my.netscape.com/publish/formats/rss-0.91.dtd">
4
        "http://my.netscape.com/publish/formats/rss-0.91.dtd">
5
5
6
<rss version="0.91">
6
<rss version="0.91">
7
7
8
<channel>
8
<channel>
9
 <title>[% CHANNELTITLE></title>
9
 <title>[% CHANNELTITLE %]</title>
10
 <link>[% CHANNELLINK %]</link>
10
 <link>[% CHANNELLINK %]</link>
11
 <description>[% CHANNELDESC %]</description>
11
 <description>[% CHANNELDESC %]</description>
12
 <language>[% CHANNELLANG %]</language>
12
 <language>[% CHANNELLANG %]</language>
(-)a/misc/cronjobs/rss/mostReserved.tt (-2 / +1 lines)
Lines 1-7 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
3
<!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
3
<!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
4
	  "http://my.netscape.com/publish/formats/rss-0.91.dtd">
4
        "http://my.netscape.com/publish/formats/rss-0.91.dtd">
5
5
6
<rss version="0.91">
6
<rss version="0.91">
7
7
8
- 

Return to bug 9000