Am 04.08.2025 um 06:32 schrieb Lloyd Parkes: > On Mon, 2025-08-04 at 04:13 +0000, RVP wrote: >> >> ``` >> <td><a href="/pkgin-25.5.1.tgz">pkgin-25.5.1.tgz</a></td> >> ``` >> >> whereas (bozo)httpd returns: >> >> ``` > > As I said, the web server generates a human readable document rather > than a machine readable index. We could fix this once and for all by > generating index.html at the same time as pkg_summary.bz2. It could be > a file that is trivial to parse that only contains lines like > > <a href="pkgin-25.5.1.tgz">pkgin-25.5.1.tgz</a></br>
Why even an HTML file? A plain text file with one package filename per line would suffice. Roland