X-Git-Url: https://code.th-h.de/?p=scripts.git;a=blobdiff_plain;f=README.md;h=1576a8fd22b8f1a512e35a2498c80df495311ed7;hp=772cef62107eb7658cc43c550059586a2cf4e397;hb=afd4787570bf9ab2075752764a677dc0c74cf694;hpb=8c3a84c54ecc2531861bdfa84aa9270859e61d7d diff --git a/README.md b/README.md index 772cef6..1576a8f 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,14 @@ personal use here. to the format of the Wordpress plugin [footnotes](https://wordpress.org/plugins/footnotes/) and back. +Usage: `footnotes --to mmd|wp [--file $inputfile]` + +### mmm.pl + +`mmm` (*MIME multipart/alternative from Markdown*) can +create a MIME `multipart/alternative` mail, containing a +`text/plain` part (in Markdowen) and a `text/html` part, from +a Markdown file. Other mail headers (From:, To:, Subject:, ...) +can be prepended from a template file. + +Usage: `mmm [--file $inputfile] [--headers $templatefile]`