aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2009-07-15 18:16:26 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2009-07-15 18:16:26 -0600
commit1c079d2ab38b87f2abb3d980ec9b43200d2711e0 (patch)
tree584ba99aa3063f7abd422d0ae4e60c003179cd6b /README
parent25972713cd69b650feac840b85435ada9f02ed83 (diff)
parentf8cffd77d5cd734389fb11966c9eb90315e8c8ed (diff)
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into replace-expand-template
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 4 insertions, 6 deletions
diff --git a/README b/README
index bdbb5d8..8a6b7d2 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@
In my opinion, any program can only be really useful if it complies to the unix philosophy.
Web browsers are frequent violators of this principle:
-* They build in way too much things into the browser, dramatically decreasing the options to do things the way you want.
+* They build in way too much things into the browser, dramatically decreasing the options to do things the way you want.
* They store things in way too fancy formats (xml, rdf, sqlite, ... ) which are hard to store under version control, reuse in other scripts, ...
Time to change that!
@@ -26,7 +26,7 @@ Time to change that!
Here are the general ideas:
* each instance of uzbl renders 1 page (eg it's a small wrapper around webkit), no tabbing, tab previews, or speed dial things.
- For "multiple instances management" use your window managers, scripts or wrappers.
+ For "multiple instances management" use your window managers, scripts or wrappers.
This way you can get something much more useful than tabbing by default
* very simple, plaintext , changeable at runtime configuration
* various interfaces for (programmatic) interaction with uzbl (see below)
@@ -196,7 +196,7 @@ Copying the Uzbl object and creating public functions should be taken with care
### VARIABLE EXPANSION AND COMMAND/JAVA SCRIPT SUBSTITUTION
-Variable expansion works pretty much as known from shell interpreters (sh, bash, etc.). This means you can
+Variable expansion works pretty much as known from shell interpreters (sh, bash, etc.). This means you can
construct strings with uzbl variables in them and have uzbl replace the variable name with its contents.
In order to let uzbl know what to expand you'll need to prepend @ to the variable name:
@@ -282,7 +282,7 @@ status bar's markup; see the example config for examples.
### EXTERNAL SCRIPTS
You can use external scripts with uzbl the following ways:
-* let uzbl call them. these scripts are called handlers in the uzbl config. used for handling logging history, handling a new download,..
+* let uzbl call them. these scripts are called handlers in the uzbl config. used for handling logging history, handling a new download,..
* call them yourself from inside uzbl. you can bind keys for this. examples: add new bookmark, load new url,..
* You could also use xbindkeys or your WM config to trigger scripts if uzbl does not have focus
@@ -345,5 +345,3 @@ known bugs:
* Segfaults when using zoom commands (happens when max zoom already reached?).
Please report new issues @ uzbl.org/bugs
-
-