summaryrefslogtreecommitdiffstats
path: root/conkeror
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-08-20 23:43:27 +0200
committerGravatar Tom Willemse2014-08-20 23:44:40 +0200
commitf2fd5b1db1ed95a75ec4c08732f3071a1921d852 (patch)
tree3bce9c59c6fbb9be41352139e233027e499b4ae7 /conkeror
parent9116ea1bb4974c032d8775d5a2f47914a097a5c7 (diff)
downloaddotfiles-f2fd5b1db1ed95a75ec4c08732f3071a1921d852.tar.gz
dotfiles-f2fd5b1db1ed95a75ec4c08732f3071a1921d852.zip
Update Conkeror webjumps
Diffstat (limited to 'conkeror')
-rw-r--r--conkeror/.conkerorrc/init.js40
-rw-r--r--conkeror/.conkerorrc/search-engines/archwiki.xml1
-rw-r--r--conkeror/.conkerorrc/search-engines/ddg.xml10
-rw-r--r--conkeror/.conkerorrc/search-engines/github.xml10
-rw-r--r--conkeror/.conkerorrc/search-engines/wordpress.xml1
5 files changed, 51 insertions, 11 deletions
diff --git a/conkeror/.conkerorrc/init.js b/conkeror/.conkerorrc/init.js
index 3385ad1..96e712c 100644
--- a/conkeror/.conkerorrc/init.js
+++ b/conkeror/.conkerorrc/init.js
@@ -7,6 +7,7 @@ load_paths.push("file:///home/slash/projects/cdispass/");
load_paths.push("file:///home/slash/.conkerorrc/site-js/");
load_paths.push("file:///home/slash/.conkerorrc/clark-conkeror/");
theme_load_paths.push("/home/slash/.conkerorrc/themes/");
+opensearch_load_paths.push(make_file("/home/slash/.conkerorrc/search-engines/"));
require("clark");
require("cdispass");
@@ -93,15 +94,15 @@ define_webjump("emacswiki",
define_webjump("php",
"http://www.php.net/manual-lookup.php?pattern=%s&scope=quickref",
$alternative="http://www.php.net");
-define_webjump("python",
- "http://docs.python.org/search.html?q=%s&check_keywords=yes&area=default",
+define_webjump("python2",
+ "http://docs.python.org/2/search.html?q=%s&check_keywords=yes&area=default",
+ $alternative="http://www.python.org");
+define_webjump("python3",
+ "http://docs.python.org/3/search.html?q=%s&check_keywords=yes&area=default",
$alternative="http://www.python.org");
define_webjump("pypi",
"https://pypi.python.org/pypi?%3Aaction=search&term=%s&submit=search",
$alternative="https://pypi.python.org");
-define_webjump("ddg",
- "https://duckduckgo.com/?q=%s",
- $alternative="https://duckduckgo.com");
define_webjump("metal-archives",
"http://www.metal-archives.com/search?searchString=%s&type=band_name",
$alternative="http://www.metal-archives.com");
@@ -113,9 +114,6 @@ define_webjump("djangodocs1.5",
$alternative="https://docs.djangoproject.com/en/1.5/");
define_webjump("google",
"https://duckduckgo.com?q=!google%%20%s");
-define_webjump("github",
- "https://github.com/search?q=%s&type=Everything&repo=&langOverride=&start_value=1",
- $alternative="https://github.com");
define_webjump("mdn",
"https://developer.mozilla.org/en-US/search?q=%s",
$alternative="https://developer.mozilla.org/");
@@ -124,16 +122,36 @@ define_webjump("monsterhunter",
$alternative="http://monsterhunter.wikia.com/");
define_webjump("quickdocs", "http://quickdocs.org/search?q=%s",
$alternative="http://quickdocs.org/");
+define_webjump("jquery", "http://api.jquery.com/?s=%s",
+ $alternative="http://jquery.com");
+define_webjump("l1sp", "http://l1sp.org/search?q=%s",
+ $alternative="http://l1sp.org/");
+define_webjump("tvdb", "http://thetvdb.com/?string=%s&searchseriesid=&tab=listseries&function=Search",
+ $alternative="http://thetvdb.com");
+define_webjump("clhs", "http://www.xach.com/clhs?q=%s",
+ $alternative="http://www.lispworks.com/documentation/HyperSpec/Front/");
+define_webjump("cliki", "http://www.cliki.net/admin/ssearch?words=%s",
+ $alternative="http://www.cliki.net");
+define_webjump("gems", "https://rubygems.org/search?utf8=%E2%9C%93&query=%s",
+ $alternative="https://rubygems.org/");
// Archlinux
-define_webjump("arch/wiki",
- "https://wiki.archlinux.org/index.php?search=%s",
- $alternative="https://wiki.archlinux.org");
define_webjump("arch/aur",
"https://aur.archlinux.org/packages.php?O=0&K=%s&do_Search=Go",
$alternative="https://aur.archlinux.org");
define_webjump("arch/packages",
"https://www.archlinux.org/packages/?sort=&q=%s&limit=50",
$alternative="https://packages.archlinux.org");
+define_webjump("explainshell",
+ "http://www.explainshell.com/explain?cmd=%s",
+ $alternative="http://www.explainshell.com");
+define_webjump("thetvdb",
+ "http://thetvdb.com/?string=%s&searchseriesid=&tab=listseries&function=Search",
+ $alternative="http://thetvdb.com");
+
+define_opensearch_webjump("ddg", "ddg.xml");
+define_opensearch_webjump("archwiki", "archwiki.xml");
+define_opensearch_webjump("github", "github.xml");
+define_opensearch_webjump("wordpress", "wordpress.xml");
/// Chickadee
// From http://conkeror.org/Webjumps
diff --git a/conkeror/.conkerorrc/search-engines/archwiki.xml b/conkeror/.conkerorrc/search-engines/archwiki.xml
new file mode 100644
index 0000000..eaa343f
--- /dev/null
+++ b/conkeror/.conkerorrc/search-engines/archwiki.xml
@@ -0,0 +1 @@
+<?xml version="1.0"?><OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"><ShortName>ArchWiki (en)</ShortName><Description>ArchWiki (en)</Description><Image height="16" width="16" type="image/x-icon">https://wiki.archlinux.org/favicon.ico</Image><Url type="text/html" method="get" template="https://wiki.archlinux.org/index.php?title=Special:Search&amp;search={searchTerms}" /><Url type="application/x-suggestions+json" method="get" template="https://wiki.archlinux.org/api.php?action=opensearch&amp;search={searchTerms}&amp;namespace=0" /><moz:SearchForm>https://wiki.archlinux.org/index.php/Special:Search</moz:SearchForm></OpenSearchDescription> \ No newline at end of file
diff --git a/conkeror/.conkerorrc/search-engines/ddg.xml b/conkeror/.conkerorrc/search-engines/ddg.xml
new file mode 100644
index 0000000..c6fd081
--- /dev/null
+++ b/conkeror/.conkerorrc/search-engines/ddg.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
+ <ShortName>DuckDuckGo</ShortName>
+ <Description>Search DuckDuckGo</Description>
+ <InputEncoding>UTF-8</InputEncoding>
+ <LongName>DuckDuckGo Search</LongName>
+ <Image height="16" width="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB8lBMVEUAAADkRQzjPwPjQQXkRQ3iPwTiQQXgPQPeQgrcOwPVNgDVNQDWOgbTMwDRMgDQMwDSMwDRNwTQLgDRJgDSJwDSLgDSNwTjOgDiOADjOQDkPADhQAXzs5v+/fv////0vKbiRQvgPQHpdUr85NzuknPdKgDcIwDnZzj2w7HqeU/gPQLsimb/+PftjWn97Obpb0LdJQDeLQDtjmvsi2jgSBDnbULgOQD/39HgLQDeMgDpeFLgSBH0v670uqbaJQD2qImWvP/G1Ob5+/3u//+fvvXyp47dMwDaLwD0u6v0v6/aNQDiXi/aKQD3qozU7/8gSY2vvtg0ZK/OqLDaKQHYKgLgWTfaNADZMgDZMADZLADzqpD7//+xwdz//9H/5Bn/7Bn//ADofADYMADYMQDZOgPXLgDiZDj//97/0AD3tQDvlgHZOgbXLATXMADWMgDfXjLVLQD///z+0AD/3Rn/yRnwnQDcVjbVMQDyv67wuKTSJwDRHQD+8O/tg3/iQQDwhAHnawHWMADvtKfyva7XQxHga0bQGQD2vbH/u8LXIQCmPQzja07XQxLliGn99fPkcVHvhnGZ5VguvUU5wktBwCcAgxzydVv/8/XmiGngdlL+ysi3+I8LtCE80V6P3YmX4sDleljSNQLzr6D7sKPXNQTSIwAEAbMrAAAAF3RSTlMARqSkRvPz80PTpKRG3fPe3hio9/eoGP50jNsAAAABYktHRB5yCiArAAAAyElEQVQYGQXBvUqCYRiA4fu2V9Tn+UQddI3aCpxaOoU6iU4gcqqpoYbALXBuCuoYmttamqJDiEoh4YP+MOi6BNCh+uYKEGiOVNCXXxA2XDVV/UyfKbRCXTLQWAxbP2vt8Ue/uYDvfim91615sb2um6rqtrr/NFb1cUf1Ybd06areU6lSlYpK79jzK1SyJOkfhOl8JGEcqV5zoKrTRqO6yUzIzNu46ijdM1VV9bhuUJ/nZURExLRzUiPQm3kKXHi4BAEGOmOi78A/L1QoU/VHoTsAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDEtMTlUMjA6MDE6MTEtMDU6MDAuET6cAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTAxLTE5VDIwOjAxOjExLTA1OjAwX0yGIAAAAABJRU5ErkJggg==</Image>
+ <Url type="text/html" method="get" template="https://duckduckgo.com/?q={searchTerms}&amp;kae=d&amp;kf=fw"/>
+ <Url type="application/x-suggestions+json" template="https://ac.duckduckgo.com/ac/?q={searchTerms}&amp;type=list"/>
+</OpenSearchDescription>
diff --git a/conkeror/.conkerorrc/search-engines/github.xml b/conkeror/.conkerorrc/search-engines/github.xml
new file mode 100644
index 0000000..a2e25b1
--- /dev/null
+++ b/conkeror/.conkerorrc/search-engines/github.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
+ xmlns:moz="http://www.mozilla.org/2006/browser/search/">
+ <ShortName>GitHub</ShortName>
+ <Description>Search GitHub</Description>
+ <InputEncoding>UTF-8</InputEncoding>
+ <Image width="16" height="16" type="image/x-icon">https://github.com/favicon.ico</Image>
+ <Url type="text/html" method="get" template="https://github.com/search?q={searchTerms}&amp;ref=opensearch"/>
+ <moz:SearchForm>https://github.com/search</moz:SearchForm>
+</OpenSearchDescription>
diff --git a/conkeror/.conkerorrc/search-engines/wordpress.xml b/conkeror/.conkerorrc/search-engines/wordpress.xml
new file mode 100644
index 0000000..a1b5d2a
--- /dev/null
+++ b/conkeror/.conkerorrc/search-engines/wordpress.xml
@@ -0,0 +1 @@
+<?xml version="1.0"?><OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"><ShortName>Codex (en)</ShortName><Description>Codex (en)</Description><Image height="16" width="16" type="image/x-icon">http://codex.wordpress.org/favicon.ico</Image><Url type="text/html" method="get" template="http://codex.wordpress.org/index.php?title=Special:Search&amp;search={searchTerms}" /><Url type="application/x-suggestions+json" method="get" template="http://codex.wordpress.org/api.php?action=opensearch&amp;search={searchTerms}&amp;namespace=0" /><moz:SearchForm>http://codex.wordpress.org/Special:Search</moz:SearchForm></OpenSearchDescription> \ No newline at end of file