|
389 | 389 | <section id="conf.xml"> |
390 | 390 | <title>eXist-db Configuration: Editing conf.xml</title> |
391 | 391 | <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> |
393 | 393 | <variablelist> |
394 | 394 | <varlistentry> |
395 | 395 | <term><db-connection></term> |
|
398 | 398 | </listitem> |
399 | 399 | </varlistentry> |
400 | 400 | <varlistentry> |
401 | | - <term><serializer></term> |
| 401 | + <term><repository></term> |
| 402 | + <listitem> |
| 403 | + <para>Settings for the package repository.</para> |
| 404 | + </listitem> |
| 405 | + </varlistentry> |
| 406 | + <varlistentry> |
| 407 | + <term><binary-manager></term> |
402 | 408 | <listitem> |
403 | | - <para>Default settings for the serializer (external data |
404 | | - representation).</para> |
| 409 | + <para>Settings for the Binary Manager.</para> |
405 | 410 | </listitem> |
406 | 411 | </varlistentry> |
407 | 412 | <varlistentry> |
|
410 | 415 | <para>Controls the indexing process.</para> |
411 | 416 | </listitem> |
412 | 417 | </varlistentry> |
| 418 | + <varlistentry> |
| 419 | + <term><scheduler></term> |
| 420 | + <listitem> |
| 421 | + <para>Job scheduler for system or user jobs. </para> |
| 422 | + </listitem> |
| 423 | + </varlistentry> |
| 424 | + <varlistentry> |
| 425 | + <term><parser></term> |
| 426 | + <listitem> |
| 427 | + <para>Default settings for parsing structured documents.</para> |
| 428 | + </listitem> |
| 429 | + </varlistentry> |
| 430 | + <varlistentry> |
| 431 | + <term><serializer></term> |
| 432 | + <listitem> |
| 433 | + <para>Default settings for the serializer (external data representation).</para> |
| 434 | + </listitem> |
| 435 | + </varlistentry> |
| 436 | + <varlistentry> |
| 437 | + <term><transformer></term> |
| 438 | + <listitem> |
| 439 | + <para>Default settings for the XSLT Transformer.</para> |
| 440 | + </listitem> |
| 441 | + </varlistentry> |
| 442 | + <varlistentry> |
| 443 | + <term><validation></term> |
| 444 | + <listitem> |
| 445 | + <para>Settings for XML validation.</para> |
| 446 | + </listitem> |
| 447 | + </varlistentry> |
| 448 | + <varlistentry> |
| 449 | + <term><xquery></term> |
| 450 | + <listitem> |
| 451 | + <para>Define modules that contain xQuery functions.</para> |
| 452 | + </listitem> |
| 453 | + </varlistentry> |
413 | 454 | <varlistentry> |
414 | 455 | <term><xupdate></term> |
415 | 456 | <listitem> |
416 | 457 | <para>Configuration options related to XUpdate processing.</para> |
417 | 458 | </listitem> |
418 | 459 | </varlistentry> |
419 | 460 | </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> |
422 | 462 | <section> |
423 | 463 | <title><db-connection></title> |
424 | 464 | <para>This element contains basic default storage settings for eXist-db, including |
|
0 commit comments