htmleditors

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: Re: HTML editor -- suggestions?
From: Kenny Lim <kenny@predawnia.org>
Date: Wed, 26 May 1999 22:16:42 +0800


WebMaker (runs with KDE) comes very close to Allaire's HomeSite 

Homepage is http://www.services.ru/linux/webmaker/

If you are running RHL5.2 you can get the RPM or RHL6.0 then the 
SRPM from KDEWare 
http://linux.predawnia.org/kdeware/


Rick Forrester wrote:
> 
> sher07@bellsouth.net said:
> > Any suggestions for a good free HTML editor with RPM installation for
> > Red Hat 6.0?
> 
> asWedit, vi, xemacs.

===

Subject: Re: HTML editor -- suggestions?
From: Gordon Messmer <yinyang@eburg.com>
Date: Wed, 26 May 1999 10:14:17 -0700


Kenny Lim wrote:
> 
> WebMaker (runs with KDE) comes very close to Allaire's HomeSite
> 
> Homepage is http://www.services.ru/linux/webmaker/
> 
> If you are running RHL5.2 you can get the RPM or RHL6.0 then the
> SRPM from KDEWare
> http://linux.predawnia.org/kdeware/

I'll second that suggestion.  WebMaker is a great program for writing
HTML.  If the RPMS on linux.predawnia.org aren't using /usr/ as the
KDEDIR, then I've got RPMS for KDE and WebMaker that do on
ftp://duke.eburg.com/pub/linux/redhat-6.0-mycontrib/RPMS/

===

Subject: Amaya freezes system! -- Amaya's official response
From: Benjamin Sher <sher07@bellsouth.net>
Date: Tue, 22 Jun 1999 20:04:15 -0500


Dear friends:

Those of you who would like to use Amaya, the WWW Consortium's
professional HTML editor/browser, might find this official response from
one of Amaya's representatives quite pertinent. I am taking the liberty
of sharing it with the list since I had posted the original message on
the Red Hat list yesterday. The official address of the WWW3 Consortium
is:


http://www.w3.org/


This site is extremely rich in HTML resources, etc. The official address
of Amaya is:

http://www.w3.org/Amaya/

Benjamin

-------- Original Message --------
Subject: Re: URGENT! Amaya freezes system!
Resent-Date: Tue, 22 Jun 1999 04:50:29 -0400 (EDT)
Resent-From: www-amaya@w3.org
Date: Tue, 22 Jun 1999 10:50:16 +0200
From: Vincent Quint <quint@w3.org>
Reply-To: quint@w3.org
To: Benjamin Sher <sher07@bellsouth.net>
CC: AMAYA <www-amaya@w3.org>

Benjamin Sher wrote:

> First, my urgent need has to do with the fact that when I try to access
> one of my URL's, Amaya freezes every time, necessitating a
> Cnt-Alt-Backspace on my KDE. In fact, the first time, it refused to even
> return me to the console and I had to literally power off and reboot. I
> have in mind the following site:
> 
> http://www.websher.net/inx/link.html

When parsing this page Amaya enters an infinite loop. It tries to
recover from HTML errors, but the structure is so weird that it gets
completely confused.  The worst cases are missing or erroneous </font>
closing tags.  The first few lines of this page contain a number of such
cases, including tags like </FONT color=#000080 size="3"> (don't repeat
attributes in the closing tag).

Being an editor, Amaya tries to fix the document structure if there are
errors. Otherwise, it could not edit the document properly, as most of
its actions are based on the document structure.

If you want your pages to be readable not only by IE or NN, but by any
HTML browser, they have to be valid.  Use a HTML conformant editor like
Amaya to create your pages.  Discard editors that produce invalid
markup.
Refer to the HTML specification when you write HTML "by hand":

   http://www.w3.org/TR/REC-html40/

and validate your pages, for instance with

   http://validator.w3.org/

(Change at least the DOCTYPE declaration before validating your russian
index, as this declaration is wrong and confuses the validator).

> In addition to this urgent problem, there are a number of other
> anomalies that need explanation:

Here are some explanations:

> 1) All of my directory files on www.websher.net (except for the Index)
> are CENTERED. Yet, Amaya refuses to recognize the centering: the text in
> every department of my site appears left-aligned. 

In the following situation:

     <h3><center>WELCOME:</CENTER></H3>

Amaya ignores the <center> tag as it is not valid within a h3 tag.
You should write the opposite, h3 within center:

     <center><h3>WELCOME:</h3></center>

> 2) None of the images show up. Instead, they appear correctly centered
> but grey.

We have discovered a bug with jpeg images.  This bug has been fixed in
version V2.1 which will be released this week (Thursday at the latest).

> 3) When I try to bring up any of my files from my LOCAL repository on my
> computer, the file appears blank.

I have no explanation for that one.  Could you send me such a file, or
an URI?

===



the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu