Sha256: 944e5152994c17e87bcbb1f387684bc02860e3e86f3d441d88ea5fd1e41b930c

Contents?: true

Size: 728 Bytes

Versions: 16

Compression:

Stored size: 728 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'

$LOAD_PATH.unshift File.expand_path('..', File.dirname(__FILE__))
require 'ext/rdoc_links'
require 'ext/previous_next'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
autoproj-1.3.4 doc/guide/ext/init.rb
autoproj-1.3.3 doc/guide/ext/init.rb
autoproj-1.3.2 doc/guide/ext/init.rb
autoproj-1.3.1 doc/guide/ext/init.rb
autoproj-1.3.0 doc/guide/ext/init.rb
autoproj-1.2.6 doc/guide/ext/init.rb
autoproj-1.2.5 doc/guide/ext/init.rb
autoproj-1.2.4 doc/guide/ext/init.rb
autoproj-1.2.2 doc/guide/ext/init.rb
autoproj-1.2.1 doc/guide/ext/init.rb
autoproj-1.2.0 doc/guide/ext/init.rb
autoproj-1.1.3 doc/guide/ext/init.rb
autoproj-1.1.2 doc/guide/ext/init.rb
autoproj-1.1.1 doc/guide/ext/init.rb
autoproj-1.1.0 doc/guide/ext/init.rb
autoproj-1.0.0 doc/guide/ext/init.rb