Added link to documentation.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<fo:table-row>
|
||||
<fo:table-cell text-align="center">
|
||||
<fo:block font-family="Helvetica" font-size="12pt" padding="10mm">
|
||||
<xsl:text>Copyright © 2004-2007 </xsl:text>
|
||||
<xsl:text>Copyright © 2005-2007 </xsl:text>
|
||||
<xsl:for-each select="bookinfo/authorgroup/author">
|
||||
<xsl:if test="position() > 1">
|
||||
<xsl:text>, </xsl:text>
|
||||
|
||||
11
src/site/apt/reference.apt
Normal file
11
src/site/apt/reference.apt
Normal file
@@ -0,0 +1,11 @@
|
||||
------------------------------------
|
||||
Spring Web Services Reference Manual
|
||||
------------------------------------
|
||||
|
||||
Reference Manual
|
||||
|
||||
The reference manual is available as HTML, and as PDF.
|
||||
|
||||
* View the {{{reference/html/index.html}HTML version}}
|
||||
|
||||
* Download the {{{reference/pdf/spring-ws-reference.pdf}PDF version}}
|
||||
@@ -21,8 +21,7 @@
|
||||
</menu>
|
||||
<menu name="Documentation">
|
||||
<item name="API" href="apidocs/index.html"/>
|
||||
<item name="Reference"
|
||||
href="http://static.springframework.org/spring-ws/docs/1.0-m3/reference/html/index.html"/>
|
||||
<item name="Reference" href="reference.html"/>
|
||||
<item name="FAQ" href="faq.html"/>
|
||||
<item name="Why Contract-First?" href="why-contract-first.html"/>
|
||||
<item name="Upgrading" href="upgrading.html"/>
|
||||
@@ -36,12 +35,15 @@
|
||||
<menu ref="reports" name="Reports"/>
|
||||
</body>
|
||||
<poweredBy>
|
||||
<logo name="Powered by Spring" href="http://www.springframework.org" img="images/logos/powered-by-spring_small.png"/>
|
||||
<logo name="Powered by Structure 101" href="http://www.headwaysoftware.com/products/structure101/" img="images/logos/s101d.png"/>
|
||||
<logo name="Powered by Spring" href="http://www.springframework.org"
|
||||
img="images/logos/powered-by-spring_small.png"/>
|
||||
<logo name="Powered by Structure 101" href="http://www.headwaysoftware.com/products/structure101/"
|
||||
img="images/logos/s101d.png"/>
|
||||
<logo name="Powered by JIRA" href="http://www.atlassian.com/software/jira/" img="images/logos/jira.png"/>
|
||||
<logo name="Built by Bamboo" href="http://www.atlassian.com/software/bamboo/" img="images/logos/bamboo.png"/>
|
||||
<logo name="Build with Maven 2" href="http://maven.apache.org" img="images/logos/maven-feather.png"/>
|
||||
<logo name="Hosted on SourceForge.net" href="http://sourceforge.net" img="http://sourceforge.net/sflogo.php?group_id=73357&type=1"/>
|
||||
<logo name="Hosted on SourceForge.net" href="http://sourceforge.net"
|
||||
img="http://sourceforge.net/sflogo.php?group_id=73357&type=1"/>
|
||||
<logo name="Hosted by Contegix" href="http://www.contegix.com/" img="images/logos/contegix.png"/>
|
||||
</poweredBy>
|
||||
</project>
|
||||
Reference in New Issue
Block a user