Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/files/12/wikipedia.src
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/webroot/files/12/wikipedia.src')
-rw-r--r--site/app/webroot/files/12/wikipedia.src43
1 files changed, 43 insertions, 0 deletions
diff --git a/site/app/webroot/files/12/wikipedia.src b/site/app/webroot/files/12/wikipedia.src
new file mode 100644
index 0000000..d0fb01a
--- /dev/null
+++ b/site/app/webroot/files/12/wikipedia.src
@@ -0,0 +1,43 @@
+# Mozilla search plugin for English Wikipedia en.wikipedia.org
+# by Carey Evans <carey.evans@gmail.com>.
+# http://carey.geek.nz/code/wikipedia-searchplugin/
+# This file is released into the public domain.
+# Thanks: Michael Franz, Dwayne C. Litzenberger.
+#
+# Version: 1.4.2 (2005-07-27)
+# Country: WW
+# Language: en
+
+<search
+ version="7.1"
+ name="Wikipedia (EN)"
+ description="English Wikipedia"
+ sourceTextEncoding="0"
+ method="GET"
+ action="http://en.wikipedia.org/wiki/Special:Search"
+ queryCharset="UTF-8"
+ searchForm="http://en.wikipedia.org/"
+>
+
+<input name="search" user>
+<input name="fulltext" value="fulltext">
+<input name="sourceid" value="mozilla-search">
+
+<interpret
+ browserResultType="result"
+ charset="UTF-8"
+ language="en"
+ resultListStart="<div id='results'></div>"
+ resultListEnd="<hr/>"
+ resultItemStart="<li style='padding-bottom: 1em'>"
+ resultItemEnd="</li>"
+>
+
+</search>
+
+<browser
+ alsomatch="http://en.wikipedia.org/w/index.php?title=Special:Search"
+ update="http://mycroft.mozdev.org/update.php/id0/wikipedia.src"
+ updateicon="http://mycroft.mozdev.org/update.php/id0/wikipedia.png"
+ updateCheckDays="7"
+> \ No newline at end of file