]> www.wagner.pp.ru Git - oss/vjournal.git/blobdiff - bin/comment
stubs for scripts
[oss/vjournal.git] / bin / comment
diff --git a/bin/comment b/bin/comment
new file mode 100644 (file)
index 0000000..3edef13
--- /dev/null
@@ -0,0 +1,19 @@
+#!/usr/bin/perl -T
+
+=head1 NAME
+
+vjcomment - post comments on blog entries
+
+=head1 SYNOPSIS
+
+       http://your.server.com/cgi-bin/vjcomment/your-blog-top/2013/11/30-pst.html?id=cmt12
+
+=head1 DESCRIPTION
+
+This script processes a comment, posted from the form in the HTML
+file and, if auth OK, inserts comment into this html file.
+
+If comment is answer to another comment id of parent comment should be
+passed. If no id is passed, comment is assumed top-level.
+
+=cut