From aab7e3eaf12239604550d599f8fc699285c4987c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 25 Jul 2010 16:35:37 +0000 Subject: [PATCH] descriptions and version-testing --- aeonview.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/aeonview.py b/aeonview.py index fcb783a..2b534bc 100755 --- a/aeonview.py +++ b/aeonview.py @@ -2,11 +2,18 @@ import sys, time, datetime, os, optparse, errno def aeonview(argv): - """Basic settings and configurations for aeonview""" + """ + aeonview is a tool for automagical timelapse-video generation. + it works as a glue between different linux programs to produce + videos of elapsing time. works best with webcam-images from the net. + """ + + __author = "Ismo Vuorinen (ivuorinen@gmail.com)" + parser = optparse.OptionParser( usage='Usage: %prog [options]', description="aeonview for timelapses", - version="%prog 0.1" + version="%prog 0.1.($Revision$)" ) basicopts = optparse.OptionGroup(parser,