summaryrefslogtreecommitdiffstats
path: root/camping/gitweb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'camping/gitweb.rb')
-rw-r--r--camping/gitweb.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/camping/gitweb.rb b/camping/gitweb.rb
index 91959be..6322e17 100644
--- a/camping/gitweb.rb
+++ b/camping/gitweb.rb
@@ -2,15 +2,12 @@ require 'rubygems'
require 'camping'
require 'git'
-# this is meant to be a git-less web head to your git repo
#
# install dependencies
# sudo gem install camping-omnibus --source http://code.whytheluckystiff.net
#
# author : scott chacon
-# thanks to dr. nic for his syntax code highlighting deal
#
-# /usr/local/lib/ruby/gems/1.8/gems/camping-1.5.180/examples/
Camping.goes :GitWeb
@@ -367,6 +364,7 @@ def GitWeb.create
GitWeb::Models.create_schema
end
+# everything below this line is the css and javascript for syntax-highlighting
__END__
pre.sh_sourceCode {
background-color: white;