usenet
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 48
jnget 0.2.2
jnget is a command-line tool for retrieving binaries from Usenet. more>>
jnget is a command-line tool for retrieving binaries from Usenet.
jnget project allows multi-thread downloading and partial or full header updating and caching.
<<lessjnget project allows multi-thread downloading and partial or full header updating and caching.
Download (MB)
Added: 2007-02-20 License: The Apache License 2.0 Price:
978 downloads
sinntp 0.93
sinntp is a tiny NNTP client. more>>
sinntp is a tiny NNTP client. sinntp virtually lacks any user interface: news messages are downloaded from a remote server and put into a local mailbox file.
About NNTP:
The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles, as well as transferring news among news servers. Brian Kantor of the University of California, San Diego and Phil Lapsley of the University of California, Berkeley completed RFC 977, the specification for the Network News Transfer Protocol, in March 1986. Other contributors included Stan Barber from the Baylor College of Medicine and Erik Fair of Apple Computer.
Usenet was originally designed around the UUCP network, with most article transfers taking place over direct computer-to-computer telephone links. Readers and posters would log into the same computers that hosted the servers, reading the articles directly from the local disk.
As local area networks and the Internet became more commonly used, it became desirable to allow newsreaders to be run on personal computers, and a means of employing the Internet to handle article transfers was desired. Because networked Internet-compatible filesystems were not yet widely available, it was decided to develop a new protocol that resembled SMTP, but was tailored for reading newsgroups.
The well-known TCP port 119 is reserved for NNTP. When clients connect to a news server with SSL, TCP port 563 is used. This is sometimes referred to as NNTPS.
The protocol remains in widespread use, and as of 2005 efforts are underway to produce an updated standard. The IMAP protocol can also be used for reading newsgroups.
Enhancements:
- Reading messages is not stopped if reading a message failed.
<<lessAbout NNTP:
The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles, as well as transferring news among news servers. Brian Kantor of the University of California, San Diego and Phil Lapsley of the University of California, Berkeley completed RFC 977, the specification for the Network News Transfer Protocol, in March 1986. Other contributors included Stan Barber from the Baylor College of Medicine and Erik Fair of Apple Computer.
Usenet was originally designed around the UUCP network, with most article transfers taking place over direct computer-to-computer telephone links. Readers and posters would log into the same computers that hosted the servers, reading the articles directly from the local disk.
As local area networks and the Internet became more commonly used, it became desirable to allow newsreaders to be run on personal computers, and a means of employing the Internet to handle article transfers was desired. Because networked Internet-compatible filesystems were not yet widely available, it was decided to develop a new protocol that resembled SMTP, but was tailored for reading newsgroups.
The well-known TCP port 119 is reserved for NNTP. When clients connect to a news server with SSL, TCP port 563 is used. This is sometimes referred to as NNTPS.
The protocol remains in widespread use, and as of 2005 efforts are underway to produce an updated standard. The IMAP protocol can also be used for reading newsgroups.
Enhancements:
- Reading messages is not stopped if reading a message failed.
Download (0.003MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1139 downloads
spugnews 1.1
spugnews is a GPLd usenet binary grabber. more>>
spugnews is a GPLd usenet binary grabber.
spugnews has a simple command-line interface and the ability to perform rudimentary subject line analysis to group together articles that are part of the same file set.
Enhancements:
- internal yenc decoder (not as fast as the yenc module, but good for the impatient)
- work around for problem with hex encoding in newer (2.3+) versions of Python that affects yenc CRC check.
- status indicator for header refresh.
- incremental header writing (so if theres a problem when in the middle of downloading thousands of headers you dont loose what youve got so far)
<<lessspugnews has a simple command-line interface and the ability to perform rudimentary subject line analysis to group together articles that are part of the same file set.
Enhancements:
- internal yenc decoder (not as fast as the yenc module, but good for the impatient)
- work around for problem with hex encoding in newer (2.3+) versions of Python that affects yenc CRC check.
- status indicator for header refresh.
- incremental header writing (so if theres a problem when in the middle of downloading thousands of headers you dont loose what youve got so far)
Download (0.065MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads

WendzelNNTPd 1.2.1
The WendzelNNTPd is a very tiny Usenet server. more>> Welcome on Wendzel.de, the home of the WendzelNNTPd -- an open source Usenet server software for Linux, BSD and Windows written by Steffen Wendzel.The WendzelNNTPd is a very tiny Usenet server. While being very secure it only supports the most important NNTP commands. It is IPv6-ready, runs on *nix-like systems and Win32 too. It also includes an Qt based GUI.
Features
* Free & Open
o GPLv3 Licensed Open Source Software
o Binary download, source code download and WebSVN available
* Portability
o runs on 32-Bit Windows 2000/XP systems (Vista not tested)
o runs on Linux
o runs on BSD
* Tiny
o does only implement the most important NNTP commands + authentication commands
o only about 3.800 lines of C and C++ code (for everything: the daemon, the admin tool and the GUI)
o designed for small environments (at home, small companies, workgroups, customer support)
o based on SQLite3 (MySQL or PostgreSQL support for medium/big size environments in planing)
* Easy to Use
o The main target on the development of the WendzelNNTPd was to create an Usenet server everybody can use.
o Qt GUI is available
* Other Features
o IPv6-ready (not the Windows version since Microsoft has no real IPv6 support)
o Can produce RSS overview output of the latest postings for easy website integration and such things!
* Hints
o Try out my Korallenriff software if you like WendzelNNTPd. Korallenriff can fetch NNTP messages and stores them in a database what makes web archives of NNTP postings and the like possible!<<less
Download (65KB)
Added: 2009-04-02 License: Freeware Price:
204 downloads
Other version of WendzelNNTPd
License:GPL v3
Newts 0.14.8
Newts is a modern, actively-maintained implementation of notesfiles, a concept which is half Usenet and half bulletin board. more>>
Newts project is a modern, actively-maintained implementation of notesfiles, a concept which is half Usenet and half bulletin board.
Notesfiles were developed in the later 1970s at the University of Illinois at Urbana-Champaign; Newts attempts to closely resemble the functionality of the Unix port of notesfiles from UIUC, and is compatible with the data files used by that port.
Newts is written for Unix-like systems, and is known to run on various flavors of Linux, Mac OS X, and probably most other Unixes.
Future versions of Newts will include a separate daemon to manage multiple local and network connections, additional backends, and additional clients.
Enhancements:
- Various memory-related and segfault bugfixes in the utilities and main client.
- This release contains a first draft of a new client API, but that API is not yet recommended for public use.
<<lessNotesfiles were developed in the later 1970s at the University of Illinois at Urbana-Champaign; Newts attempts to closely resemble the functionality of the Unix port of notesfiles from UIUC, and is compatible with the data files used by that port.
Newts is written for Unix-like systems, and is known to run on various flavors of Linux, Mac OS X, and probably most other Unixes.
Future versions of Newts will include a separate daemon to manage multiple local and network connections, additional backends, and additional clients.
Enhancements:
- Various memory-related and segfault bugfixes in the utilities and main client.
- This release contains a first draft of a new client API, but that API is not yet recommended for public use.
Download (1.4MB)
Added: 2005-12-15 License: GPL (GNU General Public License) Price:
1408 downloads
shn2make 2.15
shn2make works with sets of SHN or FLAC audio files and the make program to automate the burning of archive and audio CDs. more>>
shn2make works with sets of shn or flac audio files and the make program to automate the process of burning shn archive CD-Rs, audio CD-Rs and the encoding of lossy mp3 and ogg-vorbis files.
shn and flac are lossless audio compression formats. shn and flac are commonly used for distribution of high-quality live recordings of "trade friendly" bands. You will find many via etree.org , or in USENET groups like alt.binaries.gdead.
shn and flac file sets are typically distributed with a .nfo or .txt file which contains the set list and other information.
Shn2make finds all the shn or flac files in the current directory and checks thier md5 checksums. Then shn2make looks for the .nfo or .txt file, and trys to figure out the song names and corresponding disc and track numbers. The song names are matched against available shn/flac files. Finally, if all the files check ok and everything is complete and makes sense a Makefile is created.
Using this Makefile with the standard "make" utility, various tedious sequences of tasks can be automatically performed on the set of shn or flac files. For example archiving the set to CD, or encoding all the songs to mp3 with the correct names.
Enhancements:
- When wodim is available, it is used instead of cdrecord.
<<lessshn and flac are lossless audio compression formats. shn and flac are commonly used for distribution of high-quality live recordings of "trade friendly" bands. You will find many via etree.org , or in USENET groups like alt.binaries.gdead.
shn and flac file sets are typically distributed with a .nfo or .txt file which contains the set list and other information.
Shn2make finds all the shn or flac files in the current directory and checks thier md5 checksums. Then shn2make looks for the .nfo or .txt file, and trys to figure out the song names and corresponding disc and track numbers. The song names are matched against available shn/flac files. Finally, if all the files check ok and everything is complete and makes sense a Makefile is created.
Using this Makefile with the standard "make" utility, various tedious sequences of tasks can be automatically performed on the set of shn or flac files. For example archiving the set to CD, or encoding all the songs to mp3 with the correct names.
Enhancements:
- When wodim is available, it is used instead of cdrecord.
Download (0.026MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1063 downloads
KDE 4.2.88 Beta / 4.2.3 Stable
The K Desktop Environment, for UNIX/Linux based systems more>>
KDE 4.2.88 Beta / 4.2.3 Stable brings you a powerful graphical desktop environment which is useful for Unix workstations. It combines ease of use, contemporary functionality and outstanding graphical design with the technological superiority of the Unix operating system. It is an Internet project and truly open in every sense.
Development takes place on the Internet and is discussed on the mailing lists and USENET news groups to which we invite and welcome everyone. No single group, company or organization controls the sources. All sources are open to everyone and may be distributed and modified by anyone subject to the well known GNU licenses.
<<less Download (0KB)
Added: 2005-09-21 License: GPL Price: FREE
11 downloads
Other version of KDE
License:GPL
Poesia 3.5 Beta
Poesia provides an Internet content filter. more>>
Poesia provides an Internet content filter.
Public Opensource Environment for a Safer Internet Access (POESIA) is an Internet content filter, partly funded by the European Commission.
POESIA filters harmful content in several channels (Web, email, Usenet news). It combines innovative technologies to achieve more effective filtering than other products.
Filtering covers a range of modes, including image filtering, natural language text filtering, URLs, PICs, and JavaScript filtering.
The filter will initially be deployed in English, Italian, and Spanish. Additional work is required to cover other European languages.
Enhancements:
- All:
- Bug 1447402 fix: chown all installation directories, because they had root privillegies.
- Monitor:
- Bug fix: corrected the client IP address in displayed history to the parsed value from X-Client-IP header provided by Shweby
- Bug fix: forwarding multiple headers like "Set-Cookie" because they are needed by web applications like Sourceforge, phpMySQL and Mantis.
- Bug fix: Detection of the content type both with Content-Type header and file extension, because some sites ommit the Content-Type header
- Bug fix: if the header value is " ", the Misc.clean() method kills the running thread.
- Limit the number of dispalyed items in history.
- Alternate colors when displaying history.
- Adding enabled option in filters and database, at start time only.
- Shweby:
- Sending X-Client-IP header to the monitor.
- Bug fix: we forgot to send content-length header when null body.
- Bug 1447413 fix: send error page when HTTPS protocol is requested.
- Italian:
- Bug fix: SIGSEGV when the monitor disconnects.
- Removed the MySQL connection and replaced it by an XML configuration file.
<<lessPublic Opensource Environment for a Safer Internet Access (POESIA) is an Internet content filter, partly funded by the European Commission.
POESIA filters harmful content in several channels (Web, email, Usenet news). It combines innovative technologies to achieve more effective filtering than other products.
Filtering covers a range of modes, including image filtering, natural language text filtering, URLs, PICs, and JavaScript filtering.
The filter will initially be deployed in English, Italian, and Spanish. Additional work is required to cover other European languages.
Enhancements:
- All:
- Bug 1447402 fix: chown all installation directories, because they had root privillegies.
- Monitor:
- Bug fix: corrected the client IP address in displayed history to the parsed value from X-Client-IP header provided by Shweby
- Bug fix: forwarding multiple headers like "Set-Cookie" because they are needed by web applications like Sourceforge, phpMySQL and Mantis.
- Bug fix: Detection of the content type both with Content-Type header and file extension, because some sites ommit the Content-Type header
- Bug fix: if the header value is " ", the Misc.clean() method kills the running thread.
- Limit the number of dispalyed items in history.
- Alternate colors when displaying history.
- Adding enabled option in filters and database, at start time only.
- Shweby:
- Sending X-Client-IP header to the monitor.
- Bug fix: we forgot to send content-length header when null body.
- Bug 1447413 fix: send error page when HTTPS protocol is requested.
- Italian:
- Bug fix: SIGSEGV when the monitor disconnects.
- Removed the MySQL connection and replaced it by an XML configuration file.
Download (4.2MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
959 downloads
GroupSTAT 0.12.1
GroupSTAT generates statistics from a local Usenet news spool. more>>
GroupSTAT generates statistics from a local Usenet news spool.
Recently, I seem to have become the unofficial stats maintainer for rec.arts.drwho. The program that I have been using to generate these stats, StatNews, was inadequate for the job. I thought about making a few alterations to it and sending a patch to the maintainer (Davide Salvetti), but after looking over the source code to StatNews, I decided that it would be easier to start over and do a complete re-write, using StatNewss source as a cheat-sheet for certain aspects of the project.
So, I set about writing this new program. I did a little research, and found the News::Scan Perl module (available on CPAN or from the authors website. The News::Scan module allowed me to write a program to get the stats without having to actually look at any news articles. This made my job a lot easier.
I have tried to make GroupSTAT as portable as possible. This program has been (for the most part) designed and tested under Debian GNU/Linux woody, and may not work on other platforms. This should be considered a bug; if you have problems getting it to work on your flavor of Unix, please tell me.
<<lessRecently, I seem to have become the unofficial stats maintainer for rec.arts.drwho. The program that I have been using to generate these stats, StatNews, was inadequate for the job. I thought about making a few alterations to it and sending a patch to the maintainer (Davide Salvetti), but after looking over the source code to StatNews, I decided that it would be easier to start over and do a complete re-write, using StatNewss source as a cheat-sheet for certain aspects of the project.
So, I set about writing this new program. I did a little research, and found the News::Scan Perl module (available on CPAN or from the authors website. The News::Scan module allowed me to write a program to get the stats without having to actually look at any news articles. This made my job a lot easier.
I have tried to make GroupSTAT as portable as possible. This program has been (for the most part) designed and tested under Debian GNU/Linux woody, and may not work on other platforms. This should be considered a bug; if you have problems getting it to work on your flavor of Unix, please tell me.
Download (0.022MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1219 downloads
Cone 0.71
Cone is a text-based email client. more>>
Cone project is a text-based mail client. Cone seamlessly handles multiple POP3, IMAP accounts, and local mail folders.
Cone is also a simple newsreader. Cones interface is foolproof enough to be used by inexperienced users, but it also offers advanced features for power users.
Main features:
- An online tutorial provides a quick overview of Cones main features.
- A built-in text editor for editing new messages, with search/replace and spell checking (requires aspell or pspell).
- Shortcuts - assign frequently used text to a function key, or to an abbreviation. Insert the text by pressing the function key or typing its abbreviation.
- Supports UTF-8 consoles (requires the wide-character version of the curses library).
- Displays HTML mail, with automatic de-moronization ("smart quotes", and similar clutter, is replaced by plain garden-variety punctuation).
- Displays attached images, if invoked from an X terminal, by running Gnomes eog, or KDEs kview image viewer. Displays PDF attachments by running xpdf. Other, or alternative, helper applications will be added as time permits.
- After attachments are downloaded, they can be optionally removed from the message.
- Handles local mail folders, maildirs, IMAP and POP3 accounts, and Usenet newsgroups. All folders are shown in a hierarchical tree-like display.
- Supports access to servers through a Socks 5 proxy, using the Courier Socks 5 API toolkit.
- Sends mail using an external SMTP server (with/without authentication), or the local sendmail command.
- All network protocols support SSL/TLS and SASL (CRAM-MD5, CRAM-SHA1, and LOGIN).
- Address books (which can be stored in an IMAP folder).
- Remote configuration (share a common configuration between different instances of Cone).
- An optional "single sign-on". Use a single master password for multiple remote mail server accounts.
- PGP/GPG based encryption, and digital signatures. Sent messages are automatically signed. Different signing keys may be selected for different mail accounts, and the appropriate key is automatically selected when replying to a message from an account. Selecting a message for an encryption automatically looks up keys that match the recipients E-mail addresses.
- Import, export, forward and receive PGP/GPG keys as MIME attachments.
- When a single sign-on master password is installed, the master password also handles access to passphrase-protected keys.
- Cone shares a lot of its code base with the Courier mail server, which is why they share the same web site together.
- Cone also serves as a platform for development of a new experimental network mail access protocol, SMAP, that offers additional functionality not available with IMAP or POP3.
- Cone owes its versatility in handling a large variety of mail protocols to the fact that its based on LibMAIL, a generic C++ library that provides a high-level mail-handling API. Using the --with-devel configuration setting installs the LibMAIL toolkit, which allows for development of independent E-mail software.
Enhancements:
- This release fixes a bug in GPG signing of multi-part messages whose main content contains 8-bit text.
<<lessCone is also a simple newsreader. Cones interface is foolproof enough to be used by inexperienced users, but it also offers advanced features for power users.
Main features:
- An online tutorial provides a quick overview of Cones main features.
- A built-in text editor for editing new messages, with search/replace and spell checking (requires aspell or pspell).
- Shortcuts - assign frequently used text to a function key, or to an abbreviation. Insert the text by pressing the function key or typing its abbreviation.
- Supports UTF-8 consoles (requires the wide-character version of the curses library).
- Displays HTML mail, with automatic de-moronization ("smart quotes", and similar clutter, is replaced by plain garden-variety punctuation).
- Displays attached images, if invoked from an X terminal, by running Gnomes eog, or KDEs kview image viewer. Displays PDF attachments by running xpdf. Other, or alternative, helper applications will be added as time permits.
- After attachments are downloaded, they can be optionally removed from the message.
- Handles local mail folders, maildirs, IMAP and POP3 accounts, and Usenet newsgroups. All folders are shown in a hierarchical tree-like display.
- Supports access to servers through a Socks 5 proxy, using the Courier Socks 5 API toolkit.
- Sends mail using an external SMTP server (with/without authentication), or the local sendmail command.
- All network protocols support SSL/TLS and SASL (CRAM-MD5, CRAM-SHA1, and LOGIN).
- Address books (which can be stored in an IMAP folder).
- Remote configuration (share a common configuration between different instances of Cone).
- An optional "single sign-on". Use a single master password for multiple remote mail server accounts.
- PGP/GPG based encryption, and digital signatures. Sent messages are automatically signed. Different signing keys may be selected for different mail accounts, and the appropriate key is automatically selected when replying to a message from an account. Selecting a message for an encryption automatically looks up keys that match the recipients E-mail addresses.
- Import, export, forward and receive PGP/GPG keys as MIME attachments.
- When a single sign-on master password is installed, the master password also handles access to passphrase-protected keys.
- Cone shares a lot of its code base with the Courier mail server, which is why they share the same web site together.
- Cone also serves as a platform for development of a new experimental network mail access protocol, SMAP, that offers additional functionality not available with IMAP or POP3.
- Cone owes its versatility in handling a large variety of mail protocols to the fact that its based on LibMAIL, a generic C++ library that provides a high-level mail-handling API. Using the --with-devel configuration setting installs the LibMAIL toolkit, which allows for development of independent E-mail software.
Enhancements:
- This release fixes a bug in GPG signing of multi-part messages whose main content contains 8-bit text.
Download (3.6MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
823 downloads
Net_NNTP 1.4.0 RC1
Net_NNTP is PEARs package for communication with NNTP/Usenet servers. more>>
Net_NNTP project is PEARs package for communication with NNTP/Usenet servers.
Net_NNTP handles the connection and protocol level commands (RFC977), including many non-standard commands (RFC2980).
Net_NNTP includes a user-friendly API for intermediate users who dont want to work directly at the command level. However, Net_NNTP does require some knowlege about the NNTP protocol and general knowledge about email and MIME, since any handling of both content and headers is left up to the user.
Enhancements:
- A bug where mail() did not work was fixed along with notices in getOverview().
- Loading deprecated (and never stable) classes now triggers warnings.
<<lessNet_NNTP handles the connection and protocol level commands (RFC977), including many non-standard commands (RFC2980).
Net_NNTP includes a user-friendly API for intermediate users who dont want to work directly at the command level. However, Net_NNTP does require some knowlege about the NNTP protocol and general knowledge about email and MIME, since any handling of both content and headers is left up to the user.
Enhancements:
- A bug where mail() did not work was fixed along with notices in getOverview().
- Loading deprecated (and never stable) classes now triggers warnings.
Download (0.040MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1226 downloads
wumpus 1.3
wumpus is an exact clone of the classic wumpus maze game. more>>
wumpus project is an exact clone of the classic wumpus maze game. Its a bit of retrocomputing nostalgia.
wumpus rescue lifeboats lost in interstellar space. wumpus superhack is a faithful transcription of the 1974 game WUMPUS for the Atari, the first computer game to maintain a consistent external map.
It is an exact clone, even down to the godawful user interface, of an ancient classic game. This version fixes two minor bugs in an earlier 1992 USENET posting of the source.
This package also includes superhack, which is a structurally similar game with a different premise.
Enhancements:
- Modern packaging was added.
<<lesswumpus rescue lifeboats lost in interstellar space. wumpus superhack is a faithful transcription of the 1974 game WUMPUS for the Atari, the first computer game to maintain a consistent external map.
It is an exact clone, even down to the godawful user interface, of an ancient classic game. This version fixes two minor bugs in an earlier 1992 USENET posting of the source.
This package also includes superhack, which is a structurally similar game with a different premise.
Enhancements:
- Modern packaging was added.
Download (0.016MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1039 downloads
YPost 0.20
Ypost is a command line usenet binary file poster. more>>
Ypost is a command line usenet binary file poster. It provides both uuencoding and yEnc encoding posting, speed throttling, and flexible segment reposting ability.
I wrote ypost because I wanted a command-line posting program that runs under
Linux command line, and the one that was available (newspost) didnt support yEnc or throttling. I did a few updates to newspost and resubmitted the changes, but I felt that beyond a cartain point, it made more sense for me to write a new system. I decided this partially because after having used C++ for the last few years, C leaves me very nervous - there are too many ways in which C++ is far safer than C (automatic destruction, etc) and I just felt a rewrite was in order.
The installation is pretty primative. Ypost is a simple program, I hope it will compile up on most machines. Just type "make" at the command line, and when its done, copy the "ypost" executable to wherever you like, I suggest /usr/local/bin.
<<lessI wrote ypost because I wanted a command-line posting program that runs under
Linux command line, and the one that was available (newspost) didnt support yEnc or throttling. I did a few updates to newspost and resubmitted the changes, but I felt that beyond a cartain point, it made more sense for me to write a new system. I decided this partially because after having used C++ for the last few years, C leaves me very nervous - there are too many ways in which C++ is far safer than C (automatic destruction, etc) and I just felt a rewrite was in order.
The installation is pretty primative. Ypost is a simple program, I hope it will compile up on most machines. Just type "make" at the command line, and when its done, copy the "ypost" executable to wherever you like, I suggest /usr/local/bin.
Download (0.030MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
Newsd 1.44
Newsd is a standalone local NNTP news server for private newsgroup serving on a single server. more>>
Newsd is a standalone local NNTP news server for private newsgroup serving on a single server.
It is useful for serving private newsgroup(s) to an intranet or the Internet and can act as a simple mail gateway, however it does not interface with other news servers and cannot manage distributed news feeds, i.e. Usenet news.
Newsd is available under the terms of the GNU General Public License. The Newsd source code should compile on any POSIX-compliant operating system. Binaries are provided for Linux and MacOS X.
Enhancements:
- Important fix to multiline headers being split during header reordering
- STR#15: Path: now maintained and passed through mail gateway
- STR#16: Mailgateway: "From" field now renamed to "X-Original-From:"
<<lessIt is useful for serving private newsgroup(s) to an intranet or the Internet and can act as a simple mail gateway, however it does not interface with other news servers and cannot manage distributed news feeds, i.e. Usenet news.
Newsd is available under the terms of the GNU General Public License. The Newsd source code should compile on any POSIX-compliant operating system. Binaries are provided for Linux and MacOS X.
Enhancements:
- Important fix to multiline headers being split during header reordering
- STR#15: Path: now maintained and passed through mail gateway
- STR#16: Mailgateway: "From" field now renamed to "X-Original-From:"
Download (0.10MB)
Added: 2005-10-20 License: GPL (GNU General Public License) Price:
1464 downloads
WWW::Google::News::TW 0.11
WWW::Google::News::TW is a Perl module that can access to Googles Taiwan News Service (Not Usenet). more>> <<less
Download (0.011MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1062 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above usenet search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed