HHH-5441 - Create "Getting Started Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20144 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b621e682d7
commit
f31242f769
|
@ -69,14 +69,39 @@
|
|||
<configuration>
|
||||
<sourceDocumentName>Hibernate_Getting_Started_Guide.xml</sourceDocumentName>
|
||||
<masterTranslation>en-US</masterTranslation>
|
||||
<!--
|
||||
for now at least, do not render pdf as the xsl has errors apparently:
|
||||
|
||||
Error at xsl:text on line 111 of jar:file:/home/steve/.m2/repository/net/sf/docbook/docbook/1.74.0/docbook-1.74.0.jar!/fo/docbook.xsl:
|
||||
org.apache.fop.fo.ValidationException: "{http://www.w3.org/1999/XSL/Format}block" is not a valid child of "fo:root"! (See position -1:-1)
|
||||
|
||||
Need to investigate this
|
||||
-->
|
||||
|
||||
<formats>
|
||||
<format>
|
||||
<formatName>html_single</formatName>
|
||||
<stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl
|
||||
</stylesheetResource>
|
||||
<finalName>index.html</finalName>
|
||||
</format>
|
||||
<format>
|
||||
<formatName>html</formatName>
|
||||
<stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl
|
||||
</stylesheetResource>
|
||||
<finalName>index.html</finalName>
|
||||
</format>
|
||||
</formats>
|
||||
<translations>
|
||||
<!--
|
||||
<translation>de-DE</translation>
|
||||
<translation>es-ES</translation>
|
||||
<translation>fr-FR</translation>
|
||||
<translation>ja-JP</translation>
|
||||
<!-- <translation>ko-KR</translation> -->
|
||||
<translation>ko-KR</translation>
|
||||
<translation>pt-BR</translation>
|
||||
<translation>zh-CN</translation>
|
||||
-->
|
||||
</translations>
|
||||
<imageResource>
|
||||
<directory>${basedir}/src/main/docbook/en-US</directory>
|
||||
|
|
Loading…
Reference in New Issue