# Status: Working Full # ConQuery plugin # by Vasa Maximov # # Language: en # # Created: Dec 23, 2003 # Last updated: Dec 25, 2003 # # Known issues: # written for 0.6 (older versions of ConQuery doesn't support [:text]); # by default works with selected text just like usual Google search form; # can work slow on weak computers. # # # Valid ConQuery variables: # [:selection] - selected text. If no selection found, user will be prompted for input; # [:prompt] - always prompt user for text input; # [:text] - optional text (ConQuery 0.6 and higher); # [:url] - page URL; # [:host] - HOST extracted from page URL; # # params: # name, description, action, method - this are pretty clear; # category - for Online Repository maker. If omitted, the plugin will be shown as "Uncategorized". # # params: # name - target CGI-form's input name. If multiple inputs has the same name, ConQuery # will group them to dropdown list for Query Config. The first value in group is used as default value; # value - target CGI-form's input values or ConQuery variables; # grouptitle - used for labeling dropdown lists in Query config dialog. If omitted name will be used; # label - used for labeling dropdown list items in Query config dialog. If omitted name will be used; # # just hack to allow default query to run without [:host] # end of hack :)