From dmm@head-cfa.harvard.edu Thu Dec  8 11:06:32 1994
Return-Path: <dmm@head-cfa.harvard.edu>
Received: from head-cfa.harvard.edu by cfamb1.harvard.edu (4.1/SMI-4.1)
	id AA28439; Thu, 8 Dec 94 11:06:31 EST
Received: from worf.harvard.edu by head-cfa.harvard.edu (4.1/SMI-4.0)
	id AA08987; Thu, 8 Dec 94 11:05:48 EST
Message-Id: <9412081605.AA08987@head-cfa.harvard.edu>
To: kim@marple.harvard.edu (Dong-Woo Kim)
Cc: syshelp@head-cfa.harvard.edu, webusers@head-cfa.harvard.edu
In-Reply-To: Your message of "Fri, 02 Dec 1994 16:04:47 EST."
	<9412022104.AA04113@marple.harvard.edu> 
Date: Thu, 08 Dec 1994 11:05:48 -0500
From: David Meleedy <dmm@head-cfa.harvard.edu>
Status: R


> Is there a way to convert TEX or LATEX file to HTML?

Yes, check out:

http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html

also for information about other converters check out:

http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/faq-software.html
========
David Meleedy                          Smithsonian Astrophysical Observatory
dmm@head-cfa.harvard.edu               60 Garden Street, MS 70
Phone: 617 495 7252                    Cambridge, MA  02138  USA

From dmm@head-cfa.harvard.edu Thu Dec  8 11:12:31 1994
Return-Path: <dmm@head-cfa.harvard.edu>
Received: from head-cfa.harvard.edu by cfamb1.harvard.edu (4.1/SMI-4.1)
	id AA28496; Thu, 8 Dec 94 11:12:30 EST
Received: from worf.harvard.edu by head-cfa.harvard.edu (4.1/SMI-4.0)
	id AA09186; Thu, 8 Dec 94 11:11:48 EST
Message-Id: <9412081611.AA09186@head-cfa.harvard.edu>
To: kim@marple.harvard.edu (Dong-Woo Kim)
Cc: syshelp@head-cfa.harvard.edu, webusers@head-cfa.harvard.edu
Subject: Latex to html
Date: Thu, 08 Dec 1994 11:11:48 -0500
From: David Meleedy <dmm@head-cfa.harvard.edu>
Status: R


Apparently we already have this installed as well, it's located
in 

/soft/latex2html

========
David Meleedy                           Smithsonian Astrophysical Observatory
dmm@head-cfa.harvard.edu                60 Garden Street, MS 70
Phone: 617 495 7252                     Cambridge, MA  02138  USA

From dmm@head-cfa.harvard.edu Fri Dec  9 19:27:39 1994
Return-Path: <dmm@head-cfa.harvard.edu>
Received: from head-cfa.harvard.edu by cfamb1.harvard.edu (4.1/SMI-4.1)
	id AA29688; Fri, 9 Dec 94 19:27:38 EST
Received: from worf.harvard.edu by head-cfa.harvard.edu (4.1/SMI-4.0)
	id AA20922; Fri, 9 Dec 94 19:26:25 EST
Message-Id: <9412100026.AA20922@head-cfa.harvard.edu>
To: webdev@head-cfa.harvard.edu, webusers@head-cfa.harvard.edu
Cc: syshelp@head-cfa.harvard.edu
Subject: head-cfa httpd updated
Date: Fri, 09 Dec 1994 19:26:24 -0500
From: David Meleedy <dmm@head-cfa.harvard.edu>
Status: R


The http daemon on head-cfa has been updated from version 1.1 to
version 1.3.  This new version gives us some new commands for http
documents which are very neat, including the ability to run shell
commands and put the output of the commands into the HTML document.

The way it works is that the server reads your HTML document, runs any
commands, and replaces the output of those commands and then sends your
modified HTML document to the client program that requested it.

These new commands are called "server side includes", and here is
an http address where you can read all about them:

http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html

Here is an HTML page to get you started...

<HEAD>
<TITLE>Test Page</TITLE>
</HEAD>
<BODY>


The Name of this document is:  <!--#echo var="DOCUMENT_NAME"-->.
<P>
The Virtual path to this document is: <!--#echo var="DOCUMENT_URI"-->.
<P>
The Date is:  <!--#echo var="DATE_LOCAL"-->.
<P>
This Document was last modified:  <!--#echo var="LAST_MODIFIED"-->.
<P>
<PRE>
<!--#exec cmd="cursive This is very cool!"-->
<P>
Here is a directory listing:
<!--#exec cmd="ls -l"-->
<P>
<!--#exec cgi="/cgi-bin/date"-->
</PRE>
</BODY>
</HTML>


========
David Meleedy                           Smithsonian Astrophysical Observatory
dmm@head-cfa.harvard.edu                60 Garden Street, MS 70
Phone: 617 495 7252                     Cambridge, MA  02138  USA

From dmm@head-cfa.harvard.edu Mon Dec 12 15:08:03 1994
Return-Path: <dmm@head-cfa.harvard.edu>
Received: from head-cfa.harvard.edu by cfamb1.harvard.edu (4.1/SMI-4.1)
	id AA00549; Mon, 12 Dec 94 15:08:02 EST
Received: from worf.harvard.edu by head-cfa.harvard.edu (4.1/SMI-4.0)
	id AA26123; Mon, 12 Dec 94 15:07:25 EST
Message-Id: <9412122007.AA26123@head-cfa.harvard.edu>
To: kim@marple.harvard.edu (Dong-Woo Kim)
Cc: webusers@head-cfa.harvard.edu, syshelp@head-cfa.harvard.edu
Subject: Re: Addendum to server upgrade notice 
In-Reply-To: Your message of "Mon, 12 Dec 1994 14:54:50 EST."
	<9412121954.AA20424@marple.harvard.edu> 
Date: Mon, 12 Dec 1994 15:07:23 -0500
From: David Meleedy <dmm@head-cfa.harvard.edu>
Status: R


> There is no file, /home/dmm/www/sample.html.

Correct... that was an illustrative example.

> I have one more question about the way HEAD handles it.
> I looks to me that one needs a subdirectory ~user/www and all the html files
> have to be there. But URL points ~user/*.html instead of ~user/www/*.html.
> Is there a specific reason for doing this?

Yes,
	The reason is that the server maps all requests for ~user to
the user's home directory in /home/user/www.  This is done because most
people would prefer a subdirectory for all their www files (as it can
get most messy if they are in the top level of the users home
directory).  Now it is pretty much a standard that when you use http to
access a site, you can access it by doing http://site-name/~user. 
There is no point to adding a /www to the end of that because the
server can map it for you.


> What are the differences if I select in "Open URL"
> http://hea-www.harvard.edu/~dmm/sample.html

goes through our httpd daemon on head-cfa.  Tries to load the file
/home/dmm/www/sample.html.  This fails as I do not have this file
in my ~/www directory.


> file://hea-www.harvard.edu/home/dmm/www/sample.html, or

tries to find the file /home/dmm/www/sample.html in the anonymous ftp
area on head-cfa.  This will fail, as there are no home directories
available through anonymous ftp.

> file://cfa.harvard.edu/home/dmm/www/sample.html

This will not work, as cfa.harvard.edu does not allow anonymous ftp
logins at all.




========
David Meleedy                          Smithsonian Astrophysical Observatory
dmm@head-cfa.harvard.edu               60 Garden Street, MS 70
Phone: 617 495 7252                    Cambridge, MA  02138  USA

