Implements /about/license
This commit is contained in:
parent
ff70dce9e8
commit
1592be0503
6 changed files with 92 additions and 42 deletions
|
|
@ -1,30 +1,30 @@
|
|||
Forum content license
|
||||
=====================
|
||||
Content license
|
||||
===============
|
||||
|
||||
All the content contributed to the Nim Forum is `cc-wiki (aka cc-by-sa)
|
||||
All the content contributed to $hostname is `cc-wiki (aka cc-by-sa)
|
||||
<http://creativecommons.org/licenses/by-sa/3.0/>`_ licensed, intended to be
|
||||
**shared and remixed**. In the future we may even provide all this data as a
|
||||
convenient data dump.
|
||||
**shared and remixed**.
|
||||
|
||||
But our cc-wiki licensing, while intentionally permissive, does **require
|
||||
attribution**::
|
||||
The cc-wiki licensing, while intentionally permissive, does require
|
||||
attribution:
|
||||
|
||||
**Attribution** — You must attribute the work in the manner specified by
|
||||
the author or licensor (but not in any way that suggests that they endorse
|
||||
you or your use of the work).
|
||||
**Attribution** — You must attribute the work in the manner specified by
|
||||
the author or licensor (but not in any way that suggests that they endorse
|
||||
you or your use of the work).
|
||||
|
||||
Let us clarify what we mean by attribution. If you republish this content, we
|
||||
require that you:
|
||||
This means that if you republish this content, you are
|
||||
required to:
|
||||
|
||||
* **Visually indicate that the content is from the Nim Forum**. It doesn’t
|
||||
* **Visually indicate that the content is from the $name**. It doesn’t
|
||||
have to be obnoxious; a discreet text blurb is fine.
|
||||
* **Hyperlink directly to the original post** (e.g.,
|
||||
http://forum.nim-lang.org/t/186)
|
||||
https://$hostname/t/186/1#908)
|
||||
* **Show the author names** for every post.
|
||||
* **Hyperlink each author name** directly back to their user profile page
|
||||
(e.g., http://forum.nim-lang.org/profile/Araq)
|
||||
(e.g., http://$hostname/profile/Araq)
|
||||
|
||||
By “directly”, we mean each hyperlink must point directly to our domain in
|
||||
To be more specific, each hyperlink must
|
||||
point directly to the $hostname domain in
|
||||
standard HTML visible even with JavaScript disabled, and not use a tinyurl or
|
||||
any other form of obfuscation or redirection. Furthermore, the links must not
|
||||
be `nofollowed
|
||||
|
|
@ -36,7 +36,3 @@ time to create that content in the first place!
|
|||
|
||||
Feel free to remix and reuse to your heart’s content, as long as a good faith
|
||||
effort is made to attribute the content!
|
||||
|
||||
Content previous to the forum license change of
|
||||
http://forum.nim-lang.org/t/186 remains under the original authors'
|
||||
copyright, and therefore you cannot reuse it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue