DarcsWatcher

DarcsWatcher

This is an automatic script that can periodically check a darcs repository and update a page on the wiki with a list of changes from that repository. A copy of Darcs must be installed for it to work.

An examples of its use is the List of changes to soks-stable page on http://www.soks.org.

To use, add this to your start.rb file:

    
require 'darcs-helpers'
DarcsWatcher.new( wiki, darcs_url, page_name = "Changes to #{darcs_url}", author = "DarcsWatcher", event = :day )

Where the darcs_url is of the form http://www.counsell.org/darcs/soks-stable and event can be :min :hour :day :month :year.

Edit this page or watch for changes using RSS.