]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/shortcut/discussion.mdwn
web commit by tschwinge: Two and a half issues.
[git.ikiwiki.info.git] / doc / plugins / shortcut / discussion.mdwn
1 I'd like to use a shortcut like \[[gnumach-1-branch ddb/db_expr.h]] to link to
2 <http://cvs.savannah.gnu.org/viewvc/gnumach/ddb/db_expr.h?view=log&root=hurd&pathrev=gnumach-1-branch>.
4 * Dashes are not allowed in shortcut identifiers.  Why?
6 * The URL is rewritten to
7     <http://cvs.savannah.gnu.org/viewvc/gnumach/ddb%2Fdb%5Fexpr%2Eh?view=log&root=hurd&pathrev=gnumach-1-branch>,
8     which the remove server doesn't like.  Mind the esacping of [^A-Za-z0-9].
9     Might this be a problem of the web server?
11 Also, I'd like to put the shortcut usages into backticks
12 -- `[[iki shortcuts]]` --
13 to have them displayed in the usual backtick-formatting.
14 That also doesn't work, but this is an already-reported issue, as far as I know.
16 --[[tschwinge]]