| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | "Karl O(dot) Pinc" <kop(at)karlpinc(dot)com> |
| Cc: | w^3 <pgsql-www(at)lists(dot)postgresql(dot)org>, Greg Stark <stark(at)mit(dot)edu>, "Gregory Stark (as CFM)" <stark(dot)cfm(at)gmail(dot)com>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se> |
| Subject: | Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences |
| Date: | 2023-03-23 09:45:51 |
| Message-ID: | 20230323094551.zeexpyrhweimcvu5@alvherre.pgsql |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-www |
On 2023-Mar-22, Karl O. Pinc wrote:
> Hi,
>
> I rebuilt the HEAD (master) html with:
>
> make STYLE=website html
>
> and what I see locally is still different from
> what is on postgresql.org.
>
> So the build system does indeed seem to be generating
> "different html" that looks un-good compared to what
> Alvaro and I are seeing when we build locally.
Hah, you're right -- the website is missing the closing </p>. Weird.
It is definitely possible that the website is using outdated XSLT
stylesheets. For example, at the top of the page in my local build I
see this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
whereas the website only says
<!doctype html>
<html lang="en">
<head>
I don't to waste time investigating that, though.
--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Etsuro Fujita | 2023-03-23 09:51:48 | Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch |
| Previous Message | Alvaro Herrera | 2023-03-23 09:35:55 | Re: doc: add missing "id" attributes to extension packaging page |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2023-03-23 09:46:01 | Re: [PATCH] pgarchives: bugfix: typo in loader/lib/storage.py |
| Previous Message | Karl O. Pinc | 2023-03-23 03:23:38 | Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences |