Metadata-Version: 1.0
Name: SvnReporter
Version: 0.4
Summary: Subversion commit reporter
Home-page: http://www.calins.ch/software/SvnReporter.html
Author: Remy Blank
Author-email: software@calins.ch
License: GPL-2
Download-URL: http://www.calins.ch/download/SvnReporter/SvnReporter-0.4.tar.gz
Description: SvnReporter generates various reports in response to commits happening
        in a Subversion repository. It is intended to be called from the
        post-commit hook.
        
        Two types of reports are supported: single-event and event list reports.
        The former generate reports relative to the current commit only, and are
        typically used to generate post-commit mails. The latter generate reports
        relative to a list of commits, e.g. an RSS feed or a web page showing the
        latest commits.
        
        Reports can be restricted to commits whose objects match certain criteria,
        specified by a list of regular expressions.
        
        The format of the reports can be defined freely and flexibly using a
        very simple template format.
        
Keywords: Subversion,SVN,commit,post-commit,hook,e-mail,feed,atom,rss
Platform: POSIX
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Version Control
