Shorten the var->ptr table slightly more.
[uzbl-mobile] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index fc49fea..66bd93e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,10 +1,22 @@
-Original code taken from webkit example application whis is copyrighted 2006, 2007 Apple Inc and 2007 Alp Toker <alp@atoker.com>
-enhancements to form uzbl made by Dieter Plaetinck.
 
-Michael Walker (Barrucadu) <mike@barrucadu.co.uk> - Original threaded FIFO interface. Command adding methods.
+Developers:
+    Dieter Plaetinck (Dieter@be) <email is dieter AT plaetinck.be>
+    Dusan Popovic (dusanx)
+    Michael Walker (Barrucadu) <email is mike AT barrucadu.co.uk>
+    Přemysl Hrubý, (anydot) <email is dfenze AT gmail.com>
+    Robert Manea (robm)
 
-Zane Ashby (HashBox) <http://demonastery.org> - Rewrote FIFO interface. Fixed various bugs.
+Contributors:
+    (DuClare) - Various improvements
+    Zane Ashby (HashBox) - Rewrote FIFO interface. Fixed various bugs.
+    (sentientswitch) - Cleaned up code. Added some commands.
+    Jan Kolkmeier (jouz) - scrolling, link following
+    Evgeny Grablyk - libsoup settings
+    Damien Leon - misc
+    Peter Suschlik - backwards searching
+    (salinasv) - move some variables to heap
 
-(sentientswitch) - Cleaned up code. Added some commands.
-
-Dusan Popovic (dusanx) - Key handling and stuff
+Originaly based on http://trac.webkit.org/browser/trunk/WebKitTools/GtkLauncher/main.c
+Which is  copyrighted:
+2006, 2007 Apple Inc
+2007 Alp Toker <alp@atoker.com>