|
From: will kahn-g. <wi...@bl...> - 2010-10-04 22:50:02
|
On 10/04/2010 05:55 PM, Blake Winton wrote: > > So, I've been working on a project called Basie > <http://basieproject.org/> which would be perfect for what you're trying > to do, except it's not really production quality. The direction Basie > is now taking is to extract out the useful bits, and make them available > to plug into Django as Pinax <http://github.com/pinax/pinax/> apps. > Fortunately, there's already a Pinax app for issue tracking > <http://github.com/pinax/pinax/tree/master/pinax/apps/tasks/>, and the > Basie project has contributed a VCS-browser. Sadly, the VCS-browser > only supports svn and hg for now > <http://bitbucket.org/basie/vcsbrowser/src/tip/apps/vcsbrowser/backends/>, > but adding git support shouldn't be too hard. (It was mainly licensing > issues which were preventing it, afair.) That looks awesome! I was wondering what happened to Dr Project. I'll definitely take a look at it. I was just working on a project called WSGit that provides a web-view for a git repository: http://gitorious.org/wsgit I could probably use that knowledge to finagle git support, though I'd probably use dulwich [1]_ rather than git-python [2]_ since git-python is in pretty serious flux. .. [1]: http://samba.org/~jelmer/dulwich/ .. [2]: http://gitorious.org/git-python Anyhow, I'll take a look at it next week. /will |