aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* permissions fixGravatar Dieter Plaetinck2010-01-24
|
* merge in pawelz' authentication handler + some other fixesGravatar Dieter Plaetinck2010-01-24
|\
* | add P.C. Shyamshankar's followerGravatar Dieter Plaetinck2010-01-24
| |
* | merge in configurable-number/strings, Uzbl-js-object-independent linkfollowerGravatar Dieter Plaetinck2010-01-24
|\ \
| * | No script fluff should be in config.h, thanks mason.Gravatar tczy2010-01-19
| | |
| | * Merge branch 'master' into experimentalGravatar Paweł Zuzelski2010-01-15
| | |\
| | | * Fix middle click binding (to open selected uri in new window).Gravatar Mason Larobina2010-01-13
| | | |
| | | * Fix yank bind now that the Uzbl object is gone.Gravatar Mason Larobina2010-01-11
| | | |
| | * | authentication_handler implementaionGravatar Paweł Zuzelski2010-01-10
| |/ / |/| | | | | | | | | | | | | | | | | | | | Authentication handler allows to delegate http authentication to external program. It introduces one new configuration variable: authentication_handler. Note that this commit does not affect uzbl behaviour unless this variable is set. Also updated README documentation, default config and added example authentication script.
| | * Comment out anything in the config that used @jsh or the Uzbl object.Gravatar Mason Larobina2010-01-09
| | |
| * | remove unneeded varGravatar tczy2010-01-06
| | |
| * | Merge branch 'master' of git://github.com/Dieterbe/uzbl into followGravatar tczy2010-01-06
| |\ \
| * | | get back to default styles, github had a messGravatar tczy2010-01-06
| | | |
| * | | remove follow scripts that are replaced by follow.jsGravatar tczy2010-01-06
| | | |
| * | | Jason's linkfollower with modifications: navigation keys areGravatar tczy2010-01-06
| | | | | | | | | | | | | | | | | | | | optionally set in Uzbl's config; code for one-hand navigation is commented out.
| * | | appropriate changes to the config exampleGravatar tczy2010-01-06
| | | |
| | | * Encode utf-8 strings being sent to stdout.Gravatar Mason Larobina2010-01-05
| | | |
| | | * Make verbose print format string unicode.Gravatar Mason Larobina2010-01-05
| | |/
* | | remove the 'uzbl' subdirectory in examples/*/, since the sandbox they are no ↵Gravatar Dieter Plaetinck2010-01-02
| | | | | | | | | | | | longer needed + update paths everywhere + remove examples/config/enchant (also not needed since sandbox) + bugfix: set /home/dieter in sandbox
* | | merge in changes from masterGravatar Dieter Plaetinck2010-01-02
|\ \ \ | | |/ | |/|
* | | authors file updatesGravatar Dieter Plaetinck2010-01-02
| | |
| * | add notes into example configGravatar Dieter Plaetinck2010-01-02
| | |
* | | uzbl-tabbed: add a tab_indexes optionGravatar Simon Lipp2010-01-03
| | |
* | | uzbl-tabbed: get rid of update-tablist timerGravatar Simon Lipp2010-01-03
| | |
* | | implemented new actions for uzbl_tabbedGravatar Simon Lipp2010-01-03
| | |
* | | uzbl-tabbed:Gravatar Simon Lipp2010-01-03
| | | | | | | | | | | | | | | * misc fixes (problems introduced in last commit) * correct implemenation of the configuration (use uzbl events insted of config file; you can now do :set show_tablist=0)
* | | uzbl-tabbed changes :Gravatar Simon Lipp2010-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove bind_* options: does not work with current uzbl revisions, and a better implementation will come soon. * Remove reading of uzbl config file (same reason) * Better IPC handling (to sumarize: less periodic polling): * Better separation between network layers (communication is in SocketClient, protocol in UzblInstance, user interface in UzblTabbed) * use io_add_watch instead of select for reading uzbl events * does not use a generated hash to separate events, but the LF character * get rid of all the flush()ing logic * does not probe periodically for the title anymore; use uzbl events * create a /tmp/uzbltabbed_socket instead of polling the /tmp/uzbl_socket_* socket
* | | uzbl-tabbed: get UzblInstance out of UzblTabbedGravatar Simon Lipp2010-01-03
| | |
* | | uzbl-tabbed: don't use uzbl fifoGravatar Simon Lipp2010-01-03
| | |
* | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-03
|\ \ \
| | * | Updated comments in handlers section and updated the download handlerGravatar Mason Larobina2010-01-02
| | | |
| * | | URIEncode search string component of web searching binds.Gravatar Mason Larobina2010-01-01
| | | |
| * | | Moved expand function to external plugin to reduce code duplication.Gravatar Mason Larobina2010-01-01
| | | |
| * | | Added the escaped and quoted %r replace for on_event and bind args.Gravatar Mason Larobina2010-01-01
| | | |
| | * | Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2010-01-02
| | |\ \ | | |/ / | |/| |
| * | | fixed http://www.uzbl.org/bugs/index.php?do=details&task_id=165Gravatar tczy2010-01-01
| | | | | | | | | | | | | | | | using supplied patch
| * | | uzbl-tabbed bind '@' fixGravatar tczy2010-01-01
| | | |
| | * | We don't have support for inline comments.Gravatar Mason Larobina2010-01-01
| | | |
| | * | Use new export mechanism in all plugins.Gravatar Mason Larobina2010-01-01
| | | |
| | * | Correctness re-write of the export mechanism.Gravatar Mason Larobina2010-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exporting is now done with the following two new functions: 1. `uzbl.export('external_name', function)` 2. `uzbl.export_dict({'name1': func1, 'name2': func2, ...})` This system is preferable to the old `__export__` variable for several reasons. The first being that the exporting system is now very similar to the connect (read: `uzbl.connect(..)` and `uzbl.connect_dict({..})`) system in the event manager. And consider the following: 1. User wishes to write a plugin that doesn't connect to any events but exports a function. 2. It's an arbitrary requirement that a plugin have an `init(uzbl)` function. 3. The user would have done the following (example plugin snippet): __export__ = 'my_function' def my_function(uzbl, ..): # Do something def init(uzbl): # Do nothing pass 4. The user now does the following: def my_function(uzbl, ..): # do something def init(uzbl): uzbl.export('my_function', my_function) Note that the name in `uzbl.export('external_name', function)` doesn't need to match the function name. Example pseudo-python: # In the plugin >>> def hello(uzbl): ... return "Hello, World!" >>> def init(uzbl): ... uzbl.export('say_hello', hello) ... print uzbl.say_hello() # In the event manager >>> plugin.init(uzbl) Hello, World!
* | | | Moved xdghome function out of config section.Gravatar Mason Larobina2010-01-01
|/ / /
| * | Add 'uzbl terminal' binding & remove old example lines.Gravatar Mason Larobina2010-01-01
| | |
| | * uzbl-tabbed bind '@' fixGravatar tczy2009-12-30
| | |
| | * fixed http://www.uzbl.org/bugs/index.php?do=details&task_id=165Gravatar tczy2009-12-29
| | | | | | | | | | | | using supplied patch
| | * add link following script with configurable keysGravatar cy2009-12-28
| |/ |/|
| * Keycmd plugin now sets raw_{key,mod}cmd vars and updated title format.Gravatar Mason Larobina2009-12-26
| |
| * URIEncode search string component of web searching binds.Gravatar Mason Larobina2009-12-26
| |
| * 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
|/
* Unified yank bind.Gravatar Mason Larobina2009-12-23
|