]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/support_linking_to_cgit.mdwn
5c61ff42fdd2cd53f63d947de4719b17e72950ba
[git.ikiwiki.info.git] / doc / todo / support_linking_to_cgit.mdwn
1 As described on [Tails issue #5879](https://labs.riseup.net/code/issues/5879),
2 cgit wants URLs like:
4         https://git-tails.immerda.ch/tails/commit/wiki/src/todo/fix_localized_iceweasel_search_engine.mdwn?id=c682a361418bef7bce040ea2905691d54be192ab
6 ... while ikiwiki generates links like:
8         https://git-tails.immerda.ch/tails/commit/wiki/src/todo%2Ffix_localized_iceweasel_search_engine.mdwn?id=c682a361418bef7bce040ea2905691d54be192ab
10 on the recentchanges page.
12 Would it make sense to add an option to skip URL-encoding when doing
13 the substitution of `\[[file]]` in `diffurl` and `historyurl`?
15 --[[intrigeri]]
17 > In `91b477c` I made a similar change to how the cvs backend encodes
18 > `diffurl`. Perhaps it applies to all VCS backends? --[[schmonz]]
20 >> Thanks a lot! I've not looked at it yet, but will try to do so
21 >> soonish, as this bug is a real problem for Tails when welcoming potential
22 >> new contributors.
23 >> 
24 >> Also, note that this does not affect recentchanges only:  we have
25 >> the same problem for URLs generated by the shortcut plugin, e.g.
26 >> `\[[!tails_gitweb config/chroot_local-includes/usr/local/sbin/unsafe-browser]]`
27 >> in a page (with the shortcut defined as
28 >> `\[[!shortcut name=tails_gitweb url="https://git-tails.immerda.ch/tails/plain/%s"]]`)
29 >> produces URLs with `/` encoded as `%2F`, which fails the same way
30 >> in combination with cgit. --[[intrigeri]]
32 [[wishlist]]