aboutsummaryrefslogtreecommitdiff
path: root/gemini.filter.dpi
AgeCommit message (Collapse)Author
2025-01-07Add CSS style for gemini pagesRodrigo Arias Mallo
2024-05-08Use read -r per shellcheck advice
2024-05-08Quoted variables to prevent word splitting and globbing
2024-05-08Use /usr/bin/env bash instead of /bin/bash
For portability outside GNU/Linux.
2020-11-10Support mawkCharles E. Lehner
Use [ \t] instead of \s
2020-11-09Fix typoCharles E. Lehner
2020-10-26Note bashismCharles E. Lehner
2020-10-26Update copyrightCharles E. Lehner
2020-10-26Render blockquotesCharles E. Lehner
2020-09-18Escape preformatted textCharles E. Lehner
2020-09-16Use percent-encoding for spacesCharles E. Lehner
Add comment about input redirect
2020-09-14Render application/xml as plain textCharles E. Lehner
2020-09-14Save historyCharles E. Lehner
2020-09-14Factor out serving response, to reduce indentationCharles E. Lehner
2020-09-10Redirect automatically on input form submissionCharles E. Lehner
Following behavior of Philip Linde's gemini.filter.dpi
2020-09-10Sans-serifCharles E. Lehner
2020-06-30Use `command -v` instead of whichcel
2020-06-30Normalize URLs to ensure slash after hostnamecel
2020-06-30Support LibreSSL s_clientcel
- Use -connect instead of positional argument - Don't use verify_quiet
2020-05-30Auto add trailing for directoryless URLscel
These usually redirect anyway, and Dillo doesn't handle the redirect very well.
2020-05-30Use for indent only spaces after "=> "cel
2020-05-20Handle type in printf properlycel
2020-05-20Handle CRLF in bodycel
2020-05-20Hide tabs before link textcel
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-20Render link without textcel
2020-05-19Preserve whitespace before link textcel
2020-05-19Escape HTMLcel
2020-05-19Skip showing link URL in textcel
2020-05-19Update copyrightcel
2020-05-19Use ansi2html for preprocesingcel
2020-05-19Remove default port from linkscel
2020-05-19Drop link prefixcel
2020-05-19Render links in awkcel
2020-05-19Render list itemscel
2020-05-19Render heading linescel
2020-05-19Handle preformatted toggle linescel
2020-05-19pre-wrapcel
2020-02-26status 6 is not yet supportedcel
2020-02-26Support input status typecel
2019-12-07Use ansi2html if possiblecel
2019-11-06Use openssl s_client instead of ncatcel
2019-10-31Use ncat --no-shutdowncel
2019-10-31Initcel