The Artima Developer Community
Sponsored Link

Python Buzz Forum
trac

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
Sidnei da Silva

Posts: 137
Nickname: deecee
Registered: Nov, 2003

Sidnei da Silva is a dirty little brazilian python hacker
trac Posted: Jun 29, 2004 5:32 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Sidnei da Silva.
Original Post: trac
Feed Title: awkly.org
Feed URL: http://awkly.org/categories.rdf?category=Python
Feed Description: dreamcatching :: making your dreams come true
Latest Python Buzz Posts
Latest Python Buzz Posts by Sidnei da Silva
Latest Posts From awkly.org

Advertisement
trac

Just discovered trac this evening and setup one instance for me to play.

It looks pretty cool for managing projects. The timeline feature is specially nice, as it brings wikis, checkins and bug tracking changes all into the same place. And even better! You can subscribe to the rss feed and read it directly from your desktop.

You can link from checkin messages to issues by using a special syntax on the checkin message. And the killer thing is that all the checkin message querying is done directly on the subversion repository directly, which means it already picks your old history of checkins and makes them searchable and browsable. No special configuration needed. No import scripts to run. Nothing.

It also has an embedded wiki, which accepts reStructuredText, and adds a trac:: directive to reStructuredText that allows you to link directly to issues, files inside subversion, reports, etc.

All the data is stored using sqlite, which makes it very lightweight and simple to configure and maintain.

I am hoping to get my sqlos wrapper working with sqlite so that it is possible to browse the database using Zope 3 wink.

Read: trac

Topic: Shopping for a wiki Previous Topic   Next Topic Topic: conferences-discuss list is dead.

Sponsored Links



Google
  Web Artima.com   

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