From: miker Date: Fri, 6 Oct 2006 14:11:37 +0000 (+0000) Subject: escaping & in the OSDs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=215c00cbde327277e85f2ad1420b62bee6af09bc;p=evergreen%2Fpines.git escaping & in the OSDs git-svn-id: svn://svn.open-ils.org/ILS/trunk@6402 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 3bb0adef6f..a3ad8495f0 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -799,7 +799,7 @@ Content-type: application/opensearchdescription+xml; charset=utf-8 - $base/1.0/$lib/-/$class/?searchTerms={searchTerms}&startPage={startPage}&startIndex={startIndex}&count={count} + $base/1.0/$lib/-/$class/?searchTerms={searchTerms}&startPage={startPage}&startIndex={startIndex}&count={count} http://a9.com/-/spec/opensearchrss/1.0/ $lib Search $lib @@ -822,15 +822,15 @@ 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?}"/> + template="$base/1.1/$lib/mods3/$class/?searchTerms={searchTerms}&startPage={startPage?}&startIndex={startIndex?}&count={count?}&searchLang={language?}"/> + template="$base/1.1/$lib/mods/$class/?searchTerms={searchTerms}&startPage={startPage?}&startIndex={startIndex?}&count={count?}&searchLang={language?}"/> + template="$base/1.1/$lib/marcxml/$class/?searchTerms={searchTerms}&startPage={startPage?}&startIndex={startIndex?}&count={count?}&searchLang={language?}"/> Search $lib Mike Rylander for GPLS/PINES