pull: Add licenses-full.json with all the information
authorW. Trevor King <wking@tremily.us>
Sat, 11 Nov 2017 21:20:33 +0000 (13:20 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 11 Nov 2017 21:39:20 +0000 (13:39 -0800)
commitd4e58c620723646c9a5547c96e9e362c76fb7b93
tree1befa4bcfeed1bfdef58772bf2476cf13d800738
parent94fe202d1b633f5f472a237df0875e6207055138
pull: Add licenses-full.json with all the information

I prefer the minimal index (as I explain in the previous commit), but
some consumers need details on multiple licenses and prefer to collect
data with a single network request.  Even with all the data in one
endpoint, I don't expect this to grow to a point where it would be
expensive to serve.  And at the moment, GitHub is donating the server
bandwidth anyway.

Also add anchors to the README so folks can link to the docs for a
specific endpoint.  We need to use the explicit closing tag (vs.
<a name="..." />) to get GitHub to render Markdown in the remainer of
the license-list paragraphs.
README.md
pull.py