[PHP-DOC] cvs: phpdoc /it/chapters config.xml From: Egon Schmid (eschmid <email protected>)
Date: 01/03/01

eschmid Wed Jan 3 14:14:25 2001 EDT

  Modified files:
    /phpdoc/it/chapters config.xml
  Log:
  The Italian PHP Manual should now also work as expected.
  
Index: phpdoc/it/chapters/config.xml
diff -u phpdoc/it/chapters/config.xml:1.6 phpdoc/it/chapters/config.xml:1.7
--- phpdoc/it/chapters/config.xml:1.6 Wed Dec 13 14:51:54 2000
+++ phpdoc/it/chapters/config.xml Wed Jan 3 14:14:25 2001
@@ -887,6 +887,72 @@
     </variablelist>
    </sect2>
 
+ <sect2 id="ini.sect.sesam">
+ <title>SESAM Configuration Directives</title>
+ <variablelist>
+
+ <varlistentry id="ini.sesam-oml">
+ <term>
+ <parameter>sesam_oml</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ Name of BS2000 PLAM library containing the loadable SESAM
+ driver modules. Required for using SESAM functions. The
+ BS2000 PLAM library must be set ACCESS=READ,SHARE=YES
+ because it must be readable by the apache server's user id.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="ini.sesam-configfile">
+ <term>
+ <parameter>sesam_configfile</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ Name of SESAM application configuration file. Required for
+ using SESAM functions. The BS2000 file must be readable by
+ the apache server's user id.
+ </para>
+ <para>
+ The application configuration file will usually contain a
+ configuration like (see SESAM
+ reference manual):
+ <informalexample>
+ <programlisting role="bs2000">
+CNF=B
+NAM=K
+NOTYPE</programlisting>
+ </informalexample>
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="ini.sesam-messagecatalog">
+ <term>
+ <parameter>sesam_messagecatalog</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ Name of SESAM message catalog file. In most cases, this
+ directive is not neccessary. Only if the SESAM message file
+ is not installed in the system's BS2000 message file table,
+ it can be set with this directive.
+ </para>
+ <para>
+ The message catalog must be set ACCESS=READ,SHARE=YES because
+ it must be readable by the apache server's user id.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+ </sect2>
+
    <sect2 id="ini.sect.msql">
     <title>mSQL Configuration Directives</title>
     <variablelist>
@@ -1448,7 +1514,7 @@
 sgml-indent-step:1
 sgml-indent-data:t
 sgml-parent-document:nil
-sgml-default-dtd-file:"../manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
 sgml-exposed-tags:nil
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil