]> www.wagner.pp.ru Git - oss/vjournal.git/blobdiff - bin/post
stubs for scripts
[oss/vjournal.git] / bin / post
diff --git a/bin/post b/bin/post
new file mode 100644 (file)
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<vjpost> is blog owner interface to VJournal system. It allows to
+create new posts, edit existing posts or perform initial blog setup
+
+=cut