Hello!

In the bugtracker sources [1] it states:

> This repository contains the issues for the Dillo web browser. Each issue is contained in a directory named with the issue number. The text of the issue is stored in the index.md markdown file and any extra attachments are placed inside the issue directory.

However, it appears that the "out" subdirectories of the program named buggy do not receive symlinks nor copies of the "extra attachments" files.

Here's how to find attachment files in the repo named bugtracker:

~/proj/buggy/bugtracker/git$ find -mindepth 2 -a \! -iname index.md | grep -E '^\.\/[0-9]+\/'
./521/repro.sh
./429/meta
./520/log.txt

Example is in ticket 520 [2]. The link titled "Full trace log" leads to a 404 page [3].

Regards,
ecm

[1]: https://git.dillo-browser.org/bugtracker/tree/README.md?id=0239b970b60b6ea6845978dc1d9868f026c39612#n3
[2]: https://bug.dillo-browser.org/520/
[3]: https://bug.dillo-browser.org/520/log.txt