Re-worked index page to be closer to the one of a library outside boost

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@561 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-09-15 20:27:04 +00:00
parent 7792a11699
commit 269e898942
2 changed files with 14 additions and 5 deletions

View file

@ -32,5 +32,12 @@ boostbook standalone
mock mock
: :
<dependency>reference <dependency>reference
<xsl:param>boost.root=../../../.. # <xsl:param>boost.root=../../../..
# <xsl:param>img.src.path=../images
<xsl:param>boost.image.src=../images/boost.png
# <xsl:param>boost.image.alt="\"My Project\""
# <xsl:param>boost.image.w=100
# <xsl:param>boost.image.h=50
<xsl:param>chunk.first.sections=1
<xsl:param>nav.layout=horizontal
; ;

View file

@ -1,22 +1,24 @@
[library Turtle [article Turtle
[quickbook 1.5] [quickbook 1.5]
[authors [Champlon, Mathieu]] [/ [authors [Champlon, Mathieu]] ]
[copyright 2012 Mathieu Champlon] [copyright 2012 Mathieu Champlon]
[license [license
Distributed under the Boost Software License, Version 1.0. Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at (See accompanying file LICENSE_1_0.txt or copy at
[@http://www.boost.org/LICENSE_1_0.txt]) [@http://www.boost.org/LICENSE_1_0.txt])
] ]
[purpose Mock object library for testing] [purpose A C++ Mock object library written for Boost with a focus on usability, simplicity and flexibility]
] ]
[/
[section:introduction Introduction] [section:introduction Introduction]
Turtle is a C++ [@http://en.wikipedia.org/wiki/Mock_object Mock object] library written for [@http://www.boost.org Boost] with a focus on usability, simplicity and flexibility. Turtle is a C++ [@http://en.wikipedia.org/wiki/Mock_object Mock object] library written for [@http://www.boost.org Boost] with a focus on usability, simplicity and flexibility.
[/ [note Boost.Mock is not an official Boost library.] ] [note Boost.Mock is not an official Boost library.]
[endsect] [endsect]
]
[section Motivation] [section Motivation]