I'm looking for some system to create documentation for my software. I'd like something with as many as possible of the following properties:

  • I can install it on my own server
  • Wiki-style editing
  • I can create an export (PDF/Word doc/CHM/web site archive/sth. else) by just clicking a button or similar.
  • Cheap/free

Is there such system out there? I've seen this question, but it is focused on turning doc-comment into documentation files, whereas what I'm looking for is more of a free-text system for higher level documentation.

link|improve this question

64% accept rate
What do you mean Wiki-style? Multiple users? Revision management? Markup and links? – ddbeck Feb 15 '10 at 20:16
I mean "like wikipedia". Better in a good way than in an bad way. Show me a system and I'll tell you if it fits my needs :) – erikkallen Feb 15 '10 at 20:45
1  
@erikkallen, I think it's better you specify what you're looking for instead of asking people to more or less guess, and you then telling them whether it fits your needs or not. ddbeck asked some reasonable question, which shouldn't be too hard to answer, no? – Bart Kiers Feb 17 '10 at 21:10
I actually have written about 25% of what I think you want, but stalled because I wasn't convinced anyone but me would use it. If you give some more details of your requirements, it might inspire me to get started on it again :-) – anon Feb 17 '10 at 21:14
@bart: I think most people will understand the phrase "like wikipedia". @Neil: I imagine a lot of people would want this. Let's see what comes up in the responses. – erikkallen Feb 18 '10 at 0:58
show 2 more comments
feedback

9 Answers

up vote 5 down vote accepted
+200

For a Wiki, I like Dokuwiki the best. It fulfills all your criteria, is simple, nice, and very easily extendable. It requires a bit of manual work until everything works well and smoothly, but it's worth it. It can export ODT and PDF.

I asked a similar question - about good documentation tools in general - a while back and got very good results. There is a number of suggestions not based on Wikis that may nevertheless be worth a look.

Then I remember these:

link|improve this answer
Thanks, it looks very promising. – erikkallen Feb 21 '10 at 21:27
feedback

How about MindTouch Core?

It's built on top of MediaWiki, and tries to take advantage of the good parts of that platform, but also provides a solid RESTful API if you need to get fancy.

It has a rich-text editor if you want to use it, has built in export to PDF (but not the other formats you asked about, which is a negative, though you could extend it...), and is completely free.

It also runs as a ready-to-go VMware image, so you can download that, and run it in VMware player/server within your server...

link|improve this answer
feedback

I like PmWiki, requires no database, uses PHP, and there is a Cookbook that exports to PDF.

link|improve this answer
This might be just what I was looking for. We are using PmWiki and export to PDF was also something that we needed. Thanks. – Patrick Feb 17 '10 at 22:46
feedback

Take a look at TddlyWiki http://www.tiddlywiki.com/

Here is a YouTube tutorial http://www.youtube.com/watch?v=ezNScBd7_h4

link|improve this answer
Very great tool, but no exporting capabilities.. and can only marginally be "installed" on your own server. It depends on if he wants write access from his server. – Earlz Feb 17 '10 at 21:11
feedback

As a roll-your-own solution, I propose that you:

  1. Install your own copy of MediaWiki (software behind Wikipedia)
  2. Use a tool like WikiType to convert the articles you write into PDF's
link|improve this answer
feedback

Trac is free and has a "wiki" function that also allows you to link to files in a SVN/CVS repository that it manages (or is aware of). I think there are some plug-ins that allow for easy export as well but I wouldn't bet on this.

link|improve this answer
feedback

Why not use MediaWiki?

link|improve this answer
feedback

Confluence should satisfy all your requirements. You can have hosted or in-house version (for only 10$).

Major companies use it. Those include JetBrains, VMWare, Sun etc.

I personally, as a visitor of the sites based on confluence, am vary happy with the experience.

link|improve this answer
feedback

Maybe the MediaWiki is the best choice if what you need is a well-formed WikiStyle page.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.