summaryrefslogtreecommitdiffstats
path: root/camping
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-18 17:39:52 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-18 17:39:52 -0800
commit537d483566255f78faf3b1c97027ef85853267dc (patch)
treeb1dfd1145aa2c9e2c614a07ba4bccf599ee7ebe0 /camping
parentee373ba8c691bf8705efcb77a9978c41d70bb24b (diff)
downloadthird_party-ruby-git-537d483566255f78faf3b1c97027ef85853267dc.tar.gz
third_party-ruby-git-537d483566255f78faf3b1c97027ef85853267dc.tar.xz
third_party-ruby-git-537d483566255f78faf3b1c97027ef85853267dc.zip
little docs
Diffstat (limited to 'camping')
-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;