Skip to content

Commit 0aabb69

Browse files
committed
add full listing of conf.xml structure
see #123
1 parent 283d807 commit 0aabb69

File tree

1 file changed

+46
-6
lines changed

1 file changed

+46
-6
lines changed

src/main/xar-resources/data/configuration.xml

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
<section id="conf.xml">
390390
<title>eXist-db Configuration: Editing conf.xml</title>
391391
<para>The configuration file <filename moreinfo="none">conf.xml</filename> can be
392-
divided into four sections with the following elements:</para>
392+
divided into eleven sections with the following elements:</para>
393393
<variablelist>
394394
<varlistentry>
395395
<term>&lt;db-connection&gt;</term>
@@ -398,10 +398,15 @@
398398
</listitem>
399399
</varlistentry>
400400
<varlistentry>
401-
<term>&lt;serializer&gt;</term>
401+
<term>&lt;repository&gt;</term>
402+
<listitem>
403+
<para>Settings for the package repository.</para>
404+
</listitem>
405+
</varlistentry>
406+
<varlistentry>
407+
<term>&lt;binary-manager&gt;</term>
402408
<listitem>
403-
<para>Default settings for the serializer (external data
404-
representation).</para>
409+
<para>Settings for the Binary Manager.</para>
405410
</listitem>
406411
</varlistentry>
407412
<varlistentry>
@@ -410,15 +415,50 @@
410415
<para>Controls the indexing process.</para>
411416
</listitem>
412417
</varlistentry>
418+
<varlistentry>
419+
<term>&lt;scheduler&gt;</term>
420+
<listitem>
421+
<para>Job scheduler for system or user jobs. </para>
422+
</listitem>
423+
</varlistentry>
424+
<varlistentry>
425+
<term>&lt;parser&gt;</term>
426+
<listitem>
427+
<para>Default settings for parsing structured documents.</para>
428+
</listitem>
429+
</varlistentry>
430+
<varlistentry>
431+
<term>&lt;serializer&gt;</term>
432+
<listitem>
433+
<para>Default settings for the serializer (external data representation).</para>
434+
</listitem>
435+
</varlistentry>
436+
<varlistentry>
437+
<term>&lt;transformer&gt;</term>
438+
<listitem>
439+
<para>Default settings for the XSLT Transformer.</para>
440+
</listitem>
441+
</varlistentry>
442+
<varlistentry>
443+
<term>&lt;validation&gt;</term>
444+
<listitem>
445+
<para>Settings for XML validation.</para>
446+
</listitem>
447+
</varlistentry>
448+
<varlistentry>
449+
<term>&lt;xquery&gt;</term>
450+
<listitem>
451+
<para>Define modules that contain xQuery functions.</para>
452+
</listitem>
453+
</varlistentry>
413454
<varlistentry>
414455
<term>&lt;xupdate&gt;</term>
415456
<listitem>
416457
<para>Configuration options related to XUpdate processing.</para>
417458
</listitem>
418459
</varlistentry>
419460
</variablelist>
420-
<para>The following sections describe the attributes and child elements of the above
421-
elements.</para>
461+
<para>The following sections describe the most commonly modified attributes and child elements of the above elements.</para>
422462
<section>
423463
<title>&lt;db-connection&gt;</title>
424464
<para>This element contains basic default storage settings for eXist-db, including

0 commit comments

Comments
 (0)