Allan,
slightly off-topic. I was wondering what tool you are using to get the subversion revision history from the textmate repository into a nicely formatted rss feed? Or is that something you custom made? Thanks for the info.
Sebastian
On 24/5/2006, at 9:21, Sebastian Friedrich wrote:
slightly off-topic. I was wondering what tool you are using to get the subversion revision history from the textmate repository into a nicely formatted rss feed? Or is that something you custom made?
That’s custom, and just a few regexp replacements.
I don’t use the subversion revision history directly, but instead append to a plain text change log from which the release notes and RSS feed are generated.
And of course I have snippets like fix => [FIXED] for when I add to this change log :)