]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/underlay.mdwn
patch applied, remove tag
[ikiwiki.git] / doc / todo / underlay.mdwn
1 Rather than copy the basewiki around everywhere, it should be configured to
2 underlay the main srcdir, and pages be rendered from there if not in the
3 srcdir. This would allow upgrades to add/edit pages in the basewiki.
4
5 Implementaion will be slightly tricky since currently ikiwiki is hardcoded
6 in many places to look in srcdir for pages. Also, there are possible
7 security attacks in the vein of providing a file ikiwiki would normally
8 skip in the srcdir, and tricking it to processing this file instead of the
9 one from the underlaydir. -- Fixed by scanning srcdir first, then
10 underlaydir, and refusing to add any files from underlaydir if they also
11 exist in the srcdir. However, see [[security]] for caveats.
12
13 [[todo/done]]