<?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: Blogging and formatted code</title>
	<atom:link href="http://conal.net/blog/posts/blogging-and-formatted-code/feed" rel="self" type="application/rss+xml" />
	<link>http://conal.net/blog/posts/blogging-and-formatted-code</link>
	<description>Inspirations &#38; experiments, mainly about denotative/functional programming in Haskell</description>
	<lastBuildDate>Sat, 26 Sep 2020 21:06:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.17</generator>
	<item>
		<title>By: iblog</title>
		<link>http://conal.net/blog/posts/blogging-and-formatted-code#comment-125</link>
		<dc:creator><![CDATA[iblog]]></dc:creator>
		<pubDate>Thu, 31 Jan 2008 19:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/blogging-and-formatted-code/#comment-125</guid>
		<description><![CDATA[&lt;p&gt;may be this can help &lt;br/&gt;&lt;br/&gt;http://formatmysourcecode.blogspot.com/&lt;br/&gt;&lt;br/&gt;http://hype-free.blogspot.com/2006/12/how-to-publish-good-looking-code-on.html&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>may be this can help <br /><br /><a href="http://formatmysourcecode.blogspot.com/" rel="nofollow">http://formatmysourcecode.blogspot.com/</a><br /><br /><a href="http://hype-free.blogspot.com/2006/12/how-to-publish-good-looking-code-on.html" rel="nofollow">http://hype-free.blogspot.com/2006/12/how-to-publish-good-looking-code-on.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Tarasov</title>
		<link>http://conal.net/blog/posts/blogging-and-formatted-code#comment-124</link>
		<dc:creator><![CDATA[Ivan Tarasov]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 15:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/blogging-and-formatted-code/#comment-124</guid>
		<description><![CDATA[&lt;p&gt;Conal, I&#039;ve seen your TW journal couple of months ago and I must say that it is awesome!&lt;br/&gt;&lt;br/&gt;The APIs are quite simple, they are based on XML-RPC requests to the server. The good news is that the XML-RPC implementation is available in Firefox, so there&#039;s no need to implement that part. The bad news is the support of other browsers, although I&#039;m fine having only Firefox supported.&lt;br/&gt;&lt;br/&gt;To post to a blog using any of these API one needs only to instantiate the XML-RPC connector, set the connection parameters and then just call some remote method using XML-RPC, passing the blog post contents and other information  (e.g. tags) in the parameters.&lt;br/&gt;&lt;br/&gt;I think it should be possible to add a button “post to blog” for the tiddlers with some tag (like &quot;post-to:blog-id&quot;), but I still don&#039;t know a lot about internals of TW to understand how to do that, neither I don&#039;t know how to extract the formatted HTML of the tiddler contents.&lt;br/&gt;&lt;br/&gt;Another idea for syntax coloring is to use the &lt;a HREF=&quot;http://softwaremaniacs.org/soft/highlight/en/&quot; REL=&quot;nofollow&quot; rel=&quot;nofollow&quot;&gt;highlight.js&lt;/a&gt;. Although it doesn&#039;t have Haskell syntax coloring, it shouldn&#039;t be hard to implement it.&lt;br/&gt;&lt;br/&gt;It&#039;s a bit hard to track the comments here, should you have any ideas, just send me a note to Ivan.Tarasov@gmail.com.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Conal, I&#8217;ve seen your TW journal couple of months ago and I must say that it is awesome!<br /><br />The APIs are quite simple, they are based on XML-RPC requests to the server. The good news is that the XML-RPC implementation is available in Firefox, so there&#8217;s no need to implement that part. The bad news is the support of other browsers, although I&#8217;m fine having only Firefox supported.<br /><br />To post to a blog using any of these API one needs only to instantiate the XML-RPC connector, set the connection parameters and then just call some remote method using XML-RPC, passing the blog post contents and other information  (e.g. tags) in the parameters.<br /><br />I think it should be possible to add a button “post to blog” for the tiddlers with some tag (like &#8220;post-to:blog-id&#8221;), but I still don&#8217;t know a lot about internals of TW to understand how to do that, neither I don&#8217;t know how to extract the formatted HTML of the tiddler contents.<br /><br />Another idea for syntax coloring is to use the <a HREF="http://softwaremaniacs.org/soft/highlight/en/" REL="nofollow" rel="nofollow">highlight.js</a>. Although it doesn&#8217;t have Haskell syntax coloring, it shouldn&#8217;t be hard to implement it.<br /><br />It&#8217;s a bit hard to track the comments here, should you have any ideas, just send me a note to <a href="mailto:Ivan.Tarasov@gmail.com">Ivan.Tarasov@gmail.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conal</title>
		<link>http://conal.net/blog/posts/blogging-and-formatted-code#comment-123</link>
		<dc:creator><![CDATA[Conal]]></dc:creator>
		<pubDate>Tue, 15 Jan 2008 20:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/blogging-and-formatted-code/#comment-123</guid>
		<description><![CDATA[&lt;p&gt;ivan -- i&#039;d be very interested in a tiddlywiki-&gt;blog converter, so please let me know if you work on it.  maybe i could help, though i don&#039;t know anything about these APIs.&lt;br/&gt;&lt;br/&gt;i do have some nice tools for formatting haskell code in tiddlers.  see &lt;a HREF=&quot;http://conal.net/journal&quot; REL=&quot;nofollow&quot; rel=&quot;nofollow&quot;&gt; my online journal&lt;/a&gt; for plugins and sample uses.&lt;br/&gt;&lt;br/&gt;i&#039;ve been looking for collaboration in some fun Haskell+TiddlyWiki ideas.  i&#039;m imagining TW-based browsing of collections of Haskell source code.  syntax-colored, fully hyperlinked to definitions &amp; docs, and comments with formatting &amp; images.  possibilities abound.  interested?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>ivan &#8212; i&#8217;d be very interested in a tiddlywiki->blog converter, so please let me know if you work on it.  maybe i could help, though i don&#8217;t know anything about these APIs.<br /><br />i do have some nice tools for formatting haskell code in tiddlers.  see <a HREF="http://conal.net/journal" REL="nofollow" rel="nofollow"> my online journal</a> for plugins and sample uses.<br /><br />i&#8217;ve been looking for collaboration in some fun Haskell+TiddlyWiki ideas.  i&#8217;m imagining TW-based browsing of collections of Haskell source code.  syntax-colored, fully hyperlinked to definitions &amp; docs, and comments with formatting &amp; images.  possibilities abound.  interested?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Tarasov</title>
		<link>http://conal.net/blog/posts/blogging-and-formatted-code#comment-122</link>
		<dc:creator><![CDATA[Ivan Tarasov]]></dc:creator>
		<pubDate>Tue, 15 Jan 2008 13:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/blogging-and-formatted-code/#comment-122</guid>
		<description><![CDATA[&lt;p&gt;I&#039;m thinking now of creating a plugin for TiddlyWiki which would allow to post any tiddler (its formatted contents, actually to the blog which supports some specific API (I need at least MetaWeblog API and LiveJournal API for my blogs). Still, I&#039;m not sure what do I need to do to have a nice syntax coloring/formatting of the code embedded in tiddlers.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m thinking now of creating a plugin for TiddlyWiki which would allow to post any tiddler (its formatted contents, actually to the blog which supports some specific API (I need at least MetaWeblog API and LiveJournal API for my blogs). Still, I&#8217;m not sure what do I need to do to have a nice syntax coloring/formatting of the code embedded in tiddlers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josef</title>
		<link>http://conal.net/blog/posts/blogging-and-formatted-code#comment-121</link>
		<dc:creator><![CDATA[Josef]]></dc:creator>
		<pubDate>Tue, 15 Jan 2008 13:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/blogging-and-formatted-code/#comment-121</guid>
		<description><![CDATA[&lt;p&gt;The method I currently use for posting code on Blogger is to write my posts using literate Haskell. Then I feed it through HsColor which will make it look pretty and does all the right tagging for me. I then submit the HTML to Blogger.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>The method I currently use for posting code on Blogger is to write my posts using literate Haskell. Then I feed it through HsColor which will make it look pretty and does all the right tagging for me. I then submit the HTML to Blogger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Mitchell</title>
		<link>http://conal.net/blog/posts/blogging-and-formatted-code#comment-120</link>
		<dc:creator><![CDATA[Neil Mitchell]]></dc:creator>
		<pubDate>Tue, 15 Jan 2008 09:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/blogging-and-formatted-code/#comment-120</guid>
		<description><![CDATA[&lt;p&gt;I use Blogger in HTML edit mode, and use &quot;pre&quot; tags to include the code. It works fine, as long as you are used to HTML.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I use Blogger in HTML edit mode, and use &#8220;pre&#8221; tags to include the code. It works fine, as long as you are used to HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porges</title>
		<link>http://conal.net/blog/posts/blogging-and-formatted-code#comment-119</link>
		<dc:creator><![CDATA[Porges]]></dc:creator>
		<pubDate>Tue, 15 Jan 2008 07:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/blogging-and-formatted-code/#comment-119</guid>
		<description><![CDATA[&lt;p&gt;For my occasional posts (under Wordpress), I use the WP-Syntax plugin... and a bit of LatexRender :)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>For my occasional posts (under WordPress), I use the WP-Syntax plugin&#8230; and a bit of LatexRender <img src="http://conal.net/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
