aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://anastigmatix.net/ <http://anastigmatix.net/@web>2014-10-19 17:48:47 -0400
committeradmin <admin@branchable.com>2014-10-19 17:48:47 -0400
commit13331e8243ae1eb5fafc0de14fb98990aafafa9c (patch)
tree5701090a955e56d7af62bc86bdfa763ca5484f80
parentf49d15649f62ec695b6f0ca20f7fc1b042a09af3 (diff)
downloadikiwiki-13331e8243ae1eb5fafc0de14fb98990aafafa9c.tar
ikiwiki-13331e8243ae1eb5fafc0de14fb98990aafafa9c.tar.gz
bit on how inlinability isn't only bad
-rw-r--r--doc/todo/Zoned_ikiwiki.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/Zoned_ikiwiki.mdwn b/doc/todo/Zoned_ikiwiki.mdwn
index ee0cdfe61..24fe22133 100644
--- a/doc/todo/Zoned_ikiwiki.mdwn
+++ b/doc/todo/Zoned_ikiwiki.mdwn
@@ -248,3 +248,10 @@ review of the code and plugins (including third-party plugins) to complete.
* Not to forget `contrib` plugins
* [[plugins/contrib/report]] ?
* _others_?
+
+Note that, _with_ the right controls on who can edit the pages and insert
+the directives, the fact that a public page can inline stuff from private
+pages can be very useful. Public pages can be created that are populated
+by selected content that's maintained on the private side. The [[ikiwiki/directive/if]]
+directive can be used in the private content to control what parts can be
+inlined into public pages. All of this is in ikiwiki today.