meta: Allow syntax closer to html meta to be used.
authorJoey Hess <joey@kitenet.net>
Mon, 26 Jul 2010 00:18:02 +0000 (20:18 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 26 Jul 2010 00:18:02 +0000 (20:18 -0400)
commitdd9d117894952efb23c8b444ae27672571d6548a
treef582830102f1195b9eda2a47cc85a518ada6b832
parent80903dff493738bc66fd14b7f7ec52174af7311c
meta: Allow syntax closer to html meta to be used.

The idea here is that <meta name="foo" description="bar">
can be written like [[!meta name="foo" description="bar">.
Of course, [[!meta foo=bar]] is still supported; this new feature
provides some DWIM when trying to directly convert a meta tag into
a meta directive.
IkiWiki/Plugin/meta.pm
debian/changelog