public
Description: DEVONagent Plug-ins
Homepage: http://stateful.net
Clone URL: git://github.com/statefullabs/devonagent-plugins.git
mgrimes (author)
Tue Nov 10 14:36:26 -0800 2009
commit  a13e8a81dce6a49de2a09e8fff328b7a25952d94
tree    6fd49cd827b02b4a871f455bc7af09b2c880622d
parent  fc0f7659b032d6fec4cf52c66fa71978c674d795
devonagent-plugins / GitHub.plist
100644 39 lines (38 sloc) 1.243 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Name</key>
<string>GitHub Code Search</string>
<key>Info</key>
<string>GitHub Code Search Plugin ©2009 Stateful Labs</string>
<key>Description</key>
<string>Searches GitHub public repositories for code containing search term(s).</string>
<key>Version</key>
<string>1.0</string>
<key>Identifier</key>
<string>net.stateful.devonagent.github.plugin</string>
<key>EngineUrl</key>
<string>http://github.com/search?q=_agentQuery_&amp;type=Code&amp;start_value=_agentOffset_</string>
<key>EncodingUrl</key>
<string>UTF-8</string>
<key>LinksNotMatching</key>
<array>
<string>*/search?*</string>
</array>
<key>Operators</key>
<integer>59</integer>
<key>Start</key>
<integer>1</integer>
<key>TextStart</key>
<string>&lt;div class=&quot;highlight&quot;&gt;</string>
<key>TextEnd</key>
<string>&lt;div id=&quot;footer&quot;&gt;</string>
<key>LinksStart</key>
<string>&lt;div class=&quot;results&quot;&gt;</string>
<key>LinksEnd</key>
<string>&lt;div class=&quot;sidebar&quot;&gt;</string>
<key>Keyword</key>
<string>gh</string>
</dict>
</plist>