aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-14 21:30:59 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-14 21:30:59 -0400
commitacb6f66fbe77e0f331d1e531de67c9a1483c0f26 (patch)
treebec883b4d9be758e04fab282b8fb42c57ff5148b
parent40b25255ba84c1a0d400b55ec662de01690b5941 (diff)
downloadikiwiki-acb6f66fbe77e0f331d1e531de67c9a1483c0f26.tar
ikiwiki-acb6f66fbe77e0f331d1e531de67c9a1483c0f26.tar.gz
closures
-rw-r--r--doc/bugs/aggregateinline_planets_wrongly_link_to_posts.mdwn13
-rw-r--r--doc/todo/aggregate_to_internal_pages.mdwn2
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/bugs/aggregateinline_planets_wrongly_link_to_posts.mdwn b/doc/bugs/aggregateinline_planets_wrongly_link_to_posts.mdwn
index e722e9d73..58c247631 100644
--- a/doc/bugs/aggregateinline_planets_wrongly_link_to_posts.mdwn
+++ b/doc/bugs/aggregateinline_planets_wrongly_link_to_posts.mdwn
@@ -1,6 +1,17 @@
[[!meta title="aggregate/inline planets wrongly link to posts"]]
Please see
-<http://vcs-pkg.org/planet/>. The headers of posts link to the HTML pages, which ikiwiki scraped. Also, the `\[[meta]]` titles and author directives aren't processed, but included inline. I believe that the headers should link to the posts directly, not the "cached" copies ikiwiki keeps around.
+<http://vcs-pkg.org/planet/>. The headers of posts link to the HTML pages, which ikiwiki scraped.
+I believe that the headers should link to the posts directly, not the "cached" copies ikiwiki keeps around.
+
+> As far as I can see, that problem no longer exists.
+
+Also, the `\[[meta]]` titles and author directives aren't processed, but included inline.
+
+> Hmm, I don't see that either.
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.
+
+> That can be disabled now by enabling `aggreageinternal` --[[Joey]]
+
+> Calling this [[done]], please let me know if I missed something.
diff --git a/doc/todo/aggregate_to_internal_pages.mdwn b/doc/todo/aggregate_to_internal_pages.mdwn
index 017ca242b..7eddc5891 100644
--- a/doc/todo/aggregate_to_internal_pages.mdwn
+++ b/doc/todo/aggregate_to_internal_pages.mdwn
@@ -56,4 +56,4 @@ change their pagespecs to use `internal()`.
> "ikiwiki-transition aggregateinternal $srcdir $htmlext" moves the pages around,
> although it doesn't update the pagespecs (I wouldn't know how...) --[[smcv]]
-[[patch]]
+[[tag patch done]]