aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/underlay.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 02:28:53 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 02:28:53 +0000
commit5c8351541d8bcdb09a137aa7fe029ce10e5db057 (patch)
tree03e9e0842e70ed3e121d39cc5afc693e5bbcdf27 /doc/todo/underlay.mdwn
parentb056a106b88de474d9899cb593b3f44ce5a52673 (diff)
downloadikiwiki-5c8351541d8bcdb09a137aa7fe029ce10e5db057.tar
ikiwiki-5c8351541d8bcdb09a137aa7fe029ce10e5db057.tar.gz
awesome new blog-based todo page
Diffstat (limited to 'doc/todo/underlay.mdwn')
-rw-r--r--doc/todo/underlay.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/underlay.mdwn b/doc/todo/underlay.mdwn
new file mode 100644
index 000000000..20266260f
--- /dev/null
+++ b/doc/todo/underlay.mdwn
@@ -0,0 +1,15 @@
+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.
+
+Impementaion 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.
+
+There are also difficulties related to removing files from the srcdir, and
+exposing ones from the underlaydir. Will need to make sure that the mtime
+for the source file is zeroed when the page is removed, and that it then
+finds the underlay file and treats it as newer.
+