manual build,1.19,1.20 build.conf-dist,1.9,1.10 entities.ent,1.10,1.11 make.bat,1.9,1.10
Sebastian Bergmann <[email protected]> Mon, 08 Mar 2004 07:29:30 +0000
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/phpopencounter/manual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12948
Modified Files:
build build.conf-dist entities.ent make.bat
Log Message:
Flush.
Index: entities.ent
===================================================================
RCS file: /cvsroot/phpopencounter/manual/entities.ent,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** entities.ent 25 Jan 2004 06:39:46 -0000 1.10
--- entities.ent 8 Mar 2004 07:29:28 -0000 1.11
***************
*** 14,18 ****
<!ENTITY MYSQL_4_1 'MySQL 4.1 <footnote><para><ulink url="http://www.mysql.com/doc/en/Nutshell_4.1_features.html">http://www.mysql.com/doc/en/Nutshell_4.1_features.html</ulink></para></footnote>'>
<!ENTITY MYSQL_DELAY_KEY_WRITE '<filename>DELAY_KEY_WRITE</filename> <footnote><para><ulink url="http://www.mysql.com/doc/C/R/CREATE_TABLE.html">http://www.mysql.com/doc/C/R/CREATE_TABLE.html</ulink></para></footnote>'>
! <!ENTITY MYSQL_MERGE_TABLES 'MySQL Merge Tables <footnote><para><ulink url="http://www.mysql.com/doc/en/MERGE.html">http://www.mysql.com/doc/en/MERGE.html</ulink></para></footnote>'>
<!ENTITY MYSQL_MYISAMPACK '<filename>myisampack</filename> <footnote><para><ulink url="http://www.mysql.com/doc/en/myisampack.html">http://www.mysql.com/doc/en/myisampack.html</ulink></para></footnote>'>
<!ENTITY MYSQL_QUERY_CACHE 'MySQL Query Cache <footnote><para><ulink url="http://www.mysql.com/doc/en/Query_Cache.html">http://www.mysql.com/doc/en/Query_Cache.html</ulink></para></footnote>'>
--- 14,20 ----
<!ENTITY MYSQL_4_1 'MySQL 4.1 <footnote><para><ulink url="http://www.mysql.com/doc/en/Nutshell_4.1_features.html">http://www.mysql.com/doc/en/Nutshell_4.1_features.html</ulink></para></footnote>'>
<!ENTITY MYSQL_DELAY_KEY_WRITE '<filename>DELAY_KEY_WRITE</filename> <footnote><para><ulink url="http://www.mysql.com/doc/C/R/CREATE_TABLE.html">http://www.mysql.com/doc/C/R/CREATE_TABLE.html</ulink></para></footnote>'>
! <!ENTITY MYSQL_INNODB 'InnoDB <footnote><para><ulink url="http://www.mysql.com/doc/en/InnoDB.html">http://www.mysql.com/doc/en/InnoDB.html</ulink></para></footnote>'>
! <!ENTITY MYSQL_MYISAM 'MyISAM <footnote><para><ulink url="http://www.mysql.com/doc/en/MyISAM.html">http://www.mysql.com/doc/en/MyISAM.html</ulink></para></footnote>'>
! <!ENTITY MYSQL_MYISAM_MERGE 'MyISAM Merge <footnote><para><ulink url="http://www.mysql.com/doc/en/MERGE.html">http://www.mysql.com/doc/en/MERGE.html</ulink></para></footnote>'>
<!ENTITY MYSQL_MYISAMPACK '<filename>myisampack</filename> <footnote><para><ulink url="http://www.mysql.com/doc/en/myisampack.html">http://www.mysql.com/doc/en/myisampack.html</ulink></para></footnote>'>
<!ENTITY MYSQL_QUERY_CACHE 'MySQL Query Cache <footnote><para><ulink url="http://www.mysql.com/doc/en/Query_Cache.html">http://www.mysql.com/doc/en/Query_Cache.html</ulink></para></footnote>'>
Index: build.conf-dist
===================================================================
RCS file: /cvsroot/phpopencounter/manual/build.conf-dist,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** build.conf-dist 13 Oct 2003 03:38:22 -0000 1.9
--- build.conf-dist 8 Mar 2004 07:29:28 -0000 1.10
***************
*** 4,9 ****
define('PROCESSOR', 'xsltproc');
! define('DTD_PATH', 'file:///e:/home/docbook/dtd/docbookx.dtd');
! define('XSL_ROOT', 'e:/home/docbook/xsl');
ini_set('highlight.bg', '#ffffff');
--- 4,9 ----
define('PROCESSOR', 'xsltproc');
! define('DTD_PATH', 'file:///d:/home/docbook/dtd/docbookx.dtd');
! define('XSL_ROOT', 'd:/home/docbook/xsl');
ini_set('highlight.bg', '#ffffff');
Index: make.bat
===================================================================
RCS file: /cvsroot/phpopencounter/manual/make.bat,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** make.bat 25 Jan 2004 06:39:28 -0000 1.9
--- make.bat 8 Mar 2004 07:29:28 -0000 1.10
***************
*** 16,20 ****
@copy /Y figures\*.png output\fr\figures\ > NUL
@copy /Y stylesheets\docbook.css output\fr\ > NUL
-
- @copy /Y figures\*.png ..\website\src\documentation\resources\images\ >NUL
- @copy /Y figures\*.png ..\website\build\site\images\ >NUL
--- 16,17 ----
Index: build
===================================================================
RCS file: /cvsroot/phpopencounter/manual/build,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** build 13 Oct 2003 03:38:22 -0000 1.19
--- build 8 Mar 2004 07:29:28 -0000 1.20
***************
*** 15,19 ****
$defaultFormats = array(
'docbook-toys' => array('rtf'),
! 'xsltproc' => array('xml', 'html-chunked')
);
--- 15,19 ----
$defaultFormats = array(
'docbook-toys' => array('rtf'),
! 'xsltproc' => array('html-chunked', 'pdf')
);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click