| 1 | # WiND - Wireless Nodes Database |
|---|
| 2 | # Firefox search plugin |
|---|
| 3 | # Created by Faidon Liambotis <faidon@cube.gr> |
|---|
| 4 | # |
|---|
| 5 | # Released to the public domain. |
|---|
| 6 | # |
|---|
| 7 | |
|---|
| 8 | <search |
|---|
| 9 | version = "7.1" |
|---|
| 10 | name="AWMN" |
|---|
| 11 | description="Athens Wireless Metropolitan Network node search" |
|---|
| 12 | method="get" |
|---|
| 13 | action="http://wind.awmn.net/" |
|---|
| 14 | searchForm = "http://wind.awmn.net/" |
|---|
| 15 | queryCharset="UTF-8" |
|---|
| 16 | > |
|---|
| 17 | |
|---|
| 18 | <input name="page" value="search" /> |
|---|
| 19 | <input name="q" user="" /> |
|---|
| 20 | |
|---|
| 21 | <interpret |
|---|
| 22 | browserResultType="result" |
|---|
| 23 | resultListStart="</body>" |
|---|
| 24 | resultListEnd="</html>" |
|---|
| 25 | /> |
|---|
| 26 | |
|---|
| 27 | </search> |
|---|