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