aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar uranther <jwheaton@purdue.edu>2009-07-04 18:57:51 -0400
committerGravatar uranther <jwheaton@purdue.edu>2009-07-04 18:57:51 -0400
commite28d60db6729e6237b798ac2ef23a5c850f03714 (patch)
treeb71c0a038127a6c40aed6d20e6d494b78968fe00 /docs
parenteec3473914a4e934aea1a66176d6078f77923e89 (diff)
parent95f44d36814626bf93d2934c400ef548a6bd1fe7 (diff)
Merge commit 'Dieterbe/experimental' into experimental
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ2
-rw-r--r--docs/INSTALL2
-rw-r--r--docs/TODO4
3 files changed, 3 insertions, 5 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 6126248..1ecce41 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -35,7 +35,7 @@ be handled outside of uzbl by a separate/different program. Here are some solut
* Many window managers can (and should) handle this by default. Xmonads tabbed layout, Wmii's stacked layout and so on.
* Uzbl supports acting as a GtkPlug to plug into GtkSockets (Xembed) so you can embed uzbl instances in other Gtk applications.
- This allows several implementatinos, a popular one is [uzbl_tabbed.py](http://www.uzbl.org/wiki/uzbl_tabbed) (TODO: include with sample scripts)
+ This allows several implementatinos, a popular one is [uzbl_tabbed.py](http://www.uzbl.org/wiki/uzbl_tabbed)
* If you want highest customizablity, you need the 3rd option:
You can also write a custom script. The only thing you need to do is focus/maximize the instance you want,
keep the others out of sight and use tools like dmenu and wmctrl to switch instances.
diff --git a/docs/INSTALL b/docs/INSTALL
index 43e139c..be6e85b 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -13,7 +13,7 @@ From source
You can pull the code from git or get a tagged tarball.
$ git clone git://github.com/Dieterbe/uzbl.git
- [ $ git checkout master/experimental ] # optional. see below
+ [ $ git checkout origin/experimental ] # optional. see below
$ cd uzbl
$ make
$ sudo make install
diff --git a/docs/TODO b/docs/TODO
index 7f2d514..00166eb 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -12,7 +12,7 @@ More or less in order of importance/urgency
* scrolling: make page up and page down configurable.
* show % of location in statusbar/title if page doesn't fit entirely on view.
* conditionals in format strings: eg if(SELECTED_URI) { "-> SELECTED_URI" } or another smart way to achieve the same.
-* make default window size configurable, and optional
+* make default window size configurable, and optional if this is not too much work
* on uzbl.org commits overview: add date+time and repository
* how to handle different content types? (text-plain, image/png, application/pdf,... maybe a map of content-type to uzbl/command
xdg already has a spec for this i think
@@ -40,7 +40,6 @@ More or less in order of importance/urgency
* check for real command name, not just the first letter.
* let users attach handlers to the most common events/signals in uzbl.
great use case: automatically calling formfiller for certain sites
-* write little script to open new urls with the urxvt url thing +document.
* document:
stylesheet overridding
formfiller
@@ -62,4 +61,3 @@ figure out how webkit intercepts key input
make "disable insert mode" (esc key) configurable
keywords don't work for external commands. is this a problem?
* pass a bit less arguments by default, use the socket to query for them instead, or export the stuff through environment variables, or export them as xorg window properties
-* write a config "generator" that iterates over the Uzbl uzbl and generates the commands needed to become in that state. \ No newline at end of file