garyhodgson (owner)

Revisions

gist: 19964 Download_button fork
public
Description:
Ubiquity Command to search ebookshare.net
Public Clone URL: git://gist.github.com/19964.git
ubiquity-ebookshare.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
* Ubiquity Command to search <a href="http://ebookshare.net">ebookshare.net</a>
*/
CmdUtils.makeSearchCommand({
  name: "ebookshare",
  author: {
      name: "Gary Hodgson",
      homepage : "http://www.garyhodgson.com/",
      email : "contact@garyhodgson.com"},
  url: "http://ebookshare.net/plus/query.php?keyword={QUERY}&searchtype=title&GO=GO",
  license: "MPL",
  description: "Searches ebookshare.net.",
});