-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode.html
More file actions
123 lines (111 loc) · 6.37 KB
/
Copy pathcode.html
File metadata and controls
123 lines (111 loc) · 6.37 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!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>Source code — 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-code">
<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>Source code</h1>
</header>
<section>
<dl>
<!-- Twine -->
<dt><a href="https://github.com/bbcarchdev/twine/">Twine</a></dt>
<dd class="desc">Twine is a modular, queue-driven workflow engine for publishing linked open data.</dd>
<dd><b>Homepage:</b> <a href="/twine/">https://bbcarchdev.github.io/twine</a></dd>
<dd><b>Repository browser:</b> <a href="https://github.com/bbcarchdev/twine">https://github.com/bbcarchdev/twine</a></dd>
<dd><b>Language:</b> C</dd>
<dd><b>Licence:</b> <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a></dd>
<!-- Quilt -->
<dt><a href="https://github.com/bbcarchdev/twine/">Quilt</a></dt>
<dd class="desc">Quilt is a modular FastCGI application for serving linked open data.</dd>
<dd><b>Repository browser:</b> <a href="https://github.com/bbcarchdev/quilt">https://github.com/bbcarchdev/quilt</a></dd>
<dd><b>Language:</b> C</dd>
<dd><b>Licence:</b> <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a></dd>
<!-- libsparqlclient -->
<dt><a href="https://github.com/bbcarchdev/libsparqlclient/">libsparqlclient</a></dt>
<dd class="desc">libsparqlclient is a library for performing queries and updates against RDF stores which support SPARQL 1.1.</dd>
<dd><b>Repository browser:</b> <a href="https://github.com/bbcarchdev/libsparqlclient">https://github.com/bbcarchdev/libsparqlclient</a></dd>
<dd><b>Language:</b> C</dd>
<dd><b>Licence:</b> <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a></dd>
<!-- liblod -->
<dt><a href="https://github.com/bbcarchdev/liblod/">liblod</a></dt>
<dd class="desc">A Linked Open Data (LOD) client library.</dd>
<dd><b>Repository browser:</b> <a href="https://github.com/bbcarchdev/liblod">https://github.com/bbcarchdev/liblod</a></dd>
<dd><b>Language:</b> C</dd>
<dd><b>Licence:</b> <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a></dd>
<!-- chrome-lod -->
<dt><a href="https://github.com/bbcarchdev/chrome-lod/">chrome-lod</a></dt>
<dd class="desc">Extension for Chrome that checks pages as you browse for the presence of Linked Open Data behind them and reveals the underlying data.</dd>
<dd><b>Repository browser:</b> <a href="https://github.com/bbcarchdev/chrome-lod">https://github.com/bbcarchdev/chrome-lod</a></dd>
<dd><b>Language:</b> JavaScript</dd>
<dd><b>Licence:</b> <a href="https://github.com/bbcarchdev/chrome-lod/blob/master/LICENSE.txt">MIT</a></dd>
<!-- docbook-html5 -->
<dt><a href="https://github.com/bbcarchdev/docbook-html5/">docbook-html5</a></dt>
<dd class="desc">XSLT to transform DocBook-XML to (X)HTML5</dd>
<dd><b>Homepage:</b> <a href="/docbook-html5/">https://bbcarchdev.github.io/docbook-html5/</a></dd>
<dd><b>Repository browser:</b> <a href="https://github.com/bbcarchdev/docbook-html5">https://github.com/bbcarchdev/docbook-html5</a></dd>
<dd><b>Language:</b> XSLT</dd>
<dd><b>Licence:</b> <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a></dd>
</dl>
</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>