Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-11 | mht: Add Mo (Last-Modified)HEADmaster | John Ankarström | |
2020-12-11 | mht: Add Li (unordered list item) | John Ankarström | |
2020-12-11 | mht: Decode UTF-8 input | John Ankarström | |
ash: par: not found But this seems to be needed in order for UTF-8 input to work with HTML::Entities. | |||
2020-12-11 | example.mht: Add Hy (hyperlink) | John Ankarström | |
2020-12-11 | mht, mht.1: Remove strict arities | John Ankarström | |
Now, superfluous or missing arguments will be silently ignored. Furthermore, only one definition of the same request is allowed. But on the upside, the system is a whole lot simpler and can be made even more flexible in the future than before. | |||
2020-12-10 | mht: Add Da element (date created) | John Ankarström | |
2020-12-02 | mht.1: Fix typo | John Ankarström | |
2020-12-02 | Add 'example.mht' | John Ankarström | |
2020-12-02 | Add 'mht.1' manual | John Ankarström | |
2020-12-01 | hwrap: Clarify description | John Ankarström | |
2020-12-01 | mht: Encode HTML entities | John Ankarström | |
2020-12-01 | mht: Fix arities of inline elements | John Ankarström | |
2020-12-01 | mht: Remove mention of mh (old name) | John Ankarström | |
2020-12-01 | Add Makefile (install) | John Ankarström | |
2020-12-01 | mht: Handle contiguous elements (like Qp) | John Ankarström | |
Qp is a quoted paragraph. A subsequent Qp should be put within the <blockquote> tag of the previous Qp. | |||
2020-12-01 | hwrap: Add -d (dir), -t (doctype) options | John Ankarström | |
2020-12-01 | Rename 'mh' to 'mht' | John Ankarström | |
There is already a popular UNIX tool chain called mh. I don't think it actually provides any 'mh' binary, but I think any potential name confusion is unnecessary. | |||
2020-12-01 | Add 'hwrap' tool | John Ankarström | |
hwrap is a simple shell script that wraps the text read on standard input in an <html> tag. This could be built into the mh script, but I think it's more UNIX-like this way. | |||
2020-12-01 | Fix closing tag not being interpolated | John Ankarström | |
2020-11-30 | Add 'mh' script | John Ankarström | |
mh is a simple Perl script that translates troff-like source text into HTML. |