X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fvjournal.git;a=blobdiff_plain;f=bin%2Fcomment;fp=bin%2Fcomment;h=3edef13e5635eb4709edbd37fea469dadc31e65f;hp=0000000000000000000000000000000000000000;hb=8a3c7e4b84b480cdcdde4d163d753e4447a4ffbf;hpb=226b9593b28fc6eacf1b1f27cb76838f77716ed2 diff --git a/bin/comment b/bin/comment new file mode 100644 index 0000000..3edef13 --- /dev/null +++ b/bin/comment @@ -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