So this one is going to be a little long, and while it might sound grumbly, I'm just venting a little frustration while thinking out loud about possible improvements to the ecosystem of a community I love.
I've been doing a little tinkering with Haiku recently and ended up wanting to submit some patches to BeMines. This led to me stumbling across some slightly confusing bumps in the road.
The first one that caught my attention was hitting a wall with my BeMines development (on HaikuArchives) because of a compilation error and having to stop working on it, then finding out the next day that a patch already existed for it but was only being applied downstream as part of the build recipe on HaikuPorter. Thankfully one of the devs was around to push the patch upstream, to the very Haiku controlled repo where Haikuporter was pulling the source from to build it.
So today I'm digging around through HaikuArchives, HaikuPorts, HaikuDepot etc... getting a feel for what software is where, which patches may need to be pushed upstream, how the Haiku software ecosystem might be streamlined a little, etc. It feels like there is a fair amount of redundancy which can make it confusing for newbies to figure out where they should be going for their software.
For example, after some digging around I figured out that the Haikuporter page that comes up first on Google is not actually the correct site anymore, but there was nothing on that page telling you this, and I didn't figure it out until searching that site for "install" and finding a buried page that there actually pointed me to the correct page and let me know the site has moved to a completely different server/service. (I'd have been fine if I'd googled for "HaikuPorts" instead of "HaikuPorter".)
- http://ports.haiku-files.org/wiki/HaikuPorter → https://bitbucket.org/haikuports/haikuports/wiki/Home
And of course if I'd gone to the front page I'd have seen the notice, but I had just followed the top Google result for Haikuporter and ended up very confused (as other people are sure to do).
This isn't the only such source of such confusion for Haiku. There's also the deprecated download pages that have a subtle disclaimer at the top saying they're just an archive and the actual page has moved to the new download page which looks basically identical. I've seen multiple people come in the IRC channel having grabbed a nightly off the outdated site...
I've even stumbled back onto the old one a few times myself.
I feel like the content from these pages either needs to be absorbed into the new location (like a link to a sub-page of the same site with older builds archived or something, even if they're actually hosted off-site), or seriously archived (zipped up and stored somewhere just in case) and the existing URLs killed or redirected to the new ones. There should be a single working source for this kind of stuff. Not scores of pages with little disclaimers tacked on here and there saying they don't work anymore or aren't updated anymore that redirect you to some other newer page where you hope you've finally reached the correct place. Following deep links from Google or the like is a good way to not realize you're reading archived or deprecated information.
So for Haiku software we have a number of options... HaikuPorts (with the deprecated and current pages) as shown above...
HaikuArchives, with two separate URLs; one for the software, and one that serves as a sort of index to it...
So if you add something to the main HaikuArchives, you then need to also be sure it gets added to the index on the .io site...
HaikuDepot (both the actual application within Haiku where you find software to install, and the web based front end to it to manage the software etc)... The Haiku Depot page on Wikipedia provides a nice overview of this relationship.
And then of course the other places still like Haikuware and BeBits.
For part of this I think the basic hierarchy is HaikuArchives to serve as our upstream repository for all Haiku software (not just that which doesn't have another stable home), then HaikuPorter which can pull from there to build the packages that then end up in HaikuDepot.
If I want to help work on some Haiku software, I don't want to run into these kinds of issues where I have to make sure I submit the changes to, and coordinate with, multiple places because one time one place might have a patch another doesn't, but another time the patch might be somewhere else and not at the first place etc...
Let's look at BeMines for example. These are the options I end up looking at for where to make my changes:
- https://github.com/HaikuArchives/BeMines - "official site" now(?)
- https://bitbucket.org/haikuports/haikuports/src/bfc8cdeee4217470b9ff3673cc8869d679b1e117/haiku-apps/bemines/?at=master - had Haiku compilation fix patch not present at #1.
- https://depot.haiku-os.org/#/pkg/bemines/1/0b2/-/-/1/x86_gcc2?bcguid=bc2-ELMA - points to #1 as web site.
- http://haikuware.com/directory/view-details/games/classics/bemines - points to #8 as web site.
- http://clasquin-johnson.co.za/michel/haiku/repackaged-apps/games/bemines.html - .hpkg here - points to #6 as web site.
- http://darkwyrm.beemulated.net/apps/bemines.htm
- http://www.bebits.com/app/4597 - several bug reports here - points to #8 as web site.
- (http://darkwyrm-haiku.blogspot.com/)
With a little digging I settled on #1 as my choice of where to work from, but then of course I missed the patch from #2.
And that's just the software sources... not mentioning the community being split up between facebook (several different groups etc), google plus (several different pages/groups), the official site (where it is split between the forums, blogs, and article comments etc), IRC, the mailing lists, etc... or about how even development is split between github, bitbucket, haiku-os.org itself, and private sites... and let's not forget BeShare, dropbox, etc.
On Facebook...
- https://www.facebook.com/groups/haikuosgroup/ - official
- https://www.facebook.com/groups/10726681940/
- https://www.facebook.com/pages/Haiku-OS/39827557738
On Google+...
- https://plus.google.com/communities/116050756631351429142 - official
- https://plus.google.com/115014550544326834631/posts
- https://plus.google.com/107740563530912508362/posts
On the official site...
- http://haiku-os.org/blog - blogs
- http://haiku-os.org/forum - the forum
- http://haiku-os.org/news/ - news articles
The first and last of those, the blogs and news articles, have their updates listed on the main page of haiku-os.org. I've honestly never really used the forum.
- http://haiku-os.org/community/irc - the various irc channels
- http://haiku-os.org/community/ml - the various mailing lists
- http://haiku-os.org/community/social-media - index of social media sites...
I suppose once someone is more familiar with the community then they know the best places to go etc... but for a newbie it can be a little daunting. There are sites, or parts of the official site, where I essentially never go... the youtube channel, subreddit, the forums, twitter, vkontakte, flickr, etc.
And now we're even talking about adding another site to this collection by splitting icons and artwork out of the main source tree. While I can understand a need going forward to get the art resources better organized and not necessarily in the main OS source tree directly, it seems like this growing hydra needs a little taming as well lest it get out of hand.
The main site is serving as a decent central hub for now I suppose. I'm just a little frustrated after trying to figure out the software sources issue and still running into essentially duplicate sites that are now only archived. That HaikuPorter one has bit me before and I fell for it again now after not having done any development for a number of months.
I don't mean to sound overly negative. Just kind of grumbling out loud while I try to get a better handle on the ecosystem and see where maybe some concentration or automation might improve things.