Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | MimeHooks: Atom conversion message | Jaakko Keränen | |
2021-02-23 | Feeds: Improved Atom feed parser | Jaakko Keränen | |
Entries may only have a "published" time. | |||
2021-02-17 | Added a built-in Atom-to-Gemini feed translator | Jaakko Keränen | |
If no user-configured MIME hooks handle an Atom XML document, it will be translated using a built-in filter hook. Only Atom is supported. IssueID #78 | |||
2020-12-07 | Cleanup | Jaakko Keränen | |
Don't leak a string list. | |||
2020-12-07 | Set REQUEST_URL in the MIME hook environment | Jaakko Keränen | |
This time without a race. IssueID #90 | |||
2020-12-07 | MimeHooks: Check if the hook program was started | Jaakko Keränen | |
IssueID #89 | |||
2020-12-06 | Report errors in MIME hooks; added to about:debug | Jaakko Keränen | |
2020-12-02 | MimeHooks: Parsing more than one hook | Jaakko Keränen | |
2020-12-02 | MimeHooks: Fixed issue with waiting for output | Jaakko Keränen | |
2020-12-02 | Added MimeHooks | Jaakko Keränen | |
This is a very powerful mechanism: translate the contents of any request to something else when the original MIME type matches a configured regexp. The external hook command may still elect not to process the request. |