aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.mdwn
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-11-16 11:22:01 -0500
committerThomas Harning Jr <harningt@gmail.com>2007-11-16 11:22:01 -0500
commit73478948f9950cdca67f6ac57069bdd74ec94762 (patch)
treebcfc0703c4a760b9975872b5a0ff13e164b944cf /doc/index.mdwn
parentcc2f827db29caa6cc2679909ce5d50129782a900 (diff)
downloadluaevent-prosody-73478948f9950cdca67f6ac57069bdd74ec94762.tar.gz
luaevent-prosody-73478948f9950cdca67f6ac57069bdd74ec94762.zip
Added initial shot at documentation using Ikiwiki (only luaevent.core.buffer is really doc'ed yet)
Diffstat (limited to 'doc/index.mdwn')
-rw-r--r--doc/index.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn
new file mode 100644
index 0000000..7b1d8d3
--- /dev/null
+++ b/doc/index.mdwn
@@ -0,0 +1,13 @@
+LuaEvent is a Lua wrapper around [libevent](http://monkey.org/~provos/libevent/).
+It provides an interface with which you can write applications that wait on
+file-descriptor events (primarily socket-based).
+
+[[API_Reference|api]]
+
+----
+Related links for this project:
+
+* LuaForge @ <http://luaforge.net/projects/luaevent/>
+* GitRepo @ <http://repo.or.cz/w/luaevent.git/>
+* ohloh @ <http://www.ohloh.net/projects/8077/>
+