check for longname for each syntax plugin
authorJon Dowland <jon@alcopop.org>
Sat, 16 May 2009 12:56:25 +0000 (13:56 +0100)
committerJon Dowland <jon@alcopop.org>
Sat, 16 May 2009 12:56:25 +0000 (13:56 +0100)
commit30248df40a19dc03c0d8c07e136105f3c2299191
tree747688c37a672d4265b220149426212ca0f7a702
parent36b1aa8af357e3f987ff6a4b350665297d663a76
check for longname for each syntax plugin
We build an array of [ plugin name, long name ] pairs, where long name
is an optional argument to hook(). So, a syntax plugin could define
long "friendly" name, such as "Markdown" instead of mdwn, and we would
then pass this array to formbuilder to populate the drop-down on the
edit page.
IkiWiki/Plugin/editpage.pm