|
Revision 563, 0.6 kB
(checked in by hirokai, 4 years ago)
|
sedarch icon fix
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
# Feed Me Links Search plugin bny jm3 / john manoogian III |
|---|
| 2 |
# based on Mozilla/Dictionary.com plug-in by fissure@netscape.net |
|---|
| 3 |
|
|---|
| 4 |
<SEARCH |
|---|
| 5 |
version = "7.1" |
|---|
| 6 |
name="Feed Me Links" |
|---|
| 7 |
description="Feed Me Links Search" |
|---|
| 8 |
method="get" |
|---|
| 9 |
action="http://www.feedmelinks.com/search" |
|---|
| 10 |
> |
|---|
| 11 |
|
|---|
| 12 |
<input name="q" user> |
|---|
| 13 |
|
|---|
| 14 |
<interpret |
|---|
| 15 |
browserResultType="result" |
|---|
| 16 |
resultListStart="<!-- results start -->" |
|---|
| 17 |
resultListEnd="<!-- results end -->" |
|---|
| 18 |
resultItemStart="<tr>" |
|---|
| 19 |
resultItemEnd="</tr>" |
|---|
| 20 |
> |
|---|
| 21 |
</search> |
|---|
| 22 |
|
|---|
| 23 |
<BROWSER |
|---|
| 24 |
update="http://feedmelinks.com/install/search/feedmelinks.src" |
|---|
| 25 |
updateIcon="http://feedmelinks.com/img/feedmelinks.png" |
|---|
| 26 |
updateCheckDays="3" |
|---|
| 27 |
> |
|---|
| 28 |
|
|---|