Module: TracWiki
- Defined in:
- lib/trac-export-wiki.rb
Defined Under Namespace
Classes: CLI, Exporter, HashStruct, Page
Constant Summary collapse
- DefaultConfiguration =
HashStruct[ :username => nil, :password => nil, :base_url => nil, :destination_path => '.', :pages => {}, :categories => [], :wiki_title => "Trac Wiki Pages", :wiki_title_prefix => "Wiki", :no_index => false, :only_index => false, ].freeze