contentdb/app/flatpages/policy_and_guidance.md

141 lines
5.7 KiB
Markdown
Raw Normal View History

title: Package Inclusion Policy and Guidance
2018-12-22 14:14:08 +01:00
<div class="alert alert-warning">
<b>Note:</b> This is a draft
</div>
2018-07-28 18:31:27 +02:00
## 0. Overview
ContentDB is for the community, and as such listings should be useful to the
community. To help with this, there are a few rules to improve the quality of
the listings and to combat abuse.
2019-04-23 02:30:17 +02:00
* No inappropriate content. <sup>2.1</sup>
* Content must be playable/useful, but not necessarily finished. <sup>2.2</sup>
* Don't use the name of another mod unless your mod is a fork or reimplementation. <sup>3</sup>
* Licenses must allow derivatives, redistribution, and must not discriminate. <sup>4</sup>
* Don't put promotions or advertisements in package listings, except for
donation and personal website links which are permitted in the
long description. <sup>5</sup>
* The ContentDB admin reserves the right to remove packages for any reason,
including ones not covered by this document, and to ban users who abuse
this service. <sup>1</sup>
2018-07-28 18:31:27 +02:00
## 1. General
2018-06-02 18:17:32 +02:00
The ContentDB admin reserves the right to remove packages for any reason,
including ones not covered by this document, and to ban users who abuse this service.
Also see the [help page on tags](/help/package_tags/).
2019-04-23 02:30:17 +02:00
## 2. Accepted Content
### 2.1. Acceptable Content
Sexually-orientated content is not permitted.
Mature content, including that relating to drugs, excessive gore, violence, or
horror, is not currently permitted - but will be in the future.
2018-06-03 16:19:17 +02:00
The submission of malware is strictly prohibited. This includes software which
does not do as it advertises, for example if it posts telemetry without stating
clearly that it does in the package meta.
2019-04-23 02:30:17 +02:00
### 2.2. State of Completion
2018-07-28 18:31:27 +02:00
ContentDB should only currently contain playable content - content which is
sufficiently complete to be useful to end users. It's fine to add stuff which
is still a work in progress (WIP) as long as it adds sufficient value -
2019-04-23 02:30:17 +02:00
MineClone 2 is a good example of a WIP package which may break between releases
2018-07-28 18:31:27 +02:00
but still has value. Note that this doesn't mean that you should add a thing
you started working on yesterday, it's worth adding all the basic stuff to
make your package useful.
2018-06-02 22:40:48 +02:00
2018-07-28 18:31:27 +02:00
Adding non-player facing mods, such as libraries and server tools, is perfectly fine
and encouraged. ContentDB isn't just for player-facing things, and adding
libraries allows them to be installed when a mod depends on it.
2018-06-02 22:40:48 +02:00
## 3. Technical Names
### 3.1 Right to a name
The first package to use a name based on the creation of its forum topic or
contentdb submission has the right to the technical name. The use of a package
2018-06-02 18:17:32 +02:00
on a server or in private doesn't reserve its name. No other packages of the same
type may use the same name, except for the exception given by 3.2.
If it turns out that we made a mistake by approving a package and that the
name should have been given to another package, then we *may* unapprove the
package and give the name to the correct one.
2018-06-02 18:17:32 +02:00
If you submit a package where you don't have the right to the name you will be asked
to change the name of the package, or your package won't be accepted.
We reserve the right to issue exceptions for this where we feel necessary.
2018-07-28 18:31:27 +02:00
2018-06-02 22:40:48 +02:00
### 3.2 Mod Forks and Reimplementations
An exception to the above is that mods are allowed to have the same name as a
mod if its a fork of that mod (or a close reimplementation). In real terms, it
should be possible to use the new mod as a drop-in replacement.
We reserve the right to decide whether a mod counts as a fork or
reimplementation of the mod that owns the name.
2018-06-02 22:40:48 +02:00
## 4. Licenses
2018-06-02 22:40:48 +02:00
### 4.1 Allowed Licenses
Please ensure that you correctly credit any resources (code, assets, or otherwise)
that you have used in your package.
2018-06-02 18:17:32 +02:00
**The use of licenses which do not allow derivatives or redistribution is not
2018-07-28 18:31:27 +02:00
permitted. This includes CC-ND (No-Derivatives) and lots of closed source licenses.
The use of licenses which discriminate between groups of people or forbid the use
of the content on servers or singleplayer is also not permitted.**
2018-06-02 18:17:32 +02:00
However, closed sourced licenses are allowed if they allow the above.
2018-07-28 18:31:27 +02:00
If the license you use is not on the list then please select "Other", and we'll
get around to adding it.
Please note that the definitions of "free" and "non-free" is the same as that
of the [Free Software Foundation](https://www.gnu.org/philosophy/free-sw.en.html).
2018-06-02 22:40:48 +02:00
### 4.2 Recommended Licenses
2018-07-28 18:31:27 +02:00
It is highly recommended that you use a free and open source software license.
FOSS licenses result in a sharing community and will increase the number of potential users your package has.
Using a closed source license will result in your package being massively penalised in the search results and package lists.
It is recommended that you use a proper license for code with a warranty
disclaimer, such as the (L)GPL or MIT. You should also use a proper media license
for media, such as a Creative Commons license.
2018-09-03 02:39:20 +02:00
The use of WTFPL is discouraged as it doesn't contain a [valid warranty disclaimer](https://cubicspot.blogspot.com/2017/04/wtfpl-is-harmful-to-software-developers.html),
and also includes swearing which prevents settings like schools from using your content.
[Read more](/help/wtfpl/).
Public domain is not a valid license in many countries, please use CC0 or MIT instead.
2018-06-03 16:19:17 +02:00
## 5. Promotions and Advertisements (inc. asking for donations)
Any information other than the long description - including screenshots - must
not contain any promotions or advertisements. This includes asking for donations,
promoting online shops, or linking to personal websites and social media.
2018-06-02 18:17:32 +02:00
2018-06-03 16:19:17 +02:00
ContentDB is for the community. We may remove any promotions if we feel that
they're inappropriate.
2018-06-02 18:17:32 +02:00
Paid promotions are not allowed at all, anywhere.
2018-06-02 22:40:48 +02:00
## 6. Reporting Violations
2018-06-02 18:17:32 +02:00
See the [Reporting Content](/help/reporting/) page.