DonationCoder.com Software > FARR Plugins and Aliases
FARR plugin: FarrWebMetaSearch 1.6.0
Perry Mowbray:
Forgot to mention: I'm open to suggestions with these :D
ewemoa:
I tried my hand at creating a .conf [1] for a page that's got static results:
http://www.autohotkey.com/wiki/index.php?title=Script_Listing
This didn't seem to work -- using Wireshark, noticed that FarrWebMetaSearch seems to append the query string to the end of searchUrl. This makes a lot of sense for non-static searches of course :) Is there a way to not have it do that? (Sorry if I missed the discussion of how to do this if it has already been mentioned -- I did scan this topic and the help file, FWIW 8) )
Below is the .conf so far:
description=AutoHotkey Script Listing
searchUrl=http://www.autohotkey.com/wiki/index.php?title=Script_Listing
resultPattern=<p><a href="([^"]+)" class="external text" title="[^"]+" rel="nofollow">([^>]+)</a> by <a href="[^"]+" class="external text" title="[^"]+" rel="nofollow">([^>]+)</a>
farrCaption=$2
farrGroup=$3
farrPath=$1
--- End quote ---
[1] I'm slightly confused -- I noticed the docs say .config, but only see .conf files. Would someone mind straightening me out?
Perry Mowbray:
add isFeed=true and it won't append the searchterm
.conf is the only extension
:Thmbsup:
Perry Mowbray:
I've just done a very quick search config for DevCheatSheets is on this thread.
ewemoa:
Thanks a lot, Perry :Thmbsup:
Below is the modified and tested (err, slightly) .conf file.
description=AutoHotkey Script Listing
searchUrl=http://www.autohotkey.com/wiki/index.php?title=Script_Listing
resultPattern=<p><a href="([^"]+)" class="external text" title="[^"]+" rel="nofollow">([^>]+)</a> by <a href="[^"]+" class="external text" title="[^"]+" rel="nofollow">([^>]+)</a>
farrCaption=$2
farrGroup=$3
farrPath=$1
isFeed=true
--- End quote ---
It may be obvious, but just in case: one can get an icon for AHK via http://www.autohotkey.com/favicon.ico
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version