From 8e45bbfcf390c89b277f1aea29fa98f5907aab87 Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 29 Jul 2006 00:33:14 +0000 Subject: [PATCH] updating dumpac-bookbag links git-svn-id: svn://svn.open-ils.org/ILS/trunk@5166 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 16 ++++++++-------- Open-ILS/web/opac/skin/default/js/myopac.js | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index f5c7e66e4b..4b6fd5a351 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -696,9 +696,9 @@ sub bookbag_feed { $feed->creator($host); $feed->update_ts(gmtime_ISO8601()); - $feed->link(rss => $base . "/rss2/$id" => 'application/rss+xml'); - $feed->link(alternate => $base . "/atom/$id" => 'application/atom+xml'); - $feed->link(html => $base . "/html/$id" => 'text/html'); + $feed->link(rss => $base . "/rss2-full/$id" => 'application/rss+xml'); + $feed->link(alternate => $base . "/atom-full/$id" => 'application/atom+xml'); + $feed->link(html => $base . "/html-full/$id" => 'text/html'); $feed->link(unapi => $unapi); $feed->link( @@ -765,9 +765,9 @@ sub changes_feed { $feed->creator($host); $feed->update_ts(gmtime_ISO8601()); - $feed->link(rss => $base . "/rss2/$rtype/$axis/$limit/$date" => 'application/rss+xml'); - $feed->link(alternate => $base . "/atom/$rtype/$axis/$limit/$date" => 'application/atom+xml'); - $feed->link(html => $base . "/html/$rtype/$axis/$limit/$date" => 'text/html'); + $feed->link(rss => $base . "/rss2-full/$rtype/$axis/$limit/$date" => 'application/rss+xml'); + $feed->link(alternate => $base . "/atom-full/$rtype/$axis/$limit/$date" => 'application/atom+xml'); + $feed->link(html => $base . "/html-full/$rtype/$axis/$limit/$date" => 'text/html'); $feed->link(unapi => $unapi); $feed->link( @@ -819,9 +819,9 @@ Content-type: application/opensearchdescription+xml; charset=utf-8 Search the $lib OPAC by $class. $lib book library + template="$base/1.1/$lib/rss2-full/$class/?searchTerms={searchTerms}&startPage={startPage?}&startIndex={startIndex?}&count={count?}&searchLang={language?}"/> + template="$base/1.1/$lib/atom-full/$class/?searchTerms={searchTerms}&startPage={startPage?}&startIndex={startIndex?}&count={count?}&searchLang={language?}"/>