Markdown-formatted Creative Commons licenses
Find a file
Jan T. Sott 8e8be0b66a 0.4.0
2022-07-20 08:49:15 +02:00
.circleci add Circle CI support 2020-07-18 01:08:23 +02:00
4.0 fix heading levels 2022-07-18 23:56:35 +02:00
legacy fix heading levels 2022-07-18 23:56:35 +02:00
.gitignore switch to pnpm 2022-07-20 05:46:26 +02:00
.npmignore add Circle CI support 2020-07-18 01:08:23 +02:00
package.json 0.4.0 2022-07-20 08:49:15 +02:00
pnpm-lock.yaml add husky/lint-staged 2022-07-20 07:56:22 +02:00
readme.markdown update description 2022-07-18 23:58:57 +02:00

Creative Commons Markdown

npm npm CircleCI

On November 25th, 2013, Creative Commons announced their next generation licenses: Creative Commons 4.0. By default, these are available as HTML or plaintext. This project adds Markdown-formatted licenses to that list, while aiming for best compatibility on GitHub.

Licenses

File extension

There's a plethora of Markdown file extensions, but I have decided to go with markdown. Read why:

"We no longer live in a 8.3 world, so we should be using the most descriptive file extensions. Its sad that all our operating systems rely on this stupid convention instead of the better creator code or a metadata model, but great that they now support longer file extensions."

Hilton Lipschitz (via)

"…the only file extension I would endorse is “.markdown”, for the same reason offered by Hilton Lipschitz"

John Gruber, creator of Markdown (via)

Usage

There are other ways to get the licenses than downloading the latest release in your browser:

# Use git
$ git clone https://github.com/idleberg/Creative-Commons-Markdown cc-md

# npm
$ npm install cc-md

Contribute

If you notice any mistakes in content or formatting, please send a pull request with your correction.