]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/simple_text_parsing_or_regex_in_template_or_shortcut.mdwn
web commit by JoshTriplett: Add another shortcut which will require this feature...
[ikiwiki.git] / doc / todo / simple_text_parsing_or_regex_in_template_or_shortcut.mdwn
1 Either [[plugins/template]] or [[plugins/shortcut]] should support some form
2 of very simple text parsing or regex application, to make it possible to write
3 shortcuts like these:
4
5     [[mmlist listname@lists.example.org]] -> <listname@example.org> ([mailman page] (http://lists.example.org/mailman/listinfo/listname)
6     [[debchangelog packagename]] -> [packagename changelog](http://packages.debian.org/changelogs/pool/main/p/packagename/current/changelog)
7
8 --[[JoshTriplett]]