# HG changeset patch # User Nicolas Chauvat # Date 1227043761 -3600 # Node ID d507caa1b386e8bce565bc1d4a621263564b69de # Parent c1d04b2fa8c69b96cd3ca9ea05037b3261a51254 [doc] rewrite first paragraphs on home page diff -r c1d04b2fa8c6 -r d507caa1b386 doc/book/en/01-introduction.en.txt --- a/doc/book/en/01-introduction.en.txt Tue Nov 18 11:51:22 2008 -0800 +++ b/doc/book/en/01-introduction.en.txt Tue Nov 18 22:29:21 2008 +0100 @@ -326,9 +326,6 @@ The above source code defines a new primary view for ``BlogEntry``. -Le code que nous avons modifié définit une vue primaire pour une entité de -type `BlogEntry`. - Since views are applied to resultsets and resulsets can be tables of data, it is needed to recover the entity from its (row,col) coordinates. We will get to this in more detail later. diff -r c1d04b2fa8c6 -r d507caa1b386 doc/book/en/index.txt --- a/doc/book/en/index.txt Tue Nov 18 11:51:22 2008 -0800 +++ b/doc/book/en/index.txt Tue Nov 18 22:29:21 2008 +0100 @@ -6,20 +6,25 @@ `CubicWeb` - The Semantic Web is a construction game! ===================================================== -`CubicWeb` allows us to quickly develop content management web -application, based on a data model, the schema. +`CubicWeb` is a semantic web application framework that empowers developers +to efficiently build web applications by reusing components (called `cubes`) +and following the well known object-oriented design principles. + +Its main features: -With a data model driven engine, a real query language, a -view selection mecanism for automatic HTML/XML/text generation, -reusables components, `CubicWeb` is an end to end solution -to promote quick and efficient development. +* a engine driven by the explicit data model of the application, +* a query language similar to W3C's SPARQL, +* a selection+view mechanism for semi-automatic XHTML/XML/JSON/text generation, +* a library of reusable components (data model and views) that fulfill common needs, +* the power and flexibility of the Python programming language, -If you like Python and its standard libraey, you will like `CubicWeb` -which includes its own `cubes` standard library. +make `CubicWeb` a mature end to end solution for web +application development that promotes quality, reusability and +efficiency. -For curious, a :ref:`Overview` and its simplicity. +The unbeliever will read the :ref:`Overview`. -For impatients, :ref:`MiseEnPlaceEnv`. +The impatient will move right away to :ref:`MiseEnPlaceEnv`. .. _Logilab: http://www.logilab.fr/ .. _GoogleAppEngine: http://code.google.com/appengine/