Re: HTML(+)-editor available?

"Peter Lister, Cranfield Computer Centre" <P.Lister@cranfield.ac.uk>
Message-id: <9312091427.AA03689@xdm039.ccc.cranfield.ac.uk>
To: www-talk@www0.cern.ch
Cc: p.lister@cranfield.ac.uk, rhb@hotsand.att.com
Subject: Re: HTML(+)-editor available?
Reply-To: p.lister@cranfield.ac.uk
Date: Thu, 09 Dec 93 14:27:40 GMT
From: "Peter Lister, Cranfield Computer Centre" <P.Lister@cranfield.ac.uk>
Content-Length: 1447
I have a basic but useful DECwrite to HTML PERL script.

ftp://ftp.cranfield.ac.uk/source/info-tools/WWW/decw2html

Peter Lister                             Email: p.lister@cranfield.ac.uk
Computer Centre, Cranfield University    Voice: +44 234 754200 ext 2828
Cranfield, Bedfordshire MK43 0AL UK        Fax: +44 234 750875
--- Widget. It's got a widget. A lovely widget. A widget it has got. ---

#!/usr/local/bin/perl
# Author:
#   Peter Lister                                    p.lister@cranfield.ac.uk
#   Computer Centre,
#   Cranfield Institute of Technology,        Voice: +44 234 754200 ext 2828
#   Cranfield, Bedfordshire MK43 0AL England    Fax: +44 234 750875
#
# This script copes with SGML output from DECwrite. It should cope with basic
# documents in Example, General, Slide, Technical Manual styles, which are the
# ones I happen to have used.
# It ignores some tags, translates others, and leaves any it doesn't know
# alone.
# Specifically, it
#   Removes ! tags. If I understood SGML, maybe I could make sense of them.
#   Directly converts:
#     Headings
#     Paragraphs
#     Page breaks
#   Parses and does groovy stuff with
#     Tables of Contents
#     Numbered and Bulleted lists and sublists
#     Footnotes
# Wish list:
#   Document references
#   Pictures
# If you use this script please let me know. If you add bits to cope with
# other styles and local preferences, please send me the a copy of what you
# did.