Skip to content

Commit 409d1b8

Browse files
authored
Merge pull request #429 from duncdrum/compact-no-more
Compact no more
2 parents c61417e + 06e45b4 commit 409d1b8

File tree

43 files changed

+278
-273
lines changed

Some content is hidden

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

43 files changed

+278
-273
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929
- mvn clean package -DskipTests -q
3030

3131
before_script:
32-
- docker cp ./target/exist-documentation-*.xar exist-ci:exist/autodeploy
32+
- docker cp ./target/*.xar exist-ci:exist/autodeploy/111.xar
3333
- docker start exist-ci
3434
# exist needs time
3535
- sleep 30

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exist-documentation",
3-
"version": "5.0.1-SNAPSHOT",
3+
"version": "5.0.4-SNAPSHOT",
44
"description": "Documentation package for eXist-db",
55
"scripts": {
66
"test": "standard 'src/test/**/*.js' && mocha src/test/mocha/ --recursive --exit",

src/main/xar-resources/data/advanced-installation/advanced-installation.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<info>
1010
<title>Advanced Installation Methods</title>
11-
<date>4Q19</date>
11+
<date>1Q20</date>
1212
<keywordset>
1313
<keyword>installation</keyword>
1414
<keyword>operations</keyword>
@@ -99,7 +99,7 @@
9999
<para>Once this file is stored in this location, you need to update permissions.
100100
Give ownership of this file to the exist user by using the following commands:</para>
101101
<programlisting xlink:href="listings/listing-5.txt"/>
102-
<para>Below is a list of common commands to interact with the newly created and configured service:</para>
102+
<para>Below is a list of common commands to interact with the newly created and configured service:</para>
103103
<itemizedlist>
104104
<listitem>
105105
<para><code>sudo systemctl start exist-db.service</code> - Enter command to start eXist-db</para>
@@ -138,7 +138,7 @@
138138
on the command-line without the scripting wrapper. This often provides useful debugging
139139
information.</para>
140140
<para>To manually launch these scripts, give the following commands:</para>
141-
<variablelist spacing="compact">
141+
<variablelist>
142142
<varlistentry>
143143
<term> <code>startup.sh</code> (Unix) / <code>startup.bat</code> (Windows)</term>
144144
<listitem>
@@ -162,8 +162,7 @@
162162
<varlistentry>
163163
<term> <code>client.sh</code> (Unix) / <code>client.bat</code> (Windows)</term>
164164
<listitem>
165-
<para>Launches the <link xlink:href="java-admin-client">Java Admin
166-
Client</link>.</para>
165+
<para>Use one of these scripts to launch the <link xlink:href="java-admin-client">Java Admin Client</link>.</para>
167166
</listitem>
168167
</varlistentry>
169168
</variablelist>

0 commit comments

Comments
 (0)