By Jon Udell
Cover | Table of Contents | Colophon
Author:,
Subject:, and Date: views.
Notes users can easily tweak the discussion template, adding new
fields to the underlying database and corresponding new ways to view
the discussion. Notes deeply integrates email and conferencing, using
a single data store for both activities. That integration solidifies
Notes' position as the premier solution for users who
frequently work offline and must synchronize between local and
central data stores.http://www.thinkofit.com/ for a current list.
In the long run, I think today's standalone mail- and
newsreaders will likely become browser-based applications. But that
presumes a generation of browsers with richer user interfaces, and
much more robust local data stores, than are available to
today's browsers. It's true that some users, even
corporate users, are beginning to adopt "thin" web-based
email. Most, though, still prefer "fat" email programs
that exploit native Win32/Mac/Unix graphical interfaces and local
storage mechanisms. These programs are faster and more capable than
browser-based alternatives and are likely to remain so for a year or
two.
microsoft.public.xml. Although it looks like
a normal http:// link that leads to a web page, it isn't.
Instead it's a news:// link that leads to an NNTP newsgroup
hosted on Microsoft's news server,
msnews.microsoft.com. When you click the link,
your newsreader starts up. If you've never
visited this news server before, it's automatically added to
the list of servers tracked by your newsreader, and you're
automatically subscribed to the newsgroup whose name was encoded in
the link's address. As we'll see again in Chapter 13, this shortcut is a terrific way to catapult
visitors into the midst of a discussion. The alternative procedure,
which involves manually attaching to the news server, viewing its
list of available groups, and subscribing to one or more groups, is
cumbersome and hard to explain to visitors not already familiar with
NNTP conferencing.
Subject: Tuesday meeting) followed by a message
body that's just more text (which may exhibit internal
structure, such as attachments encoded using MIME, or Multipurpose
Internet Mail Extensions). For web archives, you need to invent the
rules. HTML pages don't require headers, for example, but
applications can easily create and use them; Part II is full of examples that show how and why to
do that.http://udell.roninhouse.com/
in a message that I post to a newsgroup or email to you. Your message
reader will render the URL's text as a clickable hyperlink. By
merely reproducing a correctly spelled URL, we become—in a
limited but important sense—hypertext authors. In the text-mode
messaging environment, nobody has to know that the HTML
representation of that link is <a
href="http://udell.roninhouse.com/">http://udell.roninhouse.com</a>.
You can just type a URL, or better yet, cut and paste one into your
message.
$ telnet localhost 119 200 localhost Netscape-Collabra/3.51 11202 NNTP ready mode reader 200 localhost Netscape-Collabra/3.51 11202 NNRP ready (posting ok). post 340 Ok Newsgroups: test Subject: test From: udell@monad.net This is the body of a sample message. . 240 Article posted
Path: localhost!not-for-mail From: Jon Udell <udell@monad.net> Newsgroups: test Subject: sample message Date: Tue, 06 Apr 1999 22:20:56 -0400 Message-ID: <35760488.F61E274@monad.net> NNTP-Posting-Host: localhost Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) This is the body of a sample message.