forked from ncdhc/dpla-aggregation-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
25 lines (24 loc) · 849 Bytes
/
index.php
File metadata and controls
25 lines (24 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head>
<title>DPLA OAI Aggregation Tools</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
</html>
<div id="container">
<h1>DPLA OAI Aggregation Tools</h1>
<ul>
<li>
<a href="mapping_checker"><h2>DC Mapping Checker</h2>
<p>Check incoming oai_dc feeds for correct Dublin Core mappings.</p></a>
</li>
<li>
<a href="facet_viewer/"><h2>DC Facet Viewer</h2>
<p>See the contents of Dublin Core fields in an incoming OAI feed according to frequency.</p></a>
</li>
<li>
<a href="reqdata_checker/"><h2>Required Data Checker</h2>
<p>Check incoming oai_dc for required data.</p></a>
</li>
</ul>
<?php include('inc/byline.php');?>
</div>