1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-18 17:53:11 +02:00
Go to file
2013-07-13 10:51:38 -04:00
_includes hide_breadrumbs support 2013-07-13 10:44:09 -04:00
_layouts Resolve merge confict with #91 2013-07-13 10:51:38 -04:00
css homepage text tweaking per legal review 2013-07-10 10:59:35 -07:00
images styling tweak to source link 2013-05-21 15:16:33 -07:00
javascripts First pass at Jekylification 2013-05-21 15:17:07 -07:00
licenses Fix link in public domain license 2013-07-12 16:18:48 -07:00
script Clean up after serving 2013-05-22 20:13:08 -04:00
_config.yml Removed warranty category 2013-07-12 15:01:08 -07:00
.gitattributes Adding proper gitignore and gitattributes file 2012-06-12 20:04:45 -07:00
.gitignore First pass at Jekylification 2013-05-21 15:17:07 -07:00
about.md move header and footer to includes 2013-07-13 10:38:53 -04:00
CNAME adding CNAME file 2013-05-21 15:17:08 -07:00
CONTRIBUTING.md add link to boostrap instructions to readme 2013-05-21 15:17:12 -07:00
favicon.ico initial work on new design 2012-09-12 15:20:27 -04:00
Gemfile bump jekyll to 1.0.3. to stay in line with pages 2013-07-10 13:13:50 -04:00
Gemfile.lock bump jekyll to 1.0.3. to stay in line with pages 2013-07-10 13:13:50 -04:00
index.html Merge branch 'jdennes-more-consistent-breadcrumb-nav' of https://github.com/github/choosealicense.com into better-templating 2013-07-13 10:50:03 -04:00
LICENSE.md add license, fixes #68 2013-06-12 22:22:50 -04:00
licenses.html Cleaned up breadcrumbs. 2013-07-13 16:38:01 +02:00
no-license.html Cleaned up breadcrumbs. 2013-07-13 16:38:01 +02:00
README.md readme cleanup 2013-06-16 10:57:21 -04:00

Choose a License Web Site

Like a Choose Your Own Adventure site, but only much less interesting.

Intro

A lot of repositories on GitHub.com don't have a license. GitHub could slap on a license chooser, but if you don't know anything about licenses, how are you supposed to make an informed decision.

ChooseALicense.com is designed to help people make an informed decision about licenses.

Immediate Goals

  • Politics Free - Let's just not get into it.
  • Well designed, but that goes without saying.
  • The homepage should have just enough to help 99% of folks make a decision.
  • For the 1%, the site will contain a list of licenses common for specific communities and situations.
  • Not comprehensive. Seems like an odd goal, but there are a bajillion (I counted) licenses out there. We're going to have to filter that down to a small list of those that matter.

Run It On Your Machine

  1. git clone https://github.com/github/choosealicense.com
  2. cd choosealicense.com
  3. script/bootstrap
  4. script/server
  5. Open localhost:4000 in your favorite browser

Adding a license

Licenses sit in the /licenses folder as markdown (.md) files. Each license has YAML front matter describing the license's properties. The body of the markdown file should be the text of the license. The available metadata fields are:

  • title - The name of the license
  • layout - This should be license
  • permalink - The url to the license relative to /licenses/
  • source - URL to the license source text
  • note - The note field in the sidebar (optional)
  • how - How to use the license, also in the sidebar
  • required, permitted, forbidden - bulleted list of rules applicable to the license (see below)

Rules

  • Rules (the license's properties) are stored as a bulleted list within the licenses YAML front matter. A full list of rules can be found in the repository's _config.yml file. Each rule has a name e.g., include-copyright, a human-readable label, e.g., Copyright inclusion, and a description Include the original copyright with the code. To add a new rule, simply add it to config.yml and reference it in the appropriate license.

License

The content of this project itself is licensed under the Creative Commons 3.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.