]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 17 Sep 2009 16:42:40 +0000 (12:42 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 17 Sep 2009 16:42:40 +0000 (12:42 -0400)
doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn

index 7adcb5c098c853c157f8a069d14a760491778d52..c98723f2d9f1b4915f44bc1659abc0401e08c61d 100644 (file)
@@ -9,6 +9,11 @@ Right now it changes rendering so that undefined pages (previous errors) are res
 
 The page is rST-parsed once in 'scan' and once in 'htmlize' (the first to generate backlinks). Can the parse output be safely reused?
 
+> The page content fed to htmlize may be different than that fed to scan,
+> as directives can change the content. If you cached the input and output
+> at scan time, you could reuse the cached data at htmlize time for inputs
+> that are the same -- but that could be a very big cache! --[[Joey]] 
+
 Desing issues in general:
 
 We resolve rST links without definition, we don't help resolving defined relative links, so we don't support specifying link name and target separately.