diff --git a/0BUILD b/0BUILD index b0050db..8b06175 100644 --- a/0BUILD +++ b/0BUILD @@ -240,7 +240,7 @@ COPYING - README + README.md diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index c6fc562..2b772d2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# aqcgi +# AqCGI +AqCGI is a small library to help building CGI code in C to be used with +Apache2 and other HTTP servers. + +It parses HTTP headers and URL-encoded strings. It also takes care of sending +responses including headers and error codes/messages.