[doc] rewrite first paragraphs on home page
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 18 Nov 2008 22:29:21 +0100
changeset 97 d507caa1b386
parent 96 c1d04b2fa8c6
child 99 45c4176e29eb
[doc] rewrite first paragraphs on home page
doc/book/en/01-introduction.en.txt
doc/book/en/index.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.
--- 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/