diff options
Diffstat (limited to 'doc/recentchanges/change_ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf._change')
-rw-r--r-- | doc/recentchanges/change_ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf._change | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/doc/recentchanges/change_ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf._change b/doc/recentchanges/change_ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf._change new file mode 100644 index 000000000..a9c8f9653 --- /dev/null +++ b/doc/recentchanges/change_ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf._change @@ -0,0 +1,64 @@ +[[!meta author="""http://kerravonsen.dreamwidth.org/"""]] + +[[!meta authorurl="""http://kerravonsen.dreamwidth.org/"""]] + +[[!meta title="""change to todo/transient_in-memory_pages on ikiwiki"""]] + +[[!meta permalink="http://ikiwiki.info/recentchanges/#change-ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf"]] + +<div id="change-ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf" class="metadata"> +<span class="desc"><br />Changed pages:</span> +<span class="pagelinks"> + +<a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/todo/transient_in-memory_pages.mdwn;h=9c1be736262f6fb77454690d7ced4f45a6e68981;hp=edf056e4a5ef5284366bc0d9c32979459b5b7db2;hb=ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf;hpb=eb13521f5276cdd21a3f5990b1a1a17234e40174" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><a href="http://ikiwiki.info/ikiwiki.cgi?page=todo%2Ftransient_in-memory_pages&do=goto" rel="nofollow">todo/transient in-memory pages</a> + + +</span> +<span class="desc"><br />Changed by:</span> +<span class="committer"> + +<a href="http://kerravonsen.dreamwidth.org/" rel="nofollow">kerravonsen [dreamwidth.org]</a> + +</span> +<span class="desc"><br />Commit type:</span> +<span class="committype">web</span> +<span class="desc"><br />Date:</span> +<span class="changedate"><span class="relativedate" title="Mon, 15 Nov 2010 19:23:08 -0400">19:23:08 11/15/10</span></span> +<span class="desc"><br /></span> +</div> + +<span class="revert"> +<a href="http://ikiwiki.info/ikiwiki.cgi?rev=ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a> +</span> + +<div class="changelog"> + + +further thoughts<br /> + + +</div> + +<div class="diff"> +<pre> +diff --git a/doc/todo/transient_in-memory_pages.mdwn b/doc/todo/transient_in-memory_pages.mdwn +index edf056e..9c1be73 100644 +--- a/doc/todo/transient_in-memory_pages.mdwn ++++ b/doc/todo/transient_in-memory_pages.mdwn +@@ -64,3 +64,11 @@ Refinements that could be made if this approach seems reasonable: + >>> + >>> Do you think this approach has enough potential that I should + >>> continue to hack on it? Any thoughts on the implementation? --[[smcv]] ++ ++>>>> Ah, now I understand what you're getting at. Yes, it makes sense to put transient pages under `.ikiwiki`. ++>>>> I haven't looked at the code, but I'd be interested in seeing whether it's generic enough to be used by other plugins (such as `album`) without too much fuss. ++>>>> The idea of a transient underlay gives us a desirable feature for free: that if someone edits the transient page, it is made permanent and added to the repository. ++>>>> ++>>>> I think the tricky thing with removing these transient underlay pages is the question of how to prevent whatever auto-generated the pages in the first place from generating them again - or, conversely, how to force whatever auto-generated those pages to regenerate them if you've changed your mind. ++>>>> I think you'd need something similar to `will_render` so that transient pages would be automatically removed if whatever auto-generated them is no longer around. ++>>>> -- [[KathrynAndersen]] + +</pre> +</div> + +<!-- ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf --> |