X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fvjournal.git;a=blobdiff_plain;f=bin%2Fpost;fp=bin%2Fpost;h=1435e91d97668c8dceb8214700c4f35721ffd0c9;hp=0000000000000000000000000000000000000000;hb=8a3c7e4b84b480cdcdde4d163d753e4447a4ffbf;hpb=226b9593b28fc6eacf1b1f27cb76838f77716ed2 diff --git a/bin/post b/bin/post new file mode 100644 index 0000000..1435e91 --- /dev/null +++ b/bin/post @@ -0,0 +1,24 @@ +#!/usr/bin/perl -T + +=head1 NAME + +vjpost - submit or edit blog posts + +=head1 SYNOPSIS + + http://your.server.org/cgi-bin/vjpost/your-blog-top + +For submit post or set up blog + + http://your.server.org/cgi-bin/vjpost/your-blog-top/2013/12/11-my-post.html + +For editing post visible as: + + http://your.server.org/yoru-blog-top/2013/12/11-mypost.html + +=head1 DESCRIPTION + +B is blog owner interface to VJournal system. It allows to +create new posts, edit existing posts or perform initial blog setup + +=cut