|
1 | | -# Choosealicense.com |
| 1 | +**[ChooseALicense.com](https://choosealicense.com)** aims to provide **accurate**, **non-judgmental**, and **understandable** information about popular **open source licenses** in order to **help people make informed decisions** about the projects they start, maintain, contribute to, and use. |
2 | 2 |
|
3 | 3 | [](https://travis-ci.org/github/choosealicense.com) |
4 | 4 |
|
5 | | -Like a Choose Your Own Adventure site, but only much less interesting. |
| 5 | +We catalog [select](CONTRIBUTING.md#adding-a-license) open source licenses with a [Jekyll collection](https://jekyllrb.com/docs/collections/) (in `_licenses`). The catalog is used to render [ChooseALicense.com](https://choosealicense.com) and is regularly vendored into [Licensee](https://github.com/benbalter/licensee), which GitHub uses to provide a [license chooser and license detection](https://help.github.com/articles/adding-a-license-to-a-repository/), a [licenses API](https://developer.github.com/v3/licenses/), and to [display license descriptions and metadata](https://github.com/blog/2335-open-source-license-descriptions-and-metadata). |
6 | 6 |
|
7 | | -## Intro |
| 7 | +## Goals |
8 | 8 |
|
9 | | -A lot of repositories on GitHub.com don't have a license. GitHub provides a license chooser, but if you don't know anything about licenses, how are you supposed to make an informed decision? |
10 | | - |
11 | | -[ChooseALicense.com](https://www.choosealicense.com "Choose A Licence website") is designed to help people make an informed decision about licenses by demystifying license choices through non-judgmental guidance. |
12 | | - |
13 | | -## Immediate Goals |
14 | | - |
15 | | -* Non-judgmental. Our goal is to help you find a license that meets *your* goals. |
16 | | -* Well designed, but that goes without saying. |
17 | | -* The homepage should have just enough to help 99% of folks make a decision. |
18 | | -* For the 1%, the site will contain a list of licenses common to specific communities and situations. |
| 9 | +* Be accurate, non-judgmental, and understandable. Our goal is to help you find a license that meets *your* goals. |
| 10 | +* The homepage should have just enough to help most folks make a decision about what license to use for a project they contribute to. |
| 11 | +* For the rest, the site will contain additional information about licenses common to specific communities and situations. |
| 12 | +* Collaborate with and reinforce other licensing best practices and standards projects. |
19 | 13 | * Not comprehensive. Seems like an odd goal, but there are a bajillion licenses out there. We're going to have to filter that down to a small list of those that matter. |
20 | 14 |
|
21 | 15 | ## Run It On Your Machine |
|
0 commit comments