Merge some small documentation fixes from the doc branch, and mark some

previously merged changes as merged.

Merged revisions 44811,45129,45142,45154,45281-45282,45365 via svnmerge from 
https://svn.boost.org/svn/boost/branches/doc

........
  r45129 | danieljames | 2008-05-05 12:36:50 +0100 (Mon, 05 May 2008) | 2 lines
  
  Update navbar links in boostbook.
........
  r45282 | danieljames | 2008-05-11 14:15:31 +0100 (Sun, 11 May 2008) | 2 lines
  
  Group functions in the hash header - requires Frank's free-function-group fix.
........
  r45365 | danieljames | 2008-05-14 21:39:00 +0100 (Wed, 14 May 2008) | 2 lines
  
  Add boost.root to standalone hash documentation.
........


[SVN r45576]
This commit is contained in:
Daniel James 2008-05-20 15:39:25 +00:00
parent 18cbde7d28
commit 2ed2e95f0b

View File

@ -117,12 +117,12 @@
</xsl:variable> </xsl:variable>
<xsl:variable name="people_link"> <xsl:variable name="people_link">
<xsl:call-template name="href.target.relative"> <xsl:call-template name="href.target.relative">
<xsl:with-param name="target" select="concat( $boost.website, '/people/people.htm' )"/> <xsl:with-param name="target" select="concat( $boost.website, '/users/people.html' )"/>
</xsl:call-template> </xsl:call-template>
</xsl:variable> </xsl:variable>
<xsl:variable name="faq_link"> <xsl:variable name="faq_link">
<xsl:call-template name="href.target.relative"> <xsl:call-template name="href.target.relative">
<xsl:with-param name="target" select="concat( $boost.website, '/more/faq.htm' )"/> <xsl:with-param name="target" select="concat( $boost.website, '/users/faq.html' )"/>
</xsl:call-template> </xsl:call-template>
</xsl:variable> </xsl:variable>
<xsl:variable name="more_link"> <xsl:variable name="more_link">
@ -151,7 +151,7 @@
<xsl:template name = "header.navdata-vert"> <xsl:template name = "header.navdata-vert">
<xsl:variable name="home_link"> <xsl:variable name="home_link">
<xsl:call-template name="href.target.relative"> <xsl:call-template name="href.target.relative">
<xsl:with-param name="target" select="concat( $boost.root, '/index.htm' )"/> <xsl:with-param name="target" select="concat( $boost.root, '/index.html' )"/>
</xsl:call-template> </xsl:call-template>
</xsl:variable> </xsl:variable>
<xsl:variable name="libraries_link"> <xsl:variable name="libraries_link">
@ -161,12 +161,12 @@
</xsl:variable> </xsl:variable>
<xsl:variable name="people_link"> <xsl:variable name="people_link">
<xsl:call-template name="href.target.relative"> <xsl:call-template name="href.target.relative">
<xsl:with-param name="target" select="concat( $boost.root, '/people/people.htm' )"/> <xsl:with-param name="target" select="concat( $boost.website, '/users/people.html' )"/>
</xsl:call-template> </xsl:call-template>
</xsl:variable> </xsl:variable>
<xsl:variable name="faq_link"> <xsl:variable name="faq_link">
<xsl:call-template name="href.target.relative"> <xsl:call-template name="href.target.relative">
<xsl:with-param name="target" select="concat( $boost.root, '/more/faq.htm' )"/> <xsl:with-param name="target" select="concat( $boost.website, '/users/faq.html' )"/>
</xsl:call-template> </xsl:call-template>
</xsl:variable> </xsl:variable>
<xsl:variable name="more_link"> <xsl:variable name="more_link">