From 537d483566255f78faf3b1c97027ef85853267dc Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Sun, 18 Nov 2007 17:39:52 -0800 Subject: little docs --- camping/gitweb.rb | 4 +--- 1 file changed, 1 insertion(+), 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; -- cgit