.
|-- Makefile
|-- README.arachnopress
|-- THIRD_PARTY_NOTICES.txt
|-- articles
|   |-- arachnopress
|   |   |-- article.html
|   |   `-- ...
|   |-- irc
|   |   |-- article.html
|   |   `-- ...
|   `-- openbsd-rdsshd
|       |-- article.html
|       `-- ...
|-- licenses
|   |-- mit.txt
|   `-- oksolar-cc0.txt
|-- site
|   |-- THIRD_PARTY_NOTICES.txt
|   |-- articles
|   |   |-- arachnopress
|   |   |   |-- article.html
|   |   |   `-- ...
|   |   |-- irc
|   |   |   |-- article.html
|   |   |   `-- ...
|   |   `-- openbsd-rdsshd
|   |       |-- article.html
|   |       `-- ...
|   |-- favicon.svg
|   |-- index.html
|   |-- licenses
|   |   |-- mit.txt
|   |   `-- oksolar-cc0.txt
|   |-- styles.css
|   `-- theme-auto.css
|-- styles.css
`-- tools
    |-- build-profile.sh
    |-- build.sh
    |-- html-fragment.outlang
    |-- license.txt
    `-- theme-menu.html
