Re: Large SGML Cleanup - Mailing list pgsql-docs

From Josh Kupershmidt
Subject Re: Large SGML Cleanup
Date
Msg-id AANLkTikG5A7Ma9yrDAn4xEVOkVzx1pBDUQyTAu-AAn0S@mail.gmail.com
Whole thread Raw
In response to Re: Large SGML Cleanup  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Large SGML Cleanup  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
[Sorry, I'm revisiting this topic a bit late.. have had a lot of stuff
keeping me busy]

On Wed, Nov 3, 2010 at 10:24 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> In general, I think the more efficient way to address this overall
> problem is to run the resulting HTML through tidy and be done with it.

Running tidy -modify on the .html files in ./sgml/html/ gets the
number of invalid HTML files down to 4 from 224 [1]. I took a quick
look at a few of the resulting pages in Firefox, and couldn't see any
visual difference between the original and tidy'ed versions.

I think it would be a good idea to add a step in ./sgml/Makefile to
run tidy on all the .html files produced. Anyone interested in doing
this?

Josh

[1] For reference, the 4 remaining invalid files are: index.html,
functions-string.html, biblio.html, and ecpg-variables.html

pgsql-docs by date:

Previous
From: Marti Raudsepp
Date:
Subject: Re: [PATCH] Fix documentation about PL/Python exception handling
Next
From: Tom Lane
Date:
Subject: Re: Large SGML Cleanup