Sha256: 8d07ccdf9df1defd893be54aee451204bd5a265d153a2c37bef87de8784bde75
Contents?: true
Size: 813 Bytes
Versions: 37
Compression:
Stored size: 813 Bytes
Contents
# = webgen extensions directory # # All init.rb files anywhere under this directory get automatically loaded on a webgen run. This # allows you to add your own extensions to webgen or to modify webgen's core! # # If you don't need this feature you can savely delete this file and the directory in which it is! # # The +config+ variable below can be used to access the Webgen::Configuration object for the current # website. config = Webgen::WebsiteAccess.website.config config = Webgen::WebsiteAccess.website.config config['sourcehandler.patterns']['Webgen::SourceHandler::Copy'] << '**/autoproj_bootstrap' config['sourcehandler.patterns']['Webgen::SourceHandler::Copy'] << '**/manifest.xml' $LOAD_PATH.unshift File.expand_path('..', File.dirname(__FILE__)) require 'ext/rdoc_links' require 'ext/previous_next'
Version data entries
37 entries across 37 versions & 1 rubygems