On Friday, 6 September 2013 at 17:29:34 UTC, Brad Anderson wrote:
Even better, I think, would be to have the website just update
automatically from git (nightly, perhaps). Have a script that
generates the website from a git tag (or even better, a branch
called "public" so hotfixes can be made) and uploads it to
dlang.org.
We should have version branches, so that the docs fit to the
source code.
Tags are somewhat annoying for bugfixes and github is bad for
maling pull requests to two branches, e.g. merge this into 2.063
and master.
Then there is the issue that websites are hard to test
automatically.