Skip to content

Commit 1af3d74

Browse files
committed
hamonizing bookinfo/productname and bookinfo/title
1 parent 45036e7 commit 1af3d74

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+710
-591
lines changed

data/beginners-guide-to-xrx-v4.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!-- $Id$ -->
32
<book xmlns:xlink="http://www.w3.org/1999/xlink">
43
<bookinfo>
54
<productname>eXist-db – Open Source Native XML Database</productname>
6-
<title>A Beginners Guide to XRX with eXist</title>
5+
<title>A Beginners Guide to XRX with eXist-db</title>
76
<subtitle>A step-by-step guide for beginners to creating your first XRX
87
application.</subtitle>
98
<author>

data/community.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<book>
32
<bookinfo>
43
<productname>eXist-db – Open Source Native XML Database</productname>
5-
<title>eXist-db community</title>
4+
<title>eXist-db Community</title>
65
<date>June 2011</date>
76
<author>
87
<firstname>Dannes</firstname>

data/config-cache.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!-- $Id$ -->
32
<book>
43
<bookinfo>
5-
<productname>Open Source Native XML Database</productname>
4+
<productname>eXist-db – Open Source Native XML Database</productname>
65
<title>Cache</title>
76
<date>April 2010</date>
87
<author>
98
<firstname>Loren</firstname>
109
<surname>Cahlander</surname>
1110
<affiliation>
1211
<address format="linespecific">
13-
<email>ixitar at users.sourceforge.net</email>
12+
<email>ixitar at users.sourceforge.net</email>
1413
</address>
1514
</affiliation>
1615
</author>
@@ -45,7 +44,9 @@
4544
include.module.cache = false
4645
]]></programlisting>
4746
</example>
48-
<para>This extension compiles into <emphasis role="bold"><emphasis role="italic">lib/extensions/exist-modules.jar</emphasis></emphasis>.</para>
47+
<para>This extension compiles into <emphasis role="bold">
48+
<emphasis role="italic">lib/extensions/exist-modules.jar</emphasis>
49+
</emphasis>.</para>
4950
</section>
5051
<section>
5152
<title>Enabling the Service</title>
@@ -59,12 +60,18 @@ include.module.cache = false
5960
]]></markup>
6061
</programlisting>
6162
</example>
62-
<para>to <emphasis role="italic"><emphasis role="bold">conf.xml</emphasis></emphasis> within the <emphasis role="italic"><emphasis role="bold">builtin-modules</emphasis></emphasis> tag.</para>
63+
<para>to <emphasis role="italic">
64+
<emphasis role="bold">conf.xml</emphasis>
65+
</emphasis> within the <emphasis role="italic">
66+
<emphasis role="bold">builtin-modules</emphasis>
67+
</emphasis> tag.</para>
6368
</section>
6469
<section>
6570
<title>Disabling the Service</title>
6671
<para>The only way to disable this service once it is enabled is to remove the above
67-
entry in <emphasis role="bold"><emphasis role="italic">conf.xml</emphasis></emphasis> file.</para>
72+
entry in <emphasis role="bold">
73+
<emphasis role="italic">conf.xml</emphasis>
74+
</emphasis> file.</para>
6875
</section>
6976
</section>
7077
<section>

data/config-compression.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!-- $Id$ -->
32
<book>
43
<bookinfo>
5-
<productname>Open Source Native XML Database</productname>
4+
<productname>eXist-db – Open Source Native XML Database</productname>
65
<title>Compression</title>
76
<date>April 2010</date>
87
<author>
98
<firstname>Loren</firstname>
109
<surname>Cahlander</surname>
1110
<affiliation>
1211
<address format="linespecific">
13-
<email>ixitar at users.sourceforge.net</email>
12+
<email>ixitar at users.sourceforge.net</email>
1413
</address>
1514
</affiliation>
1615
</author>
@@ -45,7 +44,9 @@
4544
include.module.compression = true
4645
]]></programlisting>
4746
</example>
48-
<para>This extension compiles into <emphasis role="bold"><emphasis role="italic">lib/extensions/exist-modules.jar</emphasis></emphasis>.</para>
47+
<para>This extension compiles into <emphasis role="bold">
48+
<emphasis role="italic">lib/extensions/exist-modules.jar</emphasis>
49+
</emphasis>.</para>
4950
</section>
5051
<section>
5152
<title>Enabling the Service</title>
@@ -59,12 +60,18 @@ include.module.compression = true
5960
]]></markup>
6061
</programlisting>
6162
</example>
62-
<para>to <emphasis role="italic"><emphasis role="bold">conf.xml</emphasis></emphasis> within the <emphasis role="italic"><emphasis role="bold">builtin-modules</emphasis></emphasis> tag.</para>
63+
<para>to <emphasis role="italic">
64+
<emphasis role="bold">conf.xml</emphasis>
65+
</emphasis> within the <emphasis role="italic">
66+
<emphasis role="bold">builtin-modules</emphasis>
67+
</emphasis> tag.</para>
6368
</section>
6469
<section>
6570
<title>Disabling the Service</title>
6671
<para>The only way to disable this service once it is enabled is to remove the above
67-
entry in <emphasis role="bold"><emphasis role="italic">conf.xml</emphasis></emphasis> file.</para>
72+
entry in <emphasis role="bold">
73+
<emphasis role="italic">conf.xml</emphasis>
74+
</emphasis> file.</para>
6875
</section>
6976
</section>
7077
<section>

data/config-context.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!-- $Id$ -->
32
<book>
43
<bookinfo>
5-
<productname>Open Source Native XML Database</productname>
4+
<productname>eXist-db – Open Source Native XML Database</productname>
65
<title>Context</title>
76
<date>April 2010</date>
87
<author>
98
<firstname>Loren</firstname>
109
<surname>Cahlander</surname>
1110
<affiliation>
1211
<address format="linespecific">
13-
<email>ixitar at users.sourceforge.net</email>
12+
<email>ixitar at users.sourceforge.net</email>
1413
</address>
1514
</affiliation>
1615
</author>
@@ -45,7 +44,9 @@
4544
include.module.context = false
4645
]]></programlisting>
4746
</example>
48-
<para>This extension compiles into <emphasis role="bold"><emphasis role="italic">lib/extensions/exist-modules.jar</emphasis></emphasis>.</para>
47+
<para>This extension compiles into <emphasis role="bold">
48+
<emphasis role="italic">lib/extensions/exist-modules.jar</emphasis>
49+
</emphasis>.</para>
4950
</section>
5051
<section>
5152
<title>Enabling the Service</title>
@@ -59,12 +60,18 @@ include.module.context = false
5960
]]></markup>
6061
</programlisting>
6162
</example>
62-
<para>to <emphasis role="italic"><emphasis role="bold">conf.xml</emphasis></emphasis> within the <emphasis role="italic"><emphasis role="bold">builtin-modules</emphasis></emphasis> tag.</para>
63+
<para>to <emphasis role="italic">
64+
<emphasis role="bold">conf.xml</emphasis>
65+
</emphasis> within the <emphasis role="italic">
66+
<emphasis role="bold">builtin-modules</emphasis>
67+
</emphasis> tag.</para>
6368
</section>
6469
<section>
6570
<title>Disabling the Service</title>
6671
<para>The only way to disable this service once it is enabled is to remove the above
67-
entry in <emphasis role="bold"><emphasis role="italic">conf.xml</emphasis></emphasis> file.</para>
72+
entry in <emphasis role="bold">
73+
<emphasis role="italic">conf.xml</emphasis>
74+
</emphasis> file.</para>
6875
</section>
6976
</section>
7077
<section>

data/config-counter.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!-- $Id$ -->
32
<book>
43
<bookinfo>
5-
<productname>Open Source Native XML Database</productname>
4+
<productname>eXist-db – Open Source Native XML Database</productname>
65
<title>Counter</title>
76
<date>April 2010</date>
87
<author>
98
<firstname>Loren</firstname>
109
<surname>Cahlander</surname>
1110
<affiliation>
1211
<address format="linespecific">
13-
<email>ixitar at users.sourceforge.net</email>
12+
<email>ixitar at users.sourceforge.net</email>
1413
</address>
1514
</affiliation>
1615
</author>
@@ -45,7 +44,9 @@
4544
include.module.counter = true
4645
]]></programlisting>
4746
</example>
48-
<para>This extension compiles into <emphasis role="bold"><emphasis role="italic">lib/extensions/exist-modules.jar</emphasis></emphasis>.</para>
47+
<para>This extension compiles into <emphasis role="bold">
48+
<emphasis role="italic">lib/extensions/exist-modules.jar</emphasis>
49+
</emphasis>.</para>
4950
</section>
5051
<section>
5152
<title>Enabling the Service</title>
@@ -59,12 +60,18 @@ include.module.counter = true
5960
]]></markup>
6061
</programlisting>
6162
</example>
62-
<para>to <emphasis role="italic"><emphasis role="bold">conf.xml</emphasis></emphasis> within the <emphasis role="italic"><emphasis role="bold">builtin-modules</emphasis></emphasis> tag.</para>
63+
<para>to <emphasis role="italic">
64+
<emphasis role="bold">conf.xml</emphasis>
65+
</emphasis> within the <emphasis role="italic">
66+
<emphasis role="bold">builtin-modules</emphasis>
67+
</emphasis> tag.</para>
6368
</section>
6469
<section>
6570
<title>Disabling the Service</title>
6671
<para>The only way to disable this service once it is enabled is to remove the above
67-
entry in <emphasis role="bold"><emphasis role="italic">conf.xml</emphasis></emphasis> file.</para>
72+
entry in <emphasis role="bold">
73+
<emphasis role="italic">conf.xml</emphasis>
74+
</emphasis> file.</para>
6875
</section>
6976
</section>
7077
<section>

data/config-datetime.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!-- $Id$ -->
32
<book>
43
<bookinfo>
5-
<productname>Open Source Native XML Database</productname>
4+
<productname>eXist-db – Open Source Native XML Database</productname>
65
<title>Datetime</title>
76
<date>April 2010</date>
87
<author>
98
<firstname>Loren</firstname>
109
<surname>Cahlander</surname>
1110
<affiliation>
1211
<address format="linespecific">
13-
<email>ixitar at users.sourceforge.net</email>
12+
<email>ixitar at users.sourceforge.net</email>
1413
</address>
1514
</affiliation>
1615
</author>
@@ -45,7 +44,9 @@
4544
include.module.datetime = true
4645
]]></programlisting>
4746
</example>
48-
<para>This extension compiles into <emphasis role="bold"><emphasis role="italic">lib/extensions/exist-modules.jar</emphasis></emphasis>.</para>
47+
<para>This extension compiles into <emphasis role="bold">
48+
<emphasis role="italic">lib/extensions/exist-modules.jar</emphasis>
49+
</emphasis>.</para>
4950
</section>
5051
<section>
5152
<title>Enabling the Service</title>
@@ -59,12 +60,18 @@ include.module.datetime = true
5960
]]></markup>
6061
</programlisting>
6162
</example>
62-
<para>to <emphasis role="italic"><emphasis role="bold">conf.xml</emphasis></emphasis> within the <emphasis role="italic"><emphasis role="bold">builtin-modules</emphasis></emphasis> tag.</para>
63+
<para>to <emphasis role="italic">
64+
<emphasis role="bold">conf.xml</emphasis>
65+
</emphasis> within the <emphasis role="italic">
66+
<emphasis role="bold">builtin-modules</emphasis>
67+
</emphasis> tag.</para>
6368
</section>
6469
<section>
6570
<title>Disabling the Service</title>
6671
<para>The only way to disable this service once it is enabled is to remove the above
67-
entry in <emphasis role="bold"><emphasis role="italic">conf.xml</emphasis></emphasis> file.</para>
72+
entry in <emphasis role="bold">
73+
<emphasis role="italic">conf.xml</emphasis>
74+
</emphasis> file.</para>
6875
</section>
6976
</section>
7077
<section>

data/config-example.xml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!-- $Id$ -->
32
<book>
43
<bookinfo>
5-
<productname>Open Source Native XML Database</productname>
4+
<productname>eXist-db – Open Source Native XML Database</productname>
65
<title>Example</title>
76
<date>April 2010</date>
87
<author>
@@ -45,7 +44,9 @@
4544
include.module.example = true
4645
]]></programlisting>
4746
</example>
48-
<para>This extension compiles into <emphasis role="bold"><emphasis role="italic">lib/extensions/exist-modules.jar</emphasis></emphasis>.</para>
47+
<para>This extension compiles into <emphasis role="bold">
48+
<emphasis role="italic">lib/extensions/exist-modules.jar</emphasis>
49+
</emphasis>.</para>
4950
</section>
5051
<section>
5152
<title>Enabling the Service</title>
@@ -59,12 +60,18 @@ include.module.example = true
5960
]]></markup>
6061
</programlisting>
6162
</example>
62-
<para>to <emphasis role="italic"><emphasis role="bold">conf.xml</emphasis></emphasis> within the <emphasis role="italic"><emphasis role="bold">builtin-modules</emphasis></emphasis> tag.</para>
63+
<para>to <emphasis role="italic">
64+
<emphasis role="bold">conf.xml</emphasis>
65+
</emphasis> within the <emphasis role="italic">
66+
<emphasis role="bold">builtin-modules</emphasis>
67+
</emphasis> tag.</para>
6368
</section>
6469
<section>
6570
<title>Disabling the Service</title>
6671
<para>The only way to disable this service once it is enabled is to remove the above
67-
entry in <emphasis role="bold"><emphasis role="italic">conf.xml</emphasis></emphasis> file.</para>
72+
entry in <emphasis role="bold">
73+
<emphasis role="italic">conf.xml</emphasis>
74+
</emphasis> file.</para>
6875
</section>
6976
</section>
7077
<section>

data/config-file.xml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!-- $Id$ -->
32
<book>
43
<bookinfo>
5-
<productname>Open Source Native XML Database</productname>
4+
<productname>eXist-db – Open Source Native XML Database</productname>
65
<title>File</title>
76
<date>April 2010</date>
87
<author>
@@ -45,7 +44,9 @@
4544
include.module.file = true
4645
]]></programlisting>
4746
</example>
48-
<para>This extension compiles into <emphasis role="bold"><emphasis role="italic">lib/extensions/exist-modules.jar</emphasis></emphasis>.</para>
47+
<para>This extension compiles into <emphasis role="bold">
48+
<emphasis role="italic">lib/extensions/exist-modules.jar</emphasis>
49+
</emphasis>.</para>
4950
</section>
5051
<section>
5152
<title>Enabling the Service</title>
@@ -59,12 +60,18 @@ include.module.file = true
5960
]]></markup>
6061
</programlisting>
6162
</example>
62-
<para>to <emphasis role="italic"><emphasis role="bold">conf.xml</emphasis></emphasis> within the <emphasis role="italic"><emphasis role="bold">builtin-modules</emphasis></emphasis> tag.</para>
63+
<para>to <emphasis role="italic">
64+
<emphasis role="bold">conf.xml</emphasis>
65+
</emphasis> within the <emphasis role="italic">
66+
<emphasis role="bold">builtin-modules</emphasis>
67+
</emphasis> tag.</para>
6368
</section>
6469
<section>
6570
<title>Disabling the Service</title>
6671
<para>The only way to disable this service once it is enabled is to remove the above
67-
entry in <emphasis role="bold"><emphasis role="italic">conf.xml</emphasis></emphasis> file.</para>
72+
entry in <emphasis role="bold">
73+
<emphasis role="italic">conf.xml</emphasis>
74+
</emphasis> file.</para>
6875
</section>
6976
</section>
7077
<section>

data/config-fluent.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!-- $Id$ -->
32
<book>
43
<bookinfo>
5-
<productname>Open Source Native XML Database</productname>
4+
<productname>eXist-db – Open Source Native XML Database</productname>
65
<copyright>
76
<year>2010</year>
87
<holder>The eXist Project</holder>
@@ -49,7 +48,9 @@
4948
include.feature.fluent = true
5049
]]></programlisting>
5150
</example>
52-
<para>This extension compiles into <emphasis role="bold"><emphasis role="italic">exist-fluent.jar</emphasis></emphasis> in the base directory.</para>
51+
<para>This extension compiles into <emphasis role="bold">
52+
<emphasis role="italic">exist-fluent.jar</emphasis>
53+
</emphasis> in the base directory.</para>
5354
</section>
5455
<section>
5556
<title>Enabling the Service</title>
@@ -59,7 +60,9 @@ include.feature.fluent = true
5960
<section>
6061
<title>Disabling the Service</title>
6162
<para>The only way to disable this service once it is enabled is to remove the
62-
<emphasis role="bold"><emphasis role="italic">exist-fluent.jar</emphasis></emphasis>
63+
<emphasis role="bold">
64+
<emphasis role="italic">exist-fluent.jar</emphasis>
65+
</emphasis>
6366
file.</para>
6467
</section>
6568
</section>

0 commit comments

Comments
 (0)