summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsandmann <sandmann>2004-05-18 07:48:50 +0000
committersandmann <sandmann>2004-05-18 07:48:50 +0000
commitcc477a23dc9d7fb4b534d67265b3e3b2a442bb0a (patch)
tree291c79830282b84f849615afcd009684a62ce794 /README
Initial revision
Diffstat (limited to 'README')
-rwxr-xr-xREADME32
1 files changed, 32 insertions, 0 deletions
diff --git a/README b/README
new file mode 100755
index 0000000..86665c6
--- /dev/null
+++ b/README
@@ -0,0 +1,32 @@
+"Lac" expands to "Library for Asynchronous Communication". It is a
+network abstraction library like a zillion others, but with a few
+features rarely found in other network libraries:
+
+ - Works well with the GLib main loop.
+ - Asynchronous, caching DNS resolver.
+ - Pipelining HTTP 1.1 implementation
+
+These features haven't been tested much, so they will contain bugs and
+missing pieces here and there. They should be basically working,
+though.
+
+Features that would be nice to have, but aren't in the libary yet:
+
+ - HTTP cache
+ - HTTP cookies
+ - HTTP Proxy support
+ - Support for SSL
+ - FTP implementation
+ - Documentation
+
+You can help adding these, of course.
+
+You can download the library at
+
+ http://www.daimi.au.dk/~sandmann/lac-0.6.tar.gz
+
+Lac is free software; you can modify and distribute it under the terms
+of the LGPL (the GNU Library General Public License). See the file
+COPYING for details.
+
+Soeren Sandmann (sandmann@daimi.au.dk)