Comment 10 for bug 687995

Revision history for this message
Giuseppe Terrasi (giuseppeterrasi-deactivatedaccount) wrote :

Uhm... Really you can't use php in h.u.c?

In php page we use this script in php:

<?php
    $startCustomSearch = !empty($_GET['s']) ? $_GET['s'] : "";
    echo '<script language="Javascript" type="text/javascript">startCustomSearch = "' . $startCustomSearch . '";</script>';
?>

At the moment we have some documentation about this http://wiki.ubuntu-it.org/InterGruppi/NuoviRilasci
And we have a repo with custom code: https://code.launchpad.net/~ubuntu-it-wiki/wiki-ubuntu-it/help-repo

Fortunally you know italian languages ;-)

I can try to perform this on h.u.c, in order to create a "local" search engine for each official doc version.

But on italian doc team we are overworked and there are few people (only two!). I can add this on my to do and them try to add in future a patch for 10.04 and 10.10 first.

Meanwhile, If others would like to begin this work would be welcome.