|
From: Benjamin C. <bc...@us...> - 2001-09-29 18:35:57
|
Update of /cvsroot/phpbt/phpbt/docs/sgml
In directory usw-pr-cvs1:/tmp/cvs-serv20908/sgml
Modified Files:
phpbt.sgml
Added Files:
configuration.sgml
Log Message:
Started on configuration options
--- NEW FILE: configuration.sgml ---
<!-- -*- sgml -*- -->
<sect1 id="configuration">
<title>Configuration Options</title>
<abstract>
<para>The options listed in this section can be configured by the <filename>configure</filename> script and can be found in <filename>config.php</filename>.</para>
</abstract>
<variablelist>
<varlistentry>
<term>INSTALLPATH</term>
<listitem>
<para>Location on disk of the &phpbt; installation.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>INSTALLURL</term>
<listitem>
<para>URL that is the home of the installation.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>CVS_WEB</term>
<listitem>
<para>Location of your cvs web interface (see <function>format_comments()</function> in <filename>bug.php</filename>). This is for links to files in CVS generated from the comments attached to bugs.</para>
</listitem>
</varlistentry>
</variablelist>
</sect1>
<!-- Local Variables: -->
<!-- sgml-indent-step: 2 -->
<!-- sgml-indent-data: 2 -->
<!-- sgml-parent-document: "phpbt.sgml" -->
<!-- End: -->
Index: phpbt.sgml
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/sgml/phpbt.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- phpbt.sgml 2001/09/29 04:02:38 1.2
+++ phpbt.sgml 2001/09/29 18:35:54 1.3
@@ -7,6 +7,7 @@
<!-- Administrator's Guide -->
<!ENTITY installation SYSTEM "installation.sgml">
+<!ENTITY configuration SYSTEM "configuration.sgml">
<!-- Developer's Guide -->
<!ENTITY devstandards SYSTEM "devstandards.sgml">
@@ -36,6 +37,7 @@
</abstract>
&installation;
+ &configuration;
</chapter>
|