-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevelopers.html
More file actions
105 lines (97 loc) · 4.39 KB
/
Copy pathdevelopers.html
File metadata and controls
105 lines (97 loc) · 4.39 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<!--
Author: Mo McRoberts <mo.mcroberts@bbc.co.uk>
Copyright (c) 2014-2015 BBC
Licensed under the terms of the Open Government Licence v2.0
-->
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1" />
<meta charset="utf-8" />
<!--[if lt IE 9]><script>document.createElement('header');document.createElement('nav');document.createElement('section');document.createElement('article');document.createElement('aside');document.createElement('footer');</script><![endif]-->
<title>Developer resources — Research & Education Space</title>
<link rel="stylesheet" type="text/css" href="/painting-by-numbers/style.css">
<link rel="stylesheet" type="text/css" href="/painting-by-numbers/print.css" media="print">
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/6699852/732262/css/fonts.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,500,300italic,500italic|Inconsolata|Arapey">
<link rel="stylesheet" type="text/css" href="local.css">
<!--[if lt IE 9]><link rel="stylesheet" type="text/css" href="/painting-by-numbers/ie78.css" /><![endif]-->
<!--[if lt IE 9]>
<script src="/res/js/respond.js"></script>
<![endif]-->
<script type="text/javascript" src="/res/js/modernizr.js"></script>
</head>
<body class="tech">
<header>
<nav class="global">
<div class="inner">
<ul>
<li class="logo"><a href="/res/"><abbr title="Research & Education Space">RES</abbr></a></li>
<li><a href="/res/education">Education</a></li>
<li><a href="/res/collections">Collections</a></li>
<li><a href="/res/products">Products</a></li>
<li><a href="/res/developers">Developers</a></li>
<li><a href="http://res-project.tumblr.com/">Blog</a></li>
<li><a href="/res/faq">FAQ</a></li>
</ul>
</div>
</nav>
<div class="masthead">
</div>
<nav class="secondarynav">
<div class="inner">
<ul>
<li><a href="https://bbcarchdev.github.io/res/guides">Guides</a></li>
<li><a href="//acropolis.org.uk">Developer API</a></li>
<li><a href="https://bbcarchdev.github.io/res/tools">Tools</a></li>
<li><a href="https://bbcarchdev.github.io/res/code">Source code</a></li>
</ul></div></nav> <h1>Developer resources</h1>
</header>
<section class="keynav">
<div class="inner">
<dl class="item" id="guides">
<dt><a href="/res/guides"><span class="icon"></span>Guides</a></dt>
<dd>
Guidance and documentation for application developers,
data contributors, and users of RES tools.
</dd>
</dl>
<dl class="item" id="api">
<dt><a href="http://acropolis.org.uk/"><span class="icon"></span>Developer API</a></dt>
<dd>
The RES platform provides a Linked Open Data API
so that developers can build applications against the
RES index.
</dd>
</dl>
<dl class="item" id="tools">
<dt><a href="/res/tools"><span class="icon"></span>Tools</a></dt>
<dd>
As well as developing and operating an indexing platform,
the RES project is creating and releasing tools and
utilities in order to assist contributors in publishing
their data.
</dd>
</dl>
</div>
</section>
<footer>
<div class="wrapper">
<p class="footer__links">
<a href="/res/faq">FAQ</a> |
<a href="mailto:resfeedback@bbc.co.uk">Contact us</a> |
<a href="https://twitter.com/RES_project">Follow us on Twitter</a> |
<a href="https://twitter.com/share?text=The+Research+and+Education+Space+(RES)+connecting+the+UK’s+publicly-held+archives+to+inspire+new+ways+of+learning+-&url=http%3a%2f%2fres.space" title="share on twitter - opens in new window" target="_blank">Share</a>
</p>
<p class="logos">
<a href="http://www.bbc.co.uk/" title="BBC"><img src="/res/images/logos/bbc.png" alt="BBC"></a>
</p>
<p>Copyright © 2017 BBC</p>
<p>
The text of these pages is licensed under the terms of the Open Government Licence v2.0. Please note that this does not apply to fonts and images (including logos and trademarks).
</p>
</div>
</footer>
</body>
</html>