Ask HN: What OSS projects need the most help with documentation?

51 points by wyclif ↗ HN

23 comments

[ 3.2 ms ] story [ 81.9 ms ] thread
Documentation is a scratch an itch thing to some extent, so what interests you. If you want mentoring in documentation then look at FreeBSD which has a docs mentor program I believe.
oVirt is a great alternative to OpenStack, when it comes to managing virtual machines, unfortunately their docs are mostly outdated or too complex for non-devs: http://www.ovirt.org/Home
Pgpool-II is a powerful piece of software that allows people to connection pool a Postgres cluster, and is even capable of managing a full multi master cluster. The docs are, however, so badly written and incomplete that it's way too hard to set up for most people. A shame, because it's great stuff.
I think every single of them. the two I mostly care about are webrtc and bitcoin.
Just curious - as a contrary example, I would like to see links to a few OSS projects with exemplar documentation done "right". As an example, the Django project does a great job of treating its documentation as a "first-class citizen". While I have used OSS software and not developed, I would guess there are some good best practices / checklists out there for documentation (e.g. "what a good README should contain"; recommended tools to ensure documentation is easily contributable, versioned, and so on; "how to deploy this software", "how to install", architecture overview, "meta" documentation on how to contribute to the project, and so on). Would be good to see examples of those too. Thanks!
(comment deleted)
My understanding is that Docker has great documentation.

However, as a corporate sponsored project with multiple full time employees working on the documentation, it most likely fails your criteria in spirit.

ruby and/or rails
I once added a few lines to Paperclip's README to promote a method I used from undocumented to documented. I thought it was a devious way to make them keep it around. :-) If you are looking for places to improve documentation, it's a nice selfish way to prioritize.
I'm going to give a niche one: VXL

http://vxl.sourceforge.net/

It's like OpenCV but much better written. The only trouble is there's almost no documentation or tutorials for beginners.

Apache Thrift http://thrift.apache.org/docs/ - A feature rich RPC framework with documentation that completely sucks. The docs page has evolved from "coming soon" over the last few months. You would have to dig deep into the library headers to find hidden "easter egg features".
Pandas time-series library for Python is severely lacking good documentation!