]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/aggregateinline_planets_wrongly_link_to_posts.mdwn
This reverts commit 7db82bf716f1c89fd707abab1db875c6de688dca.
[git.ikiwiki.info.git] / doc / bugs / aggregateinline_planets_wrongly_link_to_posts.mdwn
1 [[!meta title="aggregate/inline planets wrongly link to posts"]]
3 Please see 
4 <http://vcs-pkg.org/planet/>. The headers of posts link to the HTML pages, which ikiwiki scraped.
5 I believe that the headers should link to the posts directly, not the "cached" copies ikiwiki keeps around.
7 > As far as I can see, that problem no longer exists.
9 Also, the `\[[meta]]` titles and author directives aren't processed, but included inline. 
11 > Hmm, I don't see that either.
13 What's also not ideal is that the cached copies can be edited. Any edits there will never make it to the VCS and thus won't show up in recentchanges.
15 > That can be disabled now by enabling `aggreageinternal` --[[Joey]]
17 > Calling this [[done]], please let me know if I missed something.