CINXE.COM
OVAL :: BASE OAI-PMH Validator
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <title>OVAL :: BASE OAI-PMH Validator</title> <link rel=stylesheet type=text/css href="/static/css/bootstrap.css"> <!-- This Web application makes use of the great Font Awesome Symbols - http://fortawesome.github.com/Font-Awesome --> <link rel=stylesheet type=text/css href="/static/css/font-awesome.css"> <link rel=stylesheet type=text/css href="/static/css/custom.css"> <link rel="shortcut icon" href="/static/img/favicon.png"> <script type=text/javascript src="/static/js/jquery-1.12.4.min.js"></script> <script type=text/javascript src="/static/js/bootstrap.js"></script> <script type=text/javascript src="/static/js/oval.js"></script> <script> $(function () { $('.tabs a:last').tab('show') }) </script> </head> <body> <div class="container"> <div class="row"> <div class="span12"> <a href="/"> <img alt="Logo of OVAL" src="/static/img/ovallogo.png"> </a> </div> </div> <div class="row"> <div class="span9"> <div class="page-header"><h1>BASE OAI-PMH Validator</h1></div> </div> </div> <!-- Nav-Tabs --> <div class="tabbable"> <div class="row"> <ul class="nav nav-tabs span9"> <li class="active"><a href="#valformtab" data-toggle="tab">Validate Repository</a></li> <li><a href="#about" data-toggle="tab">About</a></li> <li><a href="#related" data-toggle="tab">Other OAI Validators</a></li> </ul> </div> <div class="tab-content"> <div class="tab-pane fade active in" id="valformtab"> <div class="row"> <div class="well well-small span9"> <form id="valform" action="" method="post" class="form-horizontal"> <div><label for="appendedInputButton"><strong>OAI-PMH Basic URL</strong></label></div> <div class="input-append"> <input class="input-xlarge" value="" name="basic_url" id="appendedInputButton" size="16" type="text" placeholder="https://example.org/oai/request" autofocus> <button class="btn" type="submit">Validate!</button> </div> </form> <span id="loader" style="display:none"><img src="/static/img/ajaxloader.gif" alt=""> Validating ...</span> </div> </div> <div class="row"> <div class="span8 fade in" id="results"> </div> </div> </div> <div class="tab-pane fade in" id="about"> <div class="row"> <div class="span8"> <p>The BASE <a target="blank" href="https://www.openarchives.org/OAI/openarchivesprotocol.html">OAI-PMH</a> Validator is a service provided by <a href="https://www.base-search.net"><em>Bielefeld Academic Search Engine</em> (BASE)</a>. It has been designed to help repository managers to easily verify if their repository is compliant with the BASE requirements.</p> <p>To validate your repository, enter its OAI-PMH endpoint URL and press "Validate!".</p> <p>Note: We use caching to minimize the number of requests to the server. However, depending on the responsiveness of the server, the verification process may take some time. Also, each request currently times out after 20 seconds.</p> <p>The source code of the back end application is available on GitHub:</p> <p><a class="btn" href="https://github.com/pietsch/oval"> <i class="icon-github"></i> Get the Code!</a></p> </div> </div> </div> <div class="tab-pane fade in" id="related"> <div class="row"> <div class="span8"> <strong>Other OAI Validators:</strong> <ul> <li><a href="https://validator.oaipmh.com/">OAI-PMH Validator</a> <li><a href="https://validator.dini.de/">DINI Validator</a> </ul> </div> </div> </div> </div> </div> <div class="row"> <div class="span9 footer"></div> </div> <div class="row bottom"> <div class="span3"> <a href="http://base-search.net/"> <img title="Logo of BASE" alt="Logo of BASE" src="/static/img/logo_base.png"> </a> </div> <div class="span3"> <a href="http://www.ub.uni-bielefeld.de"> <img title="Logo of Bielefeld UL" alt="Logo of Bielefeld UL" src="/static/img/logoverbund.png"> </a> </div> <div class=" address span3"> <strong>Contact</strong><br> Original author: <a href="https://github.com/mloesch/">Mathias L枚sch</a><br> Current maintainer: <a href="http://purl.org/net/pietsch">Christian Pietsch</a> </div> </div> </div> </body> </html>