Skip to content

Commit 9b65320

Browse files
Put back the foreword and book-docinfo.xml
1 parent dcf99ec commit 9b65320

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

book-docinfo.xml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<legalnotice>
2+
<simpara>
3+
This work is licensed under a <ulink url="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License</ulink>.
4+
</simpara>
5+
</legalnotice>
6+
7+
<copyright>
8+
<year>2014</year>
9+
<holder>Elasticsearch</holder>
10+
</copyright>
11+
12+
<subtitle>The Definitive Guide</subtitle>
13+
14+
<abstract>
15+
<simpara>
16+
If you would like to purchase an eBook or printed version of this
17+
book once it is complete, you can do so from O'Reilly Media:
18+
<ulink url="http://www.oreilly.com/catalog/0636920028505">Buy this book from
19+
O'Reilly Media</ulink>
20+
</simpara>
21+
<simpara>
22+
We welcome feedback – if you spot any errors or would like to
23+
suggest improvements, please <ulink url="https://github.com/elasticsearch/elasticsearch-definitive-guide/issues">open an issue</ulink> on the GitHub repo.
24+
</simpara>
25+
</abstract>
26+
27+
<authorgroup>
28+
<author>
29+
<firstname>Clinton</firstname>
30+
<surname>Gormley</surname>
31+
<authorblurb>
32+
<simpara>
33+
Clinton Gormley was the first user of Elasticsearch and wrote the Perl API back in 2010. When Elasticsearch formed a company in 2012, he joined as a developer and the maintainer of the Perl modules. Now Clinton spends a lot of his time designing the user interfaces and speaking and writing about Elasticsearch. He studied medicine at UCT in Cape Town and lives in Barcelona.
34+
</simpara>
35+
</authorblurb>
36+
</author>
37+
<author>
38+
<firstname>Zachary</firstname>
39+
<surname>Tong</surname>
40+
<authorblurb>
41+
<simpara>
42+
Zachary Tong has been working with Elasticsearch since 2011. During that time, he has written a number of tutorials to help beginners start using Elasticsearch. Zach is now a developer at Elasticsearch and maintains the PHP client, gives trainings and helps customers manage clusters in production. He studied biology at Rensselaer Polytechnic Institute and now lives in South Carolina.
43+
</simpara>
44+
</authorblurb>
45+
</author>
46+
</authorgroup>

book.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
= Elasticsearch: The Definitive Guide
55

6+
include::foreword.asciidoc[]
7+
68
include::Preface.asciidoc[]
79

810
include::00_Getting_started.asciidoc[]

0 commit comments

Comments
 (0)