The American Dream - a tax-optimized portfolio of high-yield stocks, bonds and mutual funds.
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
It's like I heard the voices of thousands of cheap businesses owners who refuse to pay for a website domain cry out .... ....and then were silenced
Very misleading article. They're not shutting down wordpress.org, just the registration of new accounts, plugin, etc
They specifically talk about this in the article. How is that misleading?
They eventually say that, yeah. But only after first saying a bunch of other misleading stuff.
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.
Yeah, let it die already
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?
There are dozens, depending on what exactly you want to do.
Honestly, Docusaurus. The idea of a site for editing the site is so overkill. Docusaurus is great, just write some Markdown, convert to standard HTML. It's what I use for: https://nowsci.com/.
That sounds like in-site editing with extra steps
How?
I actually use a system like that, mdbook?
You write in ml (open, modify, save), and then you have to "compile it" to static html that you then have to upload to your site.
Online editing: open site, hit some [EDIT] button, modify, hit [SAVE].
SO quite much more user friendly, lots of less steps.
I've been looking into Payload CMS. It's FOSS for the non Enterprise features I believe.
Interesting but man, their website ( https://payloadcms.com/ ) is a resource hog, it crawls 😐 not a good showcase...
I build Craft CMS sites at work. It’s a paid product, but has a free version with some minor limitations and is open source. It’s fantastic.
Isn't ghost an alternative?
Publii is a good alternative.
Oh no, Joomla is just Wordpres with worse documentation.
The fully-fledged WP alternative should be called WordPrint
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 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.
The best is trying to change the styling of page-builder plugins that shove their css god-knows-where in the Frankenstein's monster that is the WordPress database schema.
I'm so glad that I'm a million miles from WordPress now. I'm convinced it's propped up entirely by contractors and ad agencies with minimal to no understanding of how to actually build software and just build on a mountain of hacks to do anything at all.
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 it
In 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?
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
Summary: he can't take his ball but he's going home.
Prediction: WP Engine will open hosting of plugin source projects.
And discuss.
Things like WP prove yet another time, that investing into a proper product is better, than cutting corners. If you need a website, hire an engineer. It will be yours, and you can do whatever you want with it. There are plenty of CMS options too.
I run WP on a dreamhost account. I do it costing zero dollars and am an amateur (haven't really coded in 20+ years). I do it for my kid's parent teacher org. There is some value in DIY/cheap.
I was there when "The Web" became available to the drooling masses. Nothing brought me more work in digital media than "easy tools" that blow up if one screw isn't turned just right.