mikewest / vcsrss

I want a page showing an exciting list of diffs from a repository. I want to be able to subscribe to that page. Comments too?

This URL has Read+Write access

mikewest (author)
Mon Apr 13 11:37:57 -0700 2009
commit  ae5533292c2b1293bc68ef8d2e6fd19be1fcdbcd
tree    10f62a1b20e8d5ad3e12ea111bed3ebd7e594ed5
parent  58a85409fd098284eb6eea0881edea173ae28012
vcsrss /
name age message
file .gitmodules Sat Mar 28 17:17:14 -0700 2009 Getting started, making things up as I go. Thi... [mikewest]
file README.markdown Sat Mar 28 06:21:25 -0700 2009 started project [mikewest]
directory application/ Sun Mar 29 07:29:43 -0700 2009 Stubbing out functionality that I'll end up imp... [mikewest]
directory data/ Sat Mar 28 17:17:14 -0700 2009 Getting started, making things up as I go. Thi... [mikewest]
directory demo/ Sun Mar 29 14:22:49 -0700 2009 Adding a demo page (that looks _stunningly_ lik... [mikewest]
directory etc/ Sun Apr 12 12:51:35 -0700 2009 Starting on the JSON production for the webhook... [mikewest]
directory lib/ Mon Apr 13 11:37:57 -0700 2009 Added diff to the JSON. [mikewest]
directory templates/ Sun Mar 29 14:22:01 -0700 2009 Typo [mikewest]
directory tests/ Mon Apr 13 11:37:57 -0700 2009 Added diff to the JSON. [mikewest]
README.markdown

VCS RSS

At work, we have a subversion repository. I'd like to be able to track changes to specific bits of the repo via RSS, in much the same way that GitHub makes commits visible.

Data will be fed in via a webhook, and I might build in comments at some point in the future if I actually finish the project. :)