aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-08-31 23:21:09 -0400
committerThomas Harning Jr <harningt@gmail.com>2007-08-31 23:21:09 -0400
commit771b8e4b14dec64ea6a19142bdfafa6b37053685 (patch)
tree605b03b51adf7988cf2d7e245d196a4e1ce79d7d /README
parent4c2a04eded5c66c6696d4b53aee339f0f3ab8155 (diff)
downloadluaevent-prosody-771b8e4b14dec64ea6a19142bdfafa6b37053685.tar.gz
luaevent-prosody-771b8e4b14dec64ea6a19142bdfafa6b37053685.zip
Update README w/ more project details.
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 19 insertions, 5 deletions
diff --git a/README b/README
index 7242bcc..4903c71 100644
--- a/README
+++ b/README
@@ -1,5 +1,18 @@
+Description: This is a binding of libevent to Lua. It will serve as a drop-in replacement
+for copas, and eventually support more features (async DNS, HTTP, RPC...).
+
+Contact information:
+Lead: Thomas Harning <harningt@gmail.com>
+
+Project page: http://luaforge.net/projects/luaevent/
+GIT Repositories:
+ git://repo.or.cz/luaevent.git
+ http://repo.or.cz/r/luaevent.git
+Try checking it out and working on it, the 'mob' feature is enabled so you can commit w/:
+git push git+ssh://mob@repo.or.cz/srv/git/luaevent.git master:mob
+
Build Requirements:
- premake (>= 3.3)
+ premake (>= 3.3 < 4)
libevent (recommend >= 1.3b)
Usage Requirements:
libevent (recommend >= 1.3b)
@@ -7,7 +20,8 @@ Usage Requirements:
See test/ directory for examples of usage.
-Project page: http://luaforge.net/projects/luaevent/
-GIT Repos:
-git://repo.or.cz/luaevent.git
-http://repo.or.cz/r/luaevent.git
+
+Dependencies:
+ premake - http://premake.sourceforge.net/download
+ libevent - http://monkey.org/~provos/libevent/
+ LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/