summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-10 21:24:50 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-10 21:24:50 +0000
commit86564b20464b43d174792934812b5c1300b70415 (patch)
treea64ef041eb5e2576b1323ba7017a91c9a0140c9c /doc/todo
parent8648169e959b6975e5c4ef3eaa279717df320272 (diff)
web commit by JoshTriplett: Allow shortcuts with only a name and desc, no url, to support multiple links per shortcut.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/shortcut_with_no_url_parameter__44___only_desc.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/shortcut_with_no_url_parameter__44___only_desc.mdwn b/doc/todo/shortcut_with_no_url_parameter__44___only_desc.mdwn
new file mode 100644
index 000000000..4296fedd0
--- /dev/null
+++ b/doc/todo/shortcut_with_no_url_parameter__44___only_desc.mdwn
@@ -0,0 +1,8 @@
+Currently, [[shortcuts]] must have the `url` parameter, and can optionally
+have the `desc` parameter. If the `shortcut` directive instead required at
+least one of `url` or `desc`, then shortcuts could just supply a description
+without an URL. Since desc can contain arbitrary wiki markup, this would
+allow shortcuts with multiple links, such as the mmlist shortcut proposed on
+[[simple_text_parsing_or_regex_in_template_or_shortcut]], or a comprehensive
+Debian package shortcut which linked to the package page and parenthetically
+to the BTS and PTS.