ikiwiki/doc/todo/support_linking_to_cgit.mdwn

21 lines
778 B
Plaintext
Raw Normal View History

2013-07-24 15:35:09 +02:00
As described on [Tails issue #5879](https://labs.riseup.net/code/issues/5879),
cgit wants URLs like:
https://git-tails.immerda.ch/tails/commit/wiki/src/todo/fix_localized_iceweasel_search_engine.mdwn?id=c682a361418bef7bce040ea2905691d54be192ab
... while ikiwiki generates links like:
https://git-tails.immerda.ch/tails/commit/wiki/src/todo%2Ffix_localized_iceweasel_search_engine.mdwn?id=c682a361418bef7bce040ea2905691d54be192ab
on the recentchanges page.
Would it make sense to add an option to skip URL-encoding when doing
the substitution of `\[[file]]` in `diffurl` and `historyurl`?
2013-07-24 15:35:09 +02:00
2013-07-24 15:37:27 +02:00
--[[intrigeri]]
2013-07-24 15:35:09 +02:00
> In `91b477c` I made a similar change to how the cvs backend encodes
> `diffurl`. Perhaps it applies to all VCS backends? --[[schmonz]]
2013-07-24 15:35:09 +02:00
[[wishlist]]