I find it amusing that here in Germany, we have that for years:<p><a href="http://www.gesetze-im-internet.de/" rel="nofollow">http://www.gesetze-im-internet.de/</a><p>All laws are available in XML, HTML, PDF, etc. The site also provides an RSS feed.<p>In addition, some enthusiasts regularily download stuff from there and apply those to a Git repository:<p><a href="https://github.com/bundestag/gesetze" rel="nofollow">https://github.com/bundestag/gesetze</a><p>That way, this repository contains not only the current laws, but also the history of how the laws developed!<p>For the Git repository, the XML version is not used directly, but converted to markdown. This produces very readable diffs:<p><a href="https://github.com/bundestag/gesetze/commit/f90e8fc8eb20f08173e608f493e15f986d7e43ba" rel="nofollow">https://github.com/bundestag/gesetze/commit/f90e8fc8eb20f081...</a><p>Wouldn't it be cool if we could finally manage our laws of filing pull requests?