-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.xml
More file actions
80 lines (66 loc) · 2.93 KB
/
book.xml
File metadata and controls
80 lines (66 loc) · 2.93 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
<?xml version="1.0" encoding="utf-8"?>
<!-- DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN" "http://www.oasis-open.org/docbook/xml/5.0b5/dtd/docbook.dtd" -->
<!-- /usr/share/xml/docbook/schema/dtd/5.0/docbook.dtd -->
<!DOCTYPE book SYSTEM "/opt/homebrew/Cellar/docbook/5.1_1/docbook/xml/5.0/dtd/docbook.dtd" [
<!ENTITY homepage "http://netkiller.sf.net/">
<!ENTITY mirror "http://netkiller.github.com/">
<!ENTITY bilibili "https://www.bilibili.com/video/BV1mK4y1D7xd">
<!ENTITY course "https://edu.51cto.com/course/26987.html">
<!ENTITY Neo "<![CDATA[ <ulink url='&homepage;'>Neo</ulink> ]]>">
<!ENTITY BG7NYT "&Neo;">
<!ENTITY nickname "<ulink url='&homepage;'><emphasis>netkiller</emphasis></ulink>">
<!ENTITY nickname "netkiller">
<!ENTITY % common.doctype.entity.xml SYSTEM "common/doctype.entity.xml">
%common.doctype.entity.xml;
<!ENTITY % doctype.entity.xml SYSTEM "doctype.entity.xml">
%doctype.entity.xml;
<!ENTITY % frontend.doctype.entity.xml SYSTEM "Frontend/doctype.entity.xml">
%frontend.doctype.entity.xml;
<!ENTITY part.frontend.xml SYSTEM "part.frontend.xml">
<!ENTITY % arch.doctype.entity.xml SYSTEM "Arch/doctype.entity.xml">
%arch.doctype.entity.xml;
<!ENTITY part.architecture.xml SYSTEM "part.architecture.xml">
<!ENTITY % software.doctype.entity.xml SYSTEM "Software/doctype.entity.xml">
%software.doctype.entity.xml;
<!ENTITY part.software.xml SYSTEM "part.software.xml">
<!ENTITY % database.doctype.entity.xml SYSTEM "Database/doctype.entity.xml">
%database.doctype.entity.xml;
<!ENTITY % cloud.doctype.entity.xml SYSTEM "Cloud/doctype.entity.xml">
%cloud.doctype.entity.xml;
<!ENTITY % devops.doctype.entity.xml SYSTEM "System/doctype.entity.xml">
%devops.doctype.entity.xml;
] >
<book xml:base="http://netkiller.github.com/architect/"
xmlns="http://docbook.org/ns/docbook" xml:lang="zh-cn">
<info>
<title>Netkiller Architect 手札</title>
<subtitle><ulink url="&course;">《Netkiller Architect 手札》视频教程</ulink>(<?dbtimestamp format="Y"?>版)</subtitle>
<titleabbrev>Multi-dimension Architecture Design & Implementation / Full Stack Architect</titleabbrev>
<!-- Enterprise Architecture (Guide the implementation of Enterprise site) -->
&book.info.xml;
&book.info.legalnotice.xml;
<cover>
<para role="tagline">Netkiller Architect 手札</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/cover.png" />
</imageobject>
</mediaobject>
</cover>
&book.info.abstract.xml;
</info>
&book.dedication.xml;
&book.preface.xml;
<!-- &part.architecture.xml; -->
&chapter.architecture.xml;
&part.cloud.xml;
&chapter.database.xml;
&part.devops.xml;
&part.software.xml;
&book.appendix.xml;
&book.glossary.xml;
&book.history.xml;
<!--
<xi:include href="chapter.case.xml" xmlns:xi="http://www.w3.org/2003/XInclude" />
-->
</book>