Minetest Blog

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Minetest Blog

by MisterE » Post

Hey Minetest community, I'm trying to start a minetest blog. It will be at minetestblog.github.io. This will be the forum post for blog discussion, linked from the blog. Its in development still, but the idea is that you will be able to submit content for it using either Pull requests (preferred) or using the issue tracker. This will be an excellent place to show off what you have been working on with minetest lately. There will be sections for Engine Development, Mods, Games, A server Spotlight, and Server News. Screenshots will be appreciated with applications. More details soon, hopefully.

If others are interested in helping to review content, please contact me. If you are an established community member, we can collaborate to make this a useful project for the community.

https://blog.minetest.net
Last edited by MisterE on Mon Mar 28, 2022 02:41, edited 1 time in total.

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Minetest Blog

by runs » Post

Good idea. But you already have a team? This is best done by a team of 4 or five committed people to fill it with content.

Without a team it won't go anywhere. First it's the people and then the tool.

I am going to create a personal blog on TiddlyWiki about the development of my game. And it will also be a kind of wiki to document it.

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Minetest Blog

by MisterE » Post

There is one other, maybe 2 other people interested in helping so far. I think that might be enough to start, but We could definitely use more helpers

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: Minetest Blog

by philipbenr » Post

Considering c55 started the Minetest project on his own and the project did well from there, I don't think you always need to find the people first... :P

Good luck with the project MisterE

User avatar
Linuxdirk
Member
Posts: 3216
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Minetest Blog

by Linuxdirk » Post

philipbenr wrote:
Mon Jan 24, 2022 03:00
I don't think you always need to find the people first... :P
Unfortunately this is quite common. First get a team large enough to manage, then manage the team and assign positions, etc. and then start with the content. Instead of just starting with the content and let the team and management grow with it.

User avatar
Komodo
Member
Posts: 163
Joined: Tue Jan 11, 2022 13:33
GitHub: MeseCraft
In-game: Komodo
Location: God Bless America
Contact:

Re: Minetest Blog

by Komodo » Post

As if you needed another project on your plate... :)

Regardless, good luck. I'll add it to my RSS. You should put a clear clickable link in the OP.

https://minetestblog.github.io
🌎 Website | 🌲 MeseCraft Game | 📰 News | 🖌️ ContentDB

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Minetest Blog

by MisterE » Post

just to be clear, This is something that we will get ready as time allows, set up a workflow such that it will not require too much work, and then start it at a pace we think we can handle. So, Kinda keep an eye out for updates but dont expect too much too soon.

User avatar
Wuzzy
Member
Posts: 4781
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: Minetest Blog

by Wuzzy » Post

FYI: You can also find a list of all Minetest-related posts in the Fediverse here:
https://fosstodon.org/tags/minetest

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Minetest Blog

by MisterE » Post

Hey, so I have finished setting up the minetest blog, and now Im looking for content. If you have updates to share about your minetest projects, or great screenshots, please read: https://minetestblog.github.io/about/ and then make an issue on the issue tracker to submit content for the next blog post. Basically, its free shills for your project ( though you have to have a good excuse such as an update, an event, or something great you are working on that you want to share). We're aiming for about a monthly post release cycle, but if I get enough content, maybe we will do a post next week.

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Minetest Blog

by MisterE » Post

By the way, to get an idea of the content that i'm looking for, here is the template of a post:

Code: Select all

---
layout: post
title:  "This Week in Minetest"
date:   2022-01-22 14:39:05 -0500
categories: jekyll update
---
# Table of contents
*  [Briefing](#overview)
*  [Engine](#engine)
*  [Games](#games)
*  [Mods](#mods)
*  [Art/Builds](#art)
*  [Server Spotlight](#s-spotlight)
*  [Server News](#s-news)
*  [In Other News](#o-news)


## Briefing <a name="overview"></a>
------------------------------------------------


A short overview of today's post

## Engine News <a name="engine"></a>
------------------------------------------------


What has been happening in engine development?

## Game News <a name="games"></a>
------------------------------------------------


What new games have been released and what new features have been added to games for Minetest?

## Mod News <a name="mods"></a>
------------------------------------------------


New mods and major Mod development updates

## Art and Builds <a name="art"></a>
------------------------------------------------


Amazing builds, Minetest-related art

## Server Spotlight <a name="s-spotlight"></a>
------------------------------------------------


If there is a server that wants to be advertised here, A paragraph and screenshots.
One server per article

## Server News <a name="s-news"></a>
------------------------------------------------


Small news blips for servers in general. Great for announcing new servers, server events, major server updates, etc.

## In Other News <a name="s-news"></a>
------------------------------------------------


Anything else that is news-worthy but doesnt fit in the other categories.

## Continue the Discussion:
------------------------------------------------


<iframe src="https://forum.minetest.net/viewtopic.php?f=3&t=27713" style="width: 100%; height: 400px; border: 0px"></iframe>


User avatar
Linuxdirk
Member
Posts: 3216
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Minetest Blog

by Linuxdirk » Post

MisterE wrote:
Sun Feb 20, 2022 21:24
By the way, to get an idea of the content that i'm looking for, here is the template of a post:
Does MS GitHub support extended Markdown? You could eliminate the HTML code in the markdown file with that.

Code: Select all

# Heading text {#heading-id}
You also do not need to underline the headings when you use # to define them.

MisterE wrote:
Sun Feb 20, 2022 21:24

Code: Select all

<iframe src="https://forum.minetest.net/viewtopic.php?f=3&t=27713" style="width: 100%; height: 400px; border: 0px"></iframe>
No. Just no. It's 2022, no-one needs iframes anymore. Most sites also forbid embedding.

User avatar
Eris
Member
Posts: 175
Joined: Thu Nov 19, 2020 23:12
IRC: definitelya Ovalo
In-game: Eris_still_crafts

Re: Minetest Blog

by Eris » Post

Good luck with this!
Jump in the caac

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Minetest Blog

by MisterE » Post

I have only gotten one submission so far for tomorrow's post; please send me your content update submissions!

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Minetest Blog

by runs » Post

MisterE wrote:
Sat Feb 26, 2022 20:21
I have only gotten one submission so far for tomorrow's post; please send me your content update submissions!
I run in problems with my server/new game.

So I have to await to a proper entry in the blog.

Futhermore I want to crreate some cool art too.

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Minetest Blog

by MisterE » Post

Hey, everyone, the first post of the Minetest blog is released!
Check it out: https://minetestblog.github.io/posts/post01

User avatar
Wuzzy
Member
Posts: 4781
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: Minetest Blog

by Wuzzy » Post

That's a pretty good start! I like it! Not only is it about release notes from Minetest but also looks into mods. Very informative.

The only thing I dislike is that links looks exactly the same like normal text and are thus invisible.

User avatar
Linuxdirk
Member
Posts: 3216
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Minetest Blog

by Linuxdirk » Post

Congratulations! That’s pretty cool!

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Minetest Blog

by MisterE » Post

Thank you all! As you work on your personal projects, please dont forget to submit content for the next post so we have things to share with the community!

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Minetest Blog

by MisterE » Post

The next minetest blog post is happening soon. If you have something you want to share on the blog post PM me if you don't know how or don't want to use the official issue tracker.

User avatar
debiankaios
Member
Posts: 910
Joined: Thu Dec 03, 2020 12:48
IRC: debiankaios
In-game: debiankaios Nowe
Location: germany
Contact:

Re: Minetest Blog

by debiankaios » Post

MisterE wrote:
Wed Mar 23, 2022 17:17
The next minetest blog post is happening soon. If you have something you want to share on the blog post PM me if you don't know how or don't want to use the official issue tracker.
I want postanything wait please.

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Minetest Blog

by MisterE » Post


User avatar
Festus1965
Member
Posts: 4181
Joined: Sun Jan 03, 2016 11:58
GitHub: Festus1965
In-game: Festus1965 Thomas Thailand Explorer
Location: Thailand ChiangMai
Contact:

Re: Minetest Blog

by Festus1965 » Post

MisterE wrote:
Mon Mar 28, 2022 02:43
The second post is out: https://minetestblog.github.io/posts/post02
Blog wrote:Where is Minetest lacking?
too slow servers, or cheap VPS ordered = bad for gamer and devs also - nice news, but useless then
too heavy mods, that even programmer write "It's not for weak servers", but admins don't know = bad for gamer as of lag server
Last edited by Festus1965 on Mon Mar 28, 2022 22:16, edited 1 time in total.
Human has no future (climate change)
If urgend, you find me in Roblox (as CNXThomas)

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Minetest Blog

by runs » Post

I see that the blog entries are launched at the end of the month. For the next release I wish you to announce a bombshell: the worldwide release of The Samz, alpha1, available on all Minetest platforms.

I will send you the bomb news and cool and exclusive artwork before the end of the month.

User avatar
Komodo
Member
Posts: 163
Joined: Tue Jan 11, 2022 13:33
GitHub: MeseCraft
In-game: Komodo
Location: God Bless America
Contact:

Re: Minetest Blog

by Komodo » Post

Wuzzy wrote:
Wed Mar 02, 2022 13:08
The only thing I dislike is that links looks exactly the same like normal text and are thus invisible.
👍 Agree. They're not visible at all.
🌎 Website | 🌲 MeseCraft Game | 📰 News | 🖌️ ContentDB

User avatar
Linuxdirk
Member
Posts: 3216
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Minetest Blog

by Linuxdirk » Post

Wait a second. Minetest directly playable in browser? That’s actually impressive. Good we have this blog, I never heard of this before!

Post Reply

Who is online

Users browsing this forum: rudzik8 and 8 guests