My notes for project Web Autoindex

    automated description of indexed directories
        / Apropos the content of the *Description* column in the ‘fancy’ index table.
        / Cf. `ScanHTMLTitles`.
            : see https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html#indexoptions
        + Automatically fill in the description cell.
            - Of each subdirectory SD.
            - Getting its description from the `h1` element of `SD/README.html`, if any.
                - By the same logic as § Reformat the heading of the document.
                    : re `Reformat the heading of the document` see @ index.js
        - Meantime I configure them manually with `AddDescription` directives.