The Artima Developer Community
Sponsored Link

Python Buzz Forum
Doc publishing for the lazy Trac user

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Philippe Normand

Posts: 78
Nickname: philn
Registered: Aug, 2005

Philippe Normand is a developer
Doc publishing for the lazy Trac user Posted: Jul 27, 2006 4:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Philippe Normand.
Original Post: Doc publishing for the lazy Trac user
Feed Title: Base-Art / Python
Feed URL: http://base-art.net/Sections/5/rss.xml
Feed Description: Phil's blog
Latest Python Buzz Posts
Latest Python Buzz Posts by Philippe Normand
Latest Posts From Base-Art / Python

Advertisement

At work i daily use Trac, 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?

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 docutils to convert ReST files to HTML fragments, cache them to filesystem and render them via the macro. Here is a simple use-case:

[[ReST(/trunk/docs/design.txt)]]

And no more copy/paste between svn and wiki. Using it is adopting it, go check it out in the PythonFR svn repository.

Read: Doc publishing for the lazy Trac user

Topic: One other reason why new software is released Previous Topic   Next Topic Topic: Interfacing the buildbot with bug tracking

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use