Skip to content

Commit

Permalink
Remove outdated example from Package Inclusion Policy
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jul 8, 2024
1 parent 1f29938 commit e31433f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion app/flatpages/help/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Filter query parameters:
* `flag`: Filter to show packages with [Content Flags](/help/content_flags/).
* `hide`: Hide content based on tags or [Content Flags](/help/content_flags/).
* `license`: Filter by [license name](#licenses). Multiple licenses are OR-ed together, ie: `&license=MIT&license=LGPL-2.1-only`
* `game`: Filter by [Game Support](/help/game_support/), ex: `Wuzzy/mineclone2`. (experimental, doesn't show items that support every game currently).
* `game`: Filter by [Game Support](/help/game_support/), ex: `Warr1024/nodecore`. (experimental, doesn't show items that support every game currently).
* `lang`: Filter by translation support, eg: `en`/`de`/`ja`/`zh_TW`.
* `protocol_version`: Only show packages supported by this Minetest protocol version.
* `engine_version`: Only show packages supported by this Minetest engine version, eg: `5.3.0`.
Expand Down
26 changes: 12 additions & 14 deletions app/flatpages/policy_and_guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,16 @@ See [Content Flags](/help/content_flags/).
### 2.2. State of Completion

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;
MineClone 2 is a good example of a WIP package which may break between releases
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.

You should make sure to mark Work in Progress stuff as such in the "maintenance status" column,
as this will help advise players.

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
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; 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.

You should make sure to mark Work in Progress stuff as such in the "maintenance
status" column, as this will help advise players.

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.


Expand Down Expand Up @@ -98,8 +96,8 @@ of the content on servers or singleplayer is also not permitted.**
However, closed sourced licenses are allowed if they allow the above.

If the license you use is not on the list then please select "Other", and we'll
get around to adding it. We tend to reject custom/untested licenses, and
reserve the right to decide whether a license should be included.
get around to adding it. We tend to reject custom/untested licenses, and
reserve the right to decide whether a license should be included.

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).
Expand Down
10 changes: 5 additions & 5 deletions docs/minetest_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Example response:
```json
[
{
"author": "Wuzzy",
"name": "mineclone2",
"release": 4209,
"author": "Warr1023",
"name": "nodecore",
"release": 1234,
"short_description": "A short description",
"thumbnail": "https://content.minetest.net/thumbnails/1/tgbH5CwlAZ.jpg",
"title": "MineClone 2",
"thumbnail": "https://content.minetest.net/thumbnails/1/abcdef.jpg",
"title": "NodeCore",
"type": "game"
}
]
Expand Down

0 comments on commit e31433f

Please sign in to comment.