Don't URL-encode links to Debian wiki pages

master
Simon McVittie 2014-09-12 19:23:36 +01:00
parent d512c5ee66
commit a94dd618cc
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
E.g. [[!debwiki Derivatives/Guidelines]].
Maybe we should use `%S` instead of `%s` in the shortcut definition?
> seems reasonable, [[done]] --[[smcv]]

View File

@ -27,7 +27,7 @@ This page controls what shortcut links the wiki supports.
* [[!shortcut name=debrt url="https://rt.debian.org/Ticket/Display.html?id=%s"]]
* [[!shortcut name=debss url="http://snapshot.debian.org/package/%s/"]]
* Usage: `\[[!debss package]]` or `\[[!debss package/version]]`. See <http://snapshot.debian.org/> for details.
* [[!shortcut name=debwiki url="https://wiki.debian.org/%s"]]
* [[!shortcut name=debwiki url="https://wiki.debian.org/%S"]]
* [[!shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]]
* [[!shortcut name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s@lists.freedesktop.org"]]
* [[!shortcut name=gnomebug url="https://bugzilla.gnome.org/show_bug.cgi?id=%s" desc="GNOME bug #%s"]]