* Allow dashes in preprocessor directive commands, and shortcuts.
[ikiwiki] / 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>.
3
4 * Dashes are not allowed in shortcut identifiers.  Why?
5
6 > No reason. Fixed in git. --[[Joey]]
7
8 * The URL is rewritten to
9     <http://cvs.savannah.gnu.org/viewvc/gnumach/ddb%2Fdb%5Fexpr%2Eh?view=log&root=hurd&pathrev=gnumach-1-branch>,
10     which the remove server doesn't like.  Mind the esacping of [^A-Za-z0-9].
11     Might this be a problem of the web server?
12
13 Also, I'd like to put the shortcut usages into backticks
14 -- `[[iki shortcuts]]` --
15 to have them displayed in the usual backtick-formatting.
16 That also doesn't work, but this is an already-reported issue, as far as I know.
17
18 --[[tschwinge]]