File:  [LON-CAPA] / nsdl / harvestsmete / identify.xml
Revision 1.1: download - view: text, annotated - select for diffs
Thu May 8 16:37:32 2003 UTC (21 years ago) by www
Branches: MAIN
CVS tags: HEAD
SMETE side harvest code for LON-CAPA

    1: <?xml version="1.0" encoding="UTF-8"?>
    2: 
    3: <Identify xmlns="http://www.openarchives.org/OAI/1.1/OAI_Identify" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/1.1/OAI_Identify http://www.openarchives.org/OAI/1.1/OAI_Identify.xsd">
    4: 
    5: <responseDate>2001-11-02T17:39:04-05:00</responseDate>
    6: <requestURL>http://www.cstc.org:80/cgi-bin/OAI/CSTC.pl?verb=Identify</requestURL>
    7: 
    8:    <repositoryName>Computer Science Teaching Center</repositoryName>
    9:    <baseURL>http://www.cstc.org:80/cgi-bin/OAI/CSTC.pl</baseURL>
   10:    <protocolVersion>1.1</protocolVersion>
   11:    <adminEmail>mailto:cstc@ccrd1.cc.vt.edu</adminEmail>
   12:    <description>
   13:       <oai-identifier xmlns="http://www.openarchives.org/OAI/1.1/oai-identifier" xsi:schemaLocation="http://www.openarchives.org/OAI/1.1/oai-identifier http://www.openarchives.org/OAI/1.1/oai-identifier.xsd">
   14:          <scheme>oai</scheme>
   15:          <repositoryIdentifier>CSTC</repositoryIdentifier>
   16:          <delimiter>:</delimiter>
   17:          <sampleIdentifier>oai:CSTC:60</sampleIdentifier>
   18:       </oai-identifier>
   19:    </description>
   20:    <description>
   21:       <eprints xmlns="http://www.openarchives.org/OAI/1.1/eprints" xsi:schemaLocation="http://www.openarchives.org/OAI/1.1/eprints http://www.openarchives.org/OAI/1.1/eprints.xsd">
   22:          <content>
   23:             <text>Resources for teaching and learning in Computer Science</text>
   24:          </content>
   25:          <metadataPolicy>
   26:             <text>Metadata may be used by commercial and non-commercial users</text>
   27:          </metadataPolicy>
   28:          <dataPolicy>
   29:             <text>Full texts are individually tagged and the rights statements must be adhered to</text>
   30:          </dataPolicy>
   31:          <submissionPolicy>
   32:             <text>Submissions may be made by any user of the system</text>
   33:          </submissionPolicy>
   34:       </eprints>
   35:    </description>
   36: 
   37: </Identify>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>