Hi all,
I just pushed a breaking change, refactoring search-engine.js as
opensearch.js, with a new API that is a little more flexible, and
patterned after conventions used elsewhere in Conkeror. If you have
defined any opensearch webjumps in your rc, you will need to update your
code. Opensearch webjumps can be defined in either of the following two
ways:
define_opensearch_webjump("foo", make_file("/opensearch/files/foo.xml"));
or
opensearch_load_paths.unshift(make_file("/opensearch/files/"));
define_opensearch_webjump("foo", "foo.xml");
--
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror