Template talk:PD-user: Difference between revisions

From OpenStreetMap Wiki
Jump to navigation Jump to search
mNo edit summary
Line 12: Line 12:


-- [[User:Harry Wood|Harry Wood]] 13:06, 26 February 2007 (UTC)
-- [[User:Harry Wood|Harry Wood]] 13:06, 26 February 2007 (UTC)

:I would only add a short clarification in order to make it clear that other user's work might be not in the PD, not many words. As a matter of fact this is only a [[Special:Whatlinkshere/Template:PD-user|userpage template]], of course it refers to the single user's contribs only. But a small note might be useful, anyway. Suggestions?
:About size, you could try with styles:
<pre>
&lt;div style="font-size: 8px;">
{{PD-user}}
</div>
</pre>

:result:
&lt;div style="font-size: 8px;">
{{PD-user}}
</div>
:<small>(you can adjust size by adapting "8px" to your needs, [http://www.bigbaer.com/css_tutorials/css_font_size.htm here] some hints - style tags work better than HTML tags for MediaWiki :-)</small>
:If anyone uses it this way, I believe that the image must be resized (try changing <tt><nowiki>[[Image:PD-icon.png|left|Public domain]]</nowiki></tt> into <tt><nowiki>[[Image:PD-icon.png|left|32px|Public domain]]</nowiki></tt> or less than 32px), but I don't touch it by now, until someone really happens to need it. --[[User:Mr G|Mr G]] 23:47, 20 May 2008 (UTC)

Revision as of 23:47, 20 May 2008

Clarification needed

I think this user template might be misinterpreted. I tried to add a clarification:

Please note that OpenSteetMap data and software are covered by the OpenStreetMap License. I am releasing all my contributions to the public domain, but at this stage this is really only a gesture in support of the idea of 'going public domain'. In most cases this does not have any practical effect since my contributions are intermingled with those of other users. Anyone using or re-distributing the data/software will need to adhere to the terms of the licence, unless it is possible to determine that it was contributed solely by me and/or other public domain contributors.

My concern being that maps (even maps of a particular area) have mostly been built up by several people. Currently someone might see this template, and decide that a particular chunk of map data, or a map rendering, must be public domain, which normally isn't the case. Do people agree that there's something missing there?

For software code it's more likely to have 'practical effect' I guess.

And User:Richard points out that it's a bit of a large obtrusive paragraph. Any better ideas for wording this? Could just put <font size=-1> perhaps?

-- Harry Wood 13:06, 26 February 2007 (UTC)


I would only add a short clarification in order to make it clear that other user's work might be not in the PD, not many words. As a matter of fact this is only a userpage template, of course it refers to the single user's contribs only. But a small note might be useful, anyway. Suggestions?
About size, you could try with styles:
<div style="font-size: 8px;">
{{PD-user}}
</div>
result:

<div style="font-size: 8px;">

Public domain
All my contributions to OpenStreetMap are released into the public domain. This applies worldwide.
In case this is not legally possible, I grant anyone the right to use my contributions for any purpose, without any conditions, unless such conditions are required by law.
(you can adjust size by adapting "8px" to your needs, here some hints - style tags work better than HTML tags for MediaWiki :-)
If anyone uses it this way, I believe that the image must be resized (try changing [[Image:PD-icon.png|left|Public domain]] into [[Image:PD-icon.png|left|32px|Public domain]] or less than 32px), but I don't touch it by now, until someone really happens to need it. --Mr G 23:47, 20 May 2008 (UTC)