A Simple HTML editor for X windows

David Houldershaw (d.houldershaw@mail.cryst.bbk.ac.uk)
Tue, 14 Mar 1995 14:01:18 +0000 (GMT)

Hi,
I've just got hold of a HTML editor called ASHE (A Simpled Html Editor)
,for X windows, that shows you the source html and the interpreted html at
the same time. It is one of the first I've seen for X windows, it is
available from ftp.cs.rpi.edu (anon. ftp) in the directory
/pub/puninj/ASHE/ where you need to get libhtmlw.tar and
/pub/puninj/ASHE/src/ where you need to get ASHE.tar.Z. It compiled OK
on our dec-alpha running OSF1v2, but on a indy (IRIX52) I had to change a
bit of code in xmarkup.c line 484 from
if(he->user_data == PRE)
to if((int)he->user_data == PRE)

to get it to compile (there were lots of prototype warnings, which you
simply ignore). I've not tried it on any other platforms.

Have Fun....
Dave H.