diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 78570b3..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -# CHANGELOG - -## SMARTPHONE 0.1.0 alpha \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7add82..f2f1437 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,44 @@ -# CONTRIBUTING \ No newline at end of file +# CONTRIBUTING + +To contribute to this project, simply follow these steps: + +-------------------------------------------- + +## 1. Download the repository git of this ptoject. + +````bash +git clone https://gitlab.com/lunovox/computing.git +```` + +-------------------------------------------- + +## 2. Contributing + +Change the code as you see fit. But remember not to be debauched in code. + +-------------------------------------------- + +## 3. Make a Patch File + +Create '.patch' file to port your contribution to file. + +````bash +git format-patch +```` +ou + +````bash +git format-patch .. +```` + +This git command generates one or more files in the format ````0000-like-a-message-of-commit.patch````. + +-------------------------------------------- + +## 4. Send your Patch File + +Please post your contribution in the '[issues]' tab of this project's git repository. Or, if you prefer, send an email to <[lunovox@disroot.org]>. + +-------------------------------------------- +[issues]:https://gitlab.com/lunovox/computing/-/issues +[lunovox@disroot.org]:mailto:lunovox@disroot.org?subject=My%20contribution%20to%20the%20COMPUTING%20mod. diff --git a/README.md b/README.md index a276765..2de511d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ See more details in wiki: ## 👑 **Developers:** -* Lunovox Heavenfinder: [E-Mail](mailto:lunovox@disroot.org), [Social Web](https://qoto.org/@lunovox), [WebChat](https://cloud.disroot.org/call/9aa2t7ib), [XMPP](xmpp:lunovox@disroot.org?join), [Audio Conference](mumble:mumble.disroot.org), [More Contacts](https://libreplanet.org/wiki/User:Lunovox) +* Lunovox Heavenfinder: [E-Mail](mailto:lunovox@disroot.org), [Social Web](https://qoto.org/@lunovox), [WebChat](https://cloud.disroot.org/call/9aa2t7ib), [XMPP](https://conversations.im/i/lunovox@disroot.org?omemo-sid-633434523=97fce936651d6c3a28ca303ad5955ea2f1ab57fd5cd0769f04aebef6dd4cba79), [More Contacts](https://libreplanet.org/wiki/User:Lunovox) ----------------------------------------- @@ -84,7 +84,7 @@ See more details in file: [locale/README.md][read_internacionalizaton] ----------------------------------------- -## 📀 **Mods with Intregrsted Apps:** +## 📀 **Mods with Intregrated Apps:** These mods are not mandatory. But, because they are integrated into the 'computing' mod, they extend the functionality. diff --git a/mod.cdb.json b/mod.cdb.json index a5470e1..5f66704 100644 --- a/mod.cdb.json +++ b/mod.cdb.json @@ -2,7 +2,7 @@ "name": "computing", "title": "Computing", "type": "MOD", - "version": "1.0.0", + "version": "1.1.1", "dev_state":"BETA", "min_minetest_version": "5.7", "max_minetest_version": null, @@ -12,8 +12,7 @@ "email": "lunovox@disroot.org", "social web": "http:qoto.org/@lunovox", "webchat": "https://cloud.disroot.org/call/9aa2t7ib", - "xmpp": "xmpp:lunovox@disroot.org?join", - "mumble": "mumble:mumble.disroot.org", + "xmpp": "https://conversations.im/i/lunovox@disroot.org?omemo-sid-633434523=97fce936651d6c3a28ca303ad5955ea2f1ab57fd5cd0769f04aebef6dd4cba79", "homepage": "https://libreplanet.org/wiki/User:Lunovox", "more contacts": "https://libreplanet.org/wiki/User:Lunovox", }, @@ -51,10 +50,10 @@ "license": { "is_foss":true, "name":"GNU AGPL-3.0 or later", - "url": "https://gitlab.com/lunovox/computing/-/raw/main/LICENSE_CODE.md", + "url": "https://gitlab.com/lunovox/computing/-/blob/main/LICENSE_CODE.md", }, "media_license": { - "is_foss":false, + "is_foss":true, "name":"CC BY-SA 4.0" "url":"https://gitlab.com/lunovox/computing/-/blob/main/LICENSE_MEDIA.md", }, diff --git a/mod.conf b/mod.conf index 9604c59..503a0ec 100644 --- a/mod.conf +++ b/mod.conf @@ -1,18 +1,17 @@ name = computing title = Computing description = Add multiple computing devices such as: Smartphones and Desktops. It supports several apps integrated by other mods. -version = 1.0.0 -dev_state = ALPHA -license = GNU AGPL-3.0 -media_license = CC BY-SA 4.0 +version = 1.1.1 +dev_state = BETA +license = [GNU AGPL-3.0](https://gitlab.com/lunovox/computing/-/blob/main/LICENSE_CODE.md) +media_license = [CC BY-SA 4.0](https://gitlab.com/lunovox/computing/-/blob/main/LICENSE_MEDIA.md) supported_games = minetest_game depends = default,keys optional_depends = components min_minetest_version = 5.7 max_minetest_version = -author = Lunovox Heavenfinder: [email](mailto:lunovox@disroot.org), [social web](http:qoto.org/@lunovox), [webchat](https://cloud.disroot.org/call/9aa2t7ib), [xmpp](xmpp:lunovox@disroot.org?join), [Mumble](mumble:mumble.disroot.org), [more contacts](https:libreplanet.org/wiki/User:Lunovox) +author = Lunovox Heavenfinder: [E-Mail](mailto:lunovox@disroot.org), [Social Web](https://qoto.org/@lunovox), [WebChat](https://cloud.disroot.org/call/9aa2t7ib), [XMPP](https://conversations.im/i/lunovox@disroot.org?omemo-sid-633434523=97fce936651d6c3a28ca303ad5955ea2f1ab57fd5cd0769f04aebef6dd4cba79), [More Contacts](https://libreplanet.org/wiki/User:Lunovox) created = 2024-11-10 10:42:01 -update = 2024-11-21 22:11 donate_url = https://liberapay.com/Lunovox/donate translation_url = https://gitlab.com/lunovox/computing/-/blob/main/locale/README.md repository = https://gitlab.com/lunovox/computing