aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/plugins/on_event.py
Commit message (Collapse)AuthorAge
* Use new export mechanism in all plugins.Gravatar Mason Larobina2010-01-01
|
* Moved expand function to external plugin to reduce code duplication.Gravatar Mason Larobina2009-12-24
|
* Added the escaped and quoted %r replace for on_event and bind args.Gravatar Mason Larobina2009-12-23
|
* Revert stupid idea of using %@ instead of %s.Gravatar Mason Larobina2009-11-24
|
* Remove useless echo command in on_event.pyGravatar Mason Larobina2009-11-11
|
* Added multi-instance managing to event_manager.pyGravatar Mason Larobina2009-10-15
1. Moved plugin directory from './examples/data/scripts/plugins' to './examples/data/'. 2. Broke up the plugin manager class into two small functions. 3. Removed the handler objects ability to have non-callable handlers given that there is a perfectly good on_event.py plugin which can do exactly the same. 4. Gave event_manager daemon abilities similar to the cookie_daemon. 5. Using pid to track the event manager daemons running status. 6. Added the ability to load plugins from multiple locations. 7. Removed all outgoing message queues as this work-around is no longer required after the newly added --connect-socket uzbl-core ability. 8. Removed native stdin/fifo reading ability. Use socat if required. 9. Updated uzbl-browser script to load example cookie_daemon if cookie_daemon is not in $XDG_DATA_HOME/uzbl/scripts/ 10. Added a new event_manager.py launcher uzbl-daemon. 11. Updated make test-dev-browser target to test uzbl-daemon also. 12. Added init like {start|stop|restart} to the event manager. 13. Added a fourth 'list' option to {start|stop|..} to list the plugins and dirs of each plugin that would be loaded by the event manager.