goba Sat Jul 27 09:18:31 2002 EDT
Modified files:
/phpdoc/scripts genfuncindex.php
Log:
Internatinalize index title and put it to an appendix so it
will integrate quite nicely (will get an appendix label and
a separate chunk in XSLT transformations).
Index: phpdoc/scripts/genfuncindex.php
diff -u phpdoc/scripts/genfuncindex.php:1.6 phpdoc/scripts/genfuncindex.php:1.7
--- phpdoc/scripts/genfuncindex.php:1.6 Mon Jun 17 10:33:32 2002
+++ phpdoc/scripts/genfuncindex.php Sat Jul 27 09:18:31 2002
@@ -16,13 +16,15 @@
# | Authors: Hartmut Holzgraefe <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: genfuncindex.php,v 1.6 2002/06/17 14:33:32 hholzgra Exp $
+# $Id: genfuncindex.php,v 1.7 2002/07/27 13:18:31 goba Exp $
*/
echo "<?xml version='1.0' encoding='iso-8859-1'?>\n";
?>
<!-- DO NOT EDIT THIS FILE, IT WAS AUTO-GENERATED BY genfuncindex.php -->
- <index id='index.functions'>
- <title>Function Index</title>
+<appendix id="index">
+ <title>&FunctionIndex;</title>
+ <index id="index.functions">
+ <title>&FunctionIndex;</title>
<?php
$letter=" ";
$functions = file($HTTP_SERVER_VARS['argv'][1]);
@@ -44,3 +46,4 @@
?>
</indexdiv>
</index>
+</appendix>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php