Ettiquette For Restarting Abandoned Open Source Projects?
nicsterrr asks: "What does one do when a promising open source project stops dead with no word from the developer(s)? I have been considering contributing to a certain sorceforge hosted project over the past few months, but unfortunately all development seems to have stopped and the main developer has vanished (from the internet at least). I understand that the GPL states that GPL source code can be used in derived work if the licence is unchanged, but I am hesitant just to 'hijack' the work done by (it seems) just one person, without first having an understanding of what his thoughts are first. In addition, there are almost no supporting comments in the code, and no separate developer documentation. What would you do in this situation if you were interested in furthering the undocumented, unfinished, and currently abandoned work (which at first glance seems to have potential) of someone else, and your attempts to
contact them have been in vain?"
What you're essentially doing is creating a development fork, with the original "tine" not being developed.
I suppose you should take some time and try and contact the original developers, and see if you can get an official go-ahead. But if you can't, go right ahead.
In the worst case, if the original maintainers come back and cause such a stink about your taking over the project, they can take what you produced and merge or develop their own fork.
Chances are the original author is no longer interested in the code, and may not want to hear about it anymore. Either that, or they've lost their Internet connectivity, moved on with their lives, or maybe even died. In all these case, I don't think they'll give a rat's ass if you take over their code and clean it up. And if they do, well, you can ask them to help you maintain your forked version :-) Leaving a project abandoned because somebody might not want you to work on it is wasteful, and goes against the whole Open-Source philosophy.
is like leaving a question without answer.
Buy a Nintendo DS Lite
It wouldn't be GPL'd. That's what the license is there for. Use it.
If the code is promising and the developer is gone, maybe it'd be easier to Fork the project into "MyProject2 - MyProject reborn" than to try to "hijack" the project off sourceforge. I'd definitely would fork off into my own development. I know what you mean by you wnat the thoughts of the main developer who started it. He could give you insight into what you should do from where he left off, or he might become excited about the project and ides you would have. Until he talks to you Fork it.
WTPOUAWYHTTOTWPA
What's the point of using acronyms when you have to type out the whole phrase anyways?
Was it really abandoned or did the guy have something happen to him in meatworld? I mean it could be anything, got locked up, got sick, moved to ubangiland, anything. With that said, here's one solution, you can fork it immediately,get to work on it,and if/when the original guy shows back up,contact him and either agree to rejoin efforts-or not.
It is within your right under tha authors' chosen license that you may modify the source and make it publically available (which it must be :)).
:)
I personally think it's great you're concerned with etiquette, but the author is uncontactable. If he contacts you in the future with concerns about your work, it appears you already have the manners to listen to him, at any time.
Good luck.
silly silly people
post a link to the actual dead project!
--meh--
As an "abandoner," I don't care if you fork a dead project (or a live one) as long as you make a reasonable effort to let me know and use a sufficiently distinct name to avoid confusion.
N.B., you don't HAVE to contact me, but it's a nice courtesy because I might be able to hook you up with others doing similar work, or I might have something in the pipeline very similar to what you want to do but which I don't yet consider publishable.
It sounds like you did everything you could, so fork the project and give it a new name and don't worry about it. For a year or so, you'll want to mention the fork from the old project, but just in case it revives or there are other forks in progress - it makes it much easier to coordinate efforts in the future.
BTW, reasons I've dropped off the net include travel, busy with work, busy with life, busy with skills development, etc. I've occasionally dropped it because I realized that there was a much cleaner way of solving the problem, but sometimes the approach is so different that I create a new project instead of having an abrupt transition in the old one. Hell, I've even abandoned a project because it depended on another group for some critical libraries, but their attitude made it too time consuming to use their library but impossible to work around them. (Yeah, I'm talking to you Debian apt developers. Apt is great, but it's not a full CMS system.)
For every complex problem there is an answer that is clear, simple, and wrong. -- H L Mencken