libruby-nntp by Anton Bangratz == DESCRIPTION The Net::NNTP library provides a simple communication layer for the NNTP (Network News Transfer Protocol). == FEATURES The Net::NNTP library provides a communication layer in Net::XXX style for NNTP. == SYNOPSIS Net::NNTP uses a simple interface to wrap commands to communicate with an NNTP server. === Example nntp = Net::NNTP.new('localhost') if nntp.authenticate('user', 'xxxx') nntp.group 'alt.test' if nntp.next article = nntp.article end end == INSTALL * sudo gem install libruby-nntp or * sudo dpkg -r libruby-0.0.1.deb