-
Notifications
You must be signed in to change notification settings - Fork 5
/
book.xml
59 lines (50 loc) · 1.73 KB
/
book.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Author: Mo McRoberts <[email protected]>
Copyright (c) 2014-2016 BBC
Licensed under the terms of the Open Government Licence, version 2.0.
You may obtain a copy of the license at:
https://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/
-->
<book version="5.0" xml:lang="en-gb" xmlns="http://docbook.org/ns" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Inside Acropolis</title>
<subtitle>A guide to the Research & Education Space for contributors and developers</subtitle>
<info>
<editor>
<personname>
<firstname>Mo</firstname>
<surname>McRoberts</surname>
<affiliation>
<org>
<orgname>BBC Archive Development</orgname>
<uri type="website">http://www.bbc.co.uk/archive/</uri>
</org>
</affiliation>
</personname>
</editor>
<edition>October 2016 Edition</edition>
<xi:include href="legal.xml" />
</info>
<xi:include href="preface.xml" />
<!-- Main book sections -->
<!-- 1. An introduction the ... platform -->
<xi:include href="res-intro/part.xml" />
<!-- Developing applications -->
<xi:include href="developers/part.xml" />
<!-- Publishing data -->
<xi:include href="publishers/part.xml" />
<!-- Metdata -->
<xi:include href="using/part.xml" />
<!-- Under the hood -->
<xi:include href="architecture/part.xml" />
<!-- Appendices -->
<xi:include href="appendices/tools.xml" />
<xi:include href="appendices/containers-codecs.xml" />
<!-- Indices -->
<xi:include href="indices/licenses.xml" />
<xi:include href="indices/vocab-index.xml" />
<xi:include href="indices/class-index.xml" />
<xi:include href="indices/predicate-index.xml" />
<!-- Glossary -->
<xi:include href="glossary.xml" />
</book>