summaryrefslogtreecommitdiff
path: root/doc/recentchanges/change_0e4e3f7cae25082fc90a93dee41b397b0ae9be09._change
blob: 63830fd4c746ada93b572bf0e1e595f53ff58c4e (plain)
  1. [[!meta author="""http://smcv.pseudorandom.co.uk/"""]]
  2. [[!meta authorurl="""http://smcv.pseudorandom.co.uk/"""]]
  3. [[!meta title="""change to todo/transient_in-memory_pages on ikiwiki"""]]
  4. [[!meta permalink="http://ikiwiki.info/recentchanges/#change-0e4e3f7cae25082fc90a93dee41b397b0ae9be09"]]
  5. <div id="change-0e4e3f7cae25082fc90a93dee41b397b0ae9be09" 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=9808ffdfe476a9ed70e54a7e00748103e21e0f65;hp=0000000000000000000000000000000000000000;hb=0e4e3f7cae25082fc90a93dee41b397b0ae9be09;hpb=93e15cc84f47a1340f8bd06d7056ba423fe510bb" 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://smcv.pseudorandom.co.uk/" rel="nofollow">smcv</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, 08 Nov 2010 08:10:20 -0400">08:10:20 11/08/10</span></span>
  18. <span class="desc"><br /></span>
  19. </div>
  20. <span class="revert">
  21. <a href="http://ikiwiki.info/ikiwiki.cgi?rev=0e4e3f7cae25082fc90a93dee41b397b0ae9be09&amp;do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
  22. </span>
  23. <div class="changelog">
  24. suggested in two places =&gt; useful?<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. new file mode 100644
  30. index 0000000..9808ffd
  31. --- /dev/null
  32. +++ b/doc/todo/transient_in-memory_pages.mdwn
  33. @@ -0,0 +1,20 @@
  34. +On &#91;&#91;todo/auto-create_tag_pages_according_to_a_template&#93;&#93;, &#91;&#91;chrysn&#93;&#93;
  35. +suggests:
  36. +
  37. +&gt; Instead of creating a file that gets checked in into the RCS, the
  38. +&gt; source files could be left out and the output files be written as
  39. +&gt; long as there is no physical source file (think of a virtual underlay).
  40. +&gt; Something similar would be required to implement alias directive,
  41. +&gt; which couldn&#39;t be easily done by writing to the RCS as the page&#39;s
  42. +&gt; contents can change depending on which other pages claim it as an alias.
  43. +
  44. +`add_autofile` could be adapted to do this, or a similar API could be
  45. +added.
  46. +
  47. +This would also be useful for autoindex, as suggested on
  48. +&#91;&#91;plugins/autoindex/discussion&#93;&#93;. I&#39;d also like to use it for
  49. +&#91;&#91;plugins/contrib/album&#93;&#93;.
  50. +
  51. +One refinement I&#39;d suggest is that if the transient page is edited,
  52. +its transient contents are evaluated and used as the initial
  53. +content for the edit box; after that, it&#39;d become a static page. --&#91;&#91;smcv&#93;&#93;
  54. </pre>
  55. </div>
  56. <!-- 0e4e3f7cae25082fc90a93dee41b397b0ae9be09 -->