alloy / ruby-nzb

A simple Ruby NZB download/post-process library, with a very naive command line client. When done, a separate OSX GUI client will use this library.

This URL has Read+Write access

name age message
file .gitignore Sat Oct 25 07:37:13 -0700 2008 Added NZB::Parser, which parses the files/segme... [alloy]
file LICENSE Tue Oct 28 07:28:29 -0700 2008 Added MIT LICENSE and TODO. [alloy]
file README Sun Oct 26 17:27:58 -0700 2008 Updated README. [alloy]
file Rakefile Tue Oct 28 07:28:05 -0700 2008 Store the tmp files in the output_directory/.wo... [alloy]
file TODO Wed Oct 29 19:53:41 -0700 2008 Updated TODO [alloy]
directory bin/ Sat Nov 07 21:06:33 -0800 2009 Add ability to authenticate with NNTP server us... [chris]
directory lib/ Sun Nov 08 05:19:47 -0800 2009 Added test coverage for authentication and rais... [alloy]
directory test/ Sun Nov 08 05:19:47 -0800 2009 Added test coverage for authentication and rais... [alloy]
README
A simple Ruby NZB download/post-process library, with a very naive command line client.

Requires:
* EventMachine:
  $ gem install eventmachine
* uudeview:
  $ port/apt-get install uudeview