-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should the theme footer show a specific repo's licence? #55
Comments
Below is a potential scheme that follows the logic... The layout scheme:
Clarifying the hierarchy: Potential caveats: |
I like this suggestion and especially the phrase "All content licensed under Creative Commons Zero v1.0 Universal, unless otherwise noted" which would make it easy for us to add images that have other licenses or are non-free even. |
I've just discussed this with @bvhme, who's reminded me that one of our founding principles is "We publish under licenses approved by the Open Source Initiative or Creative Commons licenses that do not limit commercial reuse." Given this, having a wide open site-wide license with @angelplasma's option 2 would establish our default as meeting our founding principle. |
Great! @ElenaFdR - Shall I add the license (plus the aforementioned clarification) back into the new footer? For the in-page solution, people can continue including context-specific licenses in a freeform way, or in the content footer (e.g. as seen on https://standard.publiccode.net)—which we will want to keep in mind as we resolve publiccodenet/publiccode.net#114 |
@angelplasma, yes to putting this back into the universal footer on theme-footer.liquid. To summarize our conversation, you propose leaving footer.liquid as an optional block that appears automagically when there's specific license or copyright info, but which no longer includes 'this site on Github' anywhere (as I've been unable to find any users who find this useful). This means that only very exceptional content (eg a photo with a different licence) would require a note in free text. |
The wireframes for the new footer (#51) included a universal licence (CC0) that applied to all content that was shared between our websites (the header and footer). This is set in theme-footer.liquid.
Footer.liquid (not the same file) includes code to dynamically pull a specific repo's license. You can see this on about.publiccode.net (under the 'Copyright and license' subheading near the bottom of the page).
As originally designed, #51 led to a webpage appearing to have 2 competing licences without enough contextual clues as to which license was dominant or applied where. To unblock #52, we deleted the universal license from theme-footer.liquid.
This means each webpage should only show 1 license (which seems like the ideal, least confusing choice).
Should the universal footer only show the license for that repo (for example, by including the code block from Footer.liquid?) Will it be a problem if universal content has different licences depending on what repo you're looking at?
We hope to get rid of footer.liquid everywhere, since we don't think it adds a lot of value - we're testing this on publiccode.net first (issue 114).
The text was updated successfully, but these errors were encountered: