<?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"
	>
<channel>
	<title>Comments on: Python2Html</title>
	<atom:link href="http://jessenoller.com/2006/10/10/python2html/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessenoller.com/2006/10/10/python2html/</link>
	<description>python, programming and other things</description>
	<pubDate>Thu, 24 Jul 2008 05:33:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: the idle machine</title>
		<link>http://jessenoller.com/2006/10/10/python2html/#comment-27</link>
		<dc:creator>the idle machine</dc:creator>
		<pubDate>Wed, 11 Oct 2006 05:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/2006/10/10/python2html/#comment-27</guid>
		<description>It may not be an issue for you but the code fragment doesn't format properly with Bloglines:&lt;br /&gt;&lt;br /&gt; def synchronize(victim,names=&lt;br /&gt;0;"&gt;&lt;br /&gt;0;"&gt;None):&lt;br /&gt;     'Synchronizes specified (all) methods in a given class'&lt;br /&gt;     &lt;br /&gt;     if type(names)==str:    names = names.split()&lt;br /&gt;     for (name,val) in victim.__dict__.items():&lt;br /&gt;         if callable(val) and name != '&lt;br /&gt;r: #006000;"&gt;&lt;br /&gt;r: #006000;"&gt;__init__' and (names == None &lt;br /&gt;04000;"&gt;&lt;br /&gt;04000;"&gt;or name in names):&lt;br /&gt;             #print "synchronizing",name&lt;br /&gt;             victim.__dict__[name] = synchronized(val)</description>
		<content:encoded><![CDATA[<p>It may not be an issue for you but the code fragment doesn&#8217;t format properly with Bloglines:</p>
<p> def synchronize(victim,names=<br />0;&#8221;><br />0;&#8221;>None):<br />     &#8216;Synchronizes specified (all) methods in a given class&#8217;</p>
<p>     if type(names)==str:    names = names.split()<br />     for (name,val) in victim.__dict__.items():<br />         if callable(val) and name != &#8216;<br />r: #006000;&#8221;><br />r: #006000;&#8221;>__init__&#8217; and (names == None <br />04000;&#8221;><br />04000;&#8221;>or name in names):<br />             #print &#8220;synchronizing&#8221;,name<br />             victim.__dict__[name] = synchronized(val)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajaksu</title>
		<link>http://jessenoller.com/2006/10/10/python2html/#comment-26</link>
		<dc:creator>ajaksu</dc:creator>
		<pubDate>Tue, 10 Oct 2006 19:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/2006/10/10/python2html/#comment-26</guid>
		<description>Hi Jesse, I've uploaded two screenshots &lt;a href="http://i12.tinypic.com/2wno1m9.png"&gt;Firefox 1.5.0.7 800x600&lt;/a&gt; and &lt;a href="http://i12.tinypic.com/34hgwaq.png"&gt;IE 6.0 800x600&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Looks good. How about some tweaking regarding line wrapping (FF would look perfect) and/or use of horizontal space for code? It might be interesting to use a lighter background for colored code. Both would be addressed by something like &lt;b&gt;pre {background:#f9f9ef; overflow:auto;}&lt;/b&gt; in your CSS (FF likes it, couldn't test with IE).&lt;br /&gt;&lt;br /&gt;And now, &lt;i&gt;sheer-overkill-besides-it-already-works-ly&lt;/i&gt;, have you looked into &lt;a href="http://silvercity.sourceforge.net/"&gt;SilverCity&lt;/a&gt;, &lt;a href="http://www.andre-simon.de/"&gt;Highlight&lt;/a&gt;, &lt;a href="http://www.gnu.org/software/src-highlite/"&gt;GNU Source-highlight&lt;/a&gt; and &lt;a href="http://www.pythonbrasil.com.br/moin.cgi/Python2HTML"&gt;this alternative Python2HTML&lt;/a&gt;? :)&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Daniel</description>
		<content:encoded><![CDATA[<p>Hi Jesse, I&#8217;ve uploaded two screenshots <a href="http://i12.tinypic.com/2wno1m9.png">Firefox 1.5.0.7 800&#215;600</a> and <a href="http://i12.tinypic.com/34hgwaq.png">IE 6.0 800&#215;600</a>.</p>
<p>Looks good. How about some tweaking regarding line wrapping (FF would look perfect) and/or use of horizontal space for code? It might be interesting to use a lighter background for colored code. Both would be addressed by something like <b>pre {background:#f9f9ef; overflow:auto;}</b> in your CSS (FF likes it, couldn&#8217;t test with IE).</p>
<p>And now, <i>sheer-overkill-besides-it-already-works-ly</i>, have you looked into <a href="http://silvercity.sourceforge.net/">SilverCity</a>, <a href="http://www.andre-simon.de/">Highlight</a>, <a href="http://www.gnu.org/software/src-highlite/">GNU Source-highlight</a> and <a href="http://www.pythonbrasil.com.br/moin.cgi/Python2HTML">this alternative Python2HTML</a>? :)</p>
<p>Cheers,<br />Daniel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
