diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2010-11-08 12:10:20 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-08 12:10:20 +0000 |
commit | 0e4e3f7cae25082fc90a93dee41b397b0ae9be09 (patch) | |
tree | 9bce5c2a7b1354dab64e9e475d8d3c477553bd3c | |
parent | 93e15cc84f47a1340f8bd06d7056ba423fe510bb (diff) |
suggested in two places => useful?
-rw-r--r-- | doc/todo/transient_in-memory_pages.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/todo/transient_in-memory_pages.mdwn b/doc/todo/transient_in-memory_pages.mdwn new file mode 100644 index 000000000..9808ffdfe --- /dev/null +++ b/doc/todo/transient_in-memory_pages.mdwn @@ -0,0 +1,20 @@ +On [[todo/auto-create_tag_pages_according_to_a_template]], [[chrysn]] +suggests: + +> Instead of creating a file that gets checked in into the RCS, the +> source files could be left out and the output files be written as +> long as there is no physical source file (think of a virtual underlay). +> Something similar would be required to implement alias directive, +> which couldn't be easily done by writing to the RCS as the page's +> contents can change depending on which other pages claim it as an alias. + +`add_autofile` could be adapted to do this, or a similar API could be +added. + +This would also be useful for autoindex, as suggested on +[[plugins/autoindex/discussion]]. I'd also like to use it for +[[plugins/contrib/album]]. + +One refinement I'd suggest is that if the transient page is edited, +its transient contents are evaluated and used as the initial +content for the edit box; after that, it'd become a static page. --[[smcv]] |