Fix header indentation, update version/copyright.
[scripts.git] / README.md
CommitLineData
8c3a84c5
TH
1# My personal scripts
2
3I will add some small (and rather hackish) scripts for my
4personal use here.
5
6## Perl
7
8### footnotes.pl
9
10`footnotes` will convert footnotes in MultiMarkDown format
11to the format of the Wordpress plugin
12[footnotes](https://wordpress.org/plugins/footnotes/) and back.
13
8b47885d
TH
14Usage: `footnotes --to mmd|wp [--file $inputfile]`
15
afd47875
TH
16### mmm.pl
17
18`mmm` (*MIME multipart/alternative from Markdown*) can
19create a MIME `multipart/alternative` mail, containing a
20`text/plain` part (in Markdowen) and a `text/html` part, from
21a Markdown file. Other mail headers (From:, To:, Subject:, ...)
22can be prepended from a template file.
23
24Usage: `mmm [--file $inputfile] [--headers $templatefile]`
This page took 0.010824 seconds and 4 git commands to generate.