Skip to content

Commit 537d483

Browse files
author
scott Chacon
committed
little docs
1 parent ee373ba commit 537d483

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

camping/gitweb.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
require 'camping'
33
require 'git'
44

5-
# this is meant to be a git-less web head to your git repo
65
#
76
# install dependencies
87
# sudo gem install camping-omnibus --source http://code.whytheluckystiff.net
98
#
109
# author : scott chacon
11-
# thanks to dr. nic for his syntax code highlighting deal
1210
#
13-
# /usr/local/lib/ruby/gems/1.8/gems/camping-1.5.180/examples/
1411

1512
Camping.goes :GitWeb
1613

@@ -367,6 +364,7 @@ def GitWeb.create
367364
GitWeb::Models.create_schema
368365
end
369366

367+
# everything below this line is the css and javascript for syntax-highlighting
370368
__END__
371369
pre.sh_sourceCode {
372370
background-color: white;

0 commit comments

Comments
 (0)