aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 11:48:10 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 11:48:10 +0200
commitb44050d99f5fcd9bb8508154222675a192e68766 (patch)
treefed3a50d0ad3f9bbd0d617172de7faf3d1048a00 /README
parentddbe611e846a85695082dfbdb8a73459c9ec3eda (diff)
cleaning up / refactoring some things after the merge from Barrucadu. I probably did something wrong earlier
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index c15cc45..e58962d 100644
--- a/README
+++ b/README
@@ -63,10 +63,17 @@ CONTROL:
- Press ESC to toggle the command entry.
- Press enter after typing a command to use it.
-NOTE:
+NOTES:
- My c skills are very rusty, it will take me a while to get back up to speed
- For more thoughts & ideas see http://bbs.archlinux.org/viewtopic.php?id=67463
-- I push the code most times I save any changes, regardless of whether it actually compiles or not. Thus, the code here should be regarded as highly experimental.
+
+REPO's:
+- http://github.com/Dieterbe/uzbl
+ master -> uzbl stable branch
+ experimental -> bleeding edge stuff that may break. after QA codes gets merged into master
+- various contributors also have their clones on github (http://github.com/dusanx, http://github.com/Barrucadu/uzbl, ...).
+ They may be developing specific features, which get merged into Dieters experimental branch
+
KNOWN BUGS
- Segfault occurs on shutdown, almost definitely FIFO related (I'm not seeing this bug now, but the warning was here when I forked the code and I haven't touched the FIFO bit)