PatchServer 0.3

Hi guys,

New PatchServer release (0.3). It is mostly a bugfix release, but 

see also
the release notes, at
http://rubyforge.org/frs/shownotes.php?release_id=7051 .

Patch-what?

PatchServer is a small Ruby on Rails app designed to store patches: 

you
upload them to the server, and then you can:

- View their associated data, like the upstream version they're 

written
for, the program they apply to, description and related patches
- View them color-highlighted! (thanks to Jamis B.'s Syntax
library)
- View their history (yes, you can have several versions of the same
patch)
- View all the patches for a given program, all the unapplied ones
- Search your patches
- Subscribe to a general RSS feed or to per-program RSS feeds
- And more!

Links

The project is registered in RubyForge, as “patch-server”, so you have:

Homepage: http://patch-server.rubyforge.org/
Download: http://rubyforge.org/frs/?group_id=2100
RubyForge homepage: http://rubyforge.org/projects/patch-server

The code is in Darcs, at http://www.demiurgo.org/darcs/patch_server/ ,
so
getting it is a matter of:

darcs get http://www.demiurgo.org/darcs/patch_server/

Enjoy!