Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Large User-Maintained Documentation? 22

SysKoll asks: "I am working for a company that has release several open source contributions. Our flagship product, often updated, has thousands of pages of documentation that are constantly revised to stay relevant. Right now, users who find a doc defect send an email, and the doc is updated both on the web site and in the updates, but it can take weeks. I am trying to convince my upper management that the way to go is to turn the doc web site into a wiki-style community site, where registered users can annotate pages directly between official revisions. Does anyone know a large set of web-published documentation that is annotated using this kind of user feedback?"
This discussion has been archived. No new comments can be posted.

Large User-Maintained Documentation?

Comments Filter:
  • PHP? (Score:1, Informative)

    by Anonymous Coward
    How about PHP's documentation [php.net]?
  • PHP.net (Score:4, Informative)

    by unixbob ( 523657 ) on Friday October 24, 2003 @06:43PM (#7305118)
    If you look at the docs for PHP, the online version has lots of comments underneath posted by users which either explains the docs in a different way, or adds their own experiences of doing similar things in a different way, or just better ways of doing what the docs suggest.
  • PHP.NET (Score:3, Informative)

    by BrynM ( 217883 ) * on Friday October 24, 2003 @06:47PM (#7305145) Homepage Journal
    The best example of user annotated documentation I have ever seen. In fact, the user comments are more valuable than the (rather sparse on each item) regular documentation.

    Go [php.net] explore it a while. Especially look at the functions individually [php.net]. I even think it's overall the best documentation site I've seen yet.

    • Re:PHP.NET (Score:3, Insightful)

      I have to take a contrary stance.
      The offical documentation at PHP.net is great. Slightly sparse in places but on the whole pretty usable.
      I learnt PHP from those pages, and those pages alone.

      _However_ the user-contributed feedback was _abyssmal_. It was contributed by people who knew just enough to get things done in one clumsy way, and that's why after hours of trying they thought it would be useful to share their experience and their results.
      The problem is, it's usually a clumsy way, and only useful to ot
      • Re:PHP.NET (Score:3, Interesting)

        by BrynM ( 217883 ) *
        I think we may both be right, but may be looking for different things. I tend to learn more about coding from looking at examples - even wrong ones. To each his/her own. I'm off to go look at Eric Weisstein's MathWorld now. Thanks for the reference to it. It sounds interesting.
      • The big problem with places like PHP.NET, MySQL docs (with the user comments) is that there is no way for the comminity to indicate which posts are good/bad.

        A good system might be the scoring system that Allakhazam uses. Initially, your comments on things are rated at a score of 2.00, and anyone who has an account can mod your comment up/down (1.00 is the lowest score, 5.00 is the highest, default filter is to hide comments under 1.50). As you get more and more posts rated at higher levels, your initial
        • Very good point. I was thinking about that, but I'd had a few beers and I completely forgot to type it in! I didn't know that any such pages used a moderation-style system. I can't say I know Allakhazam, I'll have a quick google, and see if it's well implemented.

          The thing is sometimes that the clumsy hacks are sometimes _useful_ to know. I wasn't being fair above. When there's a bug in PHP that needs to be coded around, proper respect to the guy that first posts the workaround. However, within weeks or mon
  • by cloudless.net ( 629916 ) on Friday October 24, 2003 @07:05PM (#7305250) Homepage
    ... and you expect them to WTFM?
  • Check out, as an example, PHP [php.net]'s documentation [php.net]

    -Adam
  • by dheltzel ( 558802 ) on Friday October 24, 2003 @07:22PM (#7305367)
    Tiki [tikiwiki.org] (or here [sourceforge.net] if that gets slashdotted) does this by using the app to creat the docs for the app. It's sort of recursive, but it works. Users can either modify the docs themselves, or add a comment to the page and let someone with more time/expertise update the actual page. The really shy folks can also send a private message to the page creator if they like.

    Disclaimer: Yes, I'm one of the developers and am trolling for new users. You can't blame a guy for trying, right?

  • Stay Away From Wiki (Score:3, Interesting)

    by marvinx ( 9011 ) on Friday October 24, 2003 @10:02PM (#7306139) Homepage
    I would recommend against using a Wiki clone. While it is great for the writer, it totally sucks for a reader.

    A Wiki is just like a giant bathroom wall. Tons of information, and completely no organization or flow. There is no editor marking which is good and which is bad.

    If you do go to a Wiki, you'll need someone there to continually categorize everything and organize it. Without a content manager, the Wiki becomes useless very quickly. Even though there might be tons of good information in there, no one will know how to find it.
    • Wikis are designed to lower the barrier to editing the content as low as possible. That is, the more hoops you make people jump through to tell you about a problem, the less people will bother. And not all wiki clones are identical, some include revisioning systems, different levels of access, peer review, etc.

      Regardless, no matter what system you go with, you have to have a gatekeeper / editing team to periodically seperate the wheat from the chaff, to consolidate 3 pages of notes down into a easly dige
      • If I want partially-inaccurate information, off-topic rants, and "it worked for me this one time in band camp" anecdotes, I'll search Google or read netnews. Software documentation has to be just as good as the software itself - something we often don't get in Open Source becuase of the "code first and foremost" perspective.

        It should be hard to mess up documentation, just as hard as it is to mess up code.
  • The main documentation for Zope was made user annotatable using a
    product called "TalkBack" developed by one of the Zope developers.
    It worked moderately well, I think. Fewer problems than the PHP
    community had, I think, probably because the Zope community is
    smaller and so you get fewer of the clumsy-hack notes. I think if
    you take the tack of *authorizing* people to comment, then you can
    avoid that problem to a considerable extent. Also, if you can
    maintain the schedule of incorporating updates within two or
  • Check out this php-based gallery software [menalto.com]. They used to have an entirely wiki-based doc site, but it looks like they switched to something else.

    IN general, wikis are good, but you need somebody in charge of checking revision constantly and maintaining style consistency across pages. Users tend to make a mess of the wiki site.
  • Mysql.com (Score:1, Informative)

    by Anonymous Coward
    Mysql has a wonderful /docs directory with user comments. I don't think the tech is important; what's important is the moderation. The really valuable contributions should be caveats, unanswered questions, code snippets and such, or clarifications to the docs. If you are really at the 'thousands of pages' stage, then I guarantee that there are ambiguities, ignored scenarios, and unintended interactions that the users, and only the users, can point out.

    But moderation is the key. You need a hand at the contr

It is easier to write an incorrect program than understand a correct one.

Working...