“My sense is that many enterprise WordPress administrators will think twice about continuing to use the software under these circumstances,” said IDC Research Manager Michele Rosen. “It’s such a shame to watch a leader in the open source community repeatedly sabotage his own project.”
“At this point, I have real concerns about the impact of Matt Mullenweg’s words and actions on the overall image of open source software,” she added. “Even if he feels that WP Engine’s actions are unethical and the court is wrong, his actions are clearly having an impact on the WordPress ecosystem, including his own business. It seems self-destructive.”
I always find it funny how WordPress somehow believes they aren't just lucky that their EXTREMELY shitty software was useful at the time. It shows how power makes people think they have value.
I have tried it out like once every decade and it's always the same hot mess and I end up making my own homegrown html mess.
Is there no other FOSS alternative?
Isn't ghost an alternative?
WordPress started out as a terrible hack PHP app and somehow while PHP the language has been improving to allow people to build sane apps, WordPress has somehow gone the other direction to make themselves EVEN MORE INSANE.
It used to be you could make a custom styled theme by taking the default theme and editing the HTML/CSS to customize the pages.
The current default themes use the most insane methods known to webdev. They replaced CSS with JSON files. And then use CSS embedded in JSON embedded in HTML comments inside of PHP files. It's completely incomprehensible.
I remember trying to edit the default theme once and simply couldn't work out why everything had a 5px margin around it. Even setting
* {margin: 0 !important}
didn't fix itIn the end it turned out to be an inline style, injected into the page by JS, after the rest of the page had loaded. It was apparently a fix for an IE6 bug, in 2019, why?
TYPO3, Drupal, Joomla and others come to mind, but these are fully fledged CMS and not as end-user friendly as WordPress.
Oh no, Joomla is just Wordpres with worse documentation.
The fully-fledged WP alternative should be called WordPrint
Publii is a good alternative.
Every once in a while I go looking for FOSS alternates to WordPress . . .can't find one. Ghost is the closest I got and it's nowhere near the same.
Wordpress is overpowered for most blogs, it is underpowered for most web apps.
Which is why I'm a Drupal fan. It's wayyyy too overpowered for every purpose equally. ...If I need a personal blog, there's always Jekyll.
Jekyll is so good