netstiff 20080331 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News netstiff 20080331 (Default branch)
# 1  
Old 03-31-2008
netstiff 20080331 (Default branch)

Imagenetstiff (formerly known as webdiff) is a powerfulWeb and FTP site update checker. It supports avariety of different methods (diff, HTML, size,date, MD5 sum, regexp) to check for updates. Thereare also sophisticated settings to make it usefulfor partly dynamic Web pages. Without any givenarguments, netstiff will either run itsinteractive configuration tool or check your sitesfor updates and print the changes in adiff(1)-like manner.License: GNU General Public License (GPL)Changes:
The default behavior was changed to updating andshowing the changes at once. The "get" command wasrenamed to "update". All test methods are diffablenow. The behavior of the regular expression matchtest method was changed. HTTPS support was fixed.The documentation (manual page) was improved.Further internal and minor changes have been made.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Config::Model::models::Debian::Dpkg::Source::Options(3pmUser Contributed Perl DocumentatiConfig::Model::models::Debian::Dpkg::Source::Options(3pm)

NAME
Config::Model::models::Debian::Dpkg::Source::Options - Configuration class Debian::Dpkg::Source::Options VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model list of long options that should be automatically prepended to the set of command line options of a dpkg-source -b or dpkg-source --print-format call. Options like --compression and --compression-level are well suited for this file. Elements diff-ignore - perl regexp to filter out files for the diff perl regular expression to match files you want filtered out of the list of files for the diff.This is very helpful in cutting out extraneous files that get included in the diff, e.g. if you maintain your source in a revision control system and want to use a checkout to build a source package without including the additional files and directories that it will usually contain (e.g. CVS, .cvsignore, .svn/). The default regexp is already very exhaustive, but if you need to replace it, please note that by default it can match any part of a path, so if you want to match the begin of a filename or only full filenames, you will need to provide the necessary anchors (e.g. '(^|/)', '($|/)') yourself.Optional. Type uniline. extend-diff-ignore - Perl regexp to extend the diff-ignore setup The perl regular expression specified will extend the default regular expression associated to diff-ignore by concatenating "|regexp" to the default regexp. This option is convenient to exclude some auto-generated files from the automatic patch generation.Optional. Type uniline. SEE ALSO
o cme AUTHOR
Dominique Dumont <domi.dumont@free.fr> LICENSE
LGPL-2.1 perl v5.14.2 2012-11-09 Config::Model::models::Debian::Dpkg::Source::Options(3pm)