]> www.wagner.pp.ru Git - oss/vjournal.git/commitdiff
more script stubs
authorVictor Wagner <wagner@atlas-card.ru>
Wed, 9 Oct 2013 14:10:32 +0000 (18:10 +0400)
committerVictor Wagner <wagner@atlas-card.ru>
Wed, 9 Oct 2013 14:10:32 +0000 (18:10 +0400)
Makefile.PL
bin/provider [new file with mode: 0644]

index ee7782339d436a885d755177829305c6de9d295c..8db4cac17ed9d605d6aecab000858352fbd95ccd 100644 (file)
@@ -4,6 +4,10 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
        NAME=>'VJournal',
-       VERSION=>0.1
+       VERSION=>0.1,
+       PREREQ_PM=>{
+               "Test::More"=>0,
+               "Image::Size"=>0,
+       }
 );
 
diff --git a/bin/provider b/bin/provider
new file mode 100644 (file)
index 0000000..9ba2eb0
--- /dev/null
@@ -0,0 +1,17 @@
+#!/usr/bin/perl -T
+
+=head1 NAME
+
+vjprovider - OpenID provider for VJournal
+
+=head1 SYNOPSIS
+
+=head1 DESCRIPTION
+
+Provides OpenID authentication for the VJournal users. Expected to be
+run on the same machine where blogs reside, and rejects all OpenID uris
+which aren't on the same host.
+
+Script should be told where is -statedir of blogs.
+
+=cut