Background
I like the idea of bounties and the recent bounties people have offered. They seem to be effective, so I though I would try to start one myself.
I am offering a bounty on the completion of a usenet module that meets the below specifications. My offering is $100 USD and I hope others will contribute financially as well in order to encourage a developer to undertake the task. If you are a developer and have begun developing this module, please comment here so we can avoid duplicating efforts.
<--break-->
At one point, many months ago, I had a semi-working usenet module (far from complete, but it was a start) but have lost the code. My TODO list is always growing and I do not foresee having time to undertake this development myself.
Module Description
Seamlessly synchronize a specified forum with a specified newsgroup. This integration should be relatively transparent to users of the drupal site. If someone named ‘johnny’ posts to the newsgroup directly, users of the drupal site would see that post as being by an anonymous user named ‘johnny’, etc.
The admin user(s) should still be capable of deleting posts. When a post is deleted, any future replies to it would not be imported into the forum either.
Module Functionality
The module will ‘synchronize’ the specified forum(s) with the specified newsgroup(s) on a set interval by means of the _cron() hook. At this point, the module will push new forum postings by users of the drupal site to the news server(s) and pull new posts from the news server(s) to be imported into the forum(s).