]> www.wagner.pp.ru Git - oss/vjournal.git/blob - bin/comment
new description
[oss/vjournal.git] / bin / comment
1 #!/usr/bin/perl -T
2
3 =head1 NAME
4
5 vjcomment - post comments on blog entries
6
7 =head1 SYNOPSIS
8
9         http://your.server.com/cgi-bin/vjcomment/your-blog-top/2013/11/30-pst.html?id=cmt12
10
11 =head1 DESCRIPTION
12
13 This script processes a comment, posted from the form in the HTML
14 file and, if auth OK, inserts comment into this html file.
15
16 If comment is answer to another comment id of parent comment should be
17 passed. If no id is passed, comment is assumed top-level.
18
19 =cut