From b20db38eeb9ae7eeb54993c48854639eebc396bb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 May 2011 17:21:32 +0200 Subject: [PATCH] slackeria(1) updates --- bin/slackeria | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/bin/slackeria b/bin/slackeria index 9cb933d..a6cd5a9 100755 --- a/bin/slackeria +++ b/bin/slackeria @@ -63,15 +63,15 @@ __END__ =head1 NAME -B - Project status overview +slackeria - Project status overview =head1 SYNOPSIS -B +B [B<-v>|B<--verbose>] I =head1 VERSION -This is unreleased alpha software. Use at your own risk. +version 0.1 =head1 DESCRIPTION @@ -89,10 +89,17 @@ what's missing or not up-to-date. Show the names of projects/plugins as they are run. +=item B<-V>, B<--version> + +Print program version + =back =head1 EXIT STATUS +Zero unless something went completely wrong. The exist status does not +indicate the status of projects or plugins. + =head1 CONFIGURATION The configuration is stored in F<~/.config/slackeria/> (or whatever prefix your @@ -162,10 +169,17 @@ HTML::Template. For the plugins, see their documentation. Some plugins are based on B, which breaks easily. +This is alpha software. The Plugin API and Config format can be considered +stable, but other things may still change. + =head1 SEE ALSO Config::Tiny(3pm), App::Slackeria::Plugin(3pm). +=head1 CREDITS + +The name "slackeria" is courtesy of Maximilian GaE. + =head1 AUTHOR Copyright (C) 2011 by Daniel Friesel Ederf@finalrewind.orgE