aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-27 21:39:54 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-27 21:39:54 +0200
commit8318989f3ff3dbd97f8b0786939432fe09939e30 (patch)
treea3366a5eb59b6bba8e8ec6bf05054c2223298517 /README
parent0e6673e461793f8c317db0f57bd49806d4e5457d (diff)
notes for newcomers
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index ed8471a..962bb31 100644
--- a/README
+++ b/README
@@ -1,3 +1,12 @@
+TO NEW PEOPLE:
+ - please read the README in /usr/share/uzbl/docs
+ - invoke uzbl --help
+ - to get you started: uzbl --uri 'http://www.archlinux.org' --config /usr/share/uzbl/examples/configs/sampleconfig
+ - study the sample config, have a look at all the bindings, and note how you can call the scripts to insert a bookmark, and load new url from history and the bookmarks file
+ - note that there is no url bar. all url editing is supposed to happen _outside_ of uzbl. right now you cannot just change the url as you please (we are working on that)
+ for now, you can use the load_from scripts and write commands into the fifo (see /usr/share/uzbl/docs/CHECKLIST)
+
+
- Uzbl.
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. Time to change that!