aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates/index.html
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-10-26 09:31:08 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-10-26 09:31:08 -0300
commitae3abca2b15794bdde313eed3f7f9391cd68f72d (patch)
tree382309fb28924ec0d52ade46674904bb458ccd22 /doc/_templates/index.html
parent8fd38fe9fcb176441e34cad2a3094301c33080f5 (diff)
forked boostpythongenerator project to separate the generatorrunner
so that it could be used independently; the qtdoc generator module remained part of generatorrunner
Diffstat (limited to 'doc/_templates/index.html')
-rw-r--r--doc/_templates/index.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 7bb17efdd..c24fce100 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -2,16 +2,14 @@
{% set title = 'Overview' %}
{% block body %}
<div class="section">
- <h1>BoostPythonGenerator {{ version }}</h1>
+ <h1>GeneratorRunner {{ version }}</h1>
- <p>BoostPythonGenerator is a tool that eases the development of Python bindings for Qt-based
- libraries by automating most of the process. It relies heavily on the ApiExtractor library
- to parse the header files and manipulate the classes information while generating the code.
- This generated code uses the
- <a href="http://www.boost.org/doc/libs/1_39_0/libs/python/doc/index.html">Boost::Python library</a>
- in order to bridge the C++ library and Python.</p>
+ <p>GeneratorRunner is a tool that eases the development of binding generators for C++ and Qt-based
+ libraries by providing a framework to help automating most of the process. It uses the
+ ApiExtractor library to parse the header files and manipulate the classes information while
+ generating the binding code using front-end modules provided by the user.
- <p>BoostPythonGenerator is based on the
+ <p>GeneratorRunner is based on the
<a href="http://labs.trolltech.com/page/Projects/QtScript/Generator">QtScriptGenerator</a> project.</p>
<h2>Documentation</h2>
@@ -24,7 +22,7 @@
</td>
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("compiling/compiling") }}">Compiling/Installing</a><br/>
- <span class="linkdescr">how to compile and install BoostPythonGenerator</span></p>
+ <span class="linkdescr">how to compile and install GeneratorRunner</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a><br/>
<span class="linkdescr">for a complete overview</span></p>
</td></tr>