I don't use this on my blog, but I'll probably think about it the next
time I need to post a lot of source code.  Generally, what I do is use
JSPWiki's Java2Html Plugin:

http://www.java2html.de/docs/wiki/jspwiki.html

Unfortunately, the version I'm using spits out invalid XHTML, so I
often render it using my wiki - then find and replace the invalid
stuff.  I believe the new version fixes this problem.  The JavaScript
solution seems a fair bit easier. ;-)

Matt

On 2/3/07, Kai Grabfelder <[EMAIL PROTECTED]> wrote:

Hi Matt,

cool, thanks I was not aware of the db Syntax Highlighter
(http://www.dreamprojections.com/SyntaxHighlighter/Default.aspx)

I think including the scripts storing on the local server makes more sense
than including them from appfuse or rollerblogger sites...

So you are using this on your blog as well? I noticed your nice formated
sourcode..

cheers

Kai


Matt Raible-3 wrote:
>
> Here's some instructions I obtained from David Whitehurst, who has a
> blog on JRoller.  Here's an example of the highlighting:
>
> http://jroller.com/page/dlwhitehurst?entry=i_didn_t_write_that
>
> Instructions:
>
> Add this to top of your blogged entry ...
>
> <!-- style sheet should be linked at the top of the page -->
> <link type="text/css" rel="stylesheet" href="
> 
http://static.appfuse.org/scripts/dp.SyntaxHighlighter/Styles/SyntaxHighlighter.css";>
> </link>
> <p>
> Have you ever written code or worked on a module ...
>
>
> Then I put this around the code ...
>
> <textarea name="code" class="java" cols="60" rows="10">
>
> private boolean checkInsuranceWithAdjunctEligibilityForIncome() {}
>
> </textarea>
>
> And, this is needed at the bottom ....
>
> <!-- the following code should be place at the bottom of the page -->
> <script language="javascript"
> 
src="http://static.appfuse.org/scripts/dp.SyntaxHighlighter/Scripts/shCore.js";></script>
> <script language="javascript"
> 
src="http://static.appfuse.org/scripts/dp.SyntaxHighlighter/Scripts/shBrushJava.js
> "></script>
> <script language="javascript"
> 
src="http://static.appfuse.org/scripts/dp.SyntaxHighlighter/Scripts/shBrushXml.js
> "></script>
> <script language="javascript">
> dp.SyntaxHighlighter.HighlightAll('code');
> </script>
>
> Notice that these scripts are stored on my site (static.appfuse.org).
> Maybe we could host them on rollerweblogger.org?  Dave - do you have
> unlimited bandwidth on that site?
>
> Matt
>
>
>
>

--
View this message in context: 
http://www.nabble.com/Source-Code-Highlighting-tf3166846s12275.html#a8786596
Sent from the Roller - User mailing list archive at Nabble.com.




--
http://raibledesigns.com

Reply via email to