Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-08 | Use /usr/bin/env bash instead of /bin/bash | ꙮ | |
For portability outside GNU/Linux. | |||
2024-01-05 | Update README.md | dan2468 | |
Fix minor URL typo | |||
2024-01-03 | Update README.md | Rodrigo Arias Mallo | |
2024-01-03 | Add Makefile to install | Rodrigo Arias Mallo | |
2020-11-10 | Support mawk | Charles E. Lehner | |
Use [ \t] instead of \s | |||
2020-11-09 | Fix typo | Charles E. Lehner | |
2020-10-26 | Note bashism | Charles E. Lehner | |
2020-10-26 | Update copyright | Charles E. Lehner | |
2020-10-26 | Render blockquotes | Charles E. Lehner | |
2020-09-18 | Escape preformatted text | Charles E. Lehner | |
2020-09-16 | Use percent-encoding for spaces | Charles E. Lehner | |
Add comment about input redirect | |||
2020-09-14 | Render application/xml as plain text | Charles E. Lehner | |
2020-09-14 | Save history | Charles E. Lehner | |
2020-09-14 | Factor out serving response, to reduce indentation | Charles E. Lehner | |
2020-09-10 | Redirect automatically on input form submission | Charles E. Lehner | |
Following behavior of Philip Linde's gemini.filter.dpi | |||
2020-09-10 | Sans-serif | Charles E. Lehner | |
2020-06-30 | Use `command -v` instead of which | cel | |
2020-06-30 | Normalize URLs to ensure slash after hostname | cel | |
2020-06-30 | Support LibreSSL s_client | cel | |
- Use -connect instead of positional argument - Don't use verify_quiet | |||
2020-06-26 | Link to gemini.filter.dpi | cel | |
2020-05-30 | Auto add trailing for directoryless URLs | cel | |
These usually redirect anyway, and Dillo doesn't handle the redirect very well. | |||
2020-05-30 | Use for indent only spaces after "=> " | cel | |
2020-05-20 | Handle type in printf properly | cel | |
2020-05-20 | Handle CRLF in body | cel | |
2020-05-20 | Hide tabs before link text | cel | |
e.g. gemini://gemini.circumlunar.space/software/ uses tabs for spacing/alignment assuming the link href is present, but we are not listing the link href so the tabs make it look weird. Spaces are still allowed for indenting the link text | |||
2020-05-20 | Render link without text | cel | |
2020-05-19 | Preserve whitespace before link text | cel | |
2020-05-19 | Escape HTML | cel | |
2020-05-19 | Skip showing link URL in text | cel | |
2020-05-19 | Update copyright | cel | |
2020-05-19 | Use ansi2html for preprocesing | cel | |
2020-05-19 | Remove default port from links | cel | |
2020-05-19 | Drop link prefix | cel | |
2020-05-19 | Render links in awk | cel | |
2020-05-19 | Render list items | cel | |
2020-05-19 | Render heading lines | cel | |
2020-05-19 | Handle preformatted toggle lines | cel | |
2020-05-19 | pre-wrap | cel | |
2020-05-04 | It's a filter | cel | |
2020-02-26 | status 6 is not yet supported | cel | |
2020-02-26 | Support input status type | cel | |
2019-12-07 | Use ansi2html if possible | cel | |
2019-11-06 | Use openssl s_client instead of ncat | cel | |
2019-10-31 | Use ncat --no-shutdown | cel | |
2019-10-31 | Note dependencies | cel | |
2019-10-31 | Init | cel | |