aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/underlay.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-02 02:07:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-02 02:07:21 +0000
commit0b8aacfb96e601eaa1d14401f4c1f383c242954e (patch)
tree74d5adcdabd448c8d93f19ddc68021d1f827c088 /doc/todo/underlay.mdwn
parentad247de723cc540aaaae584cdceefaeb06f62284 (diff)
downloadikiwiki-0b8aacfb96e601eaa1d14401f4c1f383c242954e.tar
ikiwiki-0b8aacfb96e601eaa1d14401f4c1f383c242954e.tar.gz
* Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flag
when a todo item is done, instead of the previous moving it to a different subdir.
Diffstat (limited to 'doc/todo/underlay.mdwn')
-rw-r--r--doc/todo/underlay.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/todo/underlay.mdwn b/doc/todo/underlay.mdwn
new file mode 100644
index 000000000..c8003b7f4
--- /dev/null
+++ b/doc/todo/underlay.mdwn
@@ -0,0 +1,13 @@
+Rather than copy the basewiki around everywhere, it should be configured to
+underlay the main srcdir, and pages be rendered from there if not in the
+srcdir. This would allow upgrades to add/edit pages in the basewiki.
+
+Implementaion will be slightly tricky since currently ikiwiki is hardcoded
+in many places to look in srcdir for pages. Also, there are possible
+security attacks in the vein of providing a file ikiwiki would normally
+skip in the srcdir, and tricking it to processing this file instead of the
+one from the underlaydir. -- Fixed by scanning srcdir first, then
+underlaydir, and refusing to add any files from underlaydir if they also
+exist in the srcdir. However, see [[security]] for caveats.
+
+[[done]]