Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ Open `http://localhost:4000` in your favorite browser.

If you encounter any issues with the above steps, please refer to the official [Jekyll](https://jekyllrb.com/docs/) documentation and this [guide on running Jekyll as a non-superuser](https://jekyllrb.com/docs/troubleshooting/#no-sudo) for more detailed installation instructions.

## FSF API compatible metadata

The site publishes [`api/licenses.json`](api/licenses.json) at `/api/licenses.json` after build. Regenerate it with:

```bash
script/generate_fsf_api.rb
```

The JSON follows the [FSF License Metadata API](https://wking.github.io/fsf-api/licenses-full.json) shape (`@context` + `licenses`), combining choosealicense.com rule tags with FSF identifiers where available.

## Adding a license

For information on adding a license, see [the CONTRIBUTING file](https://github.com/github/choosealicense.com/blob/gh-pages/CONTRIBUTING.md#adding-a-license).
Expand Down
Loading