<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Codeview, a new template for JSDoc Toolkit</title>
	<atom:link href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/</link>
	<description>HTML, CSS, Javascript and more</description>
	<lastBuildDate>Wed, 14 Dec 2011 22:39:26 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wouter Bos</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-859</link>
		<dc:creator>Wouter Bos</dc:creator>
		<pubDate>Wed, 14 Dec 2011 22:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-859</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romu</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-856</link>
		<dc:creator>Romu</dc:creator>
		<pubDate>Wed, 14 Dec 2011 17:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-856</guid>
		<description>Looks great, love it, Amazing job ;)</description>
		<content:encoded><![CDATA[<p>Looks great, love it, Amazing job <img src='http://www.thebrightlines.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Bos</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-437</link>
		<dc:creator>Wouter Bos</dc:creator>
		<pubDate>Sat, 30 Jul 2011 21:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-437</guid>
		<description>Code syntax coloring is not supported at the moment. The problem is that some people (well, me at least) do not just add JavaScript to the code example but also the accompanying HTML. I might build it into the template someday and make it optional.
I fixed the Google Chrome 10. The new Codeview is downloadable from Github: https://github.com/WouterBos/Codeview

...And sorry for the late reply...</description>
		<content:encoded><![CDATA[<p>Code syntax coloring is not supported at the moment. The problem is that some people (well, me at least) do not just add JavaScript to the code example but also the accompanying HTML. I might build it into the template someday and make it optional.<br />
I fixed the Google Chrome 10. The new Codeview is downloadable from Github: <a href="https://github.com/WouterBos/Codeview" rel="nofollow">https://github.com/WouterBos/Codeview</a></p>
<p>&#8230;And sorry for the late reply&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gainover</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-260</link>
		<dc:creator>gainover</dc:creator>
		<pubDate>Tue, 05 Apr 2011 16:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-260</guid>
		<description>Thanks for your template, I have applied it to my project.</description>
		<content:encoded><![CDATA[<p>Thanks for your template, I have applied it to my project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Bos</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-252</link>
		<dc:creator>Wouter Bos</dc:creator>
		<pubDate>Sun, 06 Mar 2011 09:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-252</guid>
		<description>Sorry, but I&#039;m no good with that either. You&#039;ll most likely get a sane answer at http://groups.google.com/group/jsdoc-2</description>
		<content:encoded><![CDATA[<p>Sorry, but I&#8217;m no good with that either. You&#8217;ll most likely get a sane answer at <a href="http://groups.google.com/group/jsdoc-2" rel="nofollow">http://groups.google.com/group/jsdoc-2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-250</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 03 Mar 2011 18:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-250</guid>
		<description>Thanks for providing this- it looks great.

I have a longshot question for you about jsdoc. I&#039;m trying to get the --exclude option working to exclude all js files that start with a certain string. The problem is I can seem to stumble upon the right regex expression to make this work. Any suggestions?</description>
		<content:encoded><![CDATA[<p>Thanks for providing this- it looks great.</p>
<p>I have a longshot question for you about jsdoc. I&#8217;m trying to get the &#8211;exclude option working to exclude all js files that start with a certain string. The problem is I can seem to stumble upon the right regex expression to make this work. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-249</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Thu, 03 Mar 2011 12:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-249</guid>
		<description>Ops, xml tags dissapeared,
- class in pre tags is :&quot;code brush: js&quot;
- the block of added references can be checked here (under &quot;Syntax Highlighting&quot; comment):
https://github.com/benjamine/tent/blob/master/jsdoc-toolkit/templates/codeview-syntaxhighlight/subtemplates/head.tmpl</description>
		<content:encoded><![CDATA[<p>Ops, xml tags dissapeared,<br />
- class in pre tags is :&#8221;code brush: js&#8221;<br />
- the block of added references can be checked here (under &#8220;Syntax Highlighting&#8221; comment):<br />
<a href="https://github.com/benjamine/tent/blob/master/jsdoc-toolkit/templates/codeview-syntaxhighlight/subtemplates/head.tmpl" rel="nofollow">https://github.com/benjamine/tent/blob/master/jsdoc-toolkit/templates/codeview-syntaxhighlight/subtemplates/head.tmpl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-248</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Thu, 03 Mar 2011 12:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-248</guid>
		<description>(Sorry for the delay)

I publish the modified template at my javascript library project on GitHub, its here:

https://github.com/benjamine/tent/tree/master/jsdoc-toolkit/templates

there is a folder with the original codeview, and another named codeview-syntaxhighlight/

basically the changes a made are:

class.tmpl &gt; modify class in all  code examples this way:
{+example+}
--------------------

foot.tmpl &gt; add syntax highlighting init:
			// Syntax Highlighting
			SyntaxHighlighter.all();
--------------

head.tmpl &gt; add references to .js and .css files in this block:
		&lt;!-- Syntax Highlighting --&gt;
		
		
		
		
----------------
Add the files referenced on head.tmpl:
css/shCore.css
css/shThemeDefault.css
javascript/shCore.js
javascript/shBrushJScript.js

Note: shThemeDefault.css can be replace to get some diferent styles, themes can be download from:
http://alexgorbatchev.com/SyntaxHighlighter/

As an example you can check this doc page I uploaded (there&#039;s code at the bottom):

http://benjamine.github.com/tent/docs/api/symbols/tent.entities.Context.html</description>
		<content:encoded><![CDATA[<p>(Sorry for the delay)</p>
<p>I publish the modified template at my javascript library project on GitHub, its here:</p>
<p><a href="https://github.com/benjamine/tent/tree/master/jsdoc-toolkit/templates" rel="nofollow">https://github.com/benjamine/tent/tree/master/jsdoc-toolkit/templates</a></p>
<p>there is a folder with the original codeview, and another named codeview-syntaxhighlight/</p>
<p>basically the changes a made are:</p>
<p>class.tmpl &gt; modify class in all  code examples this way:<br />
{+example+}<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>foot.tmpl &gt; add syntax highlighting init:<br />
			// Syntax Highlighting<br />
			SyntaxHighlighter.all();<br />
&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>head.tmpl &gt; add references to .js and .css files in this block:<br />
		<!-- Syntax Highlighting --></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Add the files referenced on head.tmpl:<br />
css/shCore.css<br />
css/shThemeDefault.css<br />
javascript/shCore.js<br />
javascript/shBrushJScript.js</p>
<p>Note: shThemeDefault.css can be replace to get some diferent styles, themes can be download from:<br />
<a href="http://alexgorbatchev.com/SyntaxHighlighter/" rel="nofollow">http://alexgorbatchev.com/SyntaxHighlighter/</a></p>
<p>As an example you can check this doc page I uploaded (there&#8217;s code at the bottom):</p>
<p><a href="http://benjamine.github.com/tent/docs/api/symbols/tent.entities.Context.html" rel="nofollow">http://benjamine.github.com/tent/docs/api/symbols/tent.entities.Context.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Bos</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-242</link>
		<dc:creator>Wouter Bos</dc:creator>
		<pubDate>Sat, 19 Feb 2011 06:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-242</guid>
		<description>Thanks. I&#039;ll look into this</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;ll look into this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Bos</title>
		<link>http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/comment-page-1/#comment-241</link>
		<dc:creator>Wouter Bos</dc:creator>
		<pubDate>Sat, 19 Feb 2011 06:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thebrightlines.com/?p=605#comment-241</guid>
		<description>Sounds great! I&#039;d like to see your patch!</description>
		<content:encoded><![CDATA[<p>Sounds great! I&#8217;d like to see your patch!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

