Re: Add html-serve target to autotools and meson - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Add html-serve target to autotools and meson
Date
Msg-id 13fccc1a-40cf-4a81-b656-a3310f25664c@eisentraut.org
Whole thread Raw
List pgsql-hackers
On 07.11.24 05:37, Tristan Partin wrote:
> When working on documentation, I find it useful to spawn an HTTP server 
> to serve docs for me to consume in a web browser. I went ahead and used 
> Python's builtin http.server module, but it could also be a run target 
> which just spawned `xdg-open builddir/doc/src/sgml/html/index.html`, 
> though I would doubt Windows has xdg-open(1).

What is the advantage of using an http server over just opening the file 
directly in a web browser (file:// scheme)?




pgsql-hackers by date:

Previous
From: "Joel Jacobson"
Date:
Subject: Re: New "single" COPY format
Next
From: Abhiman Panwar
Date:
Subject: How to get started with contribution