web commit by JoshTriplett: Add possible shortcut definition approach.

master
joey 2007-02-10 21:13:47 +00:00
parent 0020c0934f
commit 97622e5aa8
1 changed files with 2 additions and 0 deletions

View File

@ -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]]