How to reproduce the problem
- Add ikiwiki python proxy module into PYTHONPATH
export PYTHONPATH="$PYTHONPATH:$(dirname $(dpkg -L ikiwiki | grep proxy))"
- Build the wiki
ikiwiki --setup wiki.setup --rebuild
Everything (seems to) work.
The problem
Page [[foo]] does not render correctly.
- Expected: a wiki page
- Observed: a text file containing the only word "page"