<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on article "Doc publishing for the lazy Trac user"</title>
<link>http://base-art.net/Articles/74/</link>
<description>&lt;p&gt;At work i daily use &lt;a class="reference" href="http://trac.edgewall.org/"&gt;Trac&lt;/a&gt;, it's a great flexible wiki and issue
tracking system. These days we're editing some documentation
files hosted on the subversion repository. Using the Wiki to
display them for human eyes is the next step, but how to keep
rendered and source versions in sync?&lt;/p&gt;
&lt;p&gt;Let's use Trac's WikiMacro dead simple yet powerful framework. We
currently use ReST as the documentation format, so it was quite
easy to use &lt;a class="reference" href="http://docutils.sf.net"&gt;docutils&lt;/a&gt; to convert ReST files to HTML fragments,
cache them to filesystem and render them via the macro. Here is a
simple use-case:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
[[ReST(/trunk/docs/design.txt)]]
&lt;/pre&gt;
&lt;p&gt;And no more copy/paste between svn and wiki. Using it is adopting
it, go check it out in the &lt;a class="reference" href="http://svn.pythonfr.org/public/pythonfr/utils/trac/ReST.py"&gt;PythonFR&lt;/a&gt; svn repository.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;update 2006/08/01&lt;/strong&gt; the macro is now embedded in a Trac plugin, which eases deployement and updates. It also directly uses the ReST publisher used in Trac, this allows to use &lt;a class="reference" href="http://trac.edgewall.org/wiki/WikiRestructuredText"&gt;trac dedicated formatting&lt;/a&gt;. The plugin has a new location: &lt;a class="reference" href="http://svn.pythonfr.org/public/pythonfr/utils/trac/rest_macro/"&gt;http://svn.pythonfr.org/public/pythonfr/utils/trac/rest_macro/&lt;/a&gt;&lt;/p&gt;
</description>
<language>en</language>
<copyright>The contents of this blog are available for non-commercial use only.</copyright>
<generator>Alinea http://pythonfr.org/alinea/</generator>


<item>
<title>winjer on Doc publishing for the lazy Trac user</title>
<link>http://base-art.net/Comments/202/</link>
<guid isPermaLink="true">http://base-art.net/Comments/202/</guid>
<description><![CDATA[
&lt;p&gt;superb!  I've nearly written this myself many times, but never got round to it.  I want to hug you.&lt;/p&gt;

]]></description>
<dc:creator>winjer</dc:creator>
<dc:date>2006-07-28T12:35:51Z</dc:date>
</item>


</channel>
</rss>