<?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: Doxia APT language support</title>
	<atom:link href="http://blogs.i2m.dk/allan/2009/08/05/doxia-apt-language-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.i2m.dk/allan/2009/08/05/doxia-apt-language-support/</link>
	<description>On Software</description>
	<lastBuildDate>Mon, 21 Nov 2011 15:23:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Allan Lykke Christensen</title>
		<link>http://blogs.i2m.dk/allan/2009/08/05/doxia-apt-language-support/comment-page-1/#comment-127</link>
		<dc:creator>Allan Lykke Christensen</dc:creator>
		<pubDate>Wed, 05 Aug 2009 10:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.i2m.dk/allan/?p=175#comment-127</guid>
		<description>Ah cool. Perhaps when my code is a bit more complete (and hooked up to the AptParser), it can be migrated to the doxia-project?</description>
		<content:encoded><![CDATA[<p>Ah cool. Perhaps when my code is a bit more complete (and hooked up to the AptParser), it can be migrated to the doxia-project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ltheussl</title>
		<link>http://blogs.i2m.dk/allan/2009/08/05/doxia-apt-language-support/comment-page-1/#comment-126</link>
		<dc:creator>ltheussl</dc:creator>
		<pubDate>Wed, 05 Aug 2009 10:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.i2m.dk/allan/?p=175#comment-126</guid>
		<description>Forgot to mention: we also have a skeleton in the doxia sandbox:

http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/netbeans/

it&#039;s pretty empty still though...</description>
		<content:encoded><![CDATA[<p>Forgot to mention: we also have a skeleton in the doxia sandbox:</p>
<p><a href="http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/netbeans/" rel="nofollow">http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/netbeans/</a></p>
<p>it&#8217;s pretty empty still though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Lykke Christensen</title>
		<link>http://blogs.i2m.dk/allan/2009/08/05/doxia-apt-language-support/comment-page-1/#comment-125</link>
		<dc:creator>Allan Lykke Christensen</dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.i2m.dk/allan/?p=175#comment-125</guid>
		<description>ltheussl&gt; Actually I was looking into that, but the module doesn&#039;t seem to expose the methods needed to hook it up to NetBeans. I&#039;m going to look into a bit more as it certainly will be easier than me having to do the JavaCC grammar.  For the rendering view of the page, I&#039;ll certainly use the AptParser with the Xhtmlsink.</description>
		<content:encoded><![CDATA[<p>ltheussl> Actually I was looking into that, but the module doesn&#8217;t seem to expose the methods needed to hook it up to NetBeans. I&#8217;m going to look into a bit more as it certainly will be easier than me having to do the JavaCC grammar.  For the rendering view of the page, I&#8217;ll certainly use the AptParser with the Xhtmlsink.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Lykke Christensen</title>
		<link>http://blogs.i2m.dk/allan/2009/08/05/doxia-apt-language-support/comment-page-1/#comment-124</link>
		<dc:creator>Allan Lykke Christensen</dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.i2m.dk/allan/?p=175#comment-124</guid>
		<description>mkleint&gt; I&#039;ve created a project for it on Kenai called nb-goodies. You can get the source directly from here: http://kenai.com/svn/nb-goodies~source-code-repository/trunk/langsupport-apt/   Don&#039;t expect too much yet! :-)</description>
		<content:encoded><![CDATA[<p>mkleint> I&#8217;ve created a project for it on Kenai called nb-goodies. You can get the source directly from here: <a href="http://kenai.com/svn/nb-goodies~source-code-repository/trunk/langsupport-apt/" rel="nofollow">http://kenai.com/svn/nb-goodies~source-code-repository/trunk/langsupport-apt/</a>   Don&#8217;t expect too much yet! <img src='http://blogs.i2m.dk/allan/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ltheussl</title>
		<link>http://blogs.i2m.dk/allan/2009/08/05/doxia-apt-language-support/comment-page-1/#comment-123</link>
		<dc:creator>ltheussl</dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.i2m.dk/allan/?p=175#comment-123</guid>
		<description>Can&#039;t you use the ready-made doxia apt parser instead of javacc:

http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/</description>
		<content:encoded><![CDATA[<p>Can&#8217;t you use the ready-made doxia apt parser instead of javacc:</p>
<p><a href="http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/" rel="nofollow">http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkleint</title>
		<link>http://blogs.i2m.dk/allan/2009/08/05/doxia-apt-language-support/comment-page-1/#comment-122</link>
		<dc:creator>mkleint</dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.i2m.dk/allan/?p=175#comment-122</guid>
		<description>Cool!

Is it available for download somewhere? Are the sources public?</description>
		<content:encoded><![CDATA[<p>Cool!</p>
<p>Is it available for download somewhere? Are the sources public?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

