Germany's laws on github, machine-readable and ready to be forked
1–10 of 78 posts
Re: Germany's laws on github, machine-readable and ready to be forked
#2Re: Germany's laws on github, machine-readable and ready to be forked
#3Re: Germany's laws on github, machine-readable and ready to be forked
#4Re: Germany's laws on github, machine-readable and ready to be forked
#5Re: Germany's laws on github, machine-readable and ready to be forked
#6Re: Germany's laws on github, machine-readable and ready to be forked
#7I find it fascinating that for a repository of German law, written in German, the README and commit history are all in English. I wonder if that will have the effect of scaring off any would-be contributors.
I'd like my government to do the same! Don't really care about the versioning system, as long as it's open-source and alive.
Re: Germany's laws on github, machine-readable and ready to be forked
#8This is why it is hard to make current versions of X, Y or Z in terms of a version control.
It is also common to have laws X and Y both applying in the same context, and sometimes it is not clear which one is newer or how to apply "An update to X".
It is little easier to work on a more fine grain, in terms of sections and articles and not the law text as a whole, but this makes it a lot less official.
Re: Germany's laws on github, machine-readable and ready to be forked
#9Also, this: "All German citizens can easily find an up-to-date version of their laws online."
And it's only 130 megs of markdown when zipped (246 unzipped)! A mere 4,737,628 lines[1]! Surely you have time to read it, right? And therefore be a well-informed, law-abiding citizen?
I wonder how big America's would be :|
[1] `wc -l $(find . -name '*.md')` admittedly very roughRe: Germany's laws on github, machine-readable and ready to be forked
#10I find it fascinating that for a repository of German law, written in German, the README and commit history are all in English. I wonder if that will have the effect of scaring off any would-be contributors.
I second that. I'd like my government to do the same! Don't really care about the versioning system, as long as it's open-source and alive.