What's the difference of all the "nodebb-plugin-emailer-local" rank growth?
-
Currently there's a bunch of "nodebb-plugin-emailer-local"-plugins.
https://github.com/jbob182/nodebb-plugin-emailer-local
https://github.com/Luchanso/nodebb-plugin-emailer-local
https://github.com/ainesophaur/nodebb-plugin-emailer-local
https://github.com/mario56/nodebb-plugin-emailer-local-0.7
https://github.com/krysopath/nodebb-plugin-emailer-local
https://github.com/NodeBB/nodebb-plugin-emailer-local
https://github.com/julianlam/nodebb-plugin-emailer-local
https://github.com/Kinozo/nodebb-plugin-emailer-localWhat's difference between all of these? Why do they have the same name? Which is the most advanced? Or the reference?
It's confusing. Which one is recommendable?
Is it possible merge them all to one "ulitmate" plugin?Does anyone has answers?
-
@Hägar said:
What's difference between all of these?
They are called Forks. In Git, developers create Forks of projects so that they can edit them without affecting the main project, the main project is also called the "Upstream" and the forks are called the "Downstream". Creating a Fork also allows you to make a request that your changes be included in the Upstream project, this is called a "Pull Request".
Why do they have the same name?
They have the same name because most developers leave the name the same as the main project. You can actually use any name you desire.
Which is the most advanced? Or the reference?
Typically the Upstream, but not always. The Upstream is listed below the project name whenever you are viewing a downstream fork. Because of the nature of open-source, the original maintainer(s) of the upstream may abandon the project, and a Fork becomes more advanced. Or a Fork could start implementing new features that the upstream does not want in its project for whatever reason.
It's confusing.
Not for developers apparently.
Which one is recommendable?
You want to use the NPM version, not the Git versions. Git is a repository, or project database, for developers. NPM is a repository, but unlike Git, it is for release builds for users. Also unlike Git, there is only ever one version of a project name.
nodebb-plugin-emailer-local
NodeBB plugin to send emails via an SMTP service. Latest version: 1.0.1, last published: 7 years ago. Start using nodebb-plugin-emailer-local in your project by running `npm i nodebb-plugin-emailer-local`. There are no other projects in the npm registry using nodebb-plugin-emailer-local.
npm (www.npmjs.com)
Is it possible merge them all to one "ulitmate" plugin?
Technically yes, but that's not the point of using Git. Also, they already are technically the same project. Click on the number next to Fork and you will see how they are linked.
Does anyone has answers?
Fluffle Puff does, but she's not talking.
-
I think we agreed to maintain the project after the original dev didn't update a few versions ago
GitHub - NodeBB/nodebb-plugin-emailer-local: NodeBB plugin for sending emails via SMTP services
NodeBB plugin for sending emails via SMTP services - NodeBB/nodebb-plugin-emailer-local
GitHub (github.com)
Would be the "official" version. If it doesn't work on 0.7x post an issue on its tracker and we can look into it :). I believe npm install of this plugin also pulls from this repo, so if you were installing from the plugins page on ACP it would install this version