Difference between revisions of "MinetestWiki:TODO"

From Minetest Developer Wiki
Jump to navigation Jump to search
(add link to doc cleanup)
Line 6: Line 6:
 
* [[:Category:Incomplete|Unfinished articles]]
 
* [[:Category:Incomplete|Unfinished articles]]
 
* [[:Category:Stub|Articles that need expansion]]
 
* [[:Category:Stub|Articles that need expansion]]
 +
 +
== Delete pages redundant with lua_api.txt ==
 +
A ton of pages on this wiki was just ripped from lua_api.txt and is horribly outdated now, a lot of things need to be removed.
 +
 +
See [[MinetestWiki:Lua API Wiki Documentation Cleanup]].
  
 
== Big, overarching pages ==
 
== Big, overarching pages ==
Line 12: Line 17:
 
:* Make it more main-page-like (see e.g. [http://mediawiki.org the MediaWiki main page])
 
:* Make it more main-page-like (see e.g. [http://mediawiki.org the MediaWiki main page])
  
=== For the lua API ===
+
=== For the Lua API ===
  
 
* [[Lua]]
 
* [[Lua]]
Line 25: Line 30:
 
:* Link to some examples of good mods. Make sure they don't conflict with our licensing!
 
:* Link to some examples of good mods. Make sure they don't conflict with our licensing!
 
* [[Global minetest object]]
 
* [[Global minetest object]]
:* Briefly describe [[:Category:Methods|each part]] of the minetest object
+
:* Delete
  
 
=== For the core engine ===
 
=== For the core engine ===
Line 55: Line 60:
 
:* Answer most of the questions below
 
:* Answer most of the questions below
  
== Littler pages ==
+
== Smaller pages ==
  
=== For the lua API ===
+
=== For the Lua API ===
  
 
=== For the core engine ===
 
=== For the core engine ===

Revision as of 20:38, 26 June 2020

This is a list of things that need to be done on the wiki.

Categories to watch

Delete pages redundant with lua_api.txt

A ton of pages on this wiki was just ripped from lua_api.txt and is horribly outdated now, a lot of things need to be removed.

See MinetestWiki:Lua API Wiki Documentation Cleanup.

Big, overarching pages

For the Lua API

  • Create
  • Link to a tutorial or so (maybe Lua/Tutorial)
  • Talk about some of the benefits
  • Talk about the meaning WRT Minetest
  • Consider the existing Intro page
  • Create
  • Link to Lua tutorial and page, talk briefly about Lua
  • Link to some examples of good mods. Make sure they don't conflict with our licensing!
  • Delete

For the core engine

  • Maybe move from Core Architecture, I don't know.
  • Talk about general structure, don't get into details or implementations (or code)
  • Link to pages for each component
  • List here things we need to document, how we will document those things, and more.
  • Maybe use Doxygen-style comments. Yes, do that.
  • Talk about how to translate and submit translation patches
  • A place for artists to go so they can understand the style

For community things

  • Something like a rule set, but nothing official (make that clear)
  • Link to IRC, Forums, GitHub
  • Explain how we use GitHub.
  • Mention issues, link to our pages, etc.
  • Explain how we use Git
  • Mention how to download things, how there are two separate repos, etc.
  • Answer most of the questions below

Smaller pages

For the Lua API

For the core engine

For community things

Potential questions from a new developer

Moved to Project_Overview