User Tools

Site Tools


backend-devel:supercat:examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
backend-devel:supercat:examples [2016/07/28 15:39] – [Return a feed of recently edited or created records] rjs7backend-devel:supercat:examples [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ======SuperCat and Feed Examples====== ======SuperCat and Feed Examples======
  
-**NOTE:** This documentation is also available in the Evergreen documentation at http://docs.evergreen-ils.org/1.6/draft/html/. In github: http://github.com/rsoulliere/Evergreen-DocBook/blob/master/1.6/development/supercat.xml. +**NOTE:** This documentation is also available in the Evergreen documentation at https://docs.evergreen-ils.org/2.0/draft/html/supercat.html 
 +<del>In github: http://github.com/rsoulliere/Evergreen-DocBook/blob/master/1.6/development/supercat.xml.</del>(no longer available)
  
 =====Record types===== =====Record types=====
Line 92: Line 93:
 Example: http://gapines.org/opac/extras/feed/freshmeat/atom/biblio/import/10/2008-01-01 Example: http://gapines.org/opac/extras/feed/freshmeat/atom/biblio/import/10/2008-01-01
  
-=====Return a feed of recently created items=====+=====Return a feed or page of recently created items=====
  
 You can generate a similar list, with the added ability to limit by Org Unit, using the item-age browse axis. You can generate a similar list, with the added ability to limit by Org Unit, using the item-age browse axis.
  
-To do it by item date rather than bib date, and to restrict it to a particular system within a consortium:+To produce an RSS feed by item date rather than bib date, and to restrict it to a particular system within a consortium:
  
 Example: http://gapines.org/opac/extras/browse/atom/item-age/ARL-BOG/1/10 Example: http://gapines.org/opac/extras/browse/atom/item-age/ARL-BOG/1/10
  
-  * //ARL-BOG// should be the short name of the org unit you're interested in,+  * //ARL-BOG// should be the short name of the org unit you're interested in
   * //1// is the page (since you are browsing through pages of results)   * //1// is the page (since you are browsing through pages of results)
   * //10// is the number of results to return per page   * //10// is the number of results to return per page
 +
 +Modifying the 'atom' portion of the URL to 'atom-full' will include catalog links in the results: 
 +
 +Example: http://gapines.org/opac/extras/browse/atom-full/item-age/ARL-BOG/1/10
 +
 +Modifying the 'atom' portion of the URL to 'html-full' will produce an HTML page that is minimally formatted: 
 +
 +Example: http://gapines.org/opac/extras/browse/html-full/item-age/ARL-BOG/1/10
 =====Browse records===== =====Browse records=====
 SuperCat can browse records in HTML and XML formats: SuperCat can browse records in HTML and XML formats:
backend-devel/supercat/examples.1469734746.txt.gz · Last modified: 2022/02/10 13:33 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.