2026-07-27 07:54 1.4K
docs
A WordPress theme that lists your posts the way Apache’s mod_autoindex lists a directory. It emulates IndexOptions FancyIndexing HTMLTable VersionSort, the Debian and Ubuntu default for Apache 2.4.
Measured
HTML 8.8 KB front page, 5 entries head 3.1 KB CSS 4.3 KB 2.0 KB gzipped HTTP requests 2 document + stylesheet Database queries 15 JavaScript none Web fonts none Images none icons are inlined in the stylesheet
HEADER and README
Publish a page with the slug header and it appears above the listing. A page with the slug readme appears below it. Neither shows up as an entry. This mirrors Apache’s HeaderName and ReadmeName directives, and it is the only extension point the theme provides. Search forms, menus and link lists all belong there.
Languages
Language switching on this site is handled by the Bogo plugin. The EN and JA links in the header are plain HTML written into the HEADER page. The theme has no language features and does not know that either one exists.
Fonts
The theme declares no font at all, so you get whatever your browser is set to. To choose one, add a single line under Appearance, Customize, Additional CSS:
body { font-family: monospace; }
Sorting
The Name and Last modified column headings are sortable, using Apache’s own ?C=N;O=A parameters. Sorted views are marked noindex.