From d7c89d9f109201ea73b616b15756396101f8f878 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 4 Oct 2018 01:24:33 +0100 Subject: [PATCH] Releasing a Mod: Remove generator and improve links --- _en/quality/releasing.md | 176 ++------------------------------------- 1 file changed, 8 insertions(+), 168 deletions(-) diff --git a/_en/quality/releasing.md b/_en/quality/releasing.md index 8e51f58..92b7323 100644 --- a/_en/quality/releasing.md +++ b/_en/quality/releasing.md @@ -20,7 +20,7 @@ released it might be used in singleplayer games or on servers, including public You need to specify a license for your mod. This is important because it tells other people the ways in which they are allowed to use your work. If your mod doesn't have -a license, people won't know whether they are allowed to modify, distribute or use your +a license, people won't know whether they are allowed to modify, distribute or use your mod on a public server. Your code and your art need different things from the licenses they use. For example, @@ -75,9 +75,6 @@ The readme file should state: * What dependencies there are / what the user needs to install. * Where to report problems/bugs or get help. -See the [appendix](#appendix-readme-and-forum-generator) for an example readme and -readme generator. - ### description.txt This should explain what your mod does. Be concise without being vague. @@ -99,8 +96,7 @@ and have a minimum size of 300 x 200px. The screenshot is displayed in the mod store. -Uploading ---------- +## Uploading So that a potential user can download your mod, you need to upload it somewhere publicly accessible. There are several ways to do this, but you should use the @@ -120,14 +116,14 @@ It is recommended that you use a version control system which: * Allows the code to be previewed before downloading. * Allows users to submit bug reports. -The majority of Minetest developers use GitHub as a website to host their code, -but alternatives are possible. +The majority of Minetest modders use GitHub as a website to host their code, +but alternatives are possible. Using a GitHub can be difficult at first. If you need help with this, for information on using GitHub, please see: -* [Using Git](http://git-scm.com/book/en/v1/Getting-Started) - Basic concepts. Using the command line. -* [GitHub for Windows](https://help.github.com/articles/getting-started-with-github-for-windows/) - +* [Pro Git book](http://git-scm.com/book/en/v1/Getting-Started) - Free to read online. +* [GitHub for Windows app](https://help.github.com/articles/getting-started-with-github-for-windows/) - Using a graphical interface on Windows to upload your code. ### Forum Attachments @@ -148,7 +144,7 @@ Click "Browse" and select the zipped file. It is recommended that you enter the version of your mod in the comment field.
- Upload Attachment + Upload Attachment
Upload Attachment tab.
@@ -218,161 +214,5 @@ The subject of topic must be in one of these formats: * [Mod] Mod Title [version number] [modname] For example: + * [Mod] More Blox [0.1] [moreblox] - -This is what the forum topic for the example mod, superspecial, might -appear once complete: - -
- Profit -
- Profit -
-
- -## Appendix: Readme and Forum Generator - - - -Title:
-Modname:
-Description:
-Version:
-License:
-Dependencies:
-Download:
-Additional:
-
- -
My Super Special Mod
-====================
-
-Adds magic, rainbows and other special things.
-
-Version: 1.1
-License: LGPL 2.1 or later
-Dependencies: default mod (found in minetest_game)
-
-Report bugs or request help on the forum topic.
-
-Installation
-------------
-
-Unzip the archive, rename the folder to superspecial and
-place it in minetest/mods/
-
-(  GNU/Linux: If you use a system-wide installation place
-    it in ~/.minetest/mods/.  )
-
-(  If you only want this to be used in a single world, place
-    the folder in worldmods/ in your world directory.  )
-
-For further information or help see:
-http://wiki.minetest.com/wiki/Installing_Mods
- -
Adds magic, rainbows and other special things.
-
-[b]Version:[/b] 1.1
-[b]License:[/b] LGPL 2.1 or later
-[b]Dependencies:[/b] default mod (found in minetest_game)
-[b]Download:[/b] http://example.com/download.zip
-
-Report bugs or request help on the forum topic.
-
-[h]Installation[/h]
-
-Unzip the archive, rename the folder to superspecial and
-place it in minetest/mods/
-
-(  GNU/Linux: If you use a system-wide installation place
-    it in ~/.minetest/mods/.  )
-
-(  If you only want this to be used in a single world, place
-    the folder in worldmods/ in your world directory.  )
-
-For further information or help see:
-http://wiki.minetest.com/wiki/Installing_Mods
- - -