From astroweb-request  Fri Sep  1 05:14:43 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA05991; Fri, 1 Sep 1995 05:14:43 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Fri, 1 Sep 1995 05:14:32 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509010914.AA05981@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, cwinkler@estsa2.estec.esa.nl
Subject: Link to INTEGRAL WWW pages updated
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 295

Message entered by: c.winkler @ zaphod.estec.esa.nl [131.176.13.12]

Searching  the AstroWeb database for the item "integral" gives
a link to a WWW page directory which is not used. The updated
URL for this is now:
http://astro.estec.esa.nl/SA-general/Projects/Integral/integral.html

Thank you


From astroweb-request  Fri Sep  1 08:58:34 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA07116; Fri, 1 Sep 1995 08:58:34 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Fri, 1 Sep 1995 08:58:27 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509011258.AA07107@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, miller@stsci.edu
Subject: My URL has changed
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 185

Message entered by: Glenn Miller @ lor.stsci.edu [130.167.104.12]

The URL for my home page has changed from
  http://lor.stsci.edu/glennmiller.html

to
  http://www.stsci.edu/~miller/


From dwells  Fri Sep  1 13:02:00 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA08099; Fri, 1 Sep 1995 13:02:00 -0400
Return-Path: <dwells>
Date: Fri, 1 Sep 1995 13:01:56 -0400
From: dwells (Don Wells)
Message-Id: <9509011701.AA08093@fits.cv.nrao.edu>
To: astroweb
Subject: Re: New Version of AstroWeb Edit is available
In-Reply-To: <9508291412.AA12011@MARIAN.STSCI.EDU>
References: <9508280322.AA24879@fits.cv.nrao.edu>
	<9508291412.AA12011@MARIAN.STSCI.EDU>
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 474

I said:
DW> BAD: the MODIFY function reports success but the changes are not
DW> actually made.

"BJ" == Bob Jackson <jackson@stsci.edu> writes:
>>>> I could not replicate this. I made a change
>>>> and run the updater by hand, instead of waiting the 0-60
>>>> minutes for it to run, and the changes were there.

I apologize. My statement was incorrect. The MODIFY operations which I
commanded on 08-27 _did_ occur --- they are in the current version of
the database.

-Don


From astroweb-request  Fri Sep  1 14:26:05 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA08264; Fri, 1 Sep 1995 14:26:05 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Fri, 1 Sep 1995 14:25:58 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509011825.AA08255@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, kwok@iras.ucalgary.ca
Subject: University of Calgary
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 489

Message entered by: Sun Kwok @ iso.iras.ucalgary.ca [136.159.57.20]

Dear Sir:

Please remove the paragraph under the heading of University of Calgary
"The University of Calgary is a major center of radio astronomy in Canada ...etc"
This paragraph was submitted by an unauthorized graduate student,
and does not accurately reflect the character of the department.

If you have questions, please contact me at the email address above.

Sun Kwok (professor and chairman of graduate affairs)


From astroweb-request  Fri Sep  1 15:30:53 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA08463; Fri, 1 Sep 1995 15:30:53 -0400
Return-Path: <jackson@stsci.edu>
Date: Fri, 1 Sep 95 15:30:37 EDT
Message-Id: <9509011930.AA26338@MARIAN.STSCI.EDU>
From: Bob Jackson <jackson@stsci.edu>
To: dwells@NRAO.EDU, astroweb@NRAO.EDU
In-Reply-To: <9509011850.AA08323@fits.cv.nrao.edu> (dwells@NRAO.EDU)
Subject: Re: Kwok/Calgary change made
Reply-To: jackson@stsci.edu
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 2238

Don asked a number of good questions, which deserve an 
explanation.

Q: I just ordered a MODIFY to do Kwok's change, and replied to him saying
"DONE", even though the transaction won't happen for another 45min.
What would prevent another Consortium person from also ordering a
MODIFY during the 45min interval?  

A: The HTML and TCL representation of the master database is updated
once an hour at 30 minutes past the hour by combining all the 
individual files (one per resource) into a single file.  When
people add or modify a resource, they are modifying one of the
small individual files.  CVS (Concurrent Version System) is used
to deal with the problem of:

	10:00 Don loads the modify form with existing data
	10:05 Bob loads the modify form with existing data but with
		changes which conflict with Don's
	10:10 Bob commits his changes
	10:15 Don commits his changes

CVS is smart enough to merge nonconflicting changes, e.g.,
	Bob changes Owner and Don changes Description
and to abort on conflicting changes, e.g.,
	Bob changes Owner and Don changes Owner to something else

CVS was intended to allow more than one person to edit a file
at a time, i.e., NO FILE LOCKING.  

However in the case where

	10:00 Don loads the modify form with existing data
	10:05 Don commits his changes
	10:10 Bob loads the modify form with existing data

Bob will see the what Don commited.
The changes are done immediately, but the merged file can lag
by up to an hour.

The only impacts of the time lag are for:

	1. New Records
	2. Deleted Records
	3. Records with modified URL's

where the astroweb-cvs.html file selection list at the bottom
will lag behind reality.

Q: In fact, will the machinery alert
us if we try to fetch a record which somebody else has recently
fetched? 

A: No, there is no Checkout/Locking.

Q: If it did, then we would not even issue a second (colliding)
MODIFY command.

A: CVS tries to merge and aborts if it can't.

I was willing to make the Kwok change because MODIFY is now a
low-overhead operation, one that is better to do immediately than put
off, and because I am willing to have faith that the daemons really
will execute the transaction within an hour. I sure hope that that
faith is well founded....


From astroweb-request  Fri Sep  1 16:18:58 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA08767; Fri, 1 Sep 1995 16:18:58 -0400
Return-Path: <dwells@cv3.cv.nrao.edu>
Date: Fri, 1 Sep 1995 16:18:52 -0400
From: dwells@cv3.cv.nrao.edu (Don Wells)
Message-Id: <9509012018.AA08758@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU
Subject: Re: Kwok/Calgary change made
In-Reply-To: <9509011930.AA26338@MARIAN.STSCI.EDU>
References: <9509011850.AA08323@fits.cv.nrao.edu>
	<9509011930.AA26338@MARIAN.STSCI.EDU>
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 616

DW> Q: I just ordered a MODIFY to do Kwok's change, and replied to him saying
DW> "DONE", even though the transaction won't happen for another 45min..
DW> I was willing to make the Kwok change because MODIFY is now a
DW> low-overhead operation, one that is better to do immediately than put
DW> off, and because I am willing to have faith that the daemons really
DW> will execute the transaction within an hour. I sure hope that that
DW> faith is well founded....

I confirm that the change which I ordered was made in the master database.

Thank you, Bob, for making this major improvement in our technology!

-Don


From astroweb-request  Fri Sep  1 20:29:50 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA09167; Fri, 1 Sep 1995 20:29:50 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Fri, 1 Sep 1995 20:29:44 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509020029.AA09158@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, schech@achernar.mit.edu
Subject: a conference to add to your list of conferences
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 328

Message entered by:  @ arneb.mit.edu [18.74.0.215]

Greetings Don.  Long time no bytes.  You'll want to look
at and add http://qso.lanl.gov/~heron which gives the
complete proceedings of a meeting on peculiar velocities
in the universe; great photos of the great barrier reef,
Jeremy Mould, yours truly, pretty colored fish ...


From astroweb-request  Fri Sep  1 20:30:34 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA09186; Fri, 1 Sep 1995 20:30:34 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Fri, 1 Sep 1995 20:30:27 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509020030.AA09176@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, dwells@NRAO.EDU
Subject: a conference to add to your list of conferences
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 328

Message entered by:  @ arneb.mit.edu [18.74.0.215]

Greetings Don.  Long time no bytes.  You'll want to look
at and add http://qso.lanl.gov/~heron which gives the
complete proceedings of a meeting on peculiar velocities
in the universe; great photos of the great barrier reef,
Jeremy Mould, yours truly, pretty colored fish ...


From astroweb-request  Mon Sep 11 05:19:14 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA06180; Mon, 11 Sep 1995 05:19:14 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Mon, 11 Sep 1995 05:19:02 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509110919.AA06171@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, fpp@obs.aau.dk
Subject: additional web page
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 252

Message entered by: fpp @ 130.225.246.53 [130.225.246.53]

In addition to the older web page in Uppsala I now have
a web page in Aarhus (Denmark) where I currently work.
the location is :
http://bigcat.obs.aau.dk:80/~fpp/

Sincerely,

Frank P. Pijpers


From astroweb-request  Mon Sep 11 19:49:18 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA08539; Mon, 11 Sep 1995 19:49:18 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Mon, 11 Sep 1995 19:49:05 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509112349.AA08530@fits.cv.nrao.edu>
To: anders@bbso.caltech.edu, astroweb@NRAO.EDU
Subject: New WWW page replacing the FTP
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 269

Message entered by: Big Bear Solar Observatory @ polarbear.bbso.caltech.edu [192.76.121.12]

Big Bear Solar Observatory now has a URL

http://sundog.caltech.edu

with images (including a daily images), movies, a tour
of the observatory and a link to our image archive.


From astroweb-request  Tue Sep 12 19:43:11 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA01651; Tue, 12 Sep 1995 19:43:11 -0400
Return-Path: <JerryW5507@aol.com>
Date: Tue, 12 Sep 1995 19:38:54 -0400
From: JerryW5507@aol.com
Message-Id: <950912193824_97797780@emout04.mail.aol.com>
To: astroweb@NRAO.EDU
Subject: StarCatalogues
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 302

To:  Bob Jackson

Could you please advise me how I can contact a site that offers star
catalogues so that I can check the 1950.0 positions of stars up through the
7th magnitude, in order to make corrections on my own data base.  Thank you
for any help you can give me.

Jerry Wish (JerryW5507@aol.com)


From astroweb-request  Wed Sep 13 15:18:25 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA04713; Wed, 13 Sep 1995 15:18:25 -0400
Return-Path: <jackson@stsci.edu>
Date: Wed, 13 Sep 95 15:18:14 EDT
Message-Id: <9509131918.AA04555@MARIAN.STSCI.EDU>
From: Bob Jackson <jackson@stsci.edu>
To: astroweb@NRAO.EDU
Subject: http://anarky.stsci.edu/
Reply-To: jackson@stsci.edu
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 197

This machine is moving behind a firewall REAL SOON NOW.

I am starting to take down WWW/AstroWeb services provided
by anarky.stsci.edu.

Please change your pointers to use 

	http://www.stsci.edu/


From astroweb-request  Thu Sep 14 08:46:52 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA06972; Thu, 14 Sep 1995 08:46:52 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Thu, 14 Sep 1995 08:46:44 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509141246.AA06963@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, fmichel@ulb.ac.be
Subject: ASTRO MultiMedia Project
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 135

Message entered by: MICHEL Francis @ mmp_pc1.ulb.ac.be [164.15.18.8]

Please change URL ftp.ulb.ac......
to ftp://ftp.ulb.ac...
Thanks


From astroweb-request  Sun Sep 17 19:16:34 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA21830; Sun, 17 Sep 1995 19:16:34 -0400
Return-Path: <dmar@rp.CSIRO.AU>
Date: Mon, 18 Sep 95 09:16:19 EST
From: dmar@rp.CSIRO.AU (David Mar)
Message-Id: <9509172316.AA13015@wyvern.rp.CSIRO.AU>
To: astroweb@NRAO.EDU
Subject: Astroweb corrections
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 629

Hi,

Can you please make the following corrections to URLs in the Astroweb
database?


Departments/Institutes

CSIRO - Australia Telescope National Facility ( CSIRO - ATNF )
http://wwwatnf.atnf.csiro.au/


Radiotelescopes

ATNF - Australia Telescope Compact Array ( ATCA, Narrabri )
http://wwwnar.atnf.csiro.au/

ATNF - Mopra Antenna ( ATNF Mopra )
http://wwwnar.atnf.csiro.au/www/mopra/mopra_home.html

ATNF - Parkes Observatory ( ATNF Parkes ) 
http://wwwpks.atnf.csiro.au/


Thanks,
- David Mar.
dmar@atnf.csiro.au          http://www.physics.usyd.edu.au/~mar/
Australia Telescope National Facility, CSIRO, Sydney, Australia.


From astroweb-request  Mon Sep 18 03:20:08 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA23654; Mon, 18 Sep 1995 03:20:08 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Mon, 18 Sep 1995 03:19:56 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509180719.AA23645@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, ddeman@wbmkt.com
Subject: URL 
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 380

Message entered by: Donald DeMan @ bbs.mpcs.com [204.215.226.2]

A client has linked one of their pages to yours and would
like to know if you would recipricate.
The United Space foundation is a non-profit organization
dedicated to educating the public on the benefits of space
exploration.

Their URL is  http://www.wbmkt.com/usf/

Thanking you in advance we are,

Web Marketing


From astroweb-request  Tue Sep 19 09:29:19 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA29506; Tue, 19 Sep 1995 09:29:19 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Tue, 19 Sep 1995 09:28:56 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509191328.AA29497@fits.cv.nrao.edu>
To: S.Watkins@astro.cf.ac.uk, astroweb@NRAO.EDU
Subject: change of url
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 165

Message entered by: spxsjw @ auriga.astro.cf.ac.uk [131.251.45.40]

The URL for the Cardiff star formation group is now :
http://www.astro.cf.ac.uk/groups/starform/


From astroweb-request  Wed Sep 20 06:11:41 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA03669; Wed, 20 Sep 1995 06:11:41 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Wed, 20 Sep 1995 06:11:31 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509201011.AA03653@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 60

Message entered by:  @ miranda.iki.rssi.ru [193.232.8.58]




From astroweb-request  Fri Sep 22 12:13:56 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA11798; Fri, 22 Sep 1995 12:13:56 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Fri, 22 Sep 1995 12:13:49 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509221613.AA11789@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, lisaf@sun.astro.wesleyan.edu
Subject: old link to Catalog of TTauri Stars
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 525

Message entered by: Lisa Frattare Wesleyan University @ bherbst2.vvo.wesleyan.edu [129.133.27.53]

Hi, I received a message from Sergio at AstroWeb that we 
had a bad link(after a system upgrade) so we would like to 
update the link. 

In Astronomy Departments and Optical Telescopes

we have a Wesleyan University blurb, that at the very end 
has a link to Catalog of TTauri Stars. 

I don't know off hand what the old link was but the new link is:

ftp://sun.astro.wesleyan.edu/pub/ttauri/

Thanks, 
Cheers, 
Lisa Frattare


From astroweb-request  Tue Sep 26 21:33:44 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA27741; Tue, 26 Sep 1995 21:33:44 -0400
Return-Path: <crodrig@sigma.eafit.edu.co>
Date: Tue, 26 Sep 1995 20:34:22 +0000 (EDT)
From: "Carlos Alfonso Rodriguez D." <crodrig@sigma.eafit.edu.co>
To: astroweb@NRAO.EDU
Subject: asteroid
Message-Id: <Pine.HPP.3.91.950926203107.18262A-100000@sigma.eafit.edu.co>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 116

Send please information about a new comet or asteroid (Hale Bopp ?)   
coming to the earth from a place near Pluto.


From astroweb-request  Thu Sep 28 03:12:41 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA01243; Thu, 28 Sep 1995 03:12:41 -0400
Return-Path: <adorf@eso.org>
X-Sender: hmadorf@ns3.hq.eso.org
Message-Id: <ac8ffd2721021004b759@[134.171.10.154]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Thu, 28 Sep 1995 08:20:20 +0100
To: astroweb@NRAO.EDU
From: library@annie.cv.nrao.edu (Ellen Bouton) (by way of adorf@eso.org (Hans-Martin
	Adorf))
Subject: ASTROLIB message for astronomy librarians
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 551

Marlene Cummins, University of Toronto, passes on the following:

I am pleased to inform you that we started the operation the server of
the University of Lausanne (Switzerland) on the Web.

Photometric data in most existing systems, from about 3000 publications,
are available on-line through simple form queries.

Mean UBV data can be obtained from there.

The URL is:  http://obswww.unige.ch/gcpd/gcpd.html

Yours sincerely,

Jean-Claude Mermilliod
mermio@scsun.unige.ch

----------------------end of astrolib message----------------------------




From astroweb-request  Thu Sep 28 04:42:44 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.3)
	id AA01351; Thu, 28 Sep 1995 04:42:44 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Thu, 28 Sep 1995 04:42:36 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509280842.AA01341@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, ns@astro.uu.se
Subject: Search
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 128

Message entered by: Nils Sjolander @ kandidat.astro.uu.se [130.238.160.50]

Wanted:
A search tool for pretty pictures.

keyword


From astroweb-request  Fri Sep 29 09:12:12 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.4)
	id AA05770; Fri, 29 Sep 1995 09:12:12 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Fri, 29 Sep 1995 09:12:06 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509291312.AA05761@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, elliott@hannover.geco-prakla.slb.com
Subject: link to free university of berlin
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 189

Message entered by:  @ ecc087.hannover.geco-prakla.slb.com [134.32.81.87]

I've tried this link several times this week and get
error messages. Usually the fact that its a bad URL.

Jules.


From astroweb-request  Fri Sep 29 15:33:02 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.4)
	id AA06404; Fri, 29 Sep 1995 15:33:02 -0400
Return-Path: <www_server@cv3.cv.nrao.edu>
Date: Fri, 29 Sep 1995 15:32:53 -0400
From: www_server@cv3.cv.nrao.edu (httpd@fits.cv.nrao.edu)
Message-Id: <9509291932.AA06394@fits.cv.nrao.edu>
To: astroweb@NRAO.EDU, sherri.calvo@gsfc.nasa.gov
Subject: change in WebStars location
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 383

Message entered by: Sherri Calvo @ copernicus.gsfc.nasa.gov [128.183.127.154]

The WebStars pages have been relocated and are now maintained
at http://www.Stars.com/WebStars/  . The previous version of these
pages still exists on the HEASARC server at GSFC, but will
soon be replaced with "MOVED" pages and finally removed
altogether. Please change your links.

Thanks,
Sherri Calvo


From astroweb-request  Sat Sep 30 07:11:25 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.4)
	id AA08340; Sat, 30 Sep 1995 07:11:25 -0400
Return-Path: <egret@SIMBAD.u-strasbg.fr>
Date: Sat, 30 Sep 95 12:12:32 +0100
From: egret@SIMBAD.u-strasbg.fr (Daniel Egret)
Message-Id: <9509301112.AA10289@SIMBAD.u-strasbg.fr>
To: astroweb@fits.cv.nrao.edu
Subject: Database update
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 591


I wonder what is the status of the AstroWeb database updates ?
I made a correction in the database some time ago using
http://www.stsci.edu/astroweb/astroweb-cvs.html
and it does not seem to have propagated up to the master
database.  Is this tool disconnected ?   I know that at some
time there was a tool under test and disconnected from the real
database. Did I miss something afterwards ?  
Bob : could you please tell us again the status of the update tools ?

Another issue:  I will be at ADASS V in Tucson. I guess I will meet
some other "astrowebbers" there ?

All the best,
Daniel


From astroweb-request  Sat Sep 30 10:13:53 1995
Received: by fits.cv.nrao.edu (5.x/S2.3/NRAO-CV/2.4)
	id AA08526; Sat, 30 Sep 1995 10:13:53 -0400
Return-Path: <mbnubyb@cairn.org>
Date: Sat, 30 Sep 1995 10:12:25 -0400 (EDT)
From: add <mbnubyb@cairn.org>
X-Sender: mbnubyb@gc
To: astroweb@NRAO.EDU
Cc: jackson@stcl.edu
Subject: zodiac
Message-Id: <Pine.SV4.3.91.950930100048.18748B-100000@gc>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: astroweb-request@fits.cv.nrao.edu
content-length: 300

Gentlemen:
     Do you have any information and/or sources that would
teach me about the CHRONOLOGICAL ZODIAC....i.e. the times
and dates in years of the sun entering and leaving the
eliptic.
      Thank you very much for your cooperation in this matter. I look 
forward to your positive response.




