Browser search engine integration

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Browser search engine integration
Дата
Msg-id 463B5817.9070608@pjmodos.net
обсуждение исходный текст
Список pgsql-www
Hi all,

I noticed we do not have search engine plugins (that small searchbar in
right top corner) for FireFox or IE7 so I decided to write them.
I attached 4 files to this mail, install.html is sample xhtml (mostly
javascript) code for installation of those plugins, we might want to add
something like those js links to search page menu under "Archives
search" for example. Pgsql.src and pgsql.xml are those "plugins" for
Firefox and Internet Explorer 7. Note that everything (javascript and
plugins) expect we put this in
"http://search.postgresql.org/integration/" so if that's not true it
needs to be changed in all 3 files.

Comments or ideas ?

--
Regards
Petr Jelinek (PJMODOS)


<search
    version = "0.1"
    name="PostgreSQL"
    description="PostgreSQL"
    method="GET"
    action="http://search.postgresql.org/search"
    searchForm="http://search.postgresql.org/"
    queryEncoding="UTF-8"
    queryCharset="UTF-8"
    routeType="internet"
>

<input name="q" user>
<input name="sourceid" value="Mozilla-search">

<interpret
    browserResultType="result"
    charset="UTF-8"
>

</search>

<browser
    update="http://search.postgresql.org/integration/pgsql.src"
    updateIcon="http://search.postgresql.org/integration/pgsql.gif"
    updateCheckDays="7"
>
<?xml version="1.0" encoding="UTF-8" ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
    <ShortName>PostgreSQL</ShortName>
    <Description>PostgreSQL</Description>
    <inputEncoding>UTF-8</inputEncoding>
    <Image width="16" height="16">http://search.postgresql.org/integration/pgsql.gif</Image>
    <Url type="text/html" template="http://search.postgresql.org/search?q={searchTerms}" />
</OpenSearchDescription>

Вложения

В списке pgsql-www по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Most of /about tree is missing
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Most of /about tree is missing