Do You Want Groklaw to Be Included in the Library of Congress's Historic Internet Materials Collect

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Do You Want Groklaw to Be Included in the Library of Congress's Historic Internet Materials Collect
# 1  
Old 04-06-2010
Do You Want Groklaw to Be Included in the Library of Congress's Historic Internet Materials Collect

Groklaw has been selected by the Library of Congress for inclusion in its web archival project, in the category of Legal Blawgs. I feel incredibly honored and validated by this invitation. We have created a collection of materials that has recognized value to researchers and historians.
We have to give permission, though, and Groklaw isn't just me. It's you and me, so I thought I'd ask you how you feel about it. We have several choices. I can have them archive just the articles, or, if you grant permission, the articles with your comments. And we can decide who can access the collection, the public at large or just the Congress and on-site researchers and historians.
You can say no to everything related to your comments, absolutely, but this is offering to make us part of what researchers and historians will have access to, so they can tell the history of this time period with accuracy. And my personal feeling is that your comments are part of this history.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Red Hat

RHCE Materials

I'd like to get RHCE certification but I can't find the books which get me for doing such , could someone guide me where can i find the books ?:wall: (4 Replies)
Discussion started by: arm
4 Replies
Login or Register to Ask a Question
talkd(8)						      System Manager's Manual							  talkd(8)

NAME
talkd, ntalkd - The remote communications server for the talk command SYNOPSIS
talkd ntalkd DESCRIPTION
The talkd server notifies a user or callee when a client or caller wants to initiate a conversation. The talkd daemon sets up the conver- sation if the callee accepts the invitation. The caller initiates a conversation by executing the talk command and specifying the callee. The callee accepts the invitation by executing the talk command specifying the caller. The talkd daemon listens at a socket for a LOOK_UP request from a local or remote talk client. On receiving a LOOK_UP request, talkd scans its internal invitation table for an entry that pairs the client (the local or remote talk process) with a caller. If an entry exists in the talkd daemon's international invitation table, the talkd daemon assumes that the client process is the callee. The talkd daemon returns the appropriate rendezvous address to the talk process for the callee. The callee process then establishes a stream connection with the caller process. If an entry does not exist in the invitation table, the talkd daemon assumes that the client process is the caller. The talkd daemon then receives the client process's ANNOUNCE request. When talkd receives the ANNOUNCE request, talkd broadcasts an invitation on the console of the remote host where the callee is logged in, unless the caller specifies a particular tty. At approximately 1-minute intervals, talkd rebroadcasts the invitation until either the invitation is answered by the callee or the call is canceled by the caller. Debugging messages are sent to syslogd(8). For further information on the files used by this daemon, see the syslogd command. FILES
Specifies the command path Defines Internet socket assignments Contains data about users who are currently logged in NOTES
The Tru64 UNIX version of talkd uses the talk 4.3BSD protocol. This command is sometimes referred to as ntalkd. It is not compatible with 4.2BSD versions of talk. RELATED INFORMATION
Commands: inetd(8), syslogd(8), talk(1) delim off talkd(8)