Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi2html: support passing titles | bptato | 2024-03-29 | 1 | -1/+1 |
| | | | | | | | Use content type attributes so e.g. git.cgi can set the title even with a text/x-ansi content type. (This commit also fixes some bugs in content type attribute handling.) | ||||
* | ansi2html: add separate switch for "standalone" | bptato | 2024-03-21 | 1 | -1/+1 |
| | | | | | this way its output can be embedded into documents without a pointless DT declaration | ||||
* | main: set CHA_LIBEXEC_DIR env var at startup | bptato | 2024-03-19 | 1 | -0/+6 |
This way, we can use it everywhere (e.g. in mailcap). |