]> sipb.mit.edu Git - ikiwiki.git/commitdiff
bit on how inlinability isn't only bad
authorhttp://anastigmatix.net/ <http://anastigmatix.net/@web>
Sun, 19 Oct 2014 21:48:47 +0000 (17:48 -0400)
committeradmin <admin@branchable.com>
Sun, 19 Oct 2014 21:48:47 +0000 (17:48 -0400)
doc/todo/Zoned_ikiwiki.mdwn

index ee0cdfe614804a10210368b629edc427932ce010..24fe22133009223d3ef70832391a3a02dfbbb4e5 100644 (file)
@@ -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_?
 * 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.