Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-02 | Add -iu option for ansi2html to avoid badly looking Gemini pagesHEADmain | eugeneandrienko | |
Without -i the headers are not parsed by Dillo and displayed to the user as the usual contents of the page. Without -u the URLs in the page are un-clickable and have an ugly ">" prefixes. | |||
2025-09-02 | The '/' inside the bracket expression should be escaped for BSD awk | eugeneandrienko | |
The escaped '/' inside the bracket expression understands both BSD and GNU awk, while the first complains about non-escaped '/'. | |||
2025-09-02 | Use [:blank:] character class instead of '\s' | eugeneandrienko | |
In the FreeBSD sed there are no '\s' extension in basic regular expressions. So the [:blank:] character class is used, which is available both in BSD and GNU sed. | |||
2025-01-07 | Add CSS style for gemini pages | Rodrigo Arias Mallo | |
2024-05-08 | Use read -r per shellcheck advice | ꙮ | |
2024-05-08 | Fix makefile to seek out config file | ꙮ | |
Installing dillo from source with the default prefix of /usr/local/ or installing it from ports on FreeBSD puts the config files in /usr/local/etc/ rather than /etc/ | |||
2024-05-08 | Quoted variables to prevent word splitting and globbing | ꙮ | |
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 | |