I need a CMS that creates documentation like Eclipse docs or Fedora docs. I need search options and good looking printing support.

enter image description here

I don't want to hard code elements like current documentation generators such as Javadoc, Doxygen or GTK-Doc. I need something like a CMS.

link|improve this question

75% accept rate
feedback

closed as off topic by Daniel Beck, Simon Sheehan, Gareth, studiohack Nov 18 '11 at 4:37

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

2 Answers

up vote 2 down vote accepted

Take a look at Atlassian Confluence, it is incredibly cheap for small teams ($10). This is how it looks when used as a documentation CMS.

It is a heavy-weight Java application, so I don't know if it is applicable in your case. But it is quite nice and widely used as a documentation CMS, Wiki, etc. It is very powerful.

link|improve this answer
Is there any open source option? :D – Majid Azimi Oct 23 '11 at 19:27
1  
Well confluence is actually free for open source projects: atlassian.com/software/views/opensource-license-request.jsp But it itself is not open-source. – haimg Oct 23 '11 at 19:37
feedback

I personally use Confluence for documentation and "intranetty" type sites ;-)

However, one open-source option which has a lot of similarities to Confluence is XWiki. Have a look through their screenshots for other sites that use XWiki.

link|improve this answer
feedback

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