Project

General

Profile

Feature #5944

Updated by Tom Clegg almost 9 years ago

Something like this 

 <pre> 
 sudo apt-get install python-pygments 
 pygmentize -O full,style=colorful -f html -o /tmp/keepclient.go.html sdk/go/keepclient/keepclient.go 
 </pre> 

 ...but preferably something that doesn't fork from passenger. Perhaps coderay, or do it client-side with https://github.com/ioquatix/jquery-syntax? 

Back