We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee373ba commit 537d483Copy full SHA for 537d483
camping/gitweb.rb
@@ -2,15 +2,12 @@
2
require 'camping'
3
require 'git'
4
5
-# this is meant to be a git-less web head to your git repo
6
#
7
# install dependencies
8
# sudo gem install camping-omnibus --source http://code.whytheluckystiff.net
9
10
# author : scott chacon
11
-# thanks to dr. nic for his syntax code highlighting deal
12
13
-# /usr/local/lib/ruby/gems/1.8/gems/camping-1.5.180/examples/
14
15
Camping.goes :GitWeb
16
@@ -367,6 +364,7 @@ def GitWeb.create
367
364
GitWeb::Models.create_schema
368
365
end
369
366
+# everything below this line is the css and javascript for syntax-highlighting
370
__END__
371
pre.sh_sourceCode {
372
background-color: white;
0 commit comments