Skip to content
Snippets Groups Projects
Commit b01eb28f authored by Sunny Ripert's avatar Sunny Ripert
Browse files

Removed config.rb

parent d8ff4f14
No related branches found
No related tags found
No related merge requests found
# Example gollum config
# gollum ../wiki --config config.rb
#
# or run from source with
#
# bundle exec bin/gollum ../wiki/ --config config.rb
# Remove const to avoid
# warning: already initialized constant FORMAT_NAMES
#
# only remove if it's defined.
# constant Gollum::Page::FORMAT_NAMES not defined (NameError)
Gollum::Page.send :remove_const, :FORMAT_NAMES if defined? Gollum::Page::FORMAT_NAMES
# limit to one format
Gollum::Page::FORMAT_NAMES = { :markdown => "Markdown" }
=begin
Valid formats are:
{ :markdown => "Markdown",
:textile => "Textile",
:rdoc => "RDoc",
:org => "Org-mode",
:creole => "Creole",
:rest => "reStructuredText",
:asciidoc => "AsciiDoc",
:mediawiki => "MediaWiki",
:pod => "Pod" }
=end
Loading
Loading
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
 
s.name = 'gollum-lib'
s.version = '0.0.1'
s.date = '2013-03-19'
s.date = '2013-03-22'
s.rubyforge_project = 'gollum-lib'
 
s.summary = "A simple, Git-powered wiki."
Loading
Loading
@@ -47,7 +47,6 @@ Gem::Specification.new do |s|
LICENSE
README.md
Rakefile
config.rb
docs/sanitization.md
gollum-lib.gemspec
lib/gollum-lib.rb
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment