aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-11mht: Add Mo (Last-Modified)HEADmasterJohn Ankarström
2020-12-11mht: Add Li (unordered list item)John Ankarström
2020-12-11mht: Decode UTF-8 inputJohn 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-11example.mht: Add Hy (hyperlink)John Ankarström
2020-12-11mht, mht.1: Remove strict aritiesJohn 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-10mht: Add Da element (date created)John Ankarström
2020-12-02mht.1: Fix typoJohn Ankarström
2020-12-02Add 'example.mht'John Ankarström
2020-12-02Add 'mht.1' manualJohn Ankarström
2020-12-01hwrap: Clarify descriptionJohn Ankarström
2020-12-01mht: Encode HTML entitiesJohn Ankarström
2020-12-01mht: Fix arities of inline elementsJohn Ankarström
2020-12-01mht: Remove mention of mh (old name)John Ankarström
2020-12-01Add Makefile (install)John Ankarström
2020-12-01mht: 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-01hwrap: Add -d (dir), -t (doctype) optionsJohn Ankarström
2020-12-01Rename '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-01Add 'hwrap' toolJohn 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-01Fix closing tag not being interpolatedJohn Ankarström
2020-11-30Add 'mh' scriptJohn Ankarström
mh is a simple Perl script that translates troff-like source text into HTML.