diff options
author | intrigeri <intrigeri@boum.org> | 2013-07-24 15:35:09 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2013-07-24 15:35:09 +0200 |
commit | c3d31409c34e5088e88318cfdab0a62d8445d2f1 (patch) | |
tree | 9a6f5b24d4093d55076c9e089adee26ddecc1521 /doc/todo | |
parent | dc00739d43dc3ceef18472116f5589ef2476a37e (diff) | |
download | ikiwiki-c3d31409c34e5088e88318cfdab0a62d8445d2f1.tar ikiwiki-c3d31409c34e5088e88318cfdab0a62d8445d2f1.tar.gz |
wishlist++
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/support_linking_to_cgit.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/support_linking_to_cgit.mdwn b/doc/todo/support_linking_to_cgit.mdwn new file mode 100644 index 000000000..bb408231c --- /dev/null +++ b/doc/todo/support_linking_to_cgit.mdwn @@ -0,0 +1,17 @@ +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`? + +--intrigeri + +[[wishlist]] |