I see that many sites are using the same template of documentation:

PrettyFaces Hibernate

and more.

Is it a template that I can download somewhere? It's so clear!

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Both OCPSoft (the author of PrettyFaces) and Hibernate use DocBook for publishing the documentation. The entire site is (re)generated using Maven, via the Maven jDocBook plugin. The styles (which can include CSS styles, fonts and images) applied to the documentation are custom-made, but atleast the one for Hibernate appears to be available in the SVN repository.

NB: You'll probably need to check the license before you can use the files in your projects.

link|improve this answer
1  
You can thank JBoss.org for creating these lovely templates. OCPSoft based our template on the Seam Framework templates. Styles and examples for usage can be found in the PrettyFaces pom.xml build files. code.google.com/p/prettyfaces/source/browse/prettyfaces/trunk/… – Lincoln Aug 18 '10 at 17:38
@Lincoln, thanks for the link. I believe the files for prettyfaces are distributed under LGPL, would I be right? – Vineet Reynolds Aug 18 '10 at 17:53
That is correct :) – Lincoln Aug 18 '10 at 18:06
Hi!I don't understand how to I download and install this plugin? – Odelya Nov 14 '10 at 14:17
@Odelya, the plugin can be used directly in a Maven project, by appropriate configuration of the POM. Maven will automatically download the plugin and utilize it when the required goals are to be executed. – Vineet Reynolds Nov 15 '10 at 10:14
feedback

Its DocBook, I believe.

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.