Sha256: 31c5e249bae69632fe3a09c942d2fd7c221ebcf95044c8191930efe8f2c6d1b7
Contents?: true
Size: 1.01 KB
Versions: 19
Compression:
Stored size: 1.01 KB
Contents
#-*- 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 <tt>lib/imw/utils/config.rb</tt> (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 <tt>~/.imwrc</tt> 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 <tt>.rb</tt> extension). As the IMW # develops, these will be replaced by YAML files which will be parsed # by <tt>lib/imw/utils/config.rb</tt>. # # 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
Version data entries
19 entries across 19 versions & 1 rubygems