diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-10 21:13:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-10 21:13:47 +0000 |
commit | 97622e5aa8e9fb938bce191d320a9b698e55902c (patch) | |
tree | 2aece61eb5919a89fde552268d4cd2b6fd6e5c43 /doc | |
parent | 0020c0934f1c45859954a469bd3f3d5f10549384 (diff) | |
download | ikiwiki-97622e5aa8e9fb938bce191d320a9b698e55902c.tar ikiwiki-97622e5aa8e9fb938bce191d320a9b698e55902c.tar.gz |
web commit by JoshTriplett: Add possible shortcut definition approach.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/simple_text_parsing_or_regex_in_template_or_shortcut.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/simple_text_parsing_or_regex_in_template_or_shortcut.mdwn b/doc/todo/simple_text_parsing_or_regex_in_template_or_shortcut.mdwn index a086f4179..e6f77dd59 100644 --- a/doc/todo/simple_text_parsing_or_regex_in_template_or_shortcut.mdwn +++ b/doc/todo/simple_text_parsing_or_regex_in_template_or_shortcut.mdwn @@ -5,4 +5,6 @@ shortcuts like these: [[mmlist listname@lists.example.org]] -> <listname@example.org> ([mailman page] (http://lists.example.org/mailman/listinfo/listname) [[debchangelog packagename]] -> [packagename changelog](http://packages.debian.org/changelogs/pool/main/p/packagename/current/changelog) +For shortcut definitions, a `match` parameter could supply a regex, and then the `url` and `desc` parameters could make use of the named or numbered groups from the match. + --[[JoshTriplett]]
\ No newline at end of file |