public
Description: DEVONagent Plug-ins
Homepage: http://stateful.net
Clone URL: git://github.com/statefullabs/devonagent-plugins.git
commit  1d3086b10d4af8d569f619449426b894b12320a2
tree    ebd5f325a8528b51e111a246a9e718185da00340
parent  7b7cd9d3d440ac3d876498c5934480ba15cd9b22
devonagent-plugins / CocoaDev.plist
100644 33 lines (32 sloc) 1.074 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
<?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>CocoaDev</string>
<key>Info</key>
<string>CocoaDev Plugin ©2009 Stateful Labs</string>
<key>Description</key>
<string>Searches CocoaDev Wiki.</string>
<key>Version</key>
<string>1.0</string>
<key>Identifier</key>
<string>net.stateful.devonagent.cocoadev.plugin</string>
<key>EngineUrl</key>
<string>http://www.cocoadev.com/index.pl?search=_agentQuery_</string>
<key>EncodingUrl</key>
<string>UTF-8</string>
<key>Operators</key>
<integer>59</integer>
<key>TextStart</key>
<string>&lt;td id=&quot;mainContent&quot; colspan=&quot;2&quot;&gt;</string>
<key>TextEnd</key>
<string>&lt;tr id=&quot;footerLinks&quot;&gt;</string>
<key>LinksStart</key>
<string>&lt;td id=&quot;mainContent&quot; colspan=&quot;2&quot;&gt;</string>
<key>LinksEnd</key>
<string>&lt;tr id=&quot;footerLinks&quot;&gt;</string>
<key>Keyword</key>
<string>cd</string>
</dict>
</plist>