Willy, Am 02.01.2018 um 17:53 schrieb Willy Tarreau: > Oh bad, you're right. I wanted to even remove the "main features" part as > it's been totally outdated now. This page starts to age a lot. I really > think we should replace it all with a wiki so that many more people could > participate to the maintenance and keeping it up to date :-/ >
I'm not sure whether a fully automated Wiki would reduce the maintenance work, because of possible vandalism and you would need to keep the software up to date. Is that a fully static page? You then could put that into git, configure a `post-receive` hook or set `git config receive.denyCurrentBranch updateInstead` [1] and accept patches like you do for haproxy itself. Best regards Tim Düsterhus [1] See https://github.com/blog/1957-git-2-3-has-been-released for an explanation of that feature.

