#8763: put licensing information into published worksheets
---------------------------+------------------------------------------------
Reporter: ddrake | Owner: jason, was
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.0
Component: notebook | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
As discussed in http://groups.google.com/group/sage-
edu/browse_thread/thread/aa651032bb34a285, it would be very nice if
published worksheets could include licensing information, so that we could
collect, modify, and redistribute excellent worksheets.
So, when publishing worksheets, there should be a mechanism to choose a
license; as a start, maybe just hard-code four choices: CC by-sa-nc, by-
sa, GFDL, and no licensing information at all. If a license is chosen,
this would put something like this into the worksheet:
{{{
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/us/80x15.png"
/></a><br />This worksheet is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative
Commons Attribution-Share Alike 3.0 United States License</a>.
}}}
The rel="license" bit is a microformat that will make the licensing
information computer-readable, so that eventually one could search for
worksheets available with a certain license.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8763>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.