Markdown-formatted Creative Commons licenses
Find a file
2024-10-27 11:38:57 +01:00
.github Create FUNDING.yml 2024-10-27 11:38:57 +01:00
.husky update dependencies 2024-09-20 23:37:42 +02:00
1.0 restructure licenses 2022-07-25 12:31:16 +02:00
2.0 restructure licenses 2022-07-25 12:31:16 +02:00
2.5 restructure licenses 2022-07-25 12:31:16 +02:00
3.0 restructure licenses 2022-07-25 12:31:16 +02:00
4.0 doc: Update by-nc-nd.markdown 2023-08-10 21:23:28 +03:30
.editorconfig update tooling 2024-09-20 23:41:53 +02:00
.gitignore update .gitignore 2022-08-13 13:26:32 +02:00
.npmignore add Circle CI support 2020-07-18 01:08:23 +02:00
latest restructure licenses 2022-07-25 12:31:16 +02:00
LICENSE add license symlink 2022-08-10 21:34:53 +02:00
package.json 0.4.2 2024-09-20 23:48:49 +02:00
pnpm-lock.yaml update dependencies 2024-09-20 23:37:42 +02:00
readme.markdown update url 2024-09-20 23:47:04 +02:00

Creative Commons Markdown

License Version: npm CI: Node

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.