-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.xml
84 lines (68 loc) · 2.65 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
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: book.xml 559 2013-04-10 07:03:49Z netkiller $ -->
<!DOCTYPE subject SYSTEM "/usr/share/xml/docbook/schema/dtd/5.0/docbook.dtd"
[
<!ENTITY homepage "http://netkiller.sf.net/">
<!ENTITY mirror "http://netkiller.github.com/">
<!ENTITY Neo "http://netkiller.sf.net/">
<!ENTITY BG7NYT "&Neo;">
<!ENTITY Netkiller "<emphasis><trademark>Netkiller</trademark></emphasis>">
<!ENTITY % common.doctype.entity.xml SYSTEM "common/doctype.entity.xml">
%common.doctype.entity.xml;
<!ENTITY book.appendix.xml SYSTEM "book.appendix.xml">
<!ENTITY % doctype.entity.xml SYSTEM "doctype.entity.xml">
%doctype.entity.xml;
<!ENTITY % ethereum.doctype.entity.xml SYSTEM "Ethereum/doctype.entity.xml">
%ethereum.doctype.entity.xml;
<!ENTITY % hyperledger.doctype.entity.xml SYSTEM "Hyperledger/doctype.entity.xml">
%hyperledger.doctype.entity.xml;
<!ENTITY % solution.doctype.entity.xml SYSTEM "Solution/doctype.entity.xml">
%solution.doctype.entity.xml;
<!ENTITY % eos.doctype.entity.xml SYSTEM "EOS/doctype.entity.xml">
%eos.doctype.entity.xml;
<!ENTITY % ipfs.doctype.entity.xml SYSTEM "IPFS/doctype.entity.xml">
%ipfs.doctype.entity.xml;
<!ENTITY % baas.doctype.entity.xml SYSTEM "BaaS/doctype.entity.xml">
%baas.doctype.entity.xml;
]>
<book xml:base="http://www.netkiller.cn/blockchain" xmlns="http://docbook.org/ns/docbook" xml:lang="zh-cn">
<info>
<title>Netkiller Blockchain 手札</title>
<subtitle>(<?dbtimestamp format="Y"?>版)</subtitle>
<!-- <subtitle>电子书广告位招租,代发企业招聘信息,看中哪个位置跟作者说 13113668890</subtitle> -->
&book.info.author.xml;
<copyright>
<year>2018-<?dbtimestamp format="Y"?></year>
<holder>Netkiller(Neo Chan). All rights reserved.</holder>
</copyright>
<publisher>
<publishername>Neo</publishername>
</publisher>
<isbn>ISBN#</isbn>
<edition>User's Guide version 1.0 for Linux</edition>
<!-- <pubdate>2018-06-01</pubdate> -->
<cover>
<para role="tagline">Netkiller Blockchain 手札</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/cover.png" />
</imageobject>
</mediaobject>
</cover>
&book.info.legalnotice.xml;
&book.info.abstract.xml;
</info>
&book.preface.xml;
&book.dedication.xml;
<!-- =========================================================================== -->
&chapter.blockchain.xml;
&part.ethereum.xml;
&part.hyperledger.xml;
&part.ipfs.xml;
&part.eos.xml;
&chapter.baas.xml;
&chapter.bitcoin.xml;
&chapter.other.xml;
<!-- =========================================================================== -->
&book.appendix.xml;
</book>