#-*- mode: ruby -*- # # h2. etc/imwrc -- default site-wide imw configuration file # # == About # # This file contains the site-wide configuration settings for this # installation of the Infinite Monkeywrench. Settings here override # the defaults in lib/imw/utils/config.rb (see the # documentation for that file for more detail on the variables that # can be configured here) but will in turn be overwritten by settings # in the ~/.imwrc file in each user's directory (though the # location of this file can be customized). # # At the present moment, all settings are stored as plain Ruby files # (though they may lack the .rb extension). As the IMW # develops, these will be replaced by YAML files which will be parsed # by lib/imw/utils/config.rb. # # Author:: (Philip flip Kromer, Dhruv Bansal) for Infinite Monkeywrench Project (mailto:coders@infochimps.org) # Copyright:: Copyright (c) 2008 infochimps.org # License:: GPL 3.0 # Website:: http://infinitemonkeywrench.org/ module IMW end