Ask HN: Took over an abandoned library. How do I get people to use the new pkg?
* It's unencumbered by licensing and copyright issues.
* It performs significantly better. The test suite completed in 17 sec; the current nuget package completes in 4.5, and I have an unpublished version that brings it down to 3.6. Performance was my original motivator for working on the library.
* I fixed about a half-dozen bugs while working on the performance
My plan of attack is as follows:
1) See if I can get the person who imported the original sourceforge history to commit a deletion of the code, and redirect people to ical.net via the readme.
2) Contact the original publisher of the unofficial nuget package, and ask them to unpublish it.
3) Have better API documentation. That's one thing the old package clearly does NOT have.
4) Maybe do a "Tell HN: dday.ical is now ical.net"(?)
What else should I consider? What else would you do? What would you NOT do? It seems to me that so long as the old code is floating around, and has a significant following, people are going to use that one instead. (I know I would as a naive outsider.)
[0] https://github.com/rianjs/ical.net
[1] https://github.com/rianjs/ical.net/blob/master/license.md
[2] https://www.nuget.org/packages/Ical.Net/
4 comments
[ 2.6 ms ] story [ 19.2 ms ] threadPS. Email me if you want feedback once you get going.
I don't know about .Net, but in python-land there were three or four different oauth libraries floating around in various state of abandonedness. I guess they started out in the same way as you, by someone forking a project, working on it for a bit and then losing interest, whereby someone else comes along and creates yet another fork of the same project. For users (like me) that situation is very frustrating because there is no way you can choose the right oath project to use.
If I where you and I where serious about maintaining the project I would eradicate all impostors like a jealous God. Ensure that there are no download links to the old project, that it can't be NuGet:ed and that no other pages points to it. If people on Stack Overflow asks about .Net iCalendar, answer and recommend them your library. Add comments to answers pointing to the old library saying that it is abandoned and yours should be used instead.
It's a huge amount of work (see f.e https://github.com/search?utf8=%E2%9C%93&q=dday.ical) which is one of the reasons I don't like maintaining packages.