|
Revision 997, 0.7 kB
(checked in by gleu, 6 months ago)
|
Mise à jour des plugins pour utiliser le nouveau moteur de recherche.
|
| Line | |
|---|
| 1 |
# Mozilla/Google plug-in by amitp+mozilla@google.com |
|---|
| 2 |
|
|---|
| 3 |
<search |
|---|
| 4 |
version = "7.1" |
|---|
| 5 |
name="PgFr Docs 8.3.x" |
|---|
| 6 |
description="Recherche documentation PostgreSQL" |
|---|
| 7 |
method="GET" |
|---|
| 8 |
action="http://docs.postgresqlfr.org/search.php" |
|---|
| 9 |
queryCharset="utf-8" |
|---|
| 10 |
> |
|---|
| 11 |
|
|---|
| 12 |
<input name="q" user> |
|---|
| 13 |
<input name="v" value="803"> |
|---|
| 14 |
|
|---|
| 15 |
<interpret |
|---|
| 16 |
browserResultType="result" |
|---|
| 17 |
charset = "UTF-8" |
|---|
| 18 |
resultListStart="<!--a-->" |
|---|
| 19 |
resultListEnd="<!--z-->" |
|---|
| 20 |
resultItemStart="<!--m-->" |
|---|
| 21 |
resultItemEnd="<!--n-->" |
|---|
| 22 |
> |
|---|
| 23 |
</search> |
|---|
| 24 |
|
|---|
| 25 |
<browser |
|---|
| 26 |
update="http://docs.postgresqlfr.org/addon/pgfr-docs83.src" |
|---|
| 27 |
updateIcon="http://docs.postgresqlfr.org/addon/pgfr-docs83.png" |
|---|
| 28 |
updateCheckDays="5" |
|---|
| 29 |
> |
|---|