Re: [php-gtk-webmaster] cvs: php-gtk-web / manual2-lookup.php /include make-manual2-index.php
[email protected] (Andrei Zmievski)
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Ok, I built the index and it's all on the server. But search still
doesn't work... I went and typed in 'edited' and click Search and it
came up with a blank page.
By the way, why are you using POST method instead of GET? For things
like this, GET is much more transparent.
-Andrei
On Apr 13, 2006, at 10:09 PM, Christian Weiske wrote:
> 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);
>
> --
> PHP-GTK Webmaster Mailing List (http://gtk.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php