The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SVN::Web::RSS - SVN::Web action to generate an RSS feed

SYNOPSIS

In config.yaml

  actions:
    ...
    rss:
      class: SVN::Web::RSS
    ...

DESCRIPTION

Generates an RSS feed of commits to a file or path in the Subversion repository.

OPTIONS

None.

TEMPLATE VARIABLES

None. This action does not use a template.

EXCEPTIONS

None.