|
| 1 | +# creativecommons.org |
| 2 | + |
| 3 | +Website parent project ([When we share, everyone wins - Creative |
| 4 | +Commons][ccorg]), legalcode and translations, and GitHub Issues for public |
| 5 | +help and support |
| 6 | + |
| 7 | +[ccorg]: https://creativecommons.org/ |
| 8 | + |
| 9 | + |
| 10 | +## Overview |
| 11 | + |
| 12 | +This repostory is currently for: |
| 13 | +1. Public help and support [Issues][issues] |
| 14 | +2. Legalcode and translations |
| 15 | +3. Installation of the website (including Styles and other Includes) |
| 16 | + |
| 17 | +[issues]: https://github.com/creativecommons/creativecommons.org/issues |
| 18 | + |
| 19 | + |
| 20 | +## Code of Conduct |
| 21 | + |
| 22 | +[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md): |
| 23 | +> The Creative Commons team is committed to fostering a welcoming community. |
| 24 | +> This project and all other Creative Commons open source projects are governed |
| 25 | +> by our [Code of Conduct][code_of_conduct]. Please report unacceptable |
| 26 | +> behavior to [conduct@creativecommons.org](mailto:conduct@creativecommons.org) |
| 27 | +> per our [reporting guidelines][reporting_guide]. |
| 28 | +
|
| 29 | +[code_of_conduct]:https://opensource.creativecommons.org/community/code-of-conduct/ |
| 30 | +[reporting_guide]:https://opensource.creativecommons.org/community/code-of-conduct/enforcement/ |
| 31 | + |
| 32 | + |
| 33 | +## Contributing |
| 34 | + |
| 35 | +See [`CONTRIBUTING.md`](CONTRIBUTING.md). |
| 36 | + |
| 37 | + |
| 38 | +## Issues |
| 39 | + |
| 40 | +This repository's [Issues][issues] is also the primary location for public help |
| 41 | +and support. |
| 42 | + |
| 43 | + |
| 44 | +## Legalcode and Translations |
| 45 | + |
| 46 | +Relevant directories: |
| 47 | +- [`docroot/legalcode`](docroot/legalcode/): legalcode and translations "source" files |
| 48 | +- [`tools`](tools/): tools to assist with managing the translations |
| 49 | + |
| 50 | +Also see: |
| 51 | +- [Legal Code Translation Policy - CC Public Wiki][translatepolicy]: Documents |
| 52 | + Legal/Translation process and policy |
| 53 | +- [Legal Tools Translation - CC Public Wiki][fourstatus]: Translation status |
| 54 | + for 4.0 and CC0 licenses |
| 55 | + |
| 56 | +[translatepolicy]: https://wiki.creativecommons.org/wiki/Legal_Code_Translation_Policy |
| 57 | +[fourstatus]: https://wiki.creativecommons.org/wiki/Legal_Tools_Translation |
| 58 | + |
| 59 | + |
| 60 | +### English Licenses |
| 61 | +*Our public copyright licenses incorporate a unique and innovative |
| 62 | +"three-layer" design*: |
| 63 | +1. **Legal code**: the traditional legal tool *that most lawyers know and love* |
| 64 | +2. Human Readable **Deed**: *a format that normal people can read... a handy |
| 65 | + reference for licensors and licensees* |
| 66 | +3. Machine Readable **RDF**: *recognizes that software, from search engines to |
| 67 | + office productivity to music editing, plays an enormous role in the |
| 68 | + creation, copying, discovery, and distribution of works* |
| 69 | +([Three “Layers” Of Licenses - About The Licenses - Creative |
| 70 | +Commons][threelayer]) |
| 71 | + |
| 72 | +[threelayer]: https://creativecommons.org/licenses/#layers |
| 73 | + |
| 74 | +License | Source File | Legal Code | Deed | RDF |
| 75 | +------- | ----------- | ---------- | ---- | --- |
| 76 | +CC BY-NC-ND 4.0 | [Source File][cc-by-nc-nd-source] | [Legal Code][cc-by-nc-nd-legalcode] | [Deed][cc-by-nc-nd-deed] | [RDF][cc-by-nc-nd-rdf] |
| 77 | +CC BY-NC-SA 4.0 | [Source File][cc-by-nc-sa-source] | [Legal Code][cc-by-nc-sa-legalcode] | [Deed][cc-by-nc-sa-deed] | [RDF][cc-by-nc-sa-rdf] |
| 78 | +CC BY-NC 4.0 | [Source File][cc-by-nc-source] | [Legal Code][cc-by-nc-legalcode] | [Deed][cc-by-nc-deed] | [RDF][cc-by-nc-rdf] |
| 79 | +CC BY-ND 4.0 | [Source File][cc-by-nd-source] | [Legal Code][cc-by-nd-legalcode] | [Deed][cc-by-nd-deed] | [RDF][cc-by-nd-rdf] |
| 80 | +CC BY-SA 4.0 | [Source File][cc-by-sa-source] | [Legal Code][cc-by-sa-legalcode] | [Deed][cc-by-sa-deed] | [RDF][cc-by-sa-rdf] |
| 81 | +CC BY 4.0 | [Source File][cc-by-source] | [Legal Code][cc-by-legalcode] | [Deed][cc-by-deed] | [RDF][cc-by-rdf] |
| 82 | +CC0 1.0 | [Source File][cc-zero-source] | [Legal Code][cc-zero-legalcode] | [Deed][cc-zero-deed] | [RDF][cc-zero-rdf] |
| 83 | + |
| 84 | +[cc-by-nc-nd-source]: docroot/legalcode/by-nc-nd_4.0.html |
| 85 | +[cc-by-nc-nd-legalcode]: https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode.en |
| 86 | +[cc-by-nc-nd-deed]: https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en |
| 87 | +[cc-by-nc-nd-rdf]: https://creativecommons.org/licenses/by-nc-nd/4.0/rdf |
| 88 | + |
| 89 | +[cc-by-nc-sa-source]: docroot/legalcode/by-nc-sa_4.0.html |
| 90 | +[cc-by-nc-sa-legalcode]: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.en |
| 91 | +[cc-by-nc-sa-deed]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en |
| 92 | +[cc-by-nc-sa-rdf]: https://creativecommons.org/licenses/by-nc-sa/4.0/rdf |
| 93 | + |
| 94 | +[cc-by-nc-source]: docroot/legalcode/by-nc_4.0.html |
| 95 | +[cc-by-nc-legalcode]: https://creativecommons.org/licenses/by-nc/4.0/legalcode.en |
| 96 | +[cc-by-nc-deed]: https://creativecommons.org/licenses/by-nc/4.0/deed.en |
| 97 | +[cc-by-nc-rdf]: https://creativecommons.org/licenses/by-nc/4.0/rdf |
| 98 | + |
| 99 | +[cc-by-nd-source]: docroot/legalcode/by-nd_4.0.html |
| 100 | +[cc-by-nd-legalcode]: https://creativecommons.org/licenses/by-nd/4.0/legalcode.en |
| 101 | +[cc-by-nd-deed]: https://creativecommons.org/licenses/by-nd/4.0/deed.en |
| 102 | +[cc-by-nd-rdf]: https://creativecommons.org/licenses/by-nd/4.0/rdf |
| 103 | + |
| 104 | +[cc-by-sa-source]: docroot/legalcode/by-sa_4.0.html |
| 105 | +[cc-by-sa-legalcode]: https://creativecommons.org/licenses/by-sa/4.0/legalcode.en |
| 106 | +[cc-by-sa-deed]: https://creativecommons.org/licenses/by-sa/4.0/deed.en |
| 107 | +[cc-by-sa-rdf]: https://creativecommons.org/licenses/by-sa/4.0/rdf |
| 108 | + |
| 109 | +[cc-by-source]: docroot/legalcode/by_4.0.html |
| 110 | +[cc-by-legalcode]: https://creativecommons.org/licenses/by/4.0/legalcode.en |
| 111 | +[cc-by-deed]: https://creativecommons.org/licenses/by/4.0/deed.en |
| 112 | +[cc-by-rdf]: https://creativecommons.org/licenses/by/4.0/rdf |
| 113 | + |
| 114 | +[cc-zero-source]: docroot/legalcode/zero_1.0.html |
| 115 | +[cc-zero-legalcode]: https://creativecommons.org/publicdomain/zero/1.0/legalcode.en |
| 116 | +[cc-zero-deed]: https://creativecommons.org/publicdomain/zero/1.0/deed.en |
| 117 | +[cc-zero-rdf]: https://creativecommons.org/publicdomain/zero/1.0/rdf |
| 118 | + |
| 119 | + |
| 120 | +## Installation |
| 121 | + |
| 122 | +:warning: **WARNING:** Use of the bootstrap scripts in the master branch is NOT |
| 123 | +recommended. Instead, see the [dev2019][dev2019] branch for current/ongoing |
| 124 | +work. |
| 125 | + |
| 126 | +[dev2019]: https://github.com/creativecommons/creativecommons.org/tree/dev2019 |
| 127 | + |
| 128 | + |
| 129 | +### Child Repositories |
| 130 | + |
| 131 | +In addition to this one, the following child repositories are also used: |
| 132 | + |
| 133 | +- License Engine (chooser, deeds, legalcode, RDFs): |
| 134 | + |
| 135 | + - [creativecommons/cc.engine][ccengine] |
| 136 | + - [creativecommons/cc.i18n][cci18n] |
| 137 | + - [creativecommons/cc.license][cclicense] |
| 138 | + - [creativecommons/cc.licenserdf][cclicenserdf] |
| 139 | + - [creativecommons/rdfadict][rdfadict] |
| 140 | + |
| 141 | +- WordPress and styles: |
| 142 | + |
| 143 | + - [creativecommons/new-creativecommons.org][neworg] |
| 144 | + |
| 145 | +[ccengine]: https://github.com/creativecommons/cc.engine |
| 146 | +[cci18n]: https://github.com/creativecommons/cc.i18n |
| 147 | +[cclicense]: https://github.com/creativecommons/cc.license |
| 148 | +[cclicenserdf]: https://github.com/creativecommons/cc.licenserdf |
| 149 | +[rdfadict]: https://github.com/creativecommons/rdfadict |
| 150 | + |
| 151 | +As of 2019 December, there are around 9,700 lines of python code split between |
| 152 | +the repositories. |
| 153 | + |
| 154 | + |
| 155 | +### Styles and other Includes |
| 156 | + |
| 157 | +:warning: **WARNING:** Any change to style or other includes must be duplicated |
| 158 | +within the [creativecommons/new-creativecommons.org][neworg] respository. |
| 159 | + |
| 160 | +[neworg]: https://github.com/creativecommons/new-creativecommons.org |
| 161 | + |
| 162 | + |
| 163 | +## License |
| 164 | + |
| 165 | +- [`LICENSE`](LICENSE) (Expat/[MIT][mit] License) |
| 166 | + |
| 167 | +[mit]: http://www.opensource.org/licenses/MIT "The MIT License | Open Source Initiative" |
0 commit comments