OAI-PMH Module for Learning Repository - Features
- user warning: Table './jem/sessions' is marked as crashed and should be repaired
query: SELECT COUNT(sid) AS count FROM sessions WHERE timestamp >= 1231482741 AND uid = 0 in /var/www/net.jem-thematic/site/includes/database.mysql.inc on line 174.
- user warning: Table './jem/sessions' is marked as crashed and should be repaired
query: SELECT DISTINCT u.uid, u.name, s.timestamp FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.timestamp >= 1231482741 AND s.uid > 0 ORDER BY s.timestamp DESC in /var/www/net.jem-thematic/site/includes/database.mysql.inc on line 174.
Technical requirements
Implemented and missing features on the module
- Full compilancy with OAI 2.0 specification
- Admin interface for editing the values in the response for the OAI verb Identify
- Access to the module settings can be controlled by the admin
- The ListSets verb has been implemented for compatibility but the module does not support sets because it provides only one type of data (the lom records)
Supported attributes on verb level
- Identify -> no extra attributes on the specification
- GetRecord -> identifier (required), metadataPrefix (required)
- ListMetadataFormats -> identifier (optional)
- ListIdentifiers, ListRecords -> from (optional), until (optional), metadataprefix (required), set (optional, generates OAI error in this repository), resumptionToken (exclusive, not supported but implemented for technical compatibility)
- ListSets -> All the attributes on the specification produce an OAI error because the ListSets is not supported and is implemented only for technical compatibility with the standards
|