sample cookie handler and config file
[uzbl-mobile] / README
diff --git a/README b/README
index 3dedb25..ad57566 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,21 @@
+THIS PROJECT IS NOT FOR:
+- people want a browser that does everything
+- people who want a browser with things like a built-in bookmark manager, address bar, forward/back buttons, ...
+
+
+
 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 load new url from history and the bookmarks file
  - inserting new bookmarks is not working yet. it will be soon.
- - 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)
+ - note that there is no url bar. all url editing is supposed to happen _outside_ of uzbl.
+   for now, you can use the load_from_* dmenu based scripts to pick a url or type a new one (we should have a dmenu-like that functions as a better editor) or write commands into the fifo (see /usr/share/uzbl/docs/CHECKLIST)
+
+
+CURRENT STATE:
+ alpha / prototype
 
 
 - Uzbl.
@@ -95,19 +105,23 @@ $1 uzbl-config-file
 $2 uzbl-pid
 $3 uzbl-x-window-id
 $4 uzbl_fifo-filename
+$5 uzbl_socket-filename
+$6 current page url
+$7 current page title
 .. [ script specific ] (optional)
 
 The script specific arguments are this:
 * history:
-  $5 page url
-  $6 page title
-  $7 date of visit (Y-m-d H:i:s localtime)
+  $8 date of visit (Y-m-d H:i:s localtime)
 * add bookmark:
-  $5 page url
-  $6 page title
+  none
 * download:
-  $5 url
+  $8 url of item to download
+* cookie handler
+  $8 GET/PUT
 
 KNOWN BUGS
 - Segfaults when using zoom commands (happens when max zoom already reached?).
 - Something in the FIFO code causes CPU usage to jump.
+
+Report new issues @ uzbl.org/bugs