A News: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
IMeowbot (talk | contribs)
B article format
IMeowbot (talk | contribs)
m wording
Line 5: Line 5:
In addition to the login display, news articles could be read at any time from the command line. A user could also post new messages to the local machine (by posting to a special default newsgroup called "general") or queue it for network-wide transmission by placing it in a public group such as "NET.general".
In addition to the login display, news articles could be read at any time from the command line. A user could also post new messages to the local machine (by posting to a special default newsgroup called "general") or queue it for network-wide transmission by placing it in a public group such as "NET.general".


The software was designed primarily with announcements in mind, so the interface was extremely simple. There were no provisions built in for replying to articles over news ([[e-mail]] replies were supported), skipping over messages, or threading. Because the system was designed only with uucp in mind, posters were identified by their uucp "bang path" addresses, a feature that persists in modern Usenet. [[ARPAnet]] addressing was not supported.
The software was designed primarily for announcements, so the interface was extremely simple. There were no provisions built in for replying to articles over news ([[e-mail]] replies were supported), skipping over messages, or threading. Because the system was designed only with uucp in mind, posters were identified by their uucp "bang path" addresses, a feature that persists in modern Usenet. [[ARPAnet]] addressing was not supported.


The message format was designed for compactness rather than flexibility, consistent with the slow dialup [[modem]]s used in [[1980]]. The initial "A" dictated the layout of header and message information, and expansions would require changing the initial character. This scheme was abandoned after A news for the more verbose but expandable format seen [[As of 2004|today]].
The message format was designed for compactness rather than flexibility, consistent with the slow dialup [[modem]]s used in [[1980]]. The initial "A" dictated the layout of header and message information, and expansions would require changing the initial character. This scheme was abandoned after A news for the more verbose but expandable format seen [[As of 2004|today]].

Revision as of 12:40, 29 January 2005

A News, originally known simply as "news," was the first widely distributed program for serving and reading Usenet newsgroups. The program, written at Duke University, was released on a tape given out at the June 1980 USENIX conference held at the University of Delaware. Steve Daniel from Duke offered a presentation on the then-new Usenet network and invited attendees to join.

The Seventh Edition of Unix included a "message of the day" facility, which allowed the system operator to cause messages to be displayed to the user at login. A News (so called because each message began with "A" as a marker character) was an expansion of this facility that allowed news messages to be distributred across an arbitrary number of systems using the new uucp service.

In addition to the login display, news articles could be read at any time from the command line. A user could also post new messages to the local machine (by posting to a special default newsgroup called "general") or queue it for network-wide transmission by placing it in a public group such as "NET.general".

The software was designed primarily for announcements, so the interface was extremely simple. There were no provisions built in for replying to articles over news (e-mail replies were supported), skipping over messages, or threading. Because the system was designed only with uucp in mind, posters were identified by their uucp "bang path" addresses, a feature that persists in modern Usenet. ARPAnet addressing was not supported.

The message format was designed for compactness rather than flexibility, consistent with the slow dialup modems used in 1980. The initial "A" dictated the layout of header and message information, and expansions would require changing the initial character. This scheme was abandoned after A news for the more verbose but expandable format seen today.

Because Usenet grew rapidly, the limited capabilities and simplistic article storage scheme (all articles were placed in a single disk directory and there was no facility for expiring old articles) quickly made A News impractical to use. It was largely superseded by B News, although some organizations continued to use it for internal communications for many years. Later modifications did add the ability to process the early B News article format and act on B News control articles.

Example of an early Usenet article. The legends in bold type are the equivalent header names in a modern Usenet article.

External links

world.std.com FTP archive containing A News, including documentation and the Delaware Usenet invitation. The source code will need some modification to run on a modern Unix-like system.