mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
Remove outdated example from Package Inclusion Policy
This commit is contained in:
parent
1f29938186
commit
e31433f320
@ -196,7 +196,7 @@ Filter query parameters:
|
|||||||
* `flag`: Filter to show packages with [Content Flags](/help/content_flags/).
|
* `flag`: Filter to show packages with [Content Flags](/help/content_flags/).
|
||||||
* `hide`: Hide content based on tags or [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`
|
* `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`.
|
* `lang`: Filter by translation support, eg: `en`/`de`/`ja`/`zh_TW`.
|
||||||
* `protocol_version`: Only show packages supported by this Minetest protocol version.
|
* `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`.
|
* `engine_version`: Only show packages supported by this Minetest engine version, eg: `5.3.0`.
|
||||||
|
@ -37,18 +37,16 @@ See [Content Flags](/help/content_flags/).
|
|||||||
### 2.2. State of Completion
|
### 2.2. State of Completion
|
||||||
|
|
||||||
ContentDB should only currently contain playable content - content which is
|
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
|
sufficiently complete to be useful to end-users. It's fine to add stuff which is
|
||||||
is still a Work in Progress (WIP) as long as it adds sufficient value;
|
still a Work in Progress (WIP) as long as it adds sufficient value; Note that
|
||||||
MineClone 2 is a good example of a WIP package which may break between releases
|
this doesn't mean that you should add a thing you started working on yesterday,
|
||||||
but still has value. Note that this doesn't mean that you should add a thing
|
it's worth adding all the basic stuff to make your package useful.
|
||||||
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,
|
You should make sure to mark Work in Progress stuff as such in the "maintenance
|
||||||
as this will help advise players.
|
status" column, as this will help advise players.
|
||||||
|
|
||||||
Adding non-player facing mods, such as libraries and server tools, is perfectly fine
|
Adding non-player facing mods, such as libraries and server tools, is perfectly
|
||||||
and encouraged. ContentDB isn't just for player-facing things, and adding
|
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.
|
libraries allows them to be installed when a mod depends on it.
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,12 +20,12 @@ Example response:
|
|||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"author": "Wuzzy",
|
"author": "Warr1023",
|
||||||
"name": "mineclone2",
|
"name": "nodecore",
|
||||||
"release": 4209,
|
"release": 1234,
|
||||||
"short_description": "A short description",
|
"short_description": "A short description",
|
||||||
"thumbnail": "https://content.minetest.net/thumbnails/1/tgbH5CwlAZ.jpg",
|
"thumbnail": "https://content.minetest.net/thumbnails/1/abcdef.jpg",
|
||||||
"title": "MineClone 2",
|
"title": "NodeCore",
|
||||||
"type": "game"
|
"type": "game"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user