Linux SoftwareProgrammingLibrariesHTTP::OAI::Repository 3.16

HTTP::OAI::Repository 3.16



Developer:   HTTP::OAI::Repository Team
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   35K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL.

Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters.

SYNOPSIS

use HTTP::OAI::Harvester;
use HTTP::OAI::Metadata::OAI_DC;
use XML::SAX::Writer;
use XML::LibXML;

# (all of these options _must_ be supplied to comply with the OAI protocol)
# (protocolVersion and responseDate both have sensible defaults)
my $r = new HTTP::OAI::Identify(
baseURL=>'http://yourhost/cgi/oai',
adminEmail=>'youremail@yourhost',
repositoryName=>'agoodname',
requestURL=>self_url()
);

# Include a description (an XML::LibXML Dom object)
$r->description(new HTTP::OAI::Metadata(dom=>$dom));

my $r = HTTP::OAI::GetRecord->new(
header=>HTTP::OAI::Header->new(
identifier=>'oai:myrepo:10',
datestamp=>'2004-10-01'
),
metadata=>HTTP::OAI::Metadata::OAI_DC->new(
dc=>{title=>['Hello, World!'],description=>['My Record']}
)
);
$r->about(HTTP::OAI::Metadata->new(dom=>$dom));

my $writer = XML::SAX::Writer->new();
$r->set_handler($writer);
$r->generate;

Requirements:
  • Perl
    tags http oai  oai metadata  the oai  xml libxml  new http  dom dom  sax writer  metadata oai  oai perl  use http  use xml  xml sax  

    Download HTTP::OAI::Repository 3.16


     http://ftp.casaafacerilor.ro/mirrors/CPAN/authors/id/T/TI/TIMBRODY/HTTP-OAI-3.16.tar.gz


    Authors software

    Similar software

    HTTP::OAI::Repository 3.16 (by HTTP::OAI::Repository Team)

    XML::SAX::Writer 0.50 (by Robin Berjon)
    XML::SAX::Writer is a Perl module with SAX2 Writer.

    SYNOPSIS

    use XML::SAX::Writer;
    use XML::SAX::SomeDriver;

    my $w = XML::SA

    App::Repository 0.964 (by Stephen Adkins)
    App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, f

    apt4rpm 0.69.3 (by Richard Bos)
    apt4rpm creates an apt, yum, or metadata repository from a random RPM directory.

    Here are some key features of "apt4rpm":
    · Suppo

    POE::Filter::HTTPD 0.3601 (by Artur Bergman)
    POE::Filter::HTTPD is a Perl module to convert stream to HTTP::Request; HTTP::Response to stream.

    SYNOPSIS

    $httpd = POE::Filt

    DPKG::Make 0.1 (by Scott Harrison)
    DPKG::Make is a Perl module for cleanly generate an Debian package (.dpkg).

    SYNOPSIS

    use DPKG::Make;

    # The "Manifest

    RPM::Make 0.8 (by Scott Harrison)
    RPM::Make is a Perl module to cleanly generate an RPM.

    SYNOPSIS

    use RPM::Make;

    # The "Manifest": list of files that

    XML::Writer::Simple 0.01 (by Alberto Simoes)
    XML::Writer::Simple is a Perl module to create XML files easily!

    SYNOPSIS

    use XML::Writer::Simple dtd => "file.dtd";

    XML::Writer 0.601 (by David Megginson)
    XML::Writer is a Perl extension for writing XML documents.

    SYNOPSIS

    use XML::Writer;
    use IO::File;

    my $output = new I

    neon 0.26.1 (by Joe Orton)
    neon is an HTTP and WebDAV client library for Unix systems, with a C language API


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags