Re: [HACKERS] Small issue in online devel documentation build - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: [HACKERS] Small issue in online devel documentation build
Date
Msg-id alpine.DEB.2.20.1702162112070.32406@lancre
Whole thread Raw
In response to Re: [HACKERS] Small issue in online devel documentation build  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
>> My point is that some xsl file should be fixed somewhere, probably, to avoid
>> that.
>
> Yeah, I noticed this too, and I think Ashutosh also complained about
> it on another thread.  It's pretty annoying - I hope somebody can
> figure out the cause and fix it.  It seems to be only affecting the
> development docs.

My 0.02€:

After some random digging, it seems that the documentation files are 
loaded from provided tarballs by a script: "tools/docs/docload.py" 
maintained in "pgweb.git". Maybe this is run from some cron.

AFAICS from the script, the provided tarballs contains the generated html 
that someone/something has already generated and put somewhere. I have 
found no clear clue about who, where and when. However I would bet that 
"Magnus Hagander" and "Dave Page" know, given that they commits suggest 
that they are maintaining the site:-)

The load script passes the doc through "tidy" with some options, and 
registers the pages into a database probably for django. I doubt this 
would change the ul class.

-- 
Fabien.

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Parallel bitmap heap scan
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Avoiding OOM in a hash join with many duplicate inner keys