manual/chapters/en api-reference.xml,1.57,1.58 configuration.xml,1.17,1.18 installation.xml,1.20,1.21 tuning.xml,1.9,1.10
Sebastian Bergmann <[email protected]>
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/phpopencounter/manual/chapters/en
In directory sc8-pr-cvs1:/tmp/cvs-serv26402/chapters/en
Modified Files:
api-reference.xml configuration.xml installation.xml
tuning.xml
Log Message:
s/phpOpenTracker.ini/phpOpenTracker.php/
Index: configuration.xml
===================================================================
RCS file: /cvsroot/phpopencounter/manual/chapters/en/configuration.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** configuration.xml 27 Sep 2003 12:36:16 -0000 1.17
--- configuration.xml 18 Jan 2004 16:22:44 -0000 1.18
***************
*** 15,19 ****
<para>
This section describes all directives of phpOpenTracker's configuration
! file, called <filename>conf/phpOpenTracker.ini</filename>.
<itemizedlist mark="opencircle">
--- 15,19 ----
<para>
This section describes all directives of phpOpenTracker's configuration
! file, called <filename>conf/phpOpenTracker.php</filename>.
<itemizedlist mark="opencircle">
Index: installation.xml
===================================================================
RCS file: /cvsroot/phpopencounter/manual/chapters/en/installation.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** installation.xml 13 Jan 2004 10:25:18 -0000 1.20
--- installation.xml 18 Jan 2004 16:22:44 -0000 1.21
***************
*** 42,62 ****
from which you can include it into your scripts.
</para>
-
- <para>
- If you need to put the phpOpenTracker files under the
- <filename>DOCUMENT_ROOT</filename> directory, make sure that the
- <filename>conf/phpOpenTracker.ini</filename> file cannot be accessed from
- the outside by putting the following lines into a
- <filename>.htaccess</filename> file:
- </para>
-
- <screen>
- <![CDATA[
- <Files ~ "\.ini$">
- Order deny,allow
- Deny from all
- </Files>
- ]]>
- </screen>
</section>
--- 42,45 ----
***************
*** 71,77 ****
<para>
Open the file
! <filename>conf/phpOpenTracker.ini.dist</filename>
in your favourite editor and save it to
! <filename>conf/phpOpenTracker.ini</filename>
after you made the following changes:
--- 54,60 ----
<para>
Open the file
! <filename>conf/phpOpenTracker.php.dist</filename>
in your favourite editor and save it to
! <filename>conf/phpOpenTracker.php</filename>
after you made the following changes:
***************
*** 106,110 ****
<para>
Create the phpOpenTracker tables in the database you specified
! in your <filename>conf/phpOpenTracker.ini</filename> using
the SQL dump appropriate for your database system from the
<filename>docs/sql/</filename> directory.
--- 89,93 ----
<para>
Create the phpOpenTracker tables in the database you specified
! in your <filename>conf/phpOpenTracker.php</filename> using
the SQL dump appropriate for your database system from the
<filename>docs/sql/</filename> directory.
***************
*** 152,156 ****
<filename>mysql.sql</filename> make sure to set
<varname>delay_key_write = Off</varname> in your
! <filename>phpOpenTracker.ini</filename> configuration file.
</para>
--- 135,139 ----
<filename>mysql.sql</filename> make sure to set
<varname>delay_key_write = Off</varname> in your
! <filename>conf/phpOpenTracker.php</filename> configuration file.
</para>
Index: api-reference.xml
===================================================================
RCS file: /cvsroot/phpopencounter/manual/chapters/en/api-reference.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** api-reference.xml 13 Jan 2004 10:25:18 -0000 1.57
--- api-reference.xml 18 Jan 2004 16:22:44 -0000 1.58
***************
*** 1124,1128 ****
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>phpOpenTracker/conf/phpOpenTracker.ini</filename>
configuration file.
</para>
--- 1124,1128 ----
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>conf/phpOpenTracker.php</filename>
configuration file.
</para>
***************
*** 1207,1211 ****
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>phpOpenTracker/conf/phpOpenTracker.ini</filename>
configuration file.
</para>
--- 1207,1211 ----
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>conf/phpOpenTracker.php</filename>
configuration file.
</para>
***************
*** 1290,1294 ****
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>phpOpenTracker/conf/phpOpenTracker.ini</filename>
configuration file.
</para>
--- 1290,1294 ----
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>conf/phpOpenTracker.php</filename>
configuration file.
</para>
***************
*** 1373,1377 ****
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>phpOpenTracker/conf/phpOpenTracker.ini</filename>
configuration file.
</para>
--- 1373,1377 ----
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>conf/phpOpenTracker.php</filename>
configuration file.
</para>
***************
*** 1663,1667 ****
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>phpOpenTracker/conf/phpOpenTracker.ini</filename>
configuration file.
</para>
--- 1663,1667 ----
Note: This API call can only return a meaningful result if
<varname>track_returning_visitors</varname> is activated in the
! <filename>conf/phpOpenTracker.php</filename>
configuration file.
</para>
Index: tuning.xml
===================================================================
RCS file: /cvsroot/phpopencounter/manual/chapters/en/tuning.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tuning.xml 1 Nov 2003 18:12:37 -0000 1.9
--- tuning.xml 18 Jan 2004 16:22:44 -0000 1.10
***************
*** 41,45 ****
To use the phpOpenTracker API Query Cache you have to install
the PEAR Cache_Lite package and edit the following configuration
! directives in your <filename>phpOpenTracker.ini</filename>:
</para>
--- 41,45 ----
To use the phpOpenTracker API Query Cache you have to install
the PEAR Cache_Lite package and edit the following configuration
! directives in your <filename>conf/phpOpenTracker.php</filename>:
</para>
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn