jcramalho

OAI-pmh: página principal

Apr 13th, 2015
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>OAI-pmh worbench</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
  7. </head>
  8. <body>
  9. <div class="container">
  10. <h3>OAI-pmh worbench</h3>
  11. <ul>
  12. <li><a href="identify.php">Identify</a></li>
  13. <li><a href="listSets.php">ListSets</a></li>
  14. <li><a href="listIdentifiers.php">ListIdentifiers (metadataPrefix, from, until, set)</a></li>
  15. <li><a href="listRecords.php">ListRecords (metadataPrefix, from, until, set)</a></li>
  16. <li><a href="listMetadata.php">ListMetadataFormats(identifier)</a></li>
  17. <li><a href="getRecord.php">GetRecord (identifier, metadataPrefix)</a></li>
  18. </ul>
  19. </div>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment