update description
This commit is contained in:
parent
6906bef268
commit
38b07c8624
1 changed files with 10 additions and 9 deletions
|
@ -1,21 +1,22 @@
|
||||||
[](https://github.com/idleberg/Creative-Commons-Markdown/releases)
|
# Creative Commons Markdown
|
||||||
|
|
||||||
[](https://github.com/idleberg/Creative-Commons-Markdown/network)
|
[](https://github.com/idleberg/Creative-Commons-Markdown/network)
|
||||||
|
[](https://github.com/idleberg/Creative-Commons-Markdown/releases)
|
||||||
[](https://www.npmjs.org/package/cc-md)
|
[](https://www.npmjs.org/package/cc-md)
|
||||||
[]()
|
[]()
|
||||||
|
|
||||||
# Creative Commons Markdown
|
|
||||||
|
|
||||||
On November 25th, 2013, [Creative Commons](http://creativecommons.org/) announced their next generation licenses: [Creative Commons 4.0](https://creativecommons.org/weblog/entry/40768). By default, these are available as [HTML](http://creativecommons.org/licenses/) or [plaintext](http://creativecommons.org/weblog/entry/41127). This project adds [Markdown](http://daringfireball.net/projects/markdown/)-formatted licenses to that list, while aiming for best [compatibility on GitHub](https://github.github.com/gfm/).
|
On November 25th, 2013, [Creative Commons](http://creativecommons.org/) announced their next generation licenses: [Creative Commons 4.0](https://creativecommons.org/weblog/entry/40768). By default, these are available as [HTML](http://creativecommons.org/licenses/) or [plaintext](http://creativecommons.org/weblog/entry/41127). This project adds [Markdown](http://daringfireball.net/projects/markdown/)-formatted licenses to that list, while aiming for best [compatibility on GitHub](https://github.github.com/gfm/).
|
||||||
|
|
||||||
## Licenses
|
## Licenses
|
||||||
|
|
||||||
* `BY` [Attribution](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by.markdown)
|
* `BY` – [Attribution](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by.markdown)
|
||||||
* `BY-NC` [Attribution-NonCommercial](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nc.markdown)
|
* `BY-NC` – [Attribution-NonCommercial](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nc.markdown)
|
||||||
* `BY-NC-ND` [Attribution-NonCommercial-NoDerivatives](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nc-nd.markdown)
|
* `BY-NC-ND` – [Attribution-NonCommercial-NoDerivatives](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nc-nd.markdown)
|
||||||
* `BY-NC-SA` [Attribution-NonCommercial-ShareAlike](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nc-sa.markdown)
|
* `BY-NC-SA` – [Attribution-NonCommercial-ShareAlike](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nc-sa.markdown)
|
||||||
* `BY-ND` [Attribution-NoDerivatives](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nd.markdown)
|
* `BY-ND` – [Attribution-NoDerivatives](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nd.markdown)
|
||||||
* `BY-SA` [Attribution-ShareAlike](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-sa.markdown)
|
* `BY-SA` – [Attribution-ShareAlike](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-sa.markdown)
|
||||||
* `C0` [CC0](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/zero.markdown)
|
* `C0` – [CC0](https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/zero.markdown)
|
||||||
|
|
||||||
## File extension
|
## File extension
|
||||||
|
|
||||||
|
|
Reference in a new issue