Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.189 Times

Svnnotify freeware
 

Svnnotify

Added: July 17, 2013 | Visits: 380

SVN::Notify This document covers the output filtering capabilities of SVN::Notify. Output filters are simply subroutines that modify content before SVN::Notify outputs it. The idea is to provide a simple interface for anyone to use to change the format of the messages that SVN::Notify creates. Filters are... Platforms: *nix

License: Freeware Size: 92.16 KB Download (33): SVN::Notify Download

Added: June 11, 2013 | Visits: 458

SVN::Notify::Filter SVN::Notify::Filter is a Perl module to create output filters for SVN::Notify. Synopsis package SVN::Notify::Filter::Textile; use Text::Textile (); sub log_message { my ($notifier, $lines) = @_; return $lines unless $notify->content_type eq 'text/html'; return [... Platforms: *nix

License: Freeware Size: 81.92 KB Download (33): SVN::Notify::Filter Download