1 [[!meta author="""http://smcv.pseudorandom.co.uk/"""]]
3 [[!meta authorurl="""http://smcv.pseudorandom.co.uk/"""]]
5 [[!meta title="""change to todo/transient_in-memory_pages on ikiwiki"""]]
7 [[!meta permalink="http://ikiwiki.info/recentchanges/#change-5ecba3b05d66bb58dc48a9027838e8b0bcbc0db9"]]
9 <div id="change-5ecba3b05d66bb58dc48a9027838e8b0bcbc0db9" class="metadata">
10 <span class="desc"><br />Changed pages:</span>
11 <span class="pagelinks">
13 <a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/todo/transient_in-memory_pages.mdwn;h=edf056e4a5ef5284366bc0d9c32979459b5b7db2;hp=816e95c382dd64c51783cd549ca343194d3dfaab;hb=5ecba3b05d66bb58dc48a9027838e8b0bcbc0db9;hpb=85ee24a9e53aec7d70bb4fb758428e59ea76e853" 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>
17 <span class="desc"><br />Changed by:</span>
18 <span class="committer">
20 <a href="http://smcv.pseudorandom.co.uk/" rel="nofollow">smcv</a>
23 <span class="desc"><br />Commit type:</span>
24 <span class="committype">web</span>
25 <span class="desc"><br />Date:</span>
26 <span class="changedate"><span class="relativedate" title="Mon, 15 Nov 2010 07:14:21 -0400">07:14:21 11/15/10</span></span>
27 <span class="desc"><br /></span>
31 <a href="http://ikiwiki.info/ikiwiki.cgi?rev=5ecba3b05d66bb58dc48a9027838e8b0bcbc0db9&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
34 <div class="changelog">
44 diff --git a/doc/todo/transient_in-memory_pages.mdwn b/doc/todo/transient_in-memory_pages.mdwn
45 index 816e95c..edf056e 100644
46 --- a/doc/todo/transient_in-memory_pages.mdwn
47 +++ b/doc/todo/transient_in-memory_pages.mdwn
48 @@ -46,3 +46,21 @@ Refinements that could be made if this approach seems reasonable:
49 >> The `.ikiwiki/transient` would suit this, but instead of saying "tag_underlay" or "autoindex_underlay" have "use_transient_underlay" or something like that?
50 >> Or to make it more flexible, have just one option "transient_underlay" which is set to an absolute path, and if it is set, then one is using a transient-underlay.
51 >> --[[KathrynAndersen]]
53 +>>> What I had in mind was more like `tag_autocreate_transient => 1` or
54 +>>> `autoindex_transient => 1`; you might conceivably want tags to be
55 +>>> checked in but autoindices to be transient, and it's fine for each
56 +>>> plugin to make its own decision. Going from that to one boolean
57 +>>> (or just always-transient if people don't think that's too
58 +>>> astonishing) would be trivial, though.
60 +>>> I don't think relocating the transient underlay really makes sense,
61 +>>> except for prototyping: you only want one, and `.ikiwiki` is as good
62 +>>> a place as any (ikiwiki already needs to be able to write there).
64 +>>> For [[plugins/contrib/album]] I think I'd just make the photo viewer
65 +>>> pages always-transient - you can always make a transient page
66 +>>> permanent by editing it, after all.
68 +>>> Do you think this approach has enough potential that I should
69 +>>> continue to hack on it? Any thoughts on the implementation? --[[smcv]]
74 <!-- 5ecba3b05d66bb58dc48a9027838e8b0bcbc0db9 -->