47
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 11 Oct 2024
47 points (84.1% liked)
Programming
17314 readers
75 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
Not easily, honestly.
WordPress on its own is very bare bones, you're almost certainly going to want to install plugins, which by default can only be done from the builtin connection to WP servers.
WP without plugins doesn't even have basic things like gallery light boxes. Honestly it seems deliberate, since the easiest way to get a lot of basic features that should be in core is to install the automattic(the company that owns wordpress) jetpack extension, that also installs a bunch of data harvesting connections to their proprietary SaaS.
Can only be done by default ... also means there are other options.
Matt disappoints but their plugin repository isn't a vendor lock in like Apple denying other app stores (without acts enforcing it etc).
I'm not aware of any method to add a third party plugin repository. (Is the software that runs the plugin repository even open source?)
I don't know, but I guess the reason why it isn't done yet is because nobody perceives it as a problem. It would require a repository plugin to install plugins I think. But it all comes down to plugin distribution and deployment. Mostly if you want something outside the default repository you can just upload it to your own install / stack. If a developer provide alternative download ways. Like a github release for example.