]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/backlinks_result_is_lossy.mdwn
02e5b244037c36af3ce38c1f9ad15cac801b5a55
[ikiwiki.git] / doc / todo / backlinks_result_is_lossy.mdwn
1 [[!tag patch patch/core]]
2 [[!template id=gitbranch branch=smcv/ready/among author="[[smcv]]"]]
3
4 IkiWiki::backlinks returns a form of $backlinks{$page} that has undergone a
5 lossy transformation (to get it in the form that page templates want), making
6 it more difficult to use in other contexts (like pagestats).
7
8 A commit on my `among` branch splits it into IkiWiki::backlink_pages
9 (which returns the keys of $backlinks{$page}, and might be suitable for
10 exporting) and IkiWiki::backlinks (which calls backlink_pages, then performs
11 the same lossy transformation as before on the result).