merge
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 18 Nov 2008 15:08:06 -0800
changeset 99 45c4176e29eb
parent 98 f756ead5746a (current diff)
parent 97 d507caa1b386 (diff)
child 100 e4d0fd06da7f
merge
--- a/doc/book/en/01-introduction.en.txt	Tue Nov 18 15:06:33 2008 -0800
+++ b/doc/book/en/01-introduction.en.txt	Tue Nov 18 15:08:06 2008 -0800
@@ -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.
--- a/doc/book/en/index.txt	Tue Nov 18 15:06:33 2008 -0800
+++ b/doc/book/en/index.txt	Tue Nov 18 15:08:06 2008 -0800
@@ -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/