GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plagger::Plugin::CustomFeed::SVNLog(3) User Contributed Perl Documentation Plagger::Plugin::CustomFeed::SVNLog(3)

Plagger::Plugin::CustomFeed::SVNLog - Custom feed for SVN Log

    - module: CustomFeed::SVNLog
      config:
        target: scheme://url/to/repository
        title: SVN Log of blah blah blah
        link: http://url/to/repository/viewer
        revision_from: 5
        revision_to: 123
        reverse: 1
        fetch_items: 20

This plugin fetches log from svn repository and creates a custom feed.

target
Specifies the repository url.
title
Specifies the feed title you want. If not specified, default is 'SVN Log'.
link
Specifies the repository viewer url.
revision_from
Specifies a revision number you wish to start publish from. default is 1.
revision_to
Specifies a revision number you wish to end publish to. default is 'HEAD'.
reverse
If set to 1, this option makes feed to reverse order. default is 0.
fetch_items
Specifies a numeric value of limit to publish. This functions well with reverse, revision_from, and the revision_to option.

Michiya Honda <pia@cpan.org>

Plagger, SVN::Client
2006-12-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.