summaryrefslogtreecommitdiff
path: root/www/cgiparse/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/cgiparse/pkg-descr')
-rw-r--r--www/cgiparse/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/cgiparse/pkg-descr b/www/cgiparse/pkg-descr
new file mode 100644
index 000000000000..b0d7c6b8bc44
--- /dev/null
+++ b/www/cgiparse/pkg-descr
@@ -0,0 +1,5 @@
+cgiparse is a C library that is used to build cgi's that can parse
+web forms. It provides a few utility functions that allow your
+cgi's to be easily debuged.
+
+To parse a cgi form it is as easy as calling cgigetvalue("name").