|
Revision 996, 0.8 kB
(checked in by gleu, 4 months ago)
|
Ajout des plugins de recherche Firefox (j'avais oublié qu'ils sont proposés sur la page d'accueil).
|
| Line | |
|---|
| 1 |
# Mozilla/Google plug-in by amitp+mozilla@google.com |
|---|
| 2 |
|
|---|
| 3 |
<search |
|---|
| 4 |
version = "7.1" |
|---|
| 5 |
name="PgFr Docs 8.0.x" |
|---|
| 6 |
description="Recherche documentation PostgreSQL" |
|---|
| 7 |
method="GET" |
|---|
| 8 |
action="http://www.google.com/search" |
|---|
| 9 |
queryCharset="utf-8" |
|---|
| 10 |
> |
|---|
| 11 |
|
|---|
| 12 |
<input name="q" user> |
|---|
| 13 |
<inputnext name="start" factor="10"> |
|---|
| 14 |
<inputprev> |
|---|
| 15 |
<input name="ie" value="utf-8"> |
|---|
| 16 |
<input name="oe" value="utf-8"> |
|---|
| 17 |
<input name="as_sitesearch" value="docs.postgresqlfr.org%2F8.0%2F"> |
|---|
| 18 |
|
|---|
| 19 |
<interpret |
|---|
| 20 |
browserResultType="result" |
|---|
| 21 |
charset = "UTF-8" |
|---|
| 22 |
resultListStart="<!--a-->" |
|---|
| 23 |
resultListEnd="<!--z-->" |
|---|
| 24 |
resultItemStart="<!--m-->" |
|---|
| 25 |
resultItemEnd="<!--n-->" |
|---|
| 26 |
> |
|---|
| 27 |
</search> |
|---|
| 28 |
|
|---|
| 29 |
<browser |
|---|
| 30 |
update="http://docs.postgresqlfr.org/addon/pgfr-docs80.src" |
|---|
| 31 |
updateIcon="http://docs.postgresqlfr.org/addon/pgfr-docs80.png" |
|---|
| 32 |
updateCheckDays="5" |
|---|
| 33 |
> |
|---|