• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/URI/H09-Dec-2005-659318

t/H09-Dec-2005-10784

CHANGELOGH A D09-Dec-20051.9 KiB5837

MANIFESTH A D09-Dec-2005192 1211

META.ymlH A D09-Dec-2005384 1311

Makefile.PLH A D26-Jul-2005244 1311

READMEH A D26-Jul-20051.8 KiB4332

README

1This package contains the URI::OpenURL module. The module implements part of
2the OpenURL (Z39.88-2004) specs, constructing KEV Format URIs.
3
4From the implementation guide:
5
6The OpenURL Framework for Context-Sensitive Services Standard [1] [2] provides
7a means of describing a referenced resource along with a description of the
8context of the reference.  Additionally it defines methods of transporting
9these descriptions between networked systems. It is anticipated that it will be
10used to request services pertaining to the referenced resource and appropriate
11for the requester.
12
13The OpenURL Framework is very general and has the potential to be used in many
14application domains and by many communities. Concrete instantiations of the
15various core components within the framework are defined within the OpenURL
16Registry [3]. The OpenURL Framework is currently a .draft standard for ballot..
17During the ballot and public review period, the content of the Registry will be
18static and has been pre-defined by the NISO AX Committee. There is also an
19experimental registry where components under development are held. In the
20future it will be possible to register further items.
21
22There are currently two formats for ContextObjects defined in the OpenURL
23Framework, Key/Encoded-Value and XML. This document provides implementation
24guidelines for the Key/Encoded-Value Format, concentrating mainly, but not
25exclusively, on components from the San Antonio Level 1 Community Profile
26(SAP1).
27
28
29This module requires URI and URI::Escape. Installation:
30
31	perl Makefile.PL
32	make
33	make test
34	make install
35
36(n.b. as OpenURLs contain a timestamp the tests are really example cases rather
37than actually checking it's working correctly)
38
39Copyright 2004 Tim Brody.
40
41This library is free software; you can redistribute it and/or modify it under
42the same terms as Perl itself.
43