Add SyntaxHighlighter (http://alexgorbatchev.com/SyntaxHighlighter/) for Code blocks...
authorChuck Hagenbuch <chuck@horde.org>
Sat, 2 Oct 2010 19:17:49 +0000 (15:17 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sat, 2 Oct 2010 19:17:49 +0000 (15:17 -0400)
commit7c219063034b3a9241b07ce88bc779cf82eccadd
tree4156e650c55837a4869e5a94e1373ac99c2a841d
parent46f42548e67217202ccb105083a673f11ffa8c70
Add SyntaxHighlighter (alexgorbatchev.com/SyntaxHighlighter/) for Code blocks in Wicked.
52 files changed:
horde/js/syntaxhighlighter/LGPL-LICENSE [new file with mode: 0644]
horde/js/syntaxhighlighter/MIT-LICENSE [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shAutoloader.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushAS3.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushAppleScript.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushBash.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushCSharp.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushColdFusion.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushCpp.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushCss.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushDelphi.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushDiff.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushErlang.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushGroovy.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushJScript.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushJava.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushJavaFX.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushPerl.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushPhp.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushPlain.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushPowerShell.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushPython.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushRuby.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushSass.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushScala.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushSql.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushVb.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shBrushXml.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shCore.js [new file with mode: 0644]
horde/js/syntaxhighlighter/scripts/shLegacy.js [new file with mode: 0644]
horde/js/syntaxhighlighter/src/shAutoloader.js [new file with mode: 0644]
horde/js/syntaxhighlighter/src/shCore.js [new file with mode: 0644]
horde/js/syntaxhighlighter/src/shLegacy.js [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shCore.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shCoreDefault.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shCoreDjango.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shCoreEclipse.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shCoreEmacs.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shCoreFadeToGrey.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shCoreMDUltra.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shCoreMidnight.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shCoreRDark.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shThemeDefault.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shThemeDjango.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shThemeEclipse.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shThemeEmacs.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shThemeFadeToGrey.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shThemeMDUltra.css [new file with mode: 0755]
horde/js/syntaxhighlighter/styles/shThemeMidnight.css [new file with mode: 0644]
horde/js/syntaxhighlighter/styles/shThemeRDark.css [new file with mode: 0644]
wicked/lib/Page.php
wicked/lib/Text_Wiki/Render/Xhtml/Code2.php