creativecommons / faq

Creative Commons FAQ page

Home Page:https://creativecommons.org/faq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faq

Creative Commons FAQ page: https://creativecommons.org/faq/

Code of conduct

CODE_OF_CONDUCT.md:

The Creative Commons team is committed to fostering a welcoming community. This project and all other Creative Commons open source projects are governed by our Code of Conduct. Please report unacceptable behavior to conduct@creativecommons.org per our reporting guidelines.

Contributing

See CONTRIBUTING.md.

Content Updates

⚠️ Do not modify the index.html files in faq/. They are generated by the build script.

Only modify the markdown files (faq-en.md and faq-fr.md).

Deployment

  1. On your local computer:
    1. Ensure that you have pandoc installed (it is availble via Homebrew on macOS)
    2. Generate new index.html files:
    ./build.sh
    1. Review changes:
    git diff
    1. Commit changes and submit pull request
  2. On the salt-prime server, test highstate
    sudo salt index__prod__us-east-2 state.highstate saltenv=${USER} test=True
  3. On the salt-prime server, apply highstate
    sudo salt index__prod__us-east-2 state.highstate saltenv=${USER}

License

Code

CC0 1.0 Universal (CC0 1.0) Public Domain Dedication button

bin/COPYING: The code (build.sh) is dedicated to the public domain under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.

Content

CC BY 4.0 license button

LICENSE: The content (.md, .html, and .png files) is licensed under a Creative Commons Attribution 4.0 International License.

About

Creative Commons FAQ page

https://creativecommons.org/faq/

License:Other


Languages

Language:HTML 99.4%Language:Shell 0.5%Language:CSS 0.1%