Added AUTHORS and HOWTO file.
authorBarrucadu <mike@barrucadu.co.uk>
Fri, 24 Apr 2009 15:45:29 +0000 (16:45 +0100)
committerBarrucadu <mike@barrucadu.co.uk>
Fri, 24 Apr 2009 15:45:29 +0000 (16:45 +0100)
AUTHORS [new file with mode: 0644]
HOWTO [new file with mode: 0644]

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..c110088
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,7 @@
+Alp Toker <alp@atoker.com>, Apple Inc - Original code taken from webkit example application, copyright 2006, 2007 Apple Inc and 2007 Alp Toker
+
+Dieter Plaetinck (Dieter@be) <http://dieter.plaetinck.be/> - Enhancements to form uzbl.
+
+Michael Walker (Barrucadu) <mike@barrucadu.co.uk> - Original threaded FIFO interface. Command adding methods.
+
+Zane Ashby (HashBox) <http://demonastery.org> - Rewrote FIFO interface. Fixed various bugs.
\ No newline at end of file
diff --git a/HOWTO b/HOWTO
new file mode 100644 (file)
index 0000000..9dca0ec
--- /dev/null
+++ b/HOWTO
@@ -0,0 +1,7 @@
+1) Checkout code.
+2) make
+3) make test
+4) ????
+5) PROFIT!
+
+NOTE: I push after most changes, even if the program no longer compiles - no guarantees it'll actually do anything. What you see on here is generally what is on my laptop.