cvs: php-gtk-web / manual2-lookup.php /include make-manual2-index.php

[email protected] ("Christian Weiske")
Newsgroups php.gtk.webmaster
Message-ID <cvscweiske1144991395@cvsserver>
cweiske		Fri Apr 14 05:09:55 2006 UTC

  Modified files:              
    /php-gtk-web	manual2-lookup.php 
    /php-gtk-web/include	make-manual2-index.php 
  Log:
  rsync doesn't like .dat
  
  
http://cvs.php.net/viewcvs.cgi/php-gtk-web/manual2-lookup.php?r1=1.1&r2=1.2&diff_format=u
Index: php-gtk-web/manual2-lookup.php
diff -u php-gtk-web/manual2-lookup.php:1.1 php-gtk-web/manual2-lookup.php:1.2
--- php-gtk-web/manual2-lookup.php:1.1	Tue Apr 11 09:33:20 2006
+++ php-gtk-web/manual2-lookup.php	Fri Apr 14 05:09:54 2006
@@ -11,7 +11,7 @@
     require_once 'PhpGtkDoc/Search2.php';
     require_once 'PhpGtkDoc/Search2/Result/Html.php';
 
-    $strIndexFile = dirname(__FILE__) . '/include/PhpGtkDoc/index.dat';
+    $strIndexFile = dirname(__FILE__) . '/include/PhpGtkDoc/index.search';
     $strDocumentationDir = 'manual/en/';
 
     if (isset($_REQUEST['type']) && isset($arTypes[$_REQUEST['type']])) {
http://cvs.php.net/viewcvs.cgi/php-gtk-web/include/make-manual2-index.php?r1=1.2&r2=1.3&diff_format=u
Index: php-gtk-web/include/make-manual2-index.php
diff -u php-gtk-web/include/make-manual2-index.php:1.2 php-gtk-web/include/make-manual2-index.php:1.3
--- php-gtk-web/include/make-manual2-index.php:1.2	Fri Apr 14 04:14:43 2006
+++ php-gtk-web/include/make-manual2-index.php	Fri Apr 14 05:09:55 2006
@@ -6,7 +6,7 @@
 require_once 'PhpGtkDoc/Search2/Index.php';
 
 $strDocDir = dirname(__FILE__) . '/../manual/en/';
-$strIndexFile = dirname(__FILE__) . '/PhpGtkDoc/index.dat';
+$strIndexFile = dirname(__FILE__) . '/PhpGtkDoc/index.search';
 
 echo "Generating manual2 search index\r\n";
 PhpGtkDoc_Search2_Index::createIndex($strDocDir, $strIndexFile);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.