Page 1 of 1
Community News Tags
Posted: 18 Apr 2017, 03:17
by AF
Historically we've tried to show that the Spring Engine is not a game, but an engine, but our community news has items that start with '[game]'. When shared this kind of implies the opposite.
Is there a better tag we can use? Such as the name of the game? Or '[game:name]'?
Re: Community News Tags
Posted: 18 Apr 2017, 05:21
by Forboding Angel
Personally I thought the same thing.
Or, ya know, we could use a news platform that actually supports proper tags and taxonomies.

Re: Community News Tags
Posted: 18 Apr 2017, 14:35
by abma
AF wrote:Is there a better tag we can use? Such as the name of the game? Or '[game:name]'?
https://github.com/spring/spring-websit ... ws.php#L37
idea was/is to add icons for the known "tags".
Re: Community News Tags
Posted: 19 Apr 2017, 19:27
by AF
This might work for the homepage, but it falls flat if you try to share things outside of springrts.com ( RSS, FB, Twitter, G+, Linkedin, Mastodon, OEmbed, etc etc ). The problem would only be fixed for those of us who already know the engine isn't a game.

Re: Community News Tags
Posted: 20 Apr 2017, 02:13
by Forboding Angel
I suppose now would be a good time to point out my displeasure over the lack of opengraph. I also dislike the fact that because there aren't limiters in place, I'm essentially telling people to go offsite to read the post. That's shit, but I'm not going to bother to split the post up. It's far easier just to link to the original and be done with it.
Edit: Regarding limiters...
Ok I don't really know how phpbb processes things,
but I see in the template, it is straight up html.
Can't we ignore that stupid template and use some php? The template could easily be static and called where It needs to be
Code: Select all
$postContent = "#body#";
$postLimiter = substr($postContent, 0, 300); //Limit post content to 300 characters
Character limiting is crude, but it's a basically 2 line fix.
Re: Community News Tags
Posted: 20 Apr 2017, 02:25
by gajop
[game] could be replaced with a specific $game, e.g. [EvoRTS] or [Balanced Annihilation], but I don't think this will change much as the account that's broadcasting these is still SpringRTS. I think it's fine if you think of it as "SpringRTS platform" instead of the more narrow "SpringRTS engine". Popular games are likely going to have their own separate (or additional) medium which their fans might follow.
I guess my suggestion would be to always (manually) start each such [game] post title with the name of the game, e.g.
wrong wrote:
game: Updates, Factory changes, h-bot Tweaks, Morphing Improvements, UI Enhancements, Music UI, New News Contributor!
game: Normal maps, lua mexes and sooo much more!
right wrote:
game: [EvoRTS] Updates, Factory changes, h-bot Tweaks, Morphing Improvements, UI Enhancements, Music UI, New News Contributor!
game: [Cursed] Normal maps, lua mexes and sooo much more!
Re: Community News Tags
Posted: 20 Apr 2017, 02:27
by Forboding Angel
Unfortunately, it needs to be game longname, not game shortname. Shortname only bears relevance within the confines of SpringRTS.
Edit: "Fixed" some titles. At least they have context now, I.E.:
game: [Evolution RTS] New Unit, Texture Updates/Upgrades, Unit Icon Updates, Heat-mapping, Bug Fixes, Changelog!
game: [The Cursed] Normal maps, lua mexes and sooo much more!
Re: Community News Tags
Posted: 20 Apr 2017, 02:58
by gajop
My other compliant is that we can't see older news from the site.
The easy fix would be to have a link like
News archive at the bottom.