Do not render LaTeX locally

Offload the rendering service to MathTran.org, the free and open-source
LaTeX rendering engine.
This commit is contained in:
Vicent Marti
2012-09-01 12:17:01 +02:00
parent 942d32c9b6
commit ab699d94b0
5 changed files with 11 additions and 385 deletions
-6
View File
@@ -282,12 +282,6 @@ module Precious
mustache :compare
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
halt 404
end