Re: Problem with web TODO list

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: Problem with web TODO list
Date: 2005-04-18 03:52:31
Message-ID: 200504180352.j3I3qVe17815@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Magnus Hagander wrote:
> > > >Please look on my current HTML TODO version:
> > > >
> > > > http://developer.postgresql.org/~momjian/TODO.html
> > > >
> > > >Because it is generated from text, I can't clean it up.
> > What are our
> > > >options?
> > >
> > > Hmm. one main problem is that it doesn't close the <P> or <LI> tags
> > > properly. What do you use to generate it from text?
> >
> > I use txt2html at http://txt2html.sourceforge.net/.
> >
> > I just found an --xhtml flag to the utility. I added that
> > and regenerated the HTML at the above URL. WOuld you check it again?
>
> In general that should work much better. but that page has *two* <body>
> tags! One within the <head> section. Either you missed a cut/paste
> somewhere, or that package is *very* broken.
>
> And it's not valid XHTML, which really should happen with --xhtml, no?
> Even if I fix that, I get some invalid uses of <LI> in the output.
>
> http://validator.w3.org/check?uri=http%3A%2F%2Fdeveloper.postgresql.org%
> 2F%7Emomjian%2FTODO.html&charset=%28detect+automatically%29&doctype=%28d
> etect+automatically%29
>
> (it really should validate as XHTML strict, but it doesn't even manage
> XHTML Transitional)

Would you please check the above URL again? I think I fixed all the
problems with the TODO list HTML. It validated with XHTML transitional,
and failed with XHTML strict only because of the BODY color tags.

If it is OK I will add the TODO.html to CVS in doc/src/FAQ/.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Marc G. Fournier 2005-04-18 04:12:15 Re: pgfoundry is very slow !
Previous Message Michael Fuhr 2005-04-18 03:16:37 Re: pgfoundry is very slow !