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

Version Path
autoproj-1.7.0.rc2 doc/guide/ext/init.rb
autoproj-1.7.0.rc1 doc/guide/ext/init.rb
autoproj-1.7.0.b3 doc/guide/ext/init.rb
autoproj-1.7.0.b2 doc/guide/ext/init.rb
autoproj-1.7.0.b1 doc/guide/ext/init.rb
autoproj-1.6.2 doc/guide/ext/init.rb
autoproj-1.6.2.rc9 doc/guide/ext/init.rb
autoproj-1.6.2.rc8 doc/guide/ext/init.rb
autoproj-1.6.2.rc7 doc/guide/ext/init.rb
autoproj-1.6.2.rc6 doc/guide/ext/init.rb
autoproj-1.6.2.rc5 doc/guide/ext/init.rb
autoproj-1.6.2.rc4 doc/guide/ext/init.rb
autoproj-1.6.2.rc3 doc/guide/ext/init.rb
autoproj-1.6.2.rc2 doc/guide/ext/init.rb
autoproj-1.6.1 doc/guide/ext/init.rb
autoproj-1.6.1.b1 doc/guide/ext/init.rb
autoproj-1.6.0 doc/guide/ext/init.rb
autoproj-1.6.0.rc6 doc/guide/ext/init.rb
autoproj-1.6.0.rc5 doc/guide/ext/init.rb
autoproj-1.6.0.rc4 doc/guide/ext/init.rb