Page MenuHomePhabricator

Include a radio button on the installation screen allowing the wiki's contents to be licensed from the get-go as public domain
Closed, ResolvedPublic

Description

IIRC, the installation screen provides options to license all content under GFDL, Creative Commons, or no licensing at all, but includes no public domain option. I think it would be useful to include this.


Version: 1.12.x
Severity: enhancement

Details

Reference
bz15125

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:17 PM
bzimport set Reference to bz15125.
bzimport added a subscriber: Unknown Object (MLST).

Created attachment 5499
Proposed patch

This is a patch for the index.php file in the config/ folder of Mediawiki. For it to work properly, you need to put this file in your skins/common/images/ folder: http://www.mediawiki.org/wiki/Image:Public_domain.png

That will put the little "public domain" icon in the left portion of the footer when you install using the "public domain" option.

Attached:

I think this patch looks good so far. I might suggest using the key for the license a string without spaces (right now it's "public domain"). I'd go with "pd" or "publicdomain," whichever you prefer.

Sure, "pd" should be fine. Do you need the RightsCode changed as well?

The RightsUrl currently links to http://en.wikipedia.org/wiki/Public_domain . Should it link to http://creativecommons.org/licenses/publicdomain/ instead, or some other public domain declaration?

nsk wrote:

Yes, if we want an external URL then the URL should probably be the Creative Commons Public Domain Declaration, rather than to Wikipedia, because the Wikipedia link can be vandalised at any time (in fact I expect increased vandalism on that page simply as a result of MediaWiki wikis going live under the public domain and all of them linking to that Wikipedia page's live revision, driving lots of newbies there). And what if someone goes to the Wikipedia page and writes "public domain means it is super-copyrighted" and people from another wiki click on the link to be informed about their rights over a pd-licensed wiki and see that?

But I see no reason to prefer an external URL over a local URL: I propose to make the URL go to a local wiki's page which will be populated by the MediaWiki installer to carry a public domain declaration, similar to the one at Creative Commons.