root/trunk/plagger/assets/plugins/Search-Spotlight/spotlight.tt

Revision 300 (checked in by cwest, 3 years ago)

Move plugin assets into assets/plugin

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>Name</key>
6         <string>[% entry.title | html %][% IF entry.tags.size %] [[% entry.tags.join(' ') %]][% END %]</string>
7         <key>URL</key>
8         <string>[% entry.permalink | html %]</string>
9 </dict>
10 </plist>
Note: See TracBrowser for help on using the browser.