My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

This is not a public project. It's just written for my blog to use the set of brush.

Therefore, there would not be regular plan to update for this.

Code snippets i borrowed from

http://code.google.com/p/syntaxhighlight-blogger-dynamic/ http://blog.cruxframework.org/2011/10/easy-code-syntax-highlight-on-blogger.html

current.js compiled below scripts using Google's Closure Compiler Service.

http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js http://alexgorbatchev.com/pub/sh/current/scripts/shBrushBash.js http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCpp.js http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js http://alexgorbatchev.com/pub/sh/current/scripts/shBrushSql.js http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js http://alexgorbatchev.com/pub/sh/current/scripts/shBrushAs3.js

and

function doHighlight(){

SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.defaults["auto-links"]=false; SyntaxHighlighter.defaults["quick-code"]=false; SyntaxHighlighter.highlight();
} doHighlight();

Powered by Google Project Hosting