Microformat support:
authorJoshua Ferraro <jmf@liblime.com>
Thu, 3 Jan 2008 23:50:45 +0000 (17:50 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 4 Jan 2008 00:00:16 +0000 (18:00 -0600)
commit030fbd2e802714c71d6268380ddeb924baaa07ca
treec85744c2a8d043abb0688158dcd2668fd2b1be70
parent185fb34c11cc1bc68992aab41e00cb31a1b37709
Microformat support:

Needed to restore OpenSearch capabilities, and did the following while
I was at it:

  * add support for unAPI: http://unapi.info/
  * add basic support for COinS and OpenURL:
    http://ocoins.info;
    http://www.niso.org/committees/committee_ax.html
  * ^^ Gives us Zotero Support!
  * adding some XSLT stylesheets for handling additional transformations
    NOTE: English and MARC21 specific unfortunately
  * adding back opensearch/rss feed <link>s for autodiscovery

TODO: after the installation, to get the Zebra system running on an external
port it's necessary to hand-edit the configs. I'm looking into Virtual Hosts
which could solve that problem (run on both the socket and a port).

Need to add better error handling to the unapi and opensearch scripts

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 files changed:
etc/koha-conf.xml
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3.xsl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS32.xsl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl.1 [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2SRWDC.xsl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils2.xsl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/xslt/oilsMARC21slim2HTML.xsl [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
misc/release_notes/release_notes_30000alpha.txt
opac/opensearch [new file with mode: 0755]
opac/unapi [new file with mode: 0755]