Compare commits
105 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1c523aa30 | |||
| 87c08f5613 | |||
| 82913cea20 | |||
| 2ad743e4bd | |||
| fa97b57a96 | |||
| 1b952b6d56 | |||
| 90cc512bd1 | |||
| b82556c9c0 | |||
| fbe3b4bb3b | |||
| 5ffd98ad31 | |||
| cb9dd4d228 | |||
| cd823bf10c | |||
| 5560ec52c2 | |||
| 065151a77f | |||
| 23454f556c | |||
| a2b3ddf931 | |||
| 44b0d2fcfc | |||
| aed4cc590a | |||
| 72ee08b5ab | |||
| 45547624e4 | |||
| f928cfa8be | |||
| 988984846a | |||
| 1149618653 | |||
| 168a033903 | |||
| 6a765c9791 | |||
| e16ae7b511 | |||
| 174334ea44 | |||
| dbdf06930d | |||
| c93e65ddc3 | |||
| 56101ed264 | |||
| 8269c8e574 | |||
| 2246419d1e | |||
| 118a0c318b | |||
| 5401cf2910 | |||
| 432f9b8d2f | |||
| 66fc8a2d31 | |||
| 2f3dd3d227 | |||
| c43fd9fa6c | |||
| 868518e0f5 | |||
| 039b5cce98 | |||
| 4a421842d5 | |||
| cfbb124f81 | |||
| dcb147cde2 | |||
| 8d06b5e67e | |||
| 4776d0b422 | |||
| 58bb340c33 | |||
| ee790a9b7c | |||
| ac432aad78 | |||
| 30207e0a39 | |||
| d98547a33c | |||
| b7cdeabbf6 | |||
| be9907a0cc | |||
| 30f42c50a9 | |||
| 7cba65b138 | |||
| f34a78b336 | |||
| e1942dda03 | |||
| 7142e284fa | |||
| 3c1c588953 | |||
| 52cc6bae34 | |||
| 955c608115 | |||
| 2e00cf312c | |||
| 09bbc144d1 | |||
| d02b63a434 | |||
| 9b63c67d8c | |||
| 05c4bf3374 | |||
| 424b4d3f4e | |||
| f9a6187fab | |||
| d406472882 | |||
| 749b5a5ff8 | |||
| 091d5fe750 | |||
| c8894fb465 | |||
| 2dd41cbfac | |||
| 1f2165e68b | |||
| e9b6bdbdd7 | |||
| c0c77c5ba7 | |||
| 12403172ac | |||
| 3b41ab8d75 | |||
| 7bcf35f5b1 | |||
| 9a7e1c94c7 | |||
| 30c2e675da | |||
| ac405803e8 | |||
| 7dee787a92 | |||
| ae4b1cdeca | |||
| 572982cbf9 | |||
| 74290874f9 | |||
| 847f08d952 | |||
| 0bcd616668 | |||
| 9dd701ccc4 | |||
| 56a5a7d92b | |||
| 0cf0fad50e | |||
| 5f9e91656e | |||
| a7a2479f85 | |||
| a8b230a490 | |||
| 041b01f171 | |||
| 1c475f3215 | |||
| ab699d94b0 | |||
| 942d32c9b6 | |||
| 97f15f0b18 | |||
| ed49358c50 | |||
| 85eeecd140 | |||
| 30fd40fbe5 | |||
| 2ed262cacd | |||
| 29a1ef8f8a | |||
| 772d18ee62 | |||
| dd604d9942 |
@@ -4,3 +4,4 @@ pkg
|
|||||||
.bundle
|
.bundle
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
*.gem
|
*.gem
|
||||||
|
*.swp
|
||||||
|
|||||||
+2
-2
@@ -4,5 +4,5 @@ rvm:
|
|||||||
notifications:
|
notifications:
|
||||||
disabled: true
|
disabled: true
|
||||||
before_install:
|
before_install:
|
||||||
- gem uninstall ffi -a
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y asciidoc
|
- sudo apt-get install -y --force-yes asciidoc
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
source "http://rubygems.org"
|
source "http://rubygems.org"
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
gem "rake", "~> 0.9.2"
|
gem "rake", "~> 0.9.2.2"
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ This is useful for writing about the link syntax in your wiki pages.
|
|||||||
|
|
||||||
Gollum has a special tag to insert a table of contents (new in v2.1)
|
Gollum has a special tag to insert a table of contents (new in v2.1)
|
||||||
|
|
||||||
'[[_TOC_]]
|
[[_TOC_]]
|
||||||
|
|
||||||
This tag is case sensitive, use all upper case. The TOC tag can be inserted
|
This tag is case sensitive, use all upper case. The TOC tag can be inserted
|
||||||
into the `_Header`, `_Footer` or `_Sidebar` files too.
|
into the `_Header`, `_Footer` or `_Sidebar` files too.
|
||||||
@@ -334,6 +334,27 @@ then that whitespace will be ignored (this makes the blocks easier to read in pl
|
|||||||
The block must end with three backticks indented at the same level than the opening
|
The block must end with three backticks indented at the same level than the opening
|
||||||
backticks.
|
backticks.
|
||||||
|
|
||||||
|
### GITHUB SYNTAX HIGHLIGHTING
|
||||||
|
|
||||||
|
As an extra feature, you can syntax highlight a file from your repository, allowing
|
||||||
|
you keep some of your sample code in the main repository. The code-snippet is
|
||||||
|
updated when the wiki is rebuilt. You include github code like this:
|
||||||
|
|
||||||
|
```html:github/gollum/master/test/file_view/1_file.txt```
|
||||||
|
|
||||||
|
This will make the builder look at the **github user**, in the **gollum project**,
|
||||||
|
in the **master branch**, at path **test/file_view/1_file.txt**. It will be
|
||||||
|
rewritten to:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<ol class="tree">
|
||||||
|
<li class="file"><a href="0">0</a></li>
|
||||||
|
</ol>
|
||||||
|
```
|
||||||
|
|
||||||
|
Which will be parsed as HTML code during the Pygments run, and thereby coloured
|
||||||
|
appropriately.
|
||||||
|
|
||||||
## MATHEMATICAL EQUATIONS
|
## MATHEMATICAL EQUATIONS
|
||||||
|
|
||||||
|
|
||||||
@@ -392,6 +413,17 @@ By default, internal wiki links are all absolute from the root. To specify a dif
|
|||||||
|
|
||||||
wiki = Gollum::Wiki.new("my-gollum-repo.git", :base_path => "/wiki")
|
wiki = Gollum::Wiki.new("my-gollum-repo.git", :base_path => "/wiki")
|
||||||
|
|
||||||
|
Note that base_path just modifies the links. To map gollum to a non-root location:
|
||||||
|
|
||||||
|
- Use the gollum binary: `gollum path/to/wiki --base-path mywiki`
|
||||||
|
- Define config.ru with `map`. See [#532](https://github.com/github/gollum/issues/532) for an example.
|
||||||
|
|
||||||
|
> :base_path - String base path for all Wiki links.
|
||||||
|
>
|
||||||
|
> The String base path to prefix to internal links. For example, when set
|
||||||
|
> to "/wiki", the page "Hobbit" will be linked as "/wiki/Hobbit". Defaults
|
||||||
|
> to "/".
|
||||||
|
|
||||||
Get the latest version of the given human or canonical page name:
|
Get the latest version of the given human or canonical page name:
|
||||||
|
|
||||||
page = wiki.page('page-name')
|
page = wiki.page('page-name')
|
||||||
@@ -497,9 +529,15 @@ like Rack::Auth, OmniAuth, etc.
|
|||||||
Precious::App.set(:wiki_options, {:universal_toc => false})
|
Precious::App.set(:wiki_options, {:universal_toc => false})
|
||||||
run Precious::App
|
run Precious::App
|
||||||
|
|
||||||
## Windows Filename Validation
|
Your Rack middleware can pass author details to Gollum in a Hash in the session under the 'gollum.author' key.
|
||||||
|
|
||||||
|
## WINDOWS FILENAME VALIDATION
|
||||||
Note that filenames on windows must not contain any of the following characters `\ / : * ? " < > |`. See [this support article](http://support.microsoft.com/kb/177506) for details.
|
Note that filenames on windows must not contain any of the following characters `\ / : * ? " < > |`. See [this support article](http://support.microsoft.com/kb/177506) for details.
|
||||||
|
|
||||||
|
## LIB.SO ERROR
|
||||||
|
|
||||||
|
`Could not open library 'lib.so'` may be solved by installing `python-devel` on Fedora or `python-dev` on Ubuntu. Gentoo requires a rubypython [patch](https://gist.github.com/2802480) to use python2.7.
|
||||||
|
|
||||||
## 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:
|
||||||
@@ -520,16 +558,18 @@ your changes merged back into core is as follows:
|
|||||||
1. Send a pull request to the github/gollum project.
|
1. Send a pull request to the github/gollum project.
|
||||||
|
|
||||||
## RELEASING
|
## RELEASING
|
||||||
|
For z releases:
|
||||||
|
$ rake bump
|
||||||
|
$ rake release
|
||||||
|
|
||||||
|
For x.y releases:
|
||||||
Update VERSION in lib/gollum.rb
|
Update VERSION in lib/gollum.rb
|
||||||
$ rake gemspec
|
$ rake gemspec
|
||||||
$ git tag vX.Y.Z
|
$ rake release
|
||||||
$ git push origin vX.Y.Z
|
|
||||||
$ gem build gollum.gemspec
|
|
||||||
$ gem push gollum-X.Y.Z.gem
|
|
||||||
|
|
||||||
## BUILDING THE GEM FROM MASTER
|
## BUILDING THE GEM FROM MASTER
|
||||||
$ gem uninstall -aix gollum
|
$ gem uninstall -aIx gollum
|
||||||
$ git clone https://github.com/github/gollum.git
|
$ git clone https://github.com/github/gollum.git
|
||||||
$ cd gollum
|
$ cd gollum
|
||||||
gollum$ rake build
|
gollum$ rake build
|
||||||
gollum$ gem install pkg/gollum*.gem
|
gollum$ gem install --no-ri --no-rdoc pkg/gollum*.gem
|
||||||
|
|||||||
@@ -17,6 +17,27 @@ def version
|
|||||||
line.match(/.*VERSION\s*=\s*['"](.*)['"]/)[1]
|
line.match(/.*VERSION\s*=\s*['"](.*)['"]/)[1]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# assumes x.y.z all digit version
|
||||||
|
def next_version
|
||||||
|
# x.y.z
|
||||||
|
v = version.split '.'
|
||||||
|
# bump z
|
||||||
|
v[-1] = v[-1].to_i + 1
|
||||||
|
v.join '.'
|
||||||
|
end
|
||||||
|
|
||||||
|
def bump_version
|
||||||
|
old_file = File.read("lib/#{name}.rb")
|
||||||
|
old_version_line = old_file[/^\s*VERSION\s*=\s*.*/]
|
||||||
|
new_version = next_version
|
||||||
|
# replace first match of old vesion with new version
|
||||||
|
old_file.sub!(old_version_line, " VERSION = '#{new_version}'")
|
||||||
|
|
||||||
|
File.write("lib/#{name}.rb", old_file)
|
||||||
|
|
||||||
|
new_version
|
||||||
|
end
|
||||||
|
|
||||||
def date
|
def date
|
||||||
Date.today.to_s
|
Date.today.to_s
|
||||||
end
|
end
|
||||||
@@ -71,7 +92,14 @@ end
|
|||||||
#
|
#
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
|
desc "Update version number and gemspec"
|
||||||
|
task :bump do
|
||||||
|
puts "Updated version to #{bump_version}"
|
||||||
|
# Execute does not invoke dependencies.
|
||||||
|
# Manually invoke gemspec then validate.
|
||||||
|
Rake::Task[:gemspec].execute
|
||||||
|
Rake::Task[:validate].execute
|
||||||
|
end
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
#
|
#
|
||||||
@@ -117,7 +145,7 @@ task :gemspec => :validate do
|
|||||||
split("\n").
|
split("\n").
|
||||||
sort.
|
sort.
|
||||||
reject { |file| file =~ /^\./ }.
|
reject { |file| file =~ /^\./ }.
|
||||||
reject { |file| file =~ /^(rdoc|pkg)/ }.
|
reject { |file| file =~ /^(rdoc|pkg|test|Home\.md)/ }.
|
||||||
map { |file| " #{file}" }.
|
map { |file| " #{file}" }.
|
||||||
join("\n")
|
join("\n")
|
||||||
|
|
||||||
@@ -139,4 +167,4 @@ task :validate do
|
|||||||
puts "A `VERSION` file at root level violates Gem best practices."
|
puts "A `VERSION` file at root level violates Gem best practices."
|
||||||
exit!
|
exit!
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
+28
-2
@@ -66,7 +66,7 @@ opts = OptionParser.new do |opts|
|
|||||||
end
|
end
|
||||||
|
|
||||||
opts.on("--mathjax", "Enables mathjax.") do
|
opts.on("--mathjax", "Enables mathjax.") do
|
||||||
options['mathjax'] = true
|
wiki_options[:mathjax] = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -141,5 +141,31 @@ else
|
|||||||
require cfg
|
require cfg
|
||||||
end
|
end
|
||||||
|
|
||||||
Precious::App.run!(options)
|
base_path = wiki_options[:base_path]
|
||||||
|
|
||||||
|
if wiki_options[:base_path].nil?
|
||||||
|
Precious::App.run!(options)
|
||||||
|
else
|
||||||
|
require 'rack'
|
||||||
|
|
||||||
|
class MapGollum
|
||||||
|
def initialize base_path
|
||||||
|
@mg = Rack::Builder.new do
|
||||||
|
map '/' do
|
||||||
|
run Proc.new { [ 302, {'Location'=> "/#{base_path}" }, [] ] }
|
||||||
|
end
|
||||||
|
|
||||||
|
map "/#{base_path}" do
|
||||||
|
run Precious::App
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
def call(env)
|
||||||
|
@mg.call(env)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
# Rack::Handler does not work with Ctrl + C. Use Rack::Server instead.
|
||||||
|
Rack::Server.new(:app => MapGollum.new(base_path), :Port => options['port']).start
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
+24
-170
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
|
|||||||
s.required_ruby_version = ">= 1.8.7"
|
s.required_ruby_version = ">= 1.8.7"
|
||||||
|
|
||||||
s.name = 'gollum'
|
s.name = 'gollum'
|
||||||
s.version = '2.1.8'
|
s.version = '2.2.9'
|
||||||
s.date = '2012-08-30'
|
s.date = '2012-10-14'
|
||||||
s.rubyforge_project = 'gollum'
|
s.rubyforge_project = 'gollum'
|
||||||
|
|
||||||
s.summary = "A simple, Git-powered wiki."
|
s.summary = "A simple, Git-powered wiki."
|
||||||
@@ -23,31 +23,30 @@ Gem::Specification.new do |s|
|
|||||||
s.rdoc_options = ["--charset=UTF-8"]
|
s.rdoc_options = ["--charset=UTF-8"]
|
||||||
s.extra_rdoc_files = %w[README.md LICENSE]
|
s.extra_rdoc_files = %w[README.md LICENSE]
|
||||||
|
|
||||||
s.add_dependency('grit', "~> 2.5.0")
|
s.add_dependency('grit', '~> 2.5.0')
|
||||||
s.add_dependency('github-markup', [">= 0.7.0", "< 1.0.0"])
|
s.add_dependency('github-markup', ['>= 0.7.4', '< 1.0.0'])
|
||||||
s.add_dependency('github-markdown')
|
s.add_dependency('github-markdown', '~> 0.5.1')
|
||||||
s.add_dependency('pygments.rb', "~> 0.2.0")
|
s.add_dependency('pygments.rb', '~> 0.3.1')
|
||||||
s.add_dependency('posix-spawn', "~> 0.3.0")
|
s.add_dependency('escape_utils', '0.2.4')
|
||||||
s.add_dependency('sinatra', "~> 1.0")
|
s.add_dependency('sinatra', '~> 1.3.3')
|
||||||
s.add_dependency('mustache', [">= 0.11.2", "< 1.0.0"])
|
s.add_dependency('mustache', ['>= 0.99.4', '< 1.0.0'])
|
||||||
s.add_dependency('sanitize', "~> 2.0.0")
|
s.add_dependency('sanitize', '~> 2.0.3')
|
||||||
s.add_dependency('nokogiri', "~> 1.4")
|
s.add_dependency('nokogiri', '~> 1.5.5')
|
||||||
s.add_dependency('useragent', "~> 0.4.9")
|
s.add_dependency('useragent', '~> 0.4.10')
|
||||||
s.add_dependency('stringex', "~> 1.4.0")
|
s.add_dependency('stringex', '~> 1.4.0')
|
||||||
|
|
||||||
s.add_development_dependency('RedCloth')
|
s.add_development_dependency('RedCloth', '~> 4.2.9')
|
||||||
s.add_development_dependency('mocha')
|
s.add_development_dependency('mocha', '~> 0.12.6')
|
||||||
s.add_development_dependency('org-ruby', '~> 0.7.0')
|
s.add_development_dependency('org-ruby', '~> 0.7.1')
|
||||||
s.add_development_dependency('shoulda')
|
s.add_development_dependency('shoulda', '~> 3.1.1')
|
||||||
s.add_development_dependency('rack-test')
|
s.add_development_dependency('rack-test', '~> 0.6.2')
|
||||||
s.add_development_dependency('wikicloth', '~>0.8.0')
|
s.add_development_dependency('wikicloth', '~> 0.8.0')
|
||||||
s.add_development_dependency('rake', '~> 0.9.2')
|
s.add_development_dependency('rake', '~> 0.9.2.2')
|
||||||
|
|
||||||
# = MANIFEST =
|
# = MANIFEST =
|
||||||
s.files = %w[
|
s.files = %w[
|
||||||
Gemfile
|
Gemfile
|
||||||
HISTORY.md
|
HISTORY.md
|
||||||
Home.md
|
|
||||||
LICENSE
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
Rakefile
|
Rakefile
|
||||||
@@ -426,6 +425,7 @@ Gem::Specification.new do |s|
|
|||||||
lib/gollum/frontend/public/gollum/livepreview/licenses/retina_display_icon_set/by_sa_3.0_unported_legalcode.txt
|
lib/gollum/frontend/public/gollum/livepreview/licenses/retina_display_icon_set/by_sa_3.0_unported_legalcode.txt
|
||||||
lib/gollum/frontend/public/gollum/livepreview/licenses/sizzle/LICENSE.txt
|
lib/gollum/frontend/public/gollum/livepreview/licenses/sizzle/LICENSE.txt
|
||||||
lib/gollum/frontend/public/gollum/livepreview/licenses/sundown/sundown.txt
|
lib/gollum/frontend/public/gollum/livepreview/licenses/sundown/sundown.txt
|
||||||
|
lib/gollum/frontend/public/gollum/livepreview/licenses/templarian_windowsicons/license.txt
|
||||||
lib/gollum/frontend/public/gollum/livepreview/readme.md
|
lib/gollum/frontend/public/gollum/livepreview/readme.md
|
||||||
lib/gollum/frontend/templates/compare.mustache
|
lib/gollum/frontend/templates/compare.mustache
|
||||||
lib/gollum/frontend/templates/create.mustache
|
lib/gollum/frontend/templates/create.mustache
|
||||||
@@ -453,6 +453,7 @@ Gem::Specification.new do |s|
|
|||||||
lib/gollum/frontend/views/pages.rb
|
lib/gollum/frontend/views/pages.rb
|
||||||
lib/gollum/frontend/views/search.rb
|
lib/gollum/frontend/views/search.rb
|
||||||
lib/gollum/git_access.rb
|
lib/gollum/git_access.rb
|
||||||
|
lib/gollum/gitcode.rb
|
||||||
lib/gollum/markup.rb
|
lib/gollum/markup.rb
|
||||||
lib/gollum/page.rb
|
lib/gollum/page.rb
|
||||||
lib/gollum/pagination.rb
|
lib/gollum/pagination.rb
|
||||||
@@ -464,156 +465,9 @@ Gem::Specification.new do |s|
|
|||||||
licenses/licenses.txt
|
licenses/licenses.txt
|
||||||
licenses/unity_asset_pool/COPYRIGHT
|
licenses/unity_asset_pool/COPYRIGHT
|
||||||
templates/formatting.html
|
templates/formatting.html
|
||||||
test/examples/empty.git/HEAD
|
templates/helper_wiki.rb
|
||||||
test/examples/empty.git/config
|
|
||||||
test/examples/empty.git/description
|
|
||||||
test/examples/empty.git/hooks/applypatch-msg.sample
|
|
||||||
test/examples/empty.git/hooks/commit-msg.sample
|
|
||||||
test/examples/empty.git/hooks/post-commit.sample
|
|
||||||
test/examples/empty.git/hooks/post-receive.sample
|
|
||||||
test/examples/empty.git/hooks/post-update.sample
|
|
||||||
test/examples/empty.git/hooks/pre-applypatch.sample
|
|
||||||
test/examples/empty.git/hooks/pre-commit.sample
|
|
||||||
test/examples/empty.git/hooks/pre-rebase.sample
|
|
||||||
test/examples/empty.git/hooks/prepare-commit-msg.sample
|
|
||||||
test/examples/empty.git/hooks/update.sample
|
|
||||||
test/examples/empty.git/info/exclude
|
|
||||||
test/examples/empty.git/objects/info/.gitkeep
|
|
||||||
test/examples/empty.git/objects/pack/.gitkeep
|
|
||||||
test/examples/empty.git/refs/heads/.gitkeep
|
|
||||||
test/examples/lotr.git/COMMIT_EDITMSG
|
|
||||||
test/examples/lotr.git/HEAD
|
|
||||||
test/examples/lotr.git/ORIG_HEAD
|
|
||||||
test/examples/lotr.git/config
|
|
||||||
test/examples/lotr.git/description
|
|
||||||
test/examples/lotr.git/index
|
|
||||||
test/examples/lotr.git/info/exclude
|
|
||||||
test/examples/lotr.git/logs/HEAD
|
|
||||||
test/examples/lotr.git/logs/refs/heads/master
|
|
||||||
test/examples/lotr.git/objects/06/131480411710c92a82fe2d1e76932c70feb2e5
|
|
||||||
test/examples/lotr.git/objects/0a/de1e2916346d4c1f2fb63b863fd3c16808fe44
|
|
||||||
test/examples/lotr.git/objects/0d/c9016ca928c78d5421a99a53b379b53929221e
|
|
||||||
test/examples/lotr.git/objects/0e/d8cbe0a25235bd867e65193c7d837c66b328ef
|
|
||||||
test/examples/lotr.git/objects/12/629d666c5e3178f82f533f543d61b53dc78c0b
|
|
||||||
test/examples/lotr.git/objects/1c/79ddc69707f7b164bc2ea58beb5d8965ff6bd0
|
|
||||||
test/examples/lotr.git/objects/1d/b89ebba7e2c14d93b94ff98cfa3708a4f0d4e3
|
|
||||||
test/examples/lotr.git/objects/24/49c2681badfd3c189e8ed658dacffe8ba48fe5
|
|
||||||
test/examples/lotr.git/objects/25/4bdc1ba27d8b8a794538a8522d9a2b56ec2dd9
|
|
||||||
test/examples/lotr.git/objects/27/680b0fce1abfbc528e7aa53d92645852d52eb6
|
|
||||||
test/examples/lotr.git/objects/2c/b9156ad383914561a8502fc70f5a1d887e48ad
|
|
||||||
test/examples/lotr.git/objects/45/3b250f979c7bd6dfb62640c944c982ae6721ee
|
|
||||||
test/examples/lotr.git/objects/45/f319ee12f2b551b901b22e72602963c366fff1
|
|
||||||
test/examples/lotr.git/objects/46/a697caf435815bb07bbce947fc2d58be15f087
|
|
||||||
test/examples/lotr.git/objects/4c/45c2b4e297a726c3d3f66886f35373e48fe1c5
|
|
||||||
test/examples/lotr.git/objects/4e/023f460ce466e154ca09d8774c79ad5a53fc15
|
|
||||||
test/examples/lotr.git/objects/5d/cac289a8603188d2c5caf481dcba2985126aaa
|
|
||||||
test/examples/lotr.git/objects/60/f12f4254f58801b9ee7db7bca5fa8aeefaa56b
|
|
||||||
test/examples/lotr.git/objects/62/9aa678272b017a4d136d35e77ac94d80b08dc2
|
|
||||||
test/examples/lotr.git/objects/6e/48abfc56565574859e081ee58eae655d48cf71
|
|
||||||
test/examples/lotr.git/objects/71/4323c104239440a5c66ab12a67ed07a83c404f
|
|
||||||
test/examples/lotr.git/objects/7b/60c5a20a501a70f2317fa0ef763e1e2ce22d6b
|
|
||||||
test/examples/lotr.git/objects/7d/981cd984ad589e3cf00d8122170c6f7d685979
|
|
||||||
test/examples/lotr.git/objects/84/0ec5b1ba1320e8ec443f28f99566f615d5af10
|
|
||||||
test/examples/lotr.git/objects/93/6b83ee0dd8837adb82511e40d5e4ebe59bb675
|
|
||||||
test/examples/lotr.git/objects/94/523d7ae48aeba575099dd12926420d8fd0425d
|
|
||||||
test/examples/lotr.git/objects/94/9a9cc3119b9c98817f375e976d2bb5e2a42809
|
|
||||||
test/examples/lotr.git/objects/96/97dc65e095658bbd1b8e8678e08881e86d32f1
|
|
||||||
test/examples/lotr.git/objects/9b/e95b960ac388d4e7db55f610f828e9c31344e6
|
|
||||||
test/examples/lotr.git/objects/a3/1ca2a7c352c92531a8b99815d15843b259e814
|
|
||||||
test/examples/lotr.git/objects/a6/59b3763b822dd97544621fd0beef162ea37b14
|
|
||||||
test/examples/lotr.git/objects/a8/ad3c09dd842a3517085bfadd37718856dee813
|
|
||||||
test/examples/lotr.git/objects/aa/b61fe89d56f8614c0a8151da34f939dcedfa68
|
|
||||||
test/examples/lotr.git/objects/b0/de6e794dfdc7ef3400e894225bfe23308aae5c
|
|
||||||
test/examples/lotr.git/objects/b1/6b3d9fad9d78e5a669e7f33d94c96da374eccd
|
|
||||||
test/examples/lotr.git/objects/bc/4b5fc0ce2c2ba3acef6647e4f67256ee45ab60
|
|
||||||
test/examples/lotr.git/objects/c3/b43e9f08966b088e7a0192e436b7a884542e05
|
|
||||||
test/examples/lotr.git/objects/c9/6a7645db5d4c76389e77cd103ef3ed77d81e4c
|
|
||||||
test/examples/lotr.git/objects/ca/7355dc497e9729fbaf0c0e3f424b86afef5614
|
|
||||||
test/examples/lotr.git/objects/cf/ea406f5f77afc7fb673a43e97721234385b1bd
|
|
||||||
test/examples/lotr.git/objects/d5/29304506d37f544675244c335d85cab5d29966
|
|
||||||
test/examples/lotr.git/objects/dc/596d6b2dd89ab05c66f4abd7d5eb706bc17f19
|
|
||||||
test/examples/lotr.git/objects/ec/da3205bee14520aab5a7bb307392064b938e83
|
|
||||||
test/examples/lotr.git/objects/f4/84ebb1f40f8eb20d1bcd8d1d71934d2b8ae961
|
|
||||||
test/examples/lotr.git/objects/fa/e7ef5344202bba4129abdc13060d9297d99465
|
|
||||||
test/examples/lotr.git/objects/fb/c5dd7d807707b4a0a97c1182fecfef1eced5df
|
|
||||||
test/examples/lotr.git/objects/fc/3eee516ff72dc9099ba00d4611eb02e5c9e634
|
|
||||||
test/examples/lotr.git/objects/ff/6f7de62644369380ba73b4e4297c1a2d6f0b66
|
|
||||||
test/examples/lotr.git/objects/info/packs
|
|
||||||
test/examples/lotr.git/objects/pack/pack-dcbeaf3f6ff6c5eb08ea2b0a2d83626e8763546b.idx
|
|
||||||
test/examples/lotr.git/objects/pack/pack-dcbeaf3f6ff6c5eb08ea2b0a2d83626e8763546b.pack
|
|
||||||
test/examples/lotr.git/packed-refs
|
|
||||||
test/examples/lotr.git/refs/heads/master
|
|
||||||
test/examples/lotr.git/refs/remotes/origin/HEAD
|
|
||||||
test/examples/page_file_dir.git/COMMIT_EDITMSG
|
|
||||||
test/examples/page_file_dir.git/HEAD
|
|
||||||
test/examples/page_file_dir.git/config
|
|
||||||
test/examples/page_file_dir.git/description
|
|
||||||
test/examples/page_file_dir.git/index
|
|
||||||
test/examples/page_file_dir.git/info/exclude
|
|
||||||
test/examples/page_file_dir.git/logs/HEAD
|
|
||||||
test/examples/page_file_dir.git/logs/refs/heads/master
|
|
||||||
test/examples/page_file_dir.git/objects/0c/7d27db1f575263efdcab3dc650f4502a2dbcbf
|
|
||||||
test/examples/page_file_dir.git/objects/22/b404803c966dd92865614d86ff22ca12e50c1e
|
|
||||||
test/examples/page_file_dir.git/objects/25/7cc5642cb1a054f08cc83f2d943e56fd3ebe99
|
|
||||||
test/examples/page_file_dir.git/objects/57/16ca5987cbf97d6bb54920bea6adde242d87e6
|
|
||||||
test/examples/page_file_dir.git/objects/5b/43e14e0a15fb6f08feab1773d1c0991e9f71e2
|
|
||||||
test/examples/page_file_dir.git/refs/heads/master
|
|
||||||
test/examples/revert.git/COMMIT_EDITMSG
|
|
||||||
test/examples/revert.git/HEAD
|
|
||||||
test/examples/revert.git/config
|
|
||||||
test/examples/revert.git/description
|
|
||||||
test/examples/revert.git/index
|
|
||||||
test/examples/revert.git/info/exclude
|
|
||||||
test/examples/revert.git/logs/HEAD
|
|
||||||
test/examples/revert.git/logs/refs/heads/master
|
|
||||||
test/examples/revert.git/objects/10/2685c42018f802557f05db171f44443e8dacab
|
|
||||||
test/examples/revert.git/objects/20/2ced67cea93c7b6bd2928aa1daef8d1d55a20d
|
|
||||||
test/examples/revert.git/objects/41/76394bfa11222363c66ce7e84b5f154095b6d9
|
|
||||||
test/examples/revert.git/objects/6a/69f92020f5df77af6e8813ff1232493383b708
|
|
||||||
test/examples/revert.git/objects/8e/83f898e5e16ae400db59dda1017acad540f3aa
|
|
||||||
test/examples/revert.git/objects/b4/785957bc986dc39c629de9fac9df46972c00fc
|
|
||||||
test/examples/revert.git/objects/ed/6c9f63b98acf73c25b5ffbb38da557d3682023
|
|
||||||
test/examples/revert.git/objects/f4/03b791119f8232b7cb0ba455c624ac6435f433
|
|
||||||
test/examples/revert.git/objects/info/packs
|
|
||||||
test/examples/revert.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.idx
|
|
||||||
test/examples/revert.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.pack
|
|
||||||
test/examples/revert.git/packed-refs
|
|
||||||
test/examples/revert.git/refs/heads/master
|
|
||||||
test/examples/revert.git/refs/remotes/origin/HEAD
|
|
||||||
test/examples/yubiwa.git/HEAD
|
|
||||||
test/examples/yubiwa.git/config
|
|
||||||
test/examples/yubiwa.git/description
|
|
||||||
test/examples/yubiwa.git/info/exclude
|
|
||||||
test/examples/yubiwa.git/objects/10/fa2ddc4e3b4009d8a453aace10bd6148c1ad00
|
|
||||||
test/examples/yubiwa.git/objects/52/4b82874327ea7cbf730389964ba7cb3de966de
|
|
||||||
test/examples/yubiwa.git/objects/58/3fc201cb457fb3f1480f3e1e5999b119633835
|
|
||||||
test/examples/yubiwa.git/objects/87/bc1dd46ab3d3874d4e898d45dd512cc20a7cc8
|
|
||||||
test/examples/yubiwa.git/objects/89/64ed1b4e21aa90e831763bbce9034bfda81b70
|
|
||||||
test/examples/yubiwa.git/objects/9f/f6dd0660da5fba2d3374adb2b84fa653bb538b
|
|
||||||
test/examples/yubiwa.git/objects/ac/e97abf2b177815a1972d7db22f229f58c83309
|
|
||||||
test/examples/yubiwa.git/objects/b1/f443863a4816628807fbf86141ebef055dda34
|
|
||||||
test/examples/yubiwa.git/refs/heads/master
|
|
||||||
test/file_view/1_file.txt
|
|
||||||
test/file_view/1_file_1_folder.txt
|
|
||||||
test/file_view/1_folder.txt
|
|
||||||
test/file_view/2_files_2_folders.txt
|
|
||||||
test/file_view/2_files_2_folders_1_root.txt
|
|
||||||
test/file_view/nested_folders.txt
|
|
||||||
test/helper.rb
|
|
||||||
test/test_app.rb
|
|
||||||
test/test_app_helpers.rb
|
|
||||||
test/test_committer.rb
|
|
||||||
test/test_file.rb
|
|
||||||
test/test_file_view.rb
|
|
||||||
test/test_git_access.rb
|
|
||||||
test/test_markup.rb
|
|
||||||
test/test_page.rb
|
|
||||||
test/test_page_revert.rb
|
|
||||||
test/test_pages_view.rb
|
|
||||||
test/test_unicode.rb
|
|
||||||
test/test_wiki.rb
|
|
||||||
]
|
]
|
||||||
# = MANIFEST =
|
# = MANIFEST =
|
||||||
|
|
||||||
s.test_files = s.files.select { |path| path =~ /^test\/test_.*\.rb/ }
|
s.test_files = s.files.select { |path| path =~ /^test\/test_.*\.rb/ }
|
||||||
end
|
end
|
||||||
+1
-1
@@ -23,7 +23,7 @@ require File.expand_path('../gollum/web_sequence_diagram', __FILE__)
|
|||||||
require File.expand_path('../gollum/frontend/uri_encode_component', __FILE__)
|
require File.expand_path('../gollum/frontend/uri_encode_component', __FILE__)
|
||||||
|
|
||||||
module Gollum
|
module Gollum
|
||||||
VERSION = '2.1.8'
|
VERSION = '2.2.9'
|
||||||
|
|
||||||
def self.assets_path
|
def self.assets_path
|
||||||
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))
|
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))
|
||||||
|
|||||||
+23
-16
@@ -86,13 +86,7 @@ module Precious
|
|||||||
end
|
end
|
||||||
|
|
||||||
get '/' do
|
get '/' do
|
||||||
redirect File.join(settings.wiki_options[:base_path].to_s, 'Home')
|
redirect File.join(settings.wiki_options[:page_file_dir].to_s,settings.wiki_options[:base_path].to_s, 'Home')
|
||||||
end
|
|
||||||
|
|
||||||
# Removes all slashes from the start of string.
|
|
||||||
def clean_url url
|
|
||||||
return url if url.nil?
|
|
||||||
url.gsub('%2F','/').gsub(/^\/+/,'')
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# path is set to name if path is nil.
|
# path is set to name if path is nil.
|
||||||
@@ -151,6 +145,7 @@ module Precious
|
|||||||
page_name = CGI.unescape(params[:page])
|
page_name = CGI.unescape(params[:page])
|
||||||
wiki = wiki_new
|
wiki = wiki_new
|
||||||
page = wiki.paged(page_name, path, exact = true)
|
page = wiki.paged(page_name, path, exact = true)
|
||||||
|
return if page.nil?
|
||||||
rename = params[:rename].to_url if params[:rename]
|
rename = params[:rename].to_url if params[:rename]
|
||||||
name = rename || page.name
|
name = rename || page.name
|
||||||
committer = Gollum::Committer.new(wiki, commit_message)
|
committer = Gollum::Committer.new(wiki, commit_message)
|
||||||
@@ -196,13 +191,20 @@ module Precious
|
|||||||
path = '' if path.nil?
|
path = '' if path.nil?
|
||||||
format = params[:format].intern
|
format = params[:format].intern
|
||||||
|
|
||||||
|
page_dir = File.join(settings.wiki_options[:page_file_dir].to_s,
|
||||||
|
settings.wiki_options[:base_path].to_s)
|
||||||
|
# Home is a special case.
|
||||||
|
path = '' if name.downcase == 'home'
|
||||||
|
|
||||||
|
page_dir = File.join(page_dir, path)
|
||||||
|
|
||||||
# write_page is not directory aware so use wiki_options to emulate dir support.
|
# write_page is not directory aware so use wiki_options to emulate dir support.
|
||||||
wiki_options = settings.wiki_options.merge({ :page_file_dir => path })
|
wiki_options = settings.wiki_options.merge({ :page_file_dir => page_dir })
|
||||||
wiki = Gollum::Wiki.new(settings.gollum_path, wiki_options)
|
wiki = Gollum::Wiki.new(settings.gollum_path, wiki_options)
|
||||||
|
|
||||||
begin
|
begin
|
||||||
wiki.write_page(name, format, params[:content], commit_message)
|
wiki.write_page(name, format, params[:content], commit_message)
|
||||||
redirect to("/#{clean_url(CGI.escape(::File.join(path,name)))}")
|
redirect to("/#{clean_url(CGI.escape(::File.join(page_dir,name)))}")
|
||||||
rescue Gollum::DuplicatePageError => e
|
rescue Gollum::DuplicatePageError => e
|
||||||
@message = "Duplicate page: #{e.message}"
|
@message = "Duplicate page: #{e.message}"
|
||||||
mustache :error
|
mustache :error
|
||||||
@@ -282,12 +284,6 @@ module Precious
|
|||||||
mustache :compare
|
mustache :compare
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/_tex.png' do
|
|
||||||
content_type 'image/png'
|
|
||||||
formula = Base64.decode64(params[:data])
|
|
||||||
Gollum::Tex.render_formula(formula)
|
|
||||||
end
|
|
||||||
|
|
||||||
get %r{^/(javascript|css|images)} do
|
get %r{^/(javascript|css|images)} do
|
||||||
halt 404
|
halt 404
|
||||||
end
|
end
|
||||||
@@ -375,8 +371,19 @@ module Precious
|
|||||||
wiki.update_page(page, name, format, content.to_s, commit)
|
wiki.update_page(page, name, format, content.to_s, commit)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
# Options parameter to Gollum::Committer#initialize
|
||||||
|
# :message - The String commit message.
|
||||||
|
# :name - The String author full name.
|
||||||
|
# :email - The String email address.
|
||||||
|
# message is sourced from the incoming request parameters
|
||||||
|
# author details are sourced from the session, to be populated by rack middleware ahead of us
|
||||||
def commit_message
|
def commit_message
|
||||||
{ :message => params[:message] }
|
commit_message = { :message => params[:message] }
|
||||||
|
author_parameters = session['gollum.author']
|
||||||
|
commit_message.merge! author_parameters unless author_parameters.nil?
|
||||||
|
commit_message
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -17,5 +17,18 @@ module Precious
|
|||||||
def sanitize_empty_params(param)
|
def sanitize_empty_params(param)
|
||||||
[nil,''].include?(param) ? nil : CGI.unescape(param)
|
[nil,''].include?(param) ? nil : CGI.unescape(param)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Remove all slashes from the start of string.
|
||||||
|
def clean_url url
|
||||||
|
return url if url.nil?
|
||||||
|
url.gsub('%2F','/').gsub(/^\/+/,'')
|
||||||
|
end
|
||||||
|
|
||||||
|
def trim_leading_slash url
|
||||||
|
return url if url.nil?
|
||||||
|
url.gsub!('%2F','/')
|
||||||
|
return '/' + url.gsub(/^\/+/,'') if url[0,1] == '/'
|
||||||
|
url
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -196,7 +196,9 @@
|
|||||||
LanguageDefinition.getHookFunctionFor("activate")();
|
LanguageDefinition.getHookFunctionFor("activate")();
|
||||||
}
|
}
|
||||||
|
|
||||||
function hotkey( cmd ) {
|
function hotkey( e, cmd ) {
|
||||||
|
e.preventDefault();
|
||||||
|
|
||||||
var def = LanguageDefinition.getDefinitionFor( cmd );
|
var def = LanguageDefinition.getDefinitionFor( cmd );
|
||||||
if ( typeof def == 'object' ) {
|
if ( typeof def == 'object' ) {
|
||||||
FunctionBar.executeAction( def );
|
FunctionBar.executeAction( def );
|
||||||
@@ -205,8 +207,17 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Mousetrap.bind(['command+b', 'ctrl+b'], function(){ hotkey('function-bold'); });
|
Mousetrap.bind(['command+1', 'ctrl+1'], function( e ){ hotkey( e, 'function-h1' ); });
|
||||||
Mousetrap.bind(['command+i', 'ctrl+i'], function(){ hotkey('function-italic'); });
|
Mousetrap.bind(['command+2', 'ctrl+2'], function( e ){ hotkey( e, 'function-h2' ); });
|
||||||
|
Mousetrap.bind(['command+3', 'ctrl+3'], function( e ){ hotkey( e, 'function-h3' ); });
|
||||||
|
Mousetrap.bind(['command+b', 'ctrl+b'], function( e ){ hotkey( e, 'function-bold' ); });
|
||||||
|
Mousetrap.bind(['command+i', 'ctrl+i'], function( e ){ hotkey( e, 'function-italic' ); });
|
||||||
|
Mousetrap.bind(['command+s', 'ctrl+s'], function( e ){
|
||||||
|
e.preventDefault();
|
||||||
|
$("#gollum-editor-submit").trigger("click");
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
|
||||||
} );
|
} );
|
||||||
} else {
|
} else {
|
||||||
LanguageDefinition._ACTIVE_LANG = name;
|
LanguageDefinition._ACTIVE_LANG = name;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 757 B After Width: | Height: | Size: 919 B |
@@ -39,11 +39,5 @@ var require = {
|
|||||||
<script src='js/sundown.js'></script>
|
<script src='js/sundown.js'></script>
|
||||||
<script src='js/md_sundown.js'></script>
|
<script src='js/md_sundown.js'></script>
|
||||||
<script src='js/livepreview.js'></script>
|
<script src='js/livepreview.js'></script>
|
||||||
<!--<script>(function(d,j){
|
|
||||||
j = d.createElement('script');
|
|
||||||
j.src = 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
|
|
||||||
(d.head || d.getElementsByTagName('head')[0]).appendChild(j);
|
|
||||||
}(document));
|
|
||||||
</script>-->
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -194,13 +194,14 @@ var previewSet = function( text ) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// 'c', 'c++', 'cpp' are github specific and transformed to c_cpp for Ace.
|
// See pygmentsLanguageToAceMode for pygment to ace mode translations.
|
||||||
var languages = [ 'c', 'c++', 'cpp', 'clojure', 'coffee', 'coldfusion',
|
// TODO: Update languages and translation once Ace is upgraded to v1.0.
|
||||||
'csharp', 'css', 'diff', 'golang', 'groovy', 'haxe', 'html',
|
var languages = [ 'c', 'c++', 'cpp', 'clojure', 'coffee',
|
||||||
'java', 'javascript', 'json', 'latex', 'less', 'liquid',
|
'coffeescript', 'coldfusion', 'csharp', 'css', 'diff', 'golang',
|
||||||
'lua', 'markdown', 'ocaml', 'perl', 'pgsql', 'php', 'powershell',
|
'groovy', 'haxe', 'html', 'java', 'javascript', 'json', 'latex',
|
||||||
'python', 'ruby', 'scad', 'scala', 'scss', 'sh', 'sql', 'svg',
|
'less', 'liquid', 'lua', 'markdown', 'ocaml', 'perl', 'pgsql', 'php',
|
||||||
'textile', 'text', 'xml', 'xquery', 'yaml' ];
|
'powershell', 'python', 'ruby', 'scad', 'scala', 'scss', 'sh', 'sql',
|
||||||
|
'svg', 'textile', 'text', 'xml', 'xquery', 'yaml' ];
|
||||||
|
|
||||||
var staticHighlight = require( 'ace/ext/static_highlight' );
|
var staticHighlight = require( 'ace/ext/static_highlight' );
|
||||||
var githubTheme = require( 'ace/theme/github' );
|
var githubTheme = require( 'ace/theme/github' );
|
||||||
@@ -243,6 +244,31 @@ function highlight( element, language ) {
|
|||||||
element.parentNode.parentNode.replaceChild( newDiv, element.parentNode );
|
element.parentNode.parentNode.replaceChild( newDiv, element.parentNode );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Pygments and Ace have different names for languages.
|
||||||
|
function pygmentsLanguageToAceMode( declaredLanguage ) {
|
||||||
|
declaredLanguage = declaredLanguage.toLowerCase();
|
||||||
|
|
||||||
|
switch ( declaredLanguage ) {
|
||||||
|
case 'bash':
|
||||||
|
return 'sh';
|
||||||
|
case 'c':
|
||||||
|
case 'c++':
|
||||||
|
case 'cpp':
|
||||||
|
case 'objective-c':
|
||||||
|
return 'c_cpp';
|
||||||
|
case 'c#':
|
||||||
|
return 'csharp';
|
||||||
|
case 'coffeescript':
|
||||||
|
return 'coffee';
|
||||||
|
case 'html+erb':
|
||||||
|
return 'html'
|
||||||
|
}
|
||||||
|
|
||||||
|
// Assume language name is the same
|
||||||
|
// if it's not handled above.
|
||||||
|
return declaredLanguage;
|
||||||
|
}
|
||||||
|
|
||||||
var makePreviewHtml = function () {
|
var makePreviewHtml = function () {
|
||||||
var text = editorSession.getValue();
|
var text = editorSession.getValue();
|
||||||
|
|
||||||
@@ -269,8 +295,6 @@ var makePreviewHtml = function () {
|
|||||||
// Update the text using feature detection to support IE.
|
// Update the text using feature detection to support IE.
|
||||||
// preview.innerHTML = text; // this doesn't work on IE.
|
// preview.innerHTML = text; // this doesn't work on IE.
|
||||||
previewSet( text );
|
previewSet( text );
|
||||||
// MathJax is loaded asynchronously.
|
|
||||||
if (typeof MathJax != 'undefined') { MathJax.Hub.Typeset( content ); }
|
|
||||||
|
|
||||||
// highlight code blocks.
|
// highlight code blocks.
|
||||||
var codeElements = preview.getElementsByTagName( 'pre' );
|
var codeElements = preview.getElementsByTagName( 'pre' );
|
||||||
@@ -295,15 +319,7 @@ var makePreviewHtml = function () {
|
|||||||
// the syntax for code highlighting means all code, even one line, contains newlines.
|
// the syntax for code highlighting means all code, even one line, contains newlines.
|
||||||
if ( txt.length > 1 && codeHTML.match( /\n/ ) ) {
|
if ( txt.length > 1 && codeHTML.match( /\n/ ) ) {
|
||||||
var declaredLanguage = element.className.toLowerCase();
|
var declaredLanguage = element.className.toLowerCase();
|
||||||
var aceMode = declaredLanguage;
|
var aceMode = pygmentsLanguageToAceMode( declaredLanguage );
|
||||||
|
|
||||||
// GitHub supports 'c', 'c++', 'cpp'
|
|
||||||
// which must trigger the 'c_cpp' mode in Ace.
|
|
||||||
if ( declaredLanguage === 'c' ||
|
|
||||||
declaredLanguage === 'c++' ||
|
|
||||||
declaredLanguage === 'cpp' ) {
|
|
||||||
aceMode = 'c_cpp';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( $.inArray( declaredLanguage, languages ) === -1 ) {
|
if ( $.inArray( declaredLanguage, languages ) === -1 ) {
|
||||||
// Unsupported language.
|
// Unsupported language.
|
||||||
|
|||||||
@@ -57,3 +57,10 @@ http://www.thecssninja.com/css/css-tree-menu
|
|||||||
http://www.thecssninja.com/demo/license.txt
|
http://www.thecssninja.com/demo/license.txt
|
||||||
|
|
||||||
lib/gollum/frontend/public/css/_styles.css
|
lib/gollum/frontend/public/css/_styles.css
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
`lr_24.png` is a modified version of http://templarian.com/files/wp_icons/icons/light/appbar.arrow.right.left.png
|
||||||
|
|
||||||
|
https://github.com/Templarian/WindowsIcons/blob/21189bffeb17237d444419ef43ed1b49e9f4e9f8/WindowsPhone/license.txt
|
||||||
|
|
||||||
|
|||||||
+40
@@ -0,0 +1,40 @@
|
|||||||
|
Read the license:
|
||||||
|
http://creativecommons.org/licenses/by/3.0/ **
|
||||||
|
|
||||||
|
Basicaly, use it anyway you want but include this license file in the source if your project is open source. Nothing is needed in the front facing project. Commercial use is not only allowed but encouraged. This pack was made to promote consistency in applications.
|
||||||
|
|
||||||
|
Creator
|
||||||
|
- Austin Andrews (@templarian)
|
||||||
|
|
||||||
|
Contributor*
|
||||||
|
- Oren Nachman
|
||||||
|
- appbar.chevron.down
|
||||||
|
- appbar.chevron.up
|
||||||
|
- appbar.chevron.left
|
||||||
|
- appbar.chevron.right
|
||||||
|
- Kris Vandermotten (@kvandermotten)
|
||||||
|
- appbar.medical.pulse
|
||||||
|
- Constantin Kichinsky (@kichinsky)
|
||||||
|
- appbar.currency.rubles
|
||||||
|
- appbar.currency.grivna
|
||||||
|
- Massimo Savazzi (@msavazzi)
|
||||||
|
- List of missing exported icons
|
||||||
|
- Proletkult Graphik, from The Noun Project
|
||||||
|
- appbar.draw.pen (inspired)
|
||||||
|
- Olivier Guin, from The Noun Project
|
||||||
|
- appbar.draw.marker
|
||||||
|
- Gibran Bisio, from The Noun Project
|
||||||
|
- appbar.draw.bucket
|
||||||
|
|
||||||
|
* Developers and designers that emailed Templarian the source .design icons to be added into the package. PNGs also accepted, but may take longer to be added.
|
||||||
|
|
||||||
|
|
||||||
|
Contact
|
||||||
|
- http://templarian.com/
|
||||||
|
- admin[@]templarian[.]com
|
||||||
|
|
||||||
|
** Does not apply to copyrighted logos
|
||||||
|
- Skype
|
||||||
|
- Facebook
|
||||||
|
- Twitter
|
||||||
|
- etc...
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
<script>
|
||||||
|
Mousetrap.bind(['e'], function( e ) {
|
||||||
|
e.preventDefault();
|
||||||
|
window.location = "/edit" + window.location.pathname;
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
</script>
|
||||||
<div id="wiki-wrapper" class="page">
|
<div id="wiki-wrapper" class="page">
|
||||||
<div id="head">
|
<div id="head">
|
||||||
<h1>{{title}}</h1>
|
<h1>{{title}}</h1>
|
||||||
|
|||||||
@@ -0,0 +1,47 @@
|
|||||||
|
require 'net/http'
|
||||||
|
require 'net/https' # ruby 1.8.7 fix, remove at upgrade
|
||||||
|
require 'uri'
|
||||||
|
require 'open-uri'
|
||||||
|
|
||||||
|
module Gollum
|
||||||
|
class Gitcode
|
||||||
|
def initialize path
|
||||||
|
raise(ArgumentError, 'path is nil or empty') if path.nil? or path.empty?
|
||||||
|
|
||||||
|
@uri = URI::HTTP.build({
|
||||||
|
:path => self.unchomp(path),
|
||||||
|
:host => 'raw.github.com',
|
||||||
|
:scheme => 'https',
|
||||||
|
:port => 443 })
|
||||||
|
end
|
||||||
|
|
||||||
|
def contents
|
||||||
|
@contents ||= self.req @uri
|
||||||
|
end
|
||||||
|
|
||||||
|
def unchomp p
|
||||||
|
return p if p.nil?
|
||||||
|
p[0] == '/' ? p : ('/' + p)
|
||||||
|
end
|
||||||
|
|
||||||
|
def req uri, cut = 1
|
||||||
|
return "Too many redirects or retries" if cut >= 10
|
||||||
|
http = Net::HTTP.new uri.host, uri.port
|
||||||
|
http.use_ssl = true
|
||||||
|
resp = http.get uri.path, {
|
||||||
|
'Accept' => 'text/plain',
|
||||||
|
'Cache-Control' => 'no-cache',
|
||||||
|
'Connection' => 'keep-alive',
|
||||||
|
'Host' => uri.host,
|
||||||
|
'User-Agent' => 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0'
|
||||||
|
}
|
||||||
|
code = resp.code.to_i
|
||||||
|
return resp.body if code == 200
|
||||||
|
return "Not Found" if code == 404
|
||||||
|
return "Unhandled Response Code #{code}" unless code == 304 or not resp.header['location'].nil?
|
||||||
|
loc = URI.parse resp.header['location']
|
||||||
|
uri2 = loc.relative?() ? (uri + loc) : loc # overloads (+)
|
||||||
|
return req uri2, (cut + 1)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
+105
-35
@@ -3,12 +3,17 @@ require 'cgi'
|
|||||||
require 'pygments'
|
require 'pygments'
|
||||||
require 'base64'
|
require 'base64'
|
||||||
|
|
||||||
|
require File.expand_path '../frontend/helpers', __FILE__
|
||||||
|
require File.expand_path '../gitcode', __FILE__
|
||||||
|
|
||||||
# initialize Pygments
|
# initialize Pygments
|
||||||
Pygments.start
|
Pygments.start
|
||||||
|
|
||||||
module Gollum
|
module Gollum
|
||||||
|
|
||||||
class Markup
|
class Markup
|
||||||
|
include Precious::Helpers
|
||||||
|
|
||||||
attr_accessor :toc
|
attr_accessor :toc
|
||||||
attr_reader :metadata
|
attr_reader :metadata
|
||||||
|
|
||||||
@@ -50,6 +55,7 @@ module Gollum
|
|||||||
|
|
||||||
data = @data.dup
|
data = @data.dup
|
||||||
data = extract_metadata(data)
|
data = extract_metadata(data)
|
||||||
|
data = extract_gitcode(data)
|
||||||
data = extract_code(data)
|
data = extract_code(data)
|
||||||
data = extract_tex(data)
|
data = extract_tex(data)
|
||||||
data = extract_wsd(data)
|
data = extract_wsd(data)
|
||||||
@@ -70,12 +76,14 @@ module Gollum
|
|||||||
doc,toc = process_headers(doc)
|
doc,toc = process_headers(doc)
|
||||||
@toc = @sub_page ? ( @parent_page ? @parent_page.toc_data : "[[_TOC_]]" ) : toc
|
@toc = @sub_page ? ( @parent_page ? @parent_page.toc_data : "[[_TOC_]]" ) : toc
|
||||||
yield doc if block_given?
|
yield doc if block_given?
|
||||||
data = doc.to_html
|
data = doc.to_xhtml
|
||||||
|
|
||||||
data = process_toc_tags(data)
|
data = process_toc_tags(data)
|
||||||
data = process_tex(data)
|
data = process_tex(data)
|
||||||
data = process_wsd(data)
|
data = process_wsd(data)
|
||||||
data.gsub!(/<p><\/p>/, '')
|
data.gsub!(/<p><\/p>/) do
|
||||||
|
''
|
||||||
|
end
|
||||||
data
|
data
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -87,16 +95,13 @@ module Gollum
|
|||||||
def process_headers(doc)
|
def process_headers(doc)
|
||||||
toc = nil
|
toc = nil
|
||||||
doc.css('h1,h2,h3,h4,h5,h6').each do |h|
|
doc.css('h1,h2,h3,h4,h5,h6').each do |h|
|
||||||
id = encodeURIComponent(h.content.gsub(' ','-'))
|
# must escape "
|
||||||
|
h_name = h.content.gsub(' ','-').gsub('"','%22')
|
||||||
|
|
||||||
level = h.name.gsub(/[hH]/,'').to_i
|
level = h.name.gsub(/[hH]/,'').to_i
|
||||||
|
|
||||||
# Add anchors
|
# Add anchors
|
||||||
anchor = Nokogiri::XML::Node.new('a', doc)
|
h.add_child(%Q{<a class="anchor" id="#{h_name}" href="##{h_name}"></a>})
|
||||||
anchor['class'] = 'anchor'
|
|
||||||
anchor['id'] = id
|
|
||||||
# % -> %25 so anchors work on Firefox. See issue #475
|
|
||||||
anchor['href'] = '#' + id.gsub('%', '%25')
|
|
||||||
h.add_child(anchor)
|
|
||||||
|
|
||||||
# Build TOC
|
# Build TOC
|
||||||
toc ||= Nokogiri::XML::DocumentFragment.parse('<div class="toc"><div class="toc-title">Table of Contents</div></div>')
|
toc ||= Nokogiri::XML::DocumentFragment.parse('<div class="toc"><div class="toc-title">Table of Contents</div></div>')
|
||||||
@@ -114,7 +119,7 @@ module Gollum
|
|||||||
end
|
end
|
||||||
node = Nokogiri::XML::Node.new('li', doc)
|
node = Nokogiri::XML::Node.new('li', doc)
|
||||||
# % -> %25 so anchors work on Firefox. See issue #475
|
# % -> %25 so anchors work on Firefox. See issue #475
|
||||||
node.add_child("<a href='##{id.gsub('%', '%25')}'>#{h.content}</a>")
|
node.add_child(%Q{<a href="##{h_name}">#{h.content}</a>})
|
||||||
tail.add_child(node)
|
tail.add_child(node)
|
||||||
end
|
end
|
||||||
toc = toc.to_xhtml if toc != nil
|
toc = toc.to_xhtml if toc != nil
|
||||||
@@ -155,23 +160,9 @@ module Gollum
|
|||||||
def process_tex(data)
|
def process_tex(data)
|
||||||
@texmap.each do |id, spec|
|
@texmap.each do |id, spec|
|
||||||
type, tex = *spec
|
type, tex = *spec
|
||||||
|
data.gsub!(id) do
|
||||||
# Obtain the formula with parameters
|
Gollum::Tex.to_html(tex, type)
|
||||||
out = nil
|
|
||||||
begin
|
|
||||||
width, height, align, base64 = Gollum::Tex.render_formula(tex, true)
|
|
||||||
|
|
||||||
# TODO: Should we load the binary inside the html?
|
|
||||||
#out = %{<img width="#{width}" height="#{height}" style="vertical-align: #{align}px;" src="data:image/png;base64,\n#{base64}" alt="#{CGI.escapeHTML(tex)}" />}
|
|
||||||
|
|
||||||
# Use the alignment values from the formula rendering but still use the call to '_tex.png'. Although it will call render_formula()
|
|
||||||
# again, it will use the already cached formula and it might have some advantages from the point of view of browser caching (really not sure here).
|
|
||||||
out = %{<img width="#{width}" height="#{height}" style="vertical-align: #{align}px;" src="#{::File.join(@wiki.base_path, '_tex.png')}?type=#{type}&data=#{Base64.encode64(tex).chomp}" alt="#{CGI.escapeHTML(tex)}" />}
|
|
||||||
rescue # In case of error
|
|
||||||
out = CGI.escapeHTML(tex)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
data.gsub!(id, out)
|
|
||||||
end
|
end
|
||||||
data
|
data
|
||||||
end
|
end
|
||||||
@@ -226,9 +217,13 @@ module Gollum
|
|||||||
@tagmap.each do |id, tag|
|
@tagmap.each do |id, tag|
|
||||||
# If it's preformatted, just put the tag back
|
# If it's preformatted, just put the tag back
|
||||||
if is_preformatted?(data, id)
|
if is_preformatted?(data, id)
|
||||||
data.gsub!(id, "[[#{tag}]]")
|
data.gsub!(id) do
|
||||||
|
"[[#{tag}]]"
|
||||||
|
end
|
||||||
else
|
else
|
||||||
data.gsub!(id, process_tag(tag).gsub('%2F', '/'))
|
data.gsub!(id) do
|
||||||
|
process_tag(tag).gsub('%2F', '/')
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
data
|
data
|
||||||
@@ -409,6 +404,12 @@ module Gollum
|
|||||||
presence = "present"
|
presence = "present"
|
||||||
end
|
end
|
||||||
link = ::File.join(@wiki.base_path, page ? page.escaped_url_path : CGI.escape(link_name))
|
link = ::File.join(@wiki.base_path, page ? page.escaped_url_path : CGI.escape(link_name))
|
||||||
|
|
||||||
|
# //page is invalid
|
||||||
|
# strip all duplicate forward slashes using helpers.rb trim_leading_slash
|
||||||
|
# //page => /page
|
||||||
|
link = trim_leading_slash link
|
||||||
|
|
||||||
%{<a class="internal #{presence}" href="#{link}#{extra}">#{name}</a>}
|
%{<a class="internal #{presence}" href="#{link}#{extra}">#{name}</a>}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -420,7 +421,9 @@ module Gollum
|
|||||||
#
|
#
|
||||||
# Returns the marked up String data.
|
# Returns the marked up String data.
|
||||||
def process_toc_tags(data)
|
def process_toc_tags(data)
|
||||||
data.gsub!("[[_TOC_]]", @toc.nil? ? '' : @toc)
|
data.gsub!("[[_TOC_]]") do
|
||||||
|
@toc.nil? ? '' : @toc
|
||||||
|
end
|
||||||
data
|
data
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -465,6 +468,34 @@ module Gollum
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
#########################################################################
|
||||||
|
#
|
||||||
|
# Gitcode - fetch code from github search path and replace the contents
|
||||||
|
# to a code-block that gets run the next parse.
|
||||||
|
#
|
||||||
|
#########################################################################
|
||||||
|
|
||||||
|
def extract_gitcode data
|
||||||
|
data.gsub /^[ \t]*``` ?([^:\n\r]+):([^`\n\r]+)```/ do
|
||||||
|
contents = ''
|
||||||
|
# Use empty string if $2 is nil.
|
||||||
|
uri = $2 || ''
|
||||||
|
# Detect local file.
|
||||||
|
if uri[0..6] != 'github/'
|
||||||
|
if uri[0..0] != '/' # relative file
|
||||||
|
contents = @wiki.page(uri).formatted_data
|
||||||
|
else # use full path
|
||||||
|
contents = @wiki.paged( extract_name( clean_url( uri ) ),
|
||||||
|
'/' + clean_url( extract_path( uri ) ) ).formatted_data
|
||||||
|
end
|
||||||
|
else
|
||||||
|
contents = Gollum::Gitcode.new(uri).contents
|
||||||
|
end
|
||||||
|
|
||||||
|
"```#{$1}\n#{contents}\n```\n"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
#
|
#
|
||||||
# Code
|
# Code
|
||||||
@@ -477,6 +508,33 @@ module Gollum
|
|||||||
#
|
#
|
||||||
# Returns the placeholder'd String data.
|
# Returns the placeholder'd String data.
|
||||||
def extract_code(data)
|
def extract_code(data)
|
||||||
|
data.gsub!(/^([ \t]*)(~~~+) ?([^\r\n]+)?\r?\n(.+?)\r?\n\1(~~~+)\r?$/m) do
|
||||||
|
m_indent = $1
|
||||||
|
m_start = $2 # ~~~
|
||||||
|
m_lang = $3
|
||||||
|
m_code = $4
|
||||||
|
m_end = $5 # ~~~
|
||||||
|
|
||||||
|
# start and finish tilde fence must be the same length
|
||||||
|
return '' if m_start.length != m_end.length
|
||||||
|
|
||||||
|
lang = m_lang ? m_lang.strip : nil
|
||||||
|
id = Digest::SHA1.hexdigest("#{lang}.#{m_code}")
|
||||||
|
cached = check_cache(:code, id)
|
||||||
|
|
||||||
|
# extract lang from { .ruby } or { #stuff .ruby .indent }
|
||||||
|
# see http://johnmacfarlane.net/pandoc/README.html#delimited-code-blocks
|
||||||
|
|
||||||
|
lang = lang.match(/\.([^}\s]+)/)
|
||||||
|
lang = lang[1] unless lang.nil?
|
||||||
|
|
||||||
|
@codemap[id] = cached ?
|
||||||
|
{ :output => cached } :
|
||||||
|
{ :lang => lang, :code => m_code, :indent => m_indent }
|
||||||
|
|
||||||
|
"#{m_indent}#{id}" # print the SHA1 ID with the proper indentation
|
||||||
|
end
|
||||||
|
|
||||||
data.gsub!(/^([ \t]*)``` ?([^\r\n]+)?\r?\n(.+?)\r?\n\1```\r?$/m) do
|
data.gsub!(/^([ \t]*)``` ?([^\r\n]+)?\r?\n(.+?)\r?\n\1```\r?$/m) do
|
||||||
lang = $2 ? $2.strip : nil
|
lang = $2 ? $2.strip : nil
|
||||||
id = Digest::SHA1.hexdigest("#{lang}.#{$3}")
|
id = Digest::SHA1.hexdigest("#{lang}.#{$3}")
|
||||||
@@ -497,7 +555,9 @@ module Gollum
|
|||||||
# regex - A regex to match whitespace
|
# regex - A regex to match whitespace
|
||||||
def remove_leading_space(code, regex)
|
def remove_leading_space(code, regex)
|
||||||
if code.lines.all? { |line| line =~ /\A\r?\n\Z/ || line =~ regex }
|
if code.lines.all? { |line| line =~ /\A\r?\n\Z/ || line =~ regex }
|
||||||
code.gsub!(regex, '')
|
code.gsub!(regex) do
|
||||||
|
''
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -528,12 +588,12 @@ module Gollum
|
|||||||
encoding ||= 'utf-8'
|
encoding ||= 'utf-8'
|
||||||
begin
|
begin
|
||||||
hl_code = Pygments.highlight(code, :lexer => lang, :options => {:encoding => encoding.to_s})
|
hl_code = Pygments.highlight(code, :lexer => lang, :options => {:encoding => encoding.to_s})
|
||||||
rescue ::RubyPython::PythonError
|
rescue
|
||||||
hl_code = code
|
hl_code = code
|
||||||
end
|
end
|
||||||
highlighted << hl_code
|
highlighted << hl_code
|
||||||
end
|
end
|
||||||
|
|
||||||
@codemap.each do |id, spec|
|
@codemap.each do |id, spec|
|
||||||
body = spec[:output] || begin
|
body = spec[:output] || begin
|
||||||
if (body = highlighted.shift.to_s).size > 0
|
if (body = highlighted.shift.to_s).size > 0
|
||||||
@@ -543,7 +603,9 @@ module Gollum
|
|||||||
"<pre><code>#{CGI.escapeHTML(spec[:code])}</code></pre>"
|
"<pre><code>#{CGI.escapeHTML(spec[:code])}</code></pre>"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
data.gsub!(id, body)
|
data.gsub!(id) do
|
||||||
|
body
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
data
|
data
|
||||||
@@ -579,7 +641,9 @@ module Gollum
|
|||||||
@wsdmap.each do |id, spec|
|
@wsdmap.each do |id, spec|
|
||||||
style = spec[:style]
|
style = spec[:style]
|
||||||
code = spec[:code]
|
code = spec[:code]
|
||||||
data.gsub!(id, Gollum::WebSequenceDiagram.new(code, style).to_tag)
|
data.gsub!(id) do
|
||||||
|
Gollum::WebSequenceDiagram.new(code, style).to_tag
|
||||||
|
end
|
||||||
end
|
end
|
||||||
data
|
data
|
||||||
end
|
end
|
||||||
@@ -591,12 +655,18 @@ module Gollum
|
|||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
# Extract metadata for data and build metadata table. Metadata
|
# Extract metadata for data and build metadata table. Metadata
|
||||||
# is content found between `<!-- ---` and `-->` markers, and must
|
# is content found between markers, and must
|
||||||
# be a valid YAML mapping.
|
# be a valid YAML mapping.
|
||||||
#
|
#
|
||||||
|
# Because ri and ruby 1.8.7 are awesome, the markers can't
|
||||||
|
# be included in this documentation without triggering
|
||||||
|
# `Unhandled special: Special: type=17`
|
||||||
|
# Please read the source code for the exact markers
|
||||||
|
#
|
||||||
# Returns the String of formatted data with metadata removed.
|
# Returns the String of formatted data with metadata removed.
|
||||||
def extract_metadata(data)
|
def extract_metadata(data)
|
||||||
@metadata ||= {}
|
@metadata ||= {}
|
||||||
|
# The markers are `<!-- ---` and `-->`
|
||||||
data.gsub(/\<\!--+\s+---(.*?)--+\>/m) do
|
data.gsub(/\<\!--+\s+---(.*?)--+\>/m) do
|
||||||
yaml = @wiki.sanitizer.clean($1)
|
yaml = @wiki.sanitizer.clean($1)
|
||||||
hash = YAML.load(yaml)
|
hash = YAML.load(yaml)
|
||||||
|
|||||||
+7
-359
@@ -1,366 +1,14 @@
|
|||||||
require 'fileutils'
|
require 'escape_utils'
|
||||||
require 'shellwords'
|
|
||||||
require 'tmpdir'
|
|
||||||
require 'posix/spawn'
|
|
||||||
require 'base64'
|
|
||||||
|
|
||||||
module Gollum
|
module Gollum
|
||||||
module Tex
|
module Tex
|
||||||
class Error < StandardError; end
|
TEX_URL = "http://www.mathtran.org/cgi-bin/toy/"
|
||||||
|
TEX_SIZES = { :inline => 2, :block => 4 }
|
||||||
|
|
||||||
extend POSIX::Spawn
|
def self.to_html(tex, type = :inline)
|
||||||
|
tex_uri = EscapeUtils.escape_uri(tex)
|
||||||
Template = <<-EOS
|
tex_alt = EscapeUtils.escape_html(tex)
|
||||||
\\documentclass[11pt]{article}
|
%{<img src="#{TEX_URL}?D=#{TEX_SIZES[type]};tex=#{tex_uri}" alt="#{tex_alt}">}
|
||||||
\\pagestyle{empty}
|
|
||||||
\\setlength{\\topskip}{0pt}
|
|
||||||
\\setlength{\\parindent}{0pt}
|
|
||||||
\\setlength{\\abovedisplayskip}{0pt}
|
|
||||||
\\setlength{\\belowdisplayskip}{0pt}
|
|
||||||
|
|
||||||
\\usepackage{geometry}
|
|
||||||
|
|
||||||
\\usepackage{amsfonts}
|
|
||||||
\\usepackage{amsmath}
|
|
||||||
|
|
||||||
\\newsavebox{\\snippetbox}
|
|
||||||
\\newlength{\\snippetwidth}
|
|
||||||
\\newlength{\\snippetheight}
|
|
||||||
\\newlength{\\snippetdepth}
|
|
||||||
\\newlength{\\pagewidth}
|
|
||||||
\\newlength{\\pageheight}
|
|
||||||
\\newlength{\\pagemargin}
|
|
||||||
|
|
||||||
\\begin{lrbox}{\\snippetbox}%
|
|
||||||
\$%s\$
|
|
||||||
\\end{lrbox}
|
|
||||||
|
|
||||||
\\settowidth{\\snippetwidth}{\\usebox{\\snippetbox}}
|
|
||||||
\\settoheight{\\snippetheight}{\\usebox{\\snippetbox}}
|
|
||||||
\\settodepth{\\snippetdepth}{\\usebox{\\snippetbox}}
|
|
||||||
|
|
||||||
\\setlength\\pagemargin{4pt}
|
|
||||||
|
|
||||||
\\setlength\\pagewidth\\snippetwidth
|
|
||||||
\\addtolength\\pagewidth\\pagemargin
|
|
||||||
\\addtolength\\pagewidth\\pagemargin
|
|
||||||
|
|
||||||
\\setlength\\pageheight\\snippetheight
|
|
||||||
\\addtolength{\\pageheight}{\\snippetdepth}
|
|
||||||
\\addtolength\\pageheight\\pagemargin
|
|
||||||
\\addtolength\\pageheight\\pagemargin
|
|
||||||
|
|
||||||
\\newwrite\\foo
|
|
||||||
\\immediate\\openout\\foo=\\jobname.dimensions
|
|
||||||
\\immediate\\write\\foo{snippetdepth = \\the\\snippetdepth}
|
|
||||||
\\immediate\\write\\foo{snippetheight = \\the\\snippetheight}
|
|
||||||
\\immediate\\write\\foo{snippetwidth = \\the\\snippetwidth}
|
|
||||||
\\immediate\\write\\foo{pagewidth = \\the\\pagewidth}
|
|
||||||
\\immediate\\write\\foo{pageheight = \\the\\pageheight}
|
|
||||||
\\immediate\\write\\foo{pagemargin = \\the\\pagemargin}
|
|
||||||
\\closeout\\foo
|
|
||||||
|
|
||||||
\\geometry{paperwidth=\\pagewidth,paperheight=\\pageheight,margin=\\pagemargin}
|
|
||||||
|
|
||||||
\\begin{document}%
|
|
||||||
\\usebox{\\snippetbox}%
|
|
||||||
\\end{document}
|
|
||||||
EOS
|
|
||||||
|
|
||||||
class << self
|
|
||||||
attr_accessor :latex_path
|
|
||||||
end
|
end
|
||||||
|
|
||||||
self.latex_path = 'pdflatex'
|
|
||||||
|
|
||||||
def self.check_dependencies!
|
|
||||||
return if @dependencies_available
|
|
||||||
|
|
||||||
if `which pdflatex` == ""
|
|
||||||
raise Error, "`pdflatex` command not found"
|
|
||||||
end
|
|
||||||
|
|
||||||
if `which gs` == ""
|
|
||||||
raise Error, "`gs` command not found"
|
|
||||||
end
|
|
||||||
|
|
||||||
if `which pnmcrop` == ""
|
|
||||||
raise Error, "`pnmcrop` command not found"
|
|
||||||
end
|
|
||||||
|
|
||||||
if `which pnmpad` == ""
|
|
||||||
raise Error, "`pnmpad` command not found"
|
|
||||||
end
|
|
||||||
|
|
||||||
if `which pnmscale` == ""
|
|
||||||
raise Error, "`pnmscale` command not found"
|
|
||||||
end
|
|
||||||
|
|
||||||
if `which ppmtopgm` == ""
|
|
||||||
raise Error, "`ppmtopgm` command not found"
|
|
||||||
end
|
|
||||||
|
|
||||||
if `which pnmgamma` == ""
|
|
||||||
raise Error, "`pnmgamma` command not found"
|
|
||||||
end
|
|
||||||
|
|
||||||
if `which pnmtopng` == ""
|
|
||||||
raise Error, "`pnmtopng` command not found"
|
|
||||||
end
|
|
||||||
|
|
||||||
@dependencies_available = true
|
|
||||||
end
|
|
||||||
|
|
||||||
# Render the formula and calculate the correct alignment
|
|
||||||
# for the image in the html.
|
|
||||||
#
|
|
||||||
# This is a ruby implementation of the Perl version described
|
|
||||||
# at http://tex.stackexchange.com/questions/44486/pixel-perfect-vertical-alignment-of-image-rendered-tex-snippets
|
|
||||||
#
|
|
||||||
# The main caveat is that rendering takes quite a bit of processing power,
|
|
||||||
# which can make the page load slowly if it has to render each time.
|
|
||||||
# For this reason, the method caches the rendered formula in `/tmp` for reduced
|
|
||||||
# loading time in subsequent loads.
|
|
||||||
#
|
|
||||||
# @param formula the tex formula to render
|
|
||||||
# @param with_properties, if true it returns an array with a base64
|
|
||||||
# string with the image, and the alignment values for the image.
|
|
||||||
# Otherwise it returns the binary image.
|
|
||||||
def self.render_formula(formula, with_properties=false)
|
|
||||||
check_dependencies!
|
|
||||||
|
|
||||||
render_antialias_bits = 4
|
|
||||||
render_oversample = 4
|
|
||||||
display_oversample = 4
|
|
||||||
gamma = 0.3
|
|
||||||
if !with_properties
|
|
||||||
display_oversample = 1
|
|
||||||
gamma = 0.5
|
|
||||||
end
|
|
||||||
|
|
||||||
oversample = render_oversample * display_oversample
|
|
||||||
render_dpi = 96*1.2 * 72.27/72 * oversample # This is 1850.112 dpi.
|
|
||||||
|
|
||||||
|
|
||||||
# Cache rendered formula and returned cached version if it exists
|
|
||||||
|
|
||||||
# First look for the .cache directory in the home folder
|
|
||||||
cache_dir = ::File.expand_path("~/.cache")
|
|
||||||
if not ::File.exists?(cache_dir) or not ::File.directory?(cache_dir)
|
|
||||||
::Dir.mkdir(cache_dir)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Check that the gollum directory exists inside the cache dir
|
|
||||||
cache_dir = ::File.join(cache_dir, "gollum")
|
|
||||||
if not ::File.exists?(cache_dir) or not ::File.directory?(cache_dir)
|
|
||||||
::Dir.mkdir(cache_dir)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Check for the formula in the cache dir
|
|
||||||
hash = Digest::SHA1.hexdigest(formula)
|
|
||||||
cache_file = ::File.join(cache_dir, "tex-#{hash}")
|
|
||||||
|
|
||||||
if ::File.exists?(cache_file)
|
|
||||||
width, height, align, base64 = ::File.open(cache_file, 'rb') { |io| io.read }.split(",")
|
|
||||||
|
|
||||||
if with_properties
|
|
||||||
return width, height, align, base64
|
|
||||||
else
|
|
||||||
return Base64.decode64(base64)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
Dir.mktmpdir('tex') do |path|
|
|
||||||
file = ::File.join(path, "formula")
|
|
||||||
|
|
||||||
# --- Write TeX source and compile to PDF.Write snippet into template
|
|
||||||
::File.open(file + ".tex", 'w') { |f| f.write(Template % formula) }
|
|
||||||
|
|
||||||
result = sh_chdir path, "pdflatex",
|
|
||||||
"-halt-on-error",
|
|
||||||
"-output-directory=#{path}",
|
|
||||||
"-output-format=pdf",
|
|
||||||
"#{file}.tex",
|
|
||||||
">#{file}.err 2>&1"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# --- Convert PDF to PNM using Ghostscript.
|
|
||||||
sh "gs",
|
|
||||||
"-q -dNOPAUSE -dBATCH",
|
|
||||||
"-dTextAlphaBits=#{render_antialias_bits}",
|
|
||||||
"-dGraphicsAlphaBits=#{render_antialias_bits}",
|
|
||||||
"-r#{render_dpi}",
|
|
||||||
"-sDEVICE=pnmraw",
|
|
||||||
"-sOutputFile=#{file}.pnm",
|
|
||||||
"#{file}.pdf"
|
|
||||||
|
|
||||||
|
|
||||||
img_width, img_height = pnm_width_height(file + ".pnm")
|
|
||||||
|
|
||||||
|
|
||||||
# --- Read dimensions file written by TeX during processing.
|
|
||||||
#
|
|
||||||
# Example of file contents:
|
|
||||||
# snippetdepth = 6.50009pt
|
|
||||||
# snippetheight = 13.53899pt
|
|
||||||
# snippetwidth = 145.4777pt
|
|
||||||
# pagewidth = 153.4777pt
|
|
||||||
# pageheight = 28.03908pt
|
|
||||||
# pagemargin = 4.0pt
|
|
||||||
dimensions = {}
|
|
||||||
::File.open(file + ".dimensions").readlines.each_with_index do |line, i|
|
|
||||||
if line =~ /^(\S+)\s+=\s+(-?[0-9\.]+)pt$/
|
|
||||||
dimensions[$1] = Float($2) / 72.27 * render_dpi
|
|
||||||
else
|
|
||||||
raise Error, "#{file}.dimensions: invalid line: #{i}"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# --- Crop bottom, then measure how much was cropped.
|
|
||||||
sh "pnmcrop -white -bottom #{file}.pnm >#{file}.bottomcrop.pnm"
|
|
||||||
#raise Error, "`pnmcrop` command failed: #{result}" unless ::File.exist?(file + ".bottomcrop.pnm")
|
|
||||||
|
|
||||||
img_width_bottomcrop, img_height_bottomcrop = pnm_width_height("#{file}.bottomcrop.pnm")
|
|
||||||
bottomcrop = img_height - img_height_bottomcrop
|
|
||||||
|
|
||||||
# --- Crop top and sides, then measure how much was cropped from the top.
|
|
||||||
sh "pnmcrop -white #{file}.bottomcrop.pnm > #{file}.crop.pnm"
|
|
||||||
#raise Error, "`pnmcrop` command failed: #{result}" unless ::File.exist?(file + ".crop.pnm")
|
|
||||||
|
|
||||||
cropped_img_width, cropped_img_height = pnm_width_height("#{file}.crop.pnm")
|
|
||||||
topcrop = img_height_bottomcrop - cropped_img_height
|
|
||||||
|
|
||||||
# --- Pad image with specific values on all four sides, in preparation for
|
|
||||||
# downsampling.
|
|
||||||
|
|
||||||
# Calculate bottom padding.
|
|
||||||
snippet_depth = Integer(dimensions["snippetdepth"] + dimensions["pagemargin"] + 0.5) - bottomcrop
|
|
||||||
padded_snippet_depth = round_up(snippet_depth, oversample)
|
|
||||||
increase_snippet_depth = padded_snippet_depth - snippet_depth
|
|
||||||
bottom_padding = increase_snippet_depth
|
|
||||||
|
|
||||||
# --- Next calculate top padding, which depends on bottom padding.
|
|
||||||
|
|
||||||
padded_img_height = round_up(cropped_img_height + bottom_padding,
|
|
||||||
oversample)
|
|
||||||
top_padding = padded_img_height - (cropped_img_height + bottom_padding)
|
|
||||||
|
|
||||||
|
|
||||||
# --- Calculate left and right side padding. Distribute padding evenly.
|
|
||||||
|
|
||||||
padded_img_width = round_up(cropped_img_width, oversample)
|
|
||||||
left_padding = Integer((padded_img_width - cropped_img_width) / 2.0)
|
|
||||||
right_padding = (padded_img_width - cropped_img_width) - left_padding
|
|
||||||
|
|
||||||
|
|
||||||
# --- Pad the final image.
|
|
||||||
result = sh "pnmpad",
|
|
||||||
"-white",
|
|
||||||
"-bottom=#{bottom_padding}",
|
|
||||||
"-top=#{top_padding}",
|
|
||||||
"-left=#{left_padding}",
|
|
||||||
"-right=#{right_padding}",
|
|
||||||
"#{file}.crop.pnm",
|
|
||||||
">#{file}.pad.pnm"
|
|
||||||
|
|
||||||
# --- Sanity check of final size.
|
|
||||||
final_pnm_width, final_pnm_height = pnm_width_height(file + ".pad.pnm")
|
|
||||||
raise Error, "#{final_pnm_width} is not a multiple of #{oversample}" unless final_pnm_width % oversample == 0
|
|
||||||
|
|
||||||
raise "#{final_pnm_height} is not a multiple of #{oversample}" unless final_pnm_height % oversample == 0
|
|
||||||
|
|
||||||
# --- Convert PNM to PNG.
|
|
||||||
|
|
||||||
final_png_width = final_pnm_width / render_oversample
|
|
||||||
final_png_height = final_pnm_height / render_oversample
|
|
||||||
|
|
||||||
result = sh "cat #{file}.pad.pnm",
|
|
||||||
"| ppmtopgm",
|
|
||||||
"| pnmscale -reduce #{render_oversample}",
|
|
||||||
"| pnmgamma #{gamma}",
|
|
||||||
"| pnmtopng -compression 9",
|
|
||||||
"> #{file}.png"
|
|
||||||
|
|
||||||
raise Error, "Conversion to png failed: #{result}" unless ::File.exist?(file + ".png")
|
|
||||||
|
|
||||||
# Calculate html properties
|
|
||||||
html_img_width = final_png_width / display_oversample
|
|
||||||
html_img_height = final_png_height / display_oversample
|
|
||||||
html_img_vertical_align = sprintf("%.0f", -padded_snippet_depth / oversample)
|
|
||||||
png_data_base64 = Base64.encode64(::File.open("#{file}.png") { |io| io.read }).chomp
|
|
||||||
|
|
||||||
::File.open(cache_file, 'w') { |f| f.write(%{#{html_img_width},#{html_img_height},#{html_img_vertical_align},#{png_data_base64}}) }
|
|
||||||
if with_properties
|
|
||||||
return html_img_width, html_img_height, html_img_vertical_align, png_data_base64
|
|
||||||
else
|
|
||||||
::File.read(file + ".png")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
private
|
|
||||||
def self.sh_chdir(path, *args)
|
|
||||||
origcommand = args * " "
|
|
||||||
return if origcommand == ""
|
|
||||||
|
|
||||||
command = origcommand
|
|
||||||
command.gsub! /(["\\])/, "\\$1"
|
|
||||||
command = %{/bin/sh -c "(#{command}) 2>&1"}
|
|
||||||
|
|
||||||
pid = spawn command, :chdir => path
|
|
||||||
|
|
||||||
result = Process::waitpid(pid)
|
|
||||||
exit_value = Integer($? >> 8), signal_num = Integer($? & 127), dumped_core = Integer($? & 128)
|
|
||||||
raise Error, "Failed #{result}: #{origcommand}. Exit value = #{exit_value}. Signal Num = #{signal_num}. Dumped core = #{dumped_core}" unless $?.success?
|
|
||||||
|
|
||||||
return result
|
|
||||||
end
|
|
||||||
|
|
||||||
def self.sh(*args)
|
|
||||||
origcommand = args * " "
|
|
||||||
return if origcommand == ""
|
|
||||||
|
|
||||||
command = origcommand
|
|
||||||
command.gsub! /(["\\])/, "\\$1"
|
|
||||||
command = %{/bin/sh -c "(#{command}) 2>&1"}
|
|
||||||
|
|
||||||
pid = spawn command
|
|
||||||
#pid = spawn *args
|
|
||||||
result = Process::waitpid(pid)
|
|
||||||
exit_value = $? >> 8, signal_num = $? & 127, dumped_core = $? & 128
|
|
||||||
raise Error, "Failed #{result}: #{origcommand}. Exit value = #{exit_value}. Signal Num = #{signal_num}. Dumped core = #{dumped_core}" unless $?.success?
|
|
||||||
|
|
||||||
return result
|
|
||||||
end
|
|
||||||
|
|
||||||
def self.round_up(num, mod)
|
|
||||||
num + (num % mod == 0 ? 0 : (mod - (num % mod)))
|
|
||||||
end
|
|
||||||
|
|
||||||
def self.pnm_width_height(filename)
|
|
||||||
raise Error, "#{filename} is not a .pnm file" if filename !~ /\.pnm$/
|
|
||||||
|
|
||||||
width = nil, height = nil
|
|
||||||
::File.open(filename) do |file|
|
|
||||||
# Read first line
|
|
||||||
line = file.gets
|
|
||||||
begin
|
|
||||||
line = file.gets # Read next line, skipping comments
|
|
||||||
end while line && line =~ /^#/
|
|
||||||
|
|
||||||
if line =~ /^(\d+)\s+(\d+)$/
|
|
||||||
width = Integer($1)
|
|
||||||
height = Integer($2)
|
|
||||||
else
|
|
||||||
raise Error, "#{filename}: couldn't read image size"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
raise Error, "#{filename}: couldn't read image size" unless width && height
|
|
||||||
|
|
||||||
return width, height
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
+7
-2
@@ -495,14 +495,19 @@ module Gollum
|
|||||||
@repo.git.grep(*args).split("\n").each do |line|
|
@repo.git.grep(*args).split("\n").each do |line|
|
||||||
result = line.split(':')
|
result = line.split(':')
|
||||||
result_1 = result[1]
|
result_1 = result[1]
|
||||||
file_name = result_1.chomp(::File.extname(result_1))
|
# Remove ext only from known extensions.
|
||||||
|
# test.pdf => test.pdf, test.md => test
|
||||||
|
file_name = Page::valid_page_name?(result_1) ? result_1.chomp(::File.extname(result_1)) :
|
||||||
|
result_1
|
||||||
results[file_name] = result[2].to_i
|
results[file_name] = result[2].to_i
|
||||||
end
|
end
|
||||||
|
|
||||||
# Use git ls-files '*query*' to search for file names. Grep only searches file content.
|
# Use git ls-files '*query*' to search for file names. Grep only searches file content.
|
||||||
# Spaces are converted to dashes when saving pages to disk.
|
# Spaces are converted to dashes when saving pages to disk.
|
||||||
@repo.git.ls_files({}, "*#{ query.gsub(' ', '-') }*").split("\n").each do |line|
|
@repo.git.ls_files({}, "*#{ query.gsub(' ', '-') }*").split("\n").each do |line|
|
||||||
file_name = line.chomp(::File.extname(line))
|
# Remove ext only from known extensions.
|
||||||
|
file_name = Page::valid_page_name?(line) ? line.chomp(::File.extname(line)) :
|
||||||
|
line
|
||||||
# If there's not already a result for file_name then
|
# If there's not already a result for file_name then
|
||||||
# the value is nil and nil.to_i is 0.
|
# the value is nil and nil.to_i is 0.
|
||||||
results[file_name] = results[file_name].to_i + 1;
|
results[file_name] = results[file_name].to_i + 1;
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
class WikiFactory
|
||||||
|
def self.create p
|
||||||
|
path = testpath "examples/test.git"
|
||||||
|
Grit::Repo.init_bare(@path)
|
||||||
|
Gollum::Wiki.default_options = {:universal_toc => false}
|
||||||
|
cleanup = Proc.new { FileUtils.rm_r File.join(File.dirname(__FILE__), *%w[examples test.git]) }
|
||||||
|
Gollum::Wiki.new(@path), @path, cleanup
|
||||||
|
end
|
||||||
|
end
|
||||||
+23
-1
@@ -184,7 +184,7 @@ context "Frontend" do
|
|||||||
name = "A"
|
name = "A"
|
||||||
post "/create", :content => 'abc', :page => name,
|
post "/create", :content => 'abc', :page => name,
|
||||||
:format => 'markdown', :message => 'def'
|
:format => 'markdown', :message => 'def'
|
||||||
follow_redirect!
|
|
||||||
assert last_response.ok?
|
assert last_response.ok?
|
||||||
|
|
||||||
@wiki.clear_cache
|
@wiki.clear_cache
|
||||||
@@ -273,6 +273,27 @@ context "Frontend" do
|
|||||||
Precious::App.set(:wiki_options, { :base_path => '/wiki/' })
|
Precious::App.set(:wiki_options, { :base_path => '/wiki/' })
|
||||||
get "/"
|
get "/"
|
||||||
assert_match "http://example.org/wiki/Home", last_response.headers['Location']
|
assert_match "http://example.org/wiki/Home", last_response.headers['Location']
|
||||||
|
|
||||||
|
# Reset base path
|
||||||
|
Precious::App.set(:wiki_options, { :base_path => nil })
|
||||||
|
end
|
||||||
|
|
||||||
|
test "author details in session are used" do
|
||||||
|
page1 = @wiki.page('A')
|
||||||
|
|
||||||
|
gollum_author = { :name => 'ghi', :email => 'jkl' }
|
||||||
|
session = { 'gollum.author' => gollum_author }
|
||||||
|
|
||||||
|
post "/edit/A", { :content => 'abc', :page => 'A', :format => page1.format, :message => 'def' }, { 'rack.session' => session }
|
||||||
|
follow_redirect!
|
||||||
|
assert last_response.ok?
|
||||||
|
|
||||||
|
@wiki.clear_cache
|
||||||
|
page2 = @wiki.page(page1.name)
|
||||||
|
|
||||||
|
author = page2.version.author
|
||||||
|
assert_equal 'ghi', author.name
|
||||||
|
assert_equal 'jkl', author.email
|
||||||
end
|
end
|
||||||
|
|
||||||
def app
|
def app
|
||||||
@@ -359,6 +380,7 @@ context "Frontend with lotr" do
|
|||||||
test "edit pages within sub-directories" do
|
test "edit pages within sub-directories" do
|
||||||
post "/create", :content => 'big smelly creatures', :page => 'Orc',
|
post "/create", :content => 'big smelly creatures', :page => 'Orc',
|
||||||
:path => 'Mordor', :format => 'markdown', :message => 'oooh, scary'
|
:path => 'Mordor', :format => 'markdown', :message => 'oooh, scary'
|
||||||
|
|
||||||
assert_equal 'http://example.org/Mordor/orc', last_response.headers['Location']
|
assert_equal 'http://example.org/Mordor/orc', last_response.headers['Location']
|
||||||
|
|
||||||
post "/edit/Mordor/Orc", :content => 'not so big smelly creatures',
|
post "/edit/Mordor/Orc", :content => 'not so big smelly creatures',
|
||||||
|
|||||||
@@ -0,0 +1,42 @@
|
|||||||
|
# ~*~ encoding: utf-8 ~*~
|
||||||
|
require File.expand_path( '../helper', __FILE__ )
|
||||||
|
require File.expand_path( '../wiki_factory', __FILE__ )
|
||||||
|
|
||||||
|
context "gitcode" do
|
||||||
|
|
||||||
|
def page_with_content c
|
||||||
|
index = @wiki.repo.index
|
||||||
|
index.add 'Sample-Html.md', c
|
||||||
|
index.commit 'adding file html sample'
|
||||||
|
|
||||||
|
page = @wiki.page 'Sample Html'
|
||||||
|
page
|
||||||
|
end
|
||||||
|
|
||||||
|
setup do
|
||||||
|
# context
|
||||||
|
@wiki, @path, @cleanup = WikiFactory.create 'examples/test.git'
|
||||||
|
|
||||||
|
# given
|
||||||
|
p = page_with_content "a\n\n```html:github/gollum/master/test/file_view/1_file.txt```\n\nb"
|
||||||
|
|
||||||
|
# when rendering the page
|
||||||
|
@rendered = Gollum::Markup.new(p).render
|
||||||
|
end
|
||||||
|
|
||||||
|
test 'that the rendered output is correctly fetched and rendered as html code' do
|
||||||
|
assert_equal %Q{<p>a</p>\n\n<div class=\"highlight\">\n <pre><span class=\"nt\"><ol</span> <span class=\"na\">class=</span><span class=\"s\">\"tree\"</span><span class=\"nt\">></span>\n <span class=\"nt\"><li</span> <span class=\"na\">class=</span><span class=\"s\">\"file\"</span><span class=\"nt\">><a</span> <span class=\"na\">href=</span><span class=\"s\">\"0\"</span><span class=\"nt\">></span>0<span class=\"nt\"></a></li></span>\n<span class=\"nt\"></ol></span>\n</pre>\n</div>\n\n<p>b</p>}, @rendered
|
||||||
|
end
|
||||||
|
|
||||||
|
test 'contents' do
|
||||||
|
g = Gollum::Gitcode.new 'github/gollum/master/test/file_view/1_file.txt'
|
||||||
|
|
||||||
|
assert_equal g.contents, %{<ol class="tree">
|
||||||
|
<li class="file"><a href="0">0</a></li>
|
||||||
|
</ol>}
|
||||||
|
end
|
||||||
|
|
||||||
|
teardown do
|
||||||
|
@cleanup.call
|
||||||
|
end
|
||||||
|
end
|
||||||
+134
-38
@@ -1,17 +1,14 @@
|
|||||||
# ~*~ encoding: utf-8 ~*~
|
# ~*~ encoding: utf-8 ~*~
|
||||||
require File.expand_path(File.join(File.dirname(__FILE__), "helper"))
|
require File.expand_path( "../helper", __FILE__ )
|
||||||
|
require File.expand_path( "../wiki_factory", __FILE__ )
|
||||||
|
|
||||||
context "Markup" do
|
context "Markup" do
|
||||||
setup do
|
setup do
|
||||||
@path = testpath("examples/test.git")
|
@wiki, @path, @teardown = WikiFactory.create 'examples/test.git'
|
||||||
FileUtils.rm_rf(@path)
|
|
||||||
Grit::Repo.init_bare(@path)
|
|
||||||
Gollum::Wiki.default_options = {:universal_toc => false}
|
|
||||||
@wiki = Gollum::Wiki.new(@path)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
teardown do
|
teardown do
|
||||||
FileUtils.rm_r(File.join(File.dirname(__FILE__), *%w[examples test.git]))
|
@teardown.call
|
||||||
end
|
end
|
||||||
|
|
||||||
test "formats page from Wiki#pages" do
|
test "formats page from Wiki#pages" do
|
||||||
@@ -58,6 +55,21 @@ context "Markup" do
|
|||||||
#
|
#
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
|
test "absolute link to non-existent page" do
|
||||||
|
@wiki.write_page("linktest", :markdown, "[[/Page]]", commit_details)
|
||||||
|
|
||||||
|
page = @wiki.page("linktest")
|
||||||
|
doc = Nokogiri::HTML page.formatted_data
|
||||||
|
paras = doc / :p
|
||||||
|
para = paras.first
|
||||||
|
anchors = para / :a
|
||||||
|
assert_equal 1, paras.size
|
||||||
|
assert_equal 1, anchors.size
|
||||||
|
assert_equal 'internal absent', anchors[0]['class']
|
||||||
|
assert_equal '/Page', anchors[0]['href']
|
||||||
|
assert_equal '/Page', anchors[0].text
|
||||||
|
end
|
||||||
|
|
||||||
test "double page links no space" do
|
test "double page links no space" do
|
||||||
@wiki.write_page("Bilbo Baggins", :markdown, "a [[Foo]][[Bar]] b", commit_details)
|
@wiki.write_page("Bilbo Baggins", :markdown, "a [[Foo]][[Bar]] b", commit_details)
|
||||||
|
|
||||||
@@ -181,19 +193,72 @@ context "Markup" do
|
|||||||
test "wiki link within inline code block" do
|
test "wiki link within inline code block" do
|
||||||
@wiki.write_page("Potato", :markdown, "`sed -i '' 's/[[:space:]]*$//'`", commit_details)
|
@wiki.write_page("Potato", :markdown, "`sed -i '' 's/[[:space:]]*$//'`", commit_details)
|
||||||
page = @wiki.page("Potato")
|
page = @wiki.page("Potato")
|
||||||
assert_equal "<p><code>sed -i '' 's/[[:space:]]*$//'</code></p>", page.formatted_data
|
assert_equal "<p>\n <code>sed -i '' 's/[[:space:]]*$//'</code>\n</p>", page.formatted_data
|
||||||
|
end
|
||||||
|
|
||||||
|
test "regexp gsub! backref (#383)" do
|
||||||
|
# bug only triggers on "```" syntax
|
||||||
|
# not `code`
|
||||||
|
page = 'test_rgx'
|
||||||
|
@wiki.write_page(page, :markdown,
|
||||||
|
(<<-'DATA'
|
||||||
|
```
|
||||||
|
rot13='tr '\''A-Za-z'\'' '\''N-ZA-Mn-za-m'\'
|
||||||
|
```
|
||||||
|
DATA
|
||||||
|
), commit_details)
|
||||||
|
output = @wiki.page(page).formatted_data
|
||||||
|
expected = %Q{<pre>\n <code> <div class=\"highlight\"><pre><span class=\"n\">rot13</span><span class=\"p\">=</span><span class=\"s\">'tr '</span><span class=\"o\">\\</span><span class=\"s\">''</span><span class=\"n\">A</span><span class=\"o\">-</span><span class=\"n\">Za</span><span class=\"o\">-</span><span class=\"n\">z</span><span class=\"o\">'\\</span><span class=\"s\">''</span> <span class=\"s\">'\\''N-ZA-Mn-za-m'</span><span class=\"o\">\\</span><span class=\"s\">'</span>\n</pre></div>\n</code>\n</pre>}
|
||||||
|
assert_equal expected, output
|
||||||
|
end
|
||||||
|
|
||||||
|
test "~~~ code blocks #537" do
|
||||||
|
page = 'test_rgx'
|
||||||
|
@wiki.write_page(page, :markdown,
|
||||||
|
%Q(~~~ {.ruby}
|
||||||
|
'hi'
|
||||||
|
~~~
|
||||||
|
), commit_details)
|
||||||
|
output = @wiki.page(page).formatted_data
|
||||||
|
expected = %Q{<div class=\"highlight\">\n <pre><span class=\"s1\">'hi'</span>\n</pre>\n</div>}
|
||||||
|
assert_equal expected, output
|
||||||
|
end
|
||||||
|
|
||||||
|
test "~~~ code blocks #537 with more than one class" do
|
||||||
|
page = 'test_rgx'
|
||||||
|
@wiki.write_page(page, :markdown,
|
||||||
|
%Q(~~~ {#hi .ruby .sauce}
|
||||||
|
'hi'
|
||||||
|
~~~
|
||||||
|
), commit_details)
|
||||||
|
output = @wiki.page(page).formatted_data
|
||||||
|
expected = %Q{<div class=\"highlight\">\n <pre><span class=\"s1\">'hi'</span>\n</pre>\n</div>}
|
||||||
|
assert_equal expected, output
|
||||||
|
end
|
||||||
|
|
||||||
|
test "~~~ code blocks #537 with lots of tildes" do
|
||||||
|
page = 'test_rgx'
|
||||||
|
@wiki.write_page(page, :markdown,
|
||||||
|
%Q(~~~~~~ {#hi .ruby .sauce}
|
||||||
|
~~
|
||||||
|
'hi'~
|
||||||
|
~~~~~~
|
||||||
|
), commit_details)
|
||||||
|
output = @wiki.page(page).formatted_data
|
||||||
|
expected = %Q{<div class=\"highlight\">\n <pre><span class=\"o\">~~</span>\n<span class=\"s1\">'hi'</span><span class=\"o\">~</span>\n</pre>\n</div>}
|
||||||
|
assert_equal expected, output
|
||||||
end
|
end
|
||||||
|
|
||||||
test "wiki link within code block" do
|
test "wiki link within code block" do
|
||||||
@wiki.write_page("Potato", :markdown, " sed -i '' 's/[[:space:]]*$//'", commit_details)
|
@wiki.write_page("Potato", :markdown, " sed -i '' 's/[[:space:]]*$//'", commit_details)
|
||||||
page = @wiki.page("Potato")
|
page = @wiki.page("Potato")
|
||||||
assert_equal "<pre><code>sed -i '' 's/[[:space:]]*$//'\n</code></pre>", page.formatted_data
|
assert_equal "<pre>\n <code>sed -i '' 's/[[:space:]]*$//'\n</code>\n</pre>", page.formatted_data
|
||||||
end
|
end
|
||||||
|
|
||||||
test "piped wiki link within code block" do
|
test "piped wiki link within code block" do
|
||||||
@wiki.write_page("Potato", :markdown, "`make a link [[home|sweet home]]`", commit_details)
|
@wiki.write_page("Potato", :markdown, "`make a link [[home|sweet home]]`", commit_details)
|
||||||
page = @wiki.page("Potato")
|
page = @wiki.page("Potato")
|
||||||
assert_equal "<p><code>make a link [[home|sweet home]]</code></p>", page.formatted_data
|
assert_equal "<p>\n <code>make a link [[home|sweet home]]</code>\n</p>", page.formatted_data
|
||||||
end
|
end
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
@@ -209,7 +274,7 @@ context "Markup" do
|
|||||||
|
|
||||||
page = @wiki.page(name)
|
page = @wiki.page(name)
|
||||||
output = page.formatted_data
|
output = page.formatted_data
|
||||||
assert_equal %{<p>a <img src="#{scheme}://example.com/bilbo.jpg"> b</p>}, output
|
assert_equal %{<p>a <img src=\"#{scheme}://example.com/bilbo.jpg\" /> b</p>}, output
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -220,7 +285,7 @@ context "Markup" do
|
|||||||
|
|
||||||
page = @wiki.page(name)
|
page = @wiki.page(name)
|
||||||
output = page.formatted_data
|
output = page.formatted_data
|
||||||
assert_equal %{<p>a <img src="#{scheme}://example.com/bilbo.JPG"> b</p>}, output
|
assert_equal %{<p>a <img src=\"#{scheme}://example.com/bilbo.JPG\" /> b</p>}, output
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -232,7 +297,7 @@ context "Markup" do
|
|||||||
@wiki.write_page("Bilbo Baggins", :markdown, "a [[/alpha.jpg]] [[a | /alpha.jpg]] b", commit_details)
|
@wiki.write_page("Bilbo Baggins", :markdown, "a [[/alpha.jpg]] [[a | /alpha.jpg]] b", commit_details)
|
||||||
|
|
||||||
page = @wiki.page("Bilbo Baggins")
|
page = @wiki.page("Bilbo Baggins")
|
||||||
assert_equal %{<p>a <img src="/wiki/alpha.jpg"><a href="/wiki/alpha.jpg">a</a> b</p>}, page.formatted_data
|
assert_equal %{<p>a <img src=\"/wiki/alpha.jpg\" /><a href=\"/wiki/alpha.jpg\">a</a> b</p>}, page.formatted_data
|
||||||
end
|
end
|
||||||
|
|
||||||
test "image with relative path on root" do
|
test "image with relative path on root" do
|
||||||
@@ -243,7 +308,7 @@ context "Markup" do
|
|||||||
index.commit("Add alpha.jpg")
|
index.commit("Add alpha.jpg")
|
||||||
|
|
||||||
page = @wiki.page("Bilbo Baggins")
|
page = @wiki.page("Bilbo Baggins")
|
||||||
assert_equal %{<p>a <img src="/wiki/alpha.jpg"><a href="/wiki/alpha.jpg">a</a> b</p>}, page.formatted_data
|
assert_equal %Q{<p>a <img src=\"/wiki/alpha.jpg\" /><a href=\"/wiki/alpha.jpg\">a</a> b</p>}, page.formatted_data
|
||||||
end
|
end
|
||||||
|
|
||||||
test "image with relative path" do
|
test "image with relative path" do
|
||||||
@@ -255,7 +320,7 @@ context "Markup" do
|
|||||||
|
|
||||||
page = @wiki.page("Bilbo Baggins")
|
page = @wiki.page("Bilbo Baggins")
|
||||||
output = page.formatted_data
|
output = page.formatted_data
|
||||||
assert_equal %{<p>a <img src="/wiki/greek/alpha.jpg"><a href="/wiki/greek/alpha.jpg">a</a> b</p>}, output
|
assert_equal %{<p>a <img src=\"/wiki/greek/alpha.jpg\" /><a href=\"/wiki/greek/alpha.jpg\">a</a> b</p>}, output
|
||||||
end
|
end
|
||||||
|
|
||||||
test "image with absolute path on a preview" do
|
test "image with absolute path on a preview" do
|
||||||
@@ -265,7 +330,7 @@ context "Markup" do
|
|||||||
index.commit("Add alpha.jpg")
|
index.commit("Add alpha.jpg")
|
||||||
|
|
||||||
page = @wiki.preview_page("Test", "a [[/alpha.jpg]] b", :markdown)
|
page = @wiki.preview_page("Test", "a [[/alpha.jpg]] b", :markdown)
|
||||||
assert_equal %{<p>a <img src="/wiki/alpha.jpg"> b</p>}, page.formatted_data
|
assert_equal %{<p>a <img src=\"/wiki/alpha.jpg\" /> b</p>}, page.formatted_data
|
||||||
end
|
end
|
||||||
|
|
||||||
test "image with relative path on a preview" do
|
test "image with relative path on a preview" do
|
||||||
@@ -276,12 +341,12 @@ context "Markup" do
|
|||||||
index.commit("Add alpha.jpg")
|
index.commit("Add alpha.jpg")
|
||||||
|
|
||||||
page = @wiki.preview_page("Test", "a [[alpha.jpg]] [[greek/alpha.jpg]] b", :markdown)
|
page = @wiki.preview_page("Test", "a [[alpha.jpg]] [[greek/alpha.jpg]] b", :markdown)
|
||||||
assert_equal %{<p>a <img src="/wiki/alpha.jpg"><img src="/wiki/greek/alpha.jpg"> b</p>}, page.formatted_data
|
assert_equal %{<p>a <img src=\"/wiki/alpha.jpg\" /><img src=\"/wiki/greek/alpha.jpg\" /> b</p>}, page.formatted_data
|
||||||
end
|
end
|
||||||
|
|
||||||
test "image with alt" do
|
test "image with alt" do
|
||||||
content = "a [[alpha.jpg|alt=Alpha Dog]] b"
|
content = "a [[alpha.jpg|alt=Alpha Dog]] b"
|
||||||
output = %{<p>a <img src="/greek/alpha.jpg" alt="Alpha Dog"> b</p>}
|
output = %{<p>a<imgsrc=\"/greek/alpha.jpg\"alt=\"AlphaDog\"/>b</p>}
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -289,7 +354,7 @@ context "Markup" do
|
|||||||
%w{em px}.each do |unit|
|
%w{em px}.each do |unit|
|
||||||
%w{width height}.each do |dim|
|
%w{width height}.each do |dim|
|
||||||
content = "a [[alpha.jpg|#{dim}=100#{unit}]] b"
|
content = "a [[alpha.jpg|#{dim}=100#{unit}]] b"
|
||||||
output = "<p>a <img src=\"/greek/alpha.jpg\" #{dim}=\"100#{unit}\"> b</p>"
|
output = "<p>a<imgsrc=\"/greek/alpha.jpg\"#{dim}=\"100#{unit}\"/>b</p>"
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -298,7 +363,7 @@ context "Markup" do
|
|||||||
test "image with bogus dimension" do
|
test "image with bogus dimension" do
|
||||||
%w{width height}.each do |dim|
|
%w{width height}.each do |dim|
|
||||||
content = "a [[alpha.jpg|#{dim}=100]] b"
|
content = "a [[alpha.jpg|#{dim}=100]] b"
|
||||||
output = "<p>a <img src=\"/greek/alpha.jpg\"> b</p>"
|
output = "<p>a<imgsrc=\"/greek/alpha.jpg\"/>b</p>"
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -306,7 +371,7 @@ context "Markup" do
|
|||||||
test "image with vertical align" do
|
test "image with vertical align" do
|
||||||
%w{top texttop middle absmiddle bottom absbottom baseline}.each do |align|
|
%w{top texttop middle absmiddle bottom absbottom baseline}.each do |align|
|
||||||
content = "a [[alpha.jpg|align=#{align}]] b"
|
content = "a [[alpha.jpg|align=#{align}]] b"
|
||||||
output = "<p>a <img src=\"/greek/alpha.jpg\" align=\"#{align}\"> b</p>"
|
output = %Q{<p>a<imgsrc=\"/greek/alpha.jpg\"align=\"#{align}\"/>b</p>}
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -314,40 +379,40 @@ context "Markup" do
|
|||||||
test "image with horizontal align" do
|
test "image with horizontal align" do
|
||||||
%w{left center right}.each do |align|
|
%w{left center right}.each do |align|
|
||||||
content = "a [[alpha.jpg|align=#{align}]] b"
|
content = "a [[alpha.jpg|align=#{align}]] b"
|
||||||
output = "<p>a <span class=\"align-#{align}\"><span><img src=\"/greek/alpha.jpg\"></span></span> b</p>"
|
output = "<p>a<spanclass=\"align-#{align}\"><span><imgsrc=\"/greek/alpha.jpg\"/></span></span>b</p>"
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
test "image with float" do
|
test "image with float" do
|
||||||
content = "a\n\n[[alpha.jpg|float]]\n\nb"
|
content = "a\n\n[[alpha.jpg|float]]\n\nb"
|
||||||
output = "<p>a</p>\n\n<p><span class=\"float-left\"><span><img src=\"/greek/alpha.jpg\"></span></span></p>\n\n<p>b</p>"
|
output = "<p>a</p><p><spanclass=\"float-left\"><span><imgsrc=\"/greek/alpha.jpg\"/></span></span></p><p>b</p>"
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
|
|
||||||
test "image with float and align" do
|
test "image with float and align" do
|
||||||
%w{left right}.each do |align|
|
%w{left right}.each do |align|
|
||||||
content = "a\n\n[[alpha.jpg|float|align=#{align}]]\n\nb"
|
content = "a\n\n[[alpha.jpg|float|align=#{align}]]\n\nb"
|
||||||
output = "<p>a</p>\n\n<p><span class=\"float-#{align}\"><span><img src=\"/greek/alpha.jpg\"></span></span></p>\n\n<p>b</p>"
|
output = "<p>a</p><p><spanclass=\"float-#{align}\"><span><imgsrc=\"/greek/alpha.jpg\"/></span></span></p><p>b</p>"
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
test "image with frame" do
|
test "image with frame" do
|
||||||
content = "a\n\n[[alpha.jpg|frame]]\n\nb"
|
content = "a\n\n[[alpha.jpg|frame]]\n\nb"
|
||||||
output = "<p>a</p>\n\n<p><span class=\"frame\"><span><img src=\"/greek/alpha.jpg\"></span></span></p>\n\n<p>b</p>"
|
output = "<p>a</p><p><spanclass=\"frame\"><span><imgsrc=\"/greek/alpha.jpg\"/></span></span></p><p>b</p>"
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
|
|
||||||
test "absolute image with frame" do
|
test "absolute image with frame" do
|
||||||
content = "a\n\n[[http://example.com/bilbo.jpg|frame]]\n\nb"
|
content = "a\n\n[[http://example.com/bilbo.jpg|frame]]\n\nb"
|
||||||
output = "<p>a</p>\n\n<p><span class=\"frame\"><span><img src=\"http://example.com/bilbo.jpg\"></span></span></p>\n\n<p>b</p>"
|
output = "<p>a</p><p><spanclass=\"frame\"><span><imgsrc=\"http://example.com/bilbo.jpg\"/></span></span></p><p>b</p>"
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
|
|
||||||
test "image with frame and alt" do
|
test "image with frame and alt" do
|
||||||
content = "a\n\n[[alpha.jpg|frame|alt=Alpha]]\n\nb"
|
content = "a\n\n[[alpha.jpg|frame|alt=Alpha]]\n\nb"
|
||||||
output = "<p>a</p>\n\n<p><span class=\"frame\"><span><img src=\"/greek/alpha.jpg\" alt=\"Alpha\"><span>Alpha</span></span></span></p>\n\n<p>b</p>"
|
output = "<p>a</p><p><spanclass=\"frame\"><span><imgsrc=\"/greek/alpha.jpg\"alt=\"Alpha\"/><span>Alpha</span></span></span></p><p>b</p>"
|
||||||
relative_image(content, output)
|
relative_image(content, output)
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -396,9 +461,7 @@ context "Markup" do
|
|||||||
|
|
||||||
test "code blocks" do
|
test "code blocks" do
|
||||||
content = "a\n\n```ruby\nx = 1\n```\n\nb"
|
content = "a\n\n```ruby\nx = 1\n```\n\nb"
|
||||||
output = "<p>a</p>\n\n<div class=\"highlight\">\n<pre>" +
|
output = %Q{<p>a</p>\n\n<div class=\"highlight\">\n <pre><span class=\"n\">x</span> <span class=\"o\">=</span> <span class=\"mi\">1</span>\n</pre>\n</div>\n\n<p>b</p>}
|
||||||
"<span class=\"n\">x</span> <span class=\"o\">=</span> " +
|
|
||||||
"<span class=\"mi\">1</span>\n</pre>\n</div>\n\n\n<p>b</p>"
|
|
||||||
|
|
||||||
index = @wiki.repo.index
|
index = @wiki.repo.index
|
||||||
index.add("Bilbo-Baggins.md", content)
|
index.add("Bilbo-Baggins.md", content)
|
||||||
@@ -411,9 +474,7 @@ context "Markup" do
|
|||||||
|
|
||||||
test "code blocks with carriage returns" do
|
test "code blocks with carriage returns" do
|
||||||
content = "a\r\n\r\n```ruby\r\nx = 1\r\n```\r\n\r\nb"
|
content = "a\r\n\r\n```ruby\r\nx = 1\r\n```\r\n\r\nb"
|
||||||
output = "<p>a</p>\n\n<div class=\"highlight\">\n<pre>" +
|
output = %Q{<p>a</p>\n\n<div class=\"highlight\">\n <pre><span class=\"n\">x</span> <span class=\"o\">=</span> <span class=\"mi\">1</span>\n</pre>\n</div>\n\n<p>b</p>}
|
||||||
"<span class=\"n\">x</span> <span class=\"o\">=</span> " +
|
|
||||||
"<span class=\"mi\">1</span>\n</pre>\n</div>\n\n\n<p>b</p>"
|
|
||||||
|
|
||||||
index = @wiki.repo.index
|
index = @wiki.repo.index
|
||||||
index.add("Bilbo-Baggins.md", content)
|
index.add("Bilbo-Baggins.md", content)
|
||||||
@@ -444,9 +505,7 @@ context "Markup" do
|
|||||||
|
|
||||||
test "code blocks with multibyte caracters indent" do
|
test "code blocks with multibyte caracters indent" do
|
||||||
content = "a\n\n```ruby\ns = 'やくしまるえつこ'\n```\n\nb"
|
content = "a\n\n```ruby\ns = 'やくしまるえつこ'\n```\n\nb"
|
||||||
output = "<p>a</p>\n\n<div class=\"highlight\">\n<pre><span class=\"n\">" +
|
output = %Q{<p>a</p>\n\n<div class=\"highlight\">\n <pre><span class=\"n\">s</span> <span class=\"o\">=</span> <span class=\"s1\">'やくしまるえつこ'</span>\n</pre>\n</div>\n\n<p>b</p>}
|
||||||
"s</span> <span class=\"o\">=</span> <span class=\"s1\">'やくしまるえつこ'" +
|
|
||||||
"</span>\n</pre>\n</div>\n\n\n<p>b</p>"
|
|
||||||
index = @wiki.repo.index
|
index = @wiki.repo.index
|
||||||
index.add("Bilbo-Baggins.md", content)
|
index.add("Bilbo-Baggins.md", content)
|
||||||
index.commit("Add alpha.jpg")
|
index.commit("Add alpha.jpg")
|
||||||
@@ -498,6 +557,43 @@ np.array([[2,2],[1,3]],np.float)
|
|||||||
assert_match /\(\[\[/, rendered, "#{markup_class} parses out wiki links\n#{rendered}"
|
assert_match /\(\[\[/, rendered, "#{markup_class} parses out wiki links\n#{rendered}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test "embed code is escaped" do
|
||||||
|
@wiki.write_page("script", :markdown, "a <script></script> b", commit_details)
|
||||||
|
@wiki.write_page("page", :markdown, "```html:script```", commit_details)
|
||||||
|
|
||||||
|
output_script = @wiki.page("script").formatted_data
|
||||||
|
output_page = @wiki.page("page").formatted_data
|
||||||
|
|
||||||
|
assert_equal %Q{<p>a b</p>}, output_script
|
||||||
|
assert_equal %Q{<div class=\"highlight\">\n <pre><span class=\"nt\"><p></span>a b<span class=\"nt\"></p></span>\n</pre>\n</div>}, output_page
|
||||||
|
end
|
||||||
|
|
||||||
|
test "embed code page absolute link" do
|
||||||
|
@wiki.write_page("base", :markdown, "a\n!base\b", commit_details)
|
||||||
|
@wiki.write_page("a", :markdown, "a\n```html:/base```\b", commit_details)
|
||||||
|
|
||||||
|
page = @wiki.page("a")
|
||||||
|
output = page.formatted_data
|
||||||
|
assert_equal %Q{<p>a\n</p><div class=\"highlight\">\n <pre><span class=\"nt\"><p></span>a\n!base<span class=\"nt\"></p></span>\n</pre>\n</div>\n}, output
|
||||||
|
end
|
||||||
|
|
||||||
|
test "embed code page relative link" do
|
||||||
|
@wiki.write_page("base", :markdown, "a\n!rel\b", commit_details)
|
||||||
|
@wiki.write_page("a", :markdown, "a\n```html:base```\b", commit_details)
|
||||||
|
|
||||||
|
page = @wiki.page("a")
|
||||||
|
output = page.formatted_data
|
||||||
|
assert_equal %Q{<p>a\n</p><div class=\"highlight\">\n <pre><span class=\"nt\"><p></span>a\n!rel<span class=\"nt\"></p></span>\n</pre>\n</div>\n}, output
|
||||||
|
end
|
||||||
|
|
||||||
|
test "code block in unsupported language" do
|
||||||
|
@wiki.write_page("a", :markdown, "a\n```nonexistent\ncode\n```\nb", commit_details)
|
||||||
|
|
||||||
|
page = @wiki.page("a")
|
||||||
|
output = page.formatted_data
|
||||||
|
assert_equal %Q{<p>a\ncode\nb</p>}, output
|
||||||
|
end
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
#
|
#
|
||||||
# Web Sequence Diagrams
|
# Web Sequence Diagrams
|
||||||
@@ -670,13 +766,13 @@ end
|
|||||||
|
|
||||||
test "TeX block syntax" do
|
test "TeX block syntax" do
|
||||||
content = 'a \[ a^2 \] b'
|
content = 'a \[ a^2 \] b'
|
||||||
output = "<p>a<imgwidth=\"15\"height=\"16\"style=\"vertical-align:-1px;\"src=\"/_tex.png?type=block&data=YV4y\"alt=\"a^2\"/>b</p>"
|
output = "<p>a<imgsrc=\"http://www.mathtran.org/cgi-bin/toy/?D=4;tex=a%5E2\"alt=\"a^2\">b</p>"
|
||||||
compare(content, output, 'md')
|
compare(content, output, 'md')
|
||||||
end
|
end
|
||||||
|
|
||||||
test "TeX inline syntax" do
|
test "TeX inline syntax" do
|
||||||
content = 'a \( a^2 \) b'
|
content = 'a \( a^2 \) b'
|
||||||
output = "<p>a<imgwidth=\"15\"height=\"16\"style=\"vertical-align:-1px;\"src=\"/_tex.png?type=inline&data=YV4y\"alt=\"a^2\"/>b</p>"
|
output = "<p>a<imgsrc=\"http://www.mathtran.org/cgi-bin/toy/?D=2;tex=a%5E2\"alt=\"a^2\">b</p>"
|
||||||
compare(content, output, 'md')
|
compare(content, output, 'md')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ context "Page" do
|
|||||||
page = @wiki.page('Bilbo Baggins')
|
page = @wiki.page('Bilbo Baggins')
|
||||||
assert_equal Gollum::Page, page.class
|
assert_equal Gollum::Page, page.class
|
||||||
assert page.raw_data =~ /^# Bilbo Baggins\n\nBilbo Baggins/
|
assert page.raw_data =~ /^# Bilbo Baggins\n\nBilbo Baggins/
|
||||||
assert page.formatted_data =~ %r{<h1>Bilbo Baggins<a class="anchor" id="Bilbo-Baggins" href="#Bilbo-Baggins"></a>\n</h1>\n\n<p>Bilbo Baggins}
|
assert page.formatted_data =~ %r{<h1>Bilbo Baggins<a class="anchor" id="Bilbo-Baggins" href="#Bilbo-Baggins"></a></h1>\n\n<p>Bilbo Baggins}
|
||||||
assert_equal 'Bilbo-Baggins.md', page.path
|
assert_equal 'Bilbo-Baggins.md', page.path
|
||||||
assert_equal :markdown, page.format
|
assert_equal :markdown, page.format
|
||||||
assert_equal @wiki.repo.commits.first.id, page.version.id
|
assert_equal @wiki.repo.commits.first.id, page.version.id
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ context "Page Reverting" do
|
|||||||
assert_equal "INITIAL", body=page2.raw_data.strip
|
assert_equal "INITIAL", body=page2.raw_data.strip
|
||||||
assert_equal body, File.read(File.join(@path, "B.md")).strip
|
assert_equal body, File.read(File.join(@path, "B.md")).strip
|
||||||
end
|
end
|
||||||
=end
|
|
||||||
|
|
||||||
test "reverts multiple commits for a page" do
|
test "reverts multiple commits for a page" do
|
||||||
page1 = @wiki.page('A')
|
page1 = @wiki.page('A')
|
||||||
@@ -49,6 +48,7 @@ context "Page Reverting" do
|
|||||||
assert_equal "INITIAL", body=page2.raw_data.strip
|
assert_equal "INITIAL", body=page2.raw_data.strip
|
||||||
assert_equal body, File.read(File.join(@path, "A.md")).strip
|
assert_equal body, File.read(File.join(@path, "A.md")).strip
|
||||||
end
|
end
|
||||||
|
=end
|
||||||
|
|
||||||
test "cannot revert conflicting commit" do
|
test "cannot revert conflicting commit" do
|
||||||
page1 = @wiki.page('A')
|
page1 = @wiki.page('A')
|
||||||
|
|||||||
+24
-7
@@ -29,19 +29,36 @@ context "Unicode Support" do
|
|||||||
assert_equal "# 한글", utf8(page.raw_data)
|
assert_equal "# 한글", utf8(page.raw_data)
|
||||||
|
|
||||||
# markup.rb
|
# markup.rb
|
||||||
# #简介
|
|
||||||
# href.gsub('%', '%25') so the anchor works in Firefox.
|
|
||||||
# <a href="#%25ED%2595%259C%25EA%25B8%2580" id="%ED%95%9C%EA%B8%80" class="anchor"></a>
|
|
||||||
doc = Nokogiri::HTML page.formatted_data
|
doc = Nokogiri::HTML page.formatted_data
|
||||||
h1s = doc / :h1
|
h1s = doc / :h1
|
||||||
h1 = h1s.first
|
h1 = h1s.first
|
||||||
anchors = h1 / :a
|
anchors = h1 / :a
|
||||||
assert_equal 1, h1s.size
|
assert_equal 1, h1s.size
|
||||||
assert_equal 1, anchors.size
|
assert_equal 1, anchors.size
|
||||||
assert_equal '#%25ED%2595%259C%25EA%25B8%2580', anchors[0]['href']
|
assert_equal '#한글', anchors[0]['href']
|
||||||
assert_equal '%ED%95%9C%EA%B8%80', anchors[0]['id']
|
assert_equal '한글', anchors[0]['id']
|
||||||
assert_equal 'anchor', anchors[0]['class']
|
assert_equal 'anchor', anchors[0]['class']
|
||||||
assert_equal '', anchors[0].text
|
assert_equal '', anchors[0].text
|
||||||
|
end
|
||||||
|
|
||||||
|
test "create and read non-latin page with anchor 2" do
|
||||||
|
@wiki.write_page("test", :markdown, "# \"La\" faune d'Édiacara")
|
||||||
|
|
||||||
|
page = @wiki.page("test")
|
||||||
|
assert_equal Gollum::Page, page.class
|
||||||
|
assert_equal "# \"La\" faune d'Édiacara", utf8(page.raw_data)
|
||||||
|
|
||||||
|
# markup.rb test: ', ", É
|
||||||
|
doc = Nokogiri::HTML page.formatted_data
|
||||||
|
h1s = doc / :h1
|
||||||
|
h1 = h1s.first
|
||||||
|
anchors = h1 / :a
|
||||||
|
assert_equal 1, h1s.size
|
||||||
|
assert_equal 1, anchors.size
|
||||||
|
assert_equal %q(#%22La%22-faune-d'Édiacara), anchors[0]['href']
|
||||||
|
assert_equal %q(%22La%22-faune-d'Édiacara), anchors[0]['id']
|
||||||
|
assert_equal 'anchor', anchors[0]['class']
|
||||||
|
assert_equal '', anchors[0].text
|
||||||
end
|
end
|
||||||
|
|
||||||
test "unicode with existing format rules" do
|
test "unicode with existing format rules" do
|
||||||
|
|||||||
+11
-1
@@ -123,7 +123,7 @@ context "Wiki page previewing" do
|
|||||||
test "preview_page" do
|
test "preview_page" do
|
||||||
page = @wiki.preview_page("Test", "# Bilbo", :markdown)
|
page = @wiki.preview_page("Test", "# Bilbo", :markdown)
|
||||||
assert_equal "# Bilbo", page.raw_data
|
assert_equal "# Bilbo", page.raw_data
|
||||||
assert_equal %Q{<h1>Bilbo<a class="anchor" id="Bilbo" href="#Bilbo"></a>\n</h1>}, page.formatted_data
|
assert_equal %Q{<h1>Bilbo<a class=\"anchor\" id=\"Bilbo\" href=\"#Bilbo\"></a></h1>}, page.formatted_data
|
||||||
assert_equal "Test.md", page.filename
|
assert_equal "Test.md", page.filename
|
||||||
assert_equal "Test", page.name
|
assert_equal "Test", page.name
|
||||||
end
|
end
|
||||||
@@ -142,6 +142,16 @@ context "Wiki TOC" do
|
|||||||
assert_equal '<h1>Bilbo<a class="anchor" id="Bilbo" href="#Bilbo"></a></h1>', page.formatted_data.gsub(/\n/,"")
|
assert_equal '<h1>Bilbo<a class="anchor" id="Bilbo" href="#Bilbo"></a></h1>', page.formatted_data.gsub(/\n/,"")
|
||||||
assert_equal %{<div class="toc"><div class="toc-title">Table of Contents</div><ul><li><a href="#Bilbo">Bilbo</a></li></ul></div>}, page.toc_data.gsub(/\n */,"")
|
assert_equal %{<div class="toc"><div class="toc-title">Table of Contents</div><ul><li><a href="#Bilbo">Bilbo</a></li></ul></div>}, page.toc_data.gsub(/\n */,"")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Ensure ' creates valid links in TOC
|
||||||
|
# Incorrect: <a href=\"#a\" b=\"\">
|
||||||
|
# Correct: <a href=\"#a'b\">
|
||||||
|
test "' in link" do
|
||||||
|
page = @wiki.preview_page("Test", "# a'b", :markdown)
|
||||||
|
assert_equal "# a'b", page.raw_data
|
||||||
|
assert_equal %q{<h1>a'b<a class="anchor" id="a'b" href="#a'b"></a></h1>}, page.formatted_data.gsub(/\n/,"")
|
||||||
|
assert_equal %{<div class=\"toc\"><div class=\"toc-title\">Table of Contents</div><ul><li><a href=\"#a'b\">a'b</a></li></ul></div>}, page.toc_data.gsub(/\n */,"")
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context "Wiki page writing" do
|
context "Wiki page writing" do
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
class WikiFactory
|
||||||
|
def self.create p
|
||||||
|
path = testpath "examples/test.git"
|
||||||
|
Grit::Repo.init_bare(path)
|
||||||
|
Gollum::Wiki.default_options = {:universal_toc => false}
|
||||||
|
cleanup = Proc.new { FileUtils.rm_r File.join(File.dirname(__FILE__), *%w[examples test.git]) }
|
||||||
|
wiki = Gollum::Wiki.new(path)
|
||||||
|
return wiki, path, cleanup
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user