<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=WORDHORDE</id>
	<title>WORDHORDE - revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=WORDHORDE"/>
	<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=WORDHORDE&amp;action=history"/>
	<updated>2026-07-11T15:05:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=WORDHORDE&amp;diff=175&amp;oldid=prev</id>
		<title>WikiSysop: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=WORDHORDE&amp;diff=175&amp;oldid=prev"/>
		<updated>2009-01-28T07:32:16Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 07:32, 28 January 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wikidb:diff:1.41:old-174:rev-175 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=WORDHORDE&amp;diff=174&amp;oldid=prev</id>
		<title>Dank: /* NNTP */</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=WORDHORDE&amp;diff=174&amp;oldid=prev"/>
		<updated>2008-05-11T14:47:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;NNTP&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I have far too much incoming information, all the time. This torrent is only likely to increase. How best to organize it? The WORDHORDE, inspired by William S. Burroughs&amp;#039;s [http://en.wikipedia.org/wiki/The_Word_Hoard Word Hoard], is my ongoing attempt. Requirements, or at least desired properties, of WORDHORDE include:&lt;br /&gt;
* spooling to a personal store, using NNTP or perhaps Maildir or even IMAP&lt;br /&gt;
** whatever backend is used, it must support speedy ncurses-based clients (like [[slrn]] and [[mutt]]) and scripts&lt;br /&gt;
** further UI must address Bayesian searching, clustering-based searching, etc...&lt;br /&gt;
** an actual database might be desirable, as opposed to flat files ala an NNTP spool&lt;br /&gt;
* permanent personal archival of all incoming data (including spam, phishing, malware etc for later/long-term analysis)&lt;br /&gt;
* being a good netizen -- event-driven mechanisms when possible, optimal bulk transfers, etc&lt;br /&gt;
* sources/dests must include RSS feeds, NNTP, mailing lists, personal mail, IM history&lt;br /&gt;
* full bidirectional gateway capabilites -- post NNTP and have it turned into an IM, a mail, a phone call voiced by &amp;lt;tt&amp;gt;festival(1)&amp;lt;/tt&amp;gt;, a blog comment, etc...&lt;br /&gt;
** needs address protected poll-based feeds: [http://dankamongmen.livejournal.com LJ flist], [http://lwn.net LWN subscription], etc...&lt;br /&gt;
&lt;br /&gt;
== HTTP ==&lt;br /&gt;
=== RSS ===&lt;br /&gt;
==== Mail Gateways ====&lt;br /&gt;
* [http://packages.debian.org/rss2email rss2email]: &amp;lt;tt&amp;gt;r2e&amp;lt;/tt&amp;gt; binary seems pretty simple for turning RSS into SMTP.&lt;br /&gt;
** &amp;lt;tt&amp;gt;r2e new defaultmail&amp;lt;/tt&amp;gt;: create a new r2e database, with default email target defaultmail&lt;br /&gt;
** &amp;lt;tt&amp;gt;r2e add url optmail&amp;lt;/tt&amp;gt;: add a feed to the database by URL, with an optional email target optmail&lt;br /&gt;
** &amp;lt;tt&amp;gt;r2e run&amp;lt;/tt&amp;gt;: scan for new articles; mail them. designed for cronjob use, it seems.&lt;br /&gt;
&lt;br /&gt;
==== Console Readers ====&lt;br /&gt;
* [http://packages.debian.org/olive olive] (Olive r1 01b7): attractive reader, imports [[OPML]] directly&lt;br /&gt;
** Add a new feed with ^A, edit with ^E, options with ^O&lt;br /&gt;
** Not very configurable, kind of slow&lt;br /&gt;
* [http://packages.debian.org/nrss nrss]&lt;br /&gt;
* [http://packages.debian.org/snownews snownews]&lt;br /&gt;
* [http://packages.debian.org/rsstail rsstail]&lt;br /&gt;
* [http://packages.debian.org/newsbeuter newsbeuter]&lt;br /&gt;
&lt;br /&gt;
== NNTP ==&lt;br /&gt;
=== Standards ===&lt;br /&gt;
* RFC 977 (1986), &amp;quot;Network News Transfer Protocol: A Proposed Standard for the Stream-Based Transmission of News&amp;quot;&lt;br /&gt;
* RFC 1036 (1987), &amp;quot;Standard for Interchange of USENET Messages&amp;quot;&lt;br /&gt;
* RFC 2980 (2000), &amp;quot;Common NNTP Extensions&amp;quot;&lt;br /&gt;
* RFC 3977 (2006), &amp;quot;Network News Transfer Protocol (NNTP)&amp;quot;&lt;br /&gt;
* This [http://www.tin.org/docs.html tin] page seems to be kept up-to-date&lt;br /&gt;
&lt;br /&gt;
=== Servers ===&lt;br /&gt;
* [http://packages.debian.org/leafnode leadnode] - http://leafnode.sourceforge.net/&lt;br /&gt;
** Perhaps the only actively-developed open, sane NNTP server?&lt;br /&gt;
** Last stable release 2007-03-17 (1.11.6), release candidate 2008-01-25 (1.11.7.rc1)&lt;br /&gt;
* [http://packages.debian.org/sn sn] - http://patrik.infa.fi/sn/&lt;br /&gt;
** Last release 2004-04-10&lt;br /&gt;
* [http://packages.debian.org/papercut papercut] - http://pessoal.org/papercut/&lt;br /&gt;
** Last release 2005-04-21, primarily an NNTP wrapper around web forums&lt;br /&gt;
&lt;br /&gt;
=== Utilities ===&lt;br /&gt;
* [http://packages.debian.org/nglister nglister] - list newsgroups / stats from an NNTP server&lt;br /&gt;
* [http://packages.debian.org/postnews postnews] - post an article from stdin to an NNTP server&lt;br /&gt;
&lt;br /&gt;
=== Web Gateways ===&lt;br /&gt;
* [http://www.aei.mpg.de/~peekas/w3news/ W3news] (NNTP/HTTP) (no debian package)&lt;br /&gt;
* [http://sourceforge.net/projects/web-imap/ WING] (NNTP/IMAP) (no debian package)&lt;br /&gt;
* [http://amrhein.eu/newsportal NewsPortal] (NNTP/HTTP) (no debian package)&lt;/div&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
</feed>