Re: Add html-serve target to autotools and meson
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Cc: Jacob Champion <jacob.champion@enterprisedb.com>,
Andres Freund <andres@anarazel.de>,
Michael Paquier <michael@paquier.xyz>,
Peter Eisentraut <peter@eisentraut.org>,
Tristan Partin <tristan@partin.io>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-11-14T12:52:23Z
Lists: pgsql-hackers
> On 14 Nov 2024, at 13:11, Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> wrote: >>> On Mon, Nov 11, 2024 at 7:50 AM Andres Freund <andres@anarazel.de> wrote: >>>> If you just want that we could print out a file:// url or even open it? Rather >>>> than an http server? +1 > I noticed that the documentation served by the postgresql.org site > allows searching in the documentation, whereas that functionality is > not available if we open HTML pages from docs directory. Would > html-server provide that functionality? No, doc searching on the site is implemented with FTS in the pgweb repository and would not be present in the proposal here. -- Daniel Gustafsson