cleanup whitespace
This commit is contained in:
@@ -324,7 +324,7 @@ inline with regular text. For example:
|
|||||||
## SEQUENCE DIAGRAMS
|
## SEQUENCE DIAGRAMS
|
||||||
|
|
||||||
You may imbed sequence diagrams into your wiki page (rendered by
|
You may imbed sequence diagrams into your wiki page (rendered by
|
||||||
[WebSequenceDiagrams](http://www.websequencediagrams.com) by using the
|
[WebSequenceDiagrams](http://www.websequencediagrams.com) by using the
|
||||||
following syntax:
|
following syntax:
|
||||||
|
|
||||||
{{{ blue-modern
|
{{{ blue-modern
|
||||||
@@ -443,18 +443,18 @@ To delete a page and commit the change:
|
|||||||
|
|
||||||
### RACK
|
### RACK
|
||||||
|
|
||||||
You can also run gollum with any rack-compatible server by placing this config.ru
|
You can also run gollum with any rack-compatible server by placing this config.ru
|
||||||
file inside your wiki repository. This allows you to utilize any Rack middleware
|
file inside your wiki repository. This allows you to utilize any Rack middleware
|
||||||
like Rack::Auth, OmniAuth, etc.
|
like Rack::Auth, OmniAuth, etc.
|
||||||
|
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
require 'gollum/frontend/app'
|
require 'gollum/frontend/app'
|
||||||
|
|
||||||
gollum_path = File.expand_path(File.dirname(__FILE__)) # CHANGE THIS TO POINT TO YOUR OWN WIKI REPO
|
gollum_path = File.expand_path(File.dirname(__FILE__)) # CHANGE THIS TO POINT TO YOUR OWN WIKI REPO
|
||||||
Precious::App.set(:default_markup, :markdown) # set your favorite markup language
|
Precious::App.set(:default_markup, :markdown) # set your favorite markup language
|
||||||
run Precious::App
|
run Precious::App
|
||||||
|
|
||||||
## CONTRIBUTE
|
## CONTRIBUTE
|
||||||
|
|
||||||
If you'd like to hack on Gollum, start by forking my repo on GitHub:
|
If you'd like to hack on Gollum, start by forking my repo on GitHub:
|
||||||
|
|||||||
Reference in New Issue
Block a user