====== Dokuwiki ======
I like the simplicity of this wiki. I've started to use it in a number of projects.
==== Interwiki ====
This is a useful feature that allows you to write shortcuts like ''[[wp>Glasgow|Glasgow]]'' and have it directly link to the Wikipedia page. You can create your own custom shortcuts by adding them to the ''interwiki.conf'' file. The format is simply:
wp https://en.wikipedia.org/wiki/{NAME}
So to add this wiki to another dokuwiki, you'd use:
neil https://neil.mckillop.org/{NAME}
Then use it in your pages with:
[[neil>Projects|Neil's Projects page]]