<?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: Quickie Trac Notes</title>
	<atom:link href="http://claylo.com/quickie-trac-notes/feed" rel="self" type="application/rss+xml" />
	<link>http://claylo.com/quickie-trac-notes</link>
	<description></description>
	<lastBuildDate>Wed, 28 Oct 2009 13:09:37 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Clay</title>
		<link>http://claylo.com/quickie-trac-notes/comment-page-1#comment-152</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Mon, 25 Sep 2006 04:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://claylo.com/2006/09/23/quickie-trac-notes/#comment-152</guid>
		<description>Check out the follow-up post for the solution to this issue.

http://claylo.com/2006/09/24/php-mimeviewer-for-trac/</description>
		<content:encoded><![CDATA[<p>Check out the follow-up post for the solution to this issue.</p>
<p><a href="http://claylo.com/2006/09/24/php-mimeviewer-for-trac/" rel="nofollow">http://claylo.com/2006/09/24/php-mimeviewer-for-trac/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay</title>
		<link>http://claylo.com/quickie-trac-notes/comment-page-1#comment-151</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Sun, 24 Sep 2006 08:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://claylo.com/2006/09/23/quickie-trac-notes/#comment-151</guid>
		<description>Hey John,

You&#039;re right -- no dice with a default Trac, even 0.10rc1.

My notes are from a SilverCity-based PHP highlighting system, which I now realize is pretty uncommon.

A current Trac using php itself for syntax highlighting needs these rules:

.code-keyword { color: #007700; }
.code-lang { color: #0000BB; }
.code-comment { color: #FF8000; }
.code-string { color: #DD0000; }

... even those, however, are imperfect, as Trac&#039;s &quot;Deuglifier&quot; that splits HTML into the row-numbered tables doesn&#039;t catch the fact that PHP&#039;s syntax highlighting output doesn&#039;t mark each line ... a multi-line comment only has opening and closing span tags surrounding the entire block, rather than a tag per line.

I&#039;ll open up a ticket with Trac on that issue. In the meantime, the above rules are better than the defaults if you&#039;re used to seeing PHP syntax coloring.</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>You&#8217;re right &#8212; no dice with a default Trac, even 0.10rc1.</p>
<p>My notes are from a SilverCity-based PHP highlighting system, which I now realize is pretty uncommon.</p>
<p>A current Trac using php itself for syntax highlighting needs these rules:</p>
<p>.code-keyword { color: #007700; }<br />
.code-lang { color: #0000BB; }<br />
.code-comment { color: #FF8000; }<br />
.code-string { color: #DD0000; }</p>
<p>&#8230; even those, however, are imperfect, as Trac&#8217;s &#8220;Deuglifier&#8221; that splits HTML into the row-numbered tables doesn&#8217;t catch the fact that PHP&#8217;s syntax highlighting output doesn&#8217;t mark each line &#8230; a multi-line comment only has opening and closing span tags surrounding the entire block, rather than a tag per line.</p>
<p>I&#8217;ll open up a ticket with Trac on that issue. In the meantime, the above rules are better than the defaults if you&#8217;re used to seeing PHP syntax coloring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Herren</title>
		<link>http://claylo.com/quickie-trac-notes/comment-page-1#comment-150</link>
		<dc:creator>John Herren</dc:creator>
		<pubDate>Sun, 24 Sep 2006 04:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://claylo.com/2006/09/23/quickie-trac-notes/#comment-150</guid>
		<description>Which version of Trac are you running? I tried this on 0.9.6 and no dice. The css is coming through in the source, but my code isn&#039;t marked up with those classes. Is there another config step, or are you using 0.10rc1?</description>
		<content:encoded><![CDATA[<p>Which version of Trac are you running? I tried this on 0.9.6 and no dice. The css is coming through in the source, but my code isn&#8217;t marked up with those classes. Is there another config step, or are you using 0.10rc1?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
