Code Monkey home page Code Monkey logo

Comments (6)

janetpkr avatar janetpkr commented on August 16, 2024 1

Here are the guidelines we provide platforms: https://creativecommons.org/platform/toolkit/#enabling-cc-search-and-discovery

We prefer by category of reuse (eg. stuff I can remix commercially, versus license).

from open-ledger.

lizadaly avatar lizadaly commented on August 16, 2024

Note that a very literal implementation of this will mean that a search for CC-BY will not return anything from Rijksmuseum or Wikimedia, as those are CC0 only.

from open-ledger.

lizadaly avatar lizadaly commented on August 16, 2024

OK, I updated the prototype to include the two recommended categories from the guidelines.

You can also request specific licenses if you edit the URL (see the "sheep" option in the "Searches to try" list). We could bury that in an "advanced search" option.

LICENSE_GROUPS = {
    # All open licenses
    "ALL": ('BY', 'BY-NC', 'BY-ND', 'BY-SA', 'BY-NC-ND', 'BY-NC-SA', 'PDM', 'CC0'),
    # All CC licenses
    "ALL-CC": ('BY', 'BY-NC', 'BY-ND', 'BY-SA', 'BY-NC-ND', 'BY-NC-SA'),
    # All licenses allowing commercial use
    "ALL-$": ('BY', 'BY-SA', 'BY-ND', 'CC0', 'PDM'),
    # All licenses allowing modifications
    "ALL-MOD": ('BY', 'BY-SA', 'BY-NC', 'BY-NC-SA', 'CC0', 'PDM'),
}

I defined the above as special groups of licenses we may want to treat as a unit. Let me know if you can think of other categories that would be useful.

from open-ledger.

janetpkr avatar janetpkr commented on August 16, 2024

These filters look good to me for now, though the actual search returning them seems broken, but I'm sure you're working on that!

from open-ledger.

lizadaly avatar lizadaly commented on August 16, 2024

A search for "sunset" with "Use for commercial purposes" and "Modify, adapt, or build upon" both checked should not return NC or ND results.

from open-ledger.

lizadaly avatar lizadaly commented on August 16, 2024

I believe this should be fixed.

from open-ledger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.