summaryrefslogtreecommitdiff
path: root/doc/recentchanges/change_ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf._change
blob: a9c8f9653cb01414141b7a7c182756866ea5a170 (plain)
  1. [[!meta author="""http://kerravonsen.dreamwidth.org/"""]]
  2. [[!meta authorurl="""http://kerravonsen.dreamwidth.org/"""]]
  3. [[!meta title="""change to todo/transient_in-memory_pages on ikiwiki"""]]
  4. [[!meta permalink="http://ikiwiki.info/recentchanges/#change-ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf"]]
  5. <div id="change-ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf" class="metadata">
  6. <span class="desc"><br />Changed pages:</span>
  7. <span class="pagelinks">
  8. <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&amp;do=goto" rel="nofollow">todo/transient in-memory pages</a>
  9. </span>
  10. <span class="desc"><br />Changed by:</span>
  11. <span class="committer">
  12. <a href="http://kerravonsen.dreamwidth.org/" rel="nofollow">kerravonsen [dreamwidth.org]</a>
  13. </span>
  14. <span class="desc"><br />Commit type:</span>
  15. <span class="committype">web</span>
  16. <span class="desc"><br />Date:</span>
  17. <span class="changedate"><span class="relativedate" title="Mon, 15 Nov 2010 19:23:08 -0400">19:23:08 11/15/10</span></span>
  18. <span class="desc"><br /></span>
  19. </div>
  20. <span class="revert">
  21. <a href="http://ikiwiki.info/ikiwiki.cgi?rev=ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf&amp;do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
  22. </span>
  23. <div class="changelog">
  24. further thoughts<br />
  25. </div>
  26. <div class="diff">
  27. <pre>
  28. diff --git a/doc/todo/transient_in-memory_pages.mdwn b/doc/todo/transient_in-memory_pages.mdwn
  29. index edf056e..9c1be73 100644
  30. --- a/doc/todo/transient_in-memory_pages.mdwn
  31. +++ b/doc/todo/transient_in-memory_pages.mdwn
  32. @@ -64,3 +64,11 @@ Refinements that could be made if this approach seems reasonable:
  33. &gt;&gt;&gt;
  34. &gt;&gt;&gt; Do you think this approach has enough potential that I should
  35. &gt;&gt;&gt; continue to hack on it? Any thoughts on the implementation? --&#91;&#91;smcv&#93;&#93;
  36. +
  37. +&gt;&gt;&gt;&gt; Ah, now I understand what you&#39;re getting at. Yes, it makes sense to put transient pages under `.ikiwiki`.
  38. +&gt;&gt;&gt;&gt; I haven&#39;t looked at the code, but I&#39;d be interested in seeing whether it&#39;s generic enough to be used by other plugins (such as `album`) without too much fuss.
  39. +&gt;&gt;&gt;&gt; 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.
  40. +&gt;&gt;&gt;&gt;
  41. +&gt;&gt;&gt;&gt; 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&#39;ve changed your mind.
  42. +&gt;&gt;&gt;&gt; I think you&#39;d need something similar to `will_render` so that transient pages would be automatically removed if whatever auto-generated them is no longer around.
  43. +&gt;&gt;&gt;&gt; -- &#91;&#91;KathrynAndersen&#93;&#93;
  44. </pre>
  45. </div>
  46. <!-- ab96249d5ad8f3ee9275be3fef9e3467b8f3ffdf -->