This extension is in python now.
Install
- download the files from http://browser-extension-for-beagle.googlecode.com/svn/trunk/py-epiphany-extension/
- put them in ~/.gnome2/epiphany/extensions/
- create beagleIndexer.conf in the folder. ( beagleIndexer.conf.sample is a good example)
Usage
- index current page by menu item Tools->beagle->index this page
- toggle auto index by menu item Tools->beagle->auto index
Configure File
The config file is a python file itself. It's name must be "beagleIndexer.conf" and located in ~/.gnome2/epiphany/extensions/
name | possible value | description |
---|---|---|
auto_index | True / False | auto index when page is loaded or not |
default_index | True / False | index the page when the url did not match any rule in blacklist or whitelist or not |
white_list_first | True / False | whether to index the page when the url matches both rules in blacklist or whitelist or not |
index_https | True / False | index https page or not |
black_list | a python list of regular expressions | black list |
white_list | a python list of regular expressions | white list |
You can find a sample config file here.
No comments:
Post a Comment