Things People Hate about Your Open Source Docs
blog.smartbear.com
Things People Hate about Your Open Source Docs
1–10 of 37 posts
Re: Things People Hate about Your Open Source Docs
#2Re: Things People Hate about Your Open Source Docs
#3I write this up to GNU's "info" being preferred by some programs, but then that not being installed properly or at all on many system, and people hating manpage syntax, often with good reason.
That said, some systems pay a lot of attention to this. OpenBSD's mandoc is a great example of a modernization of the manpage system, and their manpages are second to none: http://www.openbsd.org/papers/bsdcan11-mandoc-openbsd.html
Re: Things People Hate about Your Open Source Docs
#4Very good thoughts. At least there should be a README. I think about creating a template for READMEs.
Re: Things People Hate about Your Open Source Docs
#5Very good thoughts. At least there should be a README. I think about creating a template for READMEs.
That would be a good open source project!
Re: Things People Hate about Your Open Source Docs
#6Very good thoughts. At least there should be a README. I think about creating a template for READMEs.
Re: Things People Hate about Your Open Source Docs
#7If HN allowed signatures, that quote would be mine. I grok libraries and other people's code so much faster when I have a good working example, and the mere existence of that example makes me 10x more likely to use the lib (or, when I have no other option, 10x more likely to complain less).