aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 42db76a..60ed089 100644
--- a/README
+++ b/README
@@ -128,3 +128,16 @@ KNOWN BUGS
- Something in the FIFO code causes CPU usage to jump.
Report new issues @ uzbl.org/bugs
+
+
+VALGRIND PROFILING
+add this to Makefile header: CFLAGS=-g
+recompile
+valgrind --tool=callgrind ./uzbl ....
+kcachegrind callgrind.out.foo
+
+CONFIG FILE
+** Variable replacement and markup format
+See http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html for
+what you can do, markup wise.
+TODO: document possible variables, and what you can do with useragent/title/statusbar