This is a log of new features of note in DWiki.
Directories can now have Readme files, called
__readme
. Readme files are injected into pages via the new rendererinject::readme
(probably the first of several injectors).The current templates don't inject
__readme
in normal directory views, but do inject them for blog and blogdir views (as you may see from this directory). Blog and blogdir views now drop all files starting with__
, taking out__readme
and__access
and any future special magic files.