[doc] Add little 'wrapping' in tutorial.
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Wed, 22 Apr 2009 14:14:11 -0700
changeset 1439 e1cfa73f6e78
parent 1438 21b8f3961e6f
child 1440 4fc48f2a1748
[doc] Add little 'wrapping' in tutorial.
doc/book/en/A020-tutorial.en.txt
doc/book/en/Z013-blog-less-ten-minutes.en.txt
--- a/doc/book/en/A020-tutorial.en.txt	Wed Apr 22 18:58:47 2009 +0200
+++ b/doc/book/en/A020-tutorial.en.txt	Wed Apr 22 14:14:11 2009 -0700
@@ -17,8 +17,10 @@
 An `instance` is a specific installation of an application and includes
 configuration files.
 
-This tutorial will show how to create a `cube` and how to use it as an
-application to run an `instance`.
+This tutorial will first discuss how easy it is to build a new `instance` based on
+existing `cubes`. Then we'll see how we can develop new `cube`. We'll conclude
+by illustrating the flexibility of the framework that enable us to
+entirely customize your `instance`.
 
 .. include:: Z013-blog-less-ten-minutes.en.txt
 .. include:: A02a-create-cube.en.txt
--- a/doc/book/en/Z013-blog-less-ten-minutes.en.txt	Wed Apr 22 18:58:47 2009 +0200
+++ b/doc/book/en/Z013-blog-less-ten-minutes.en.txt	Wed Apr 22 14:14:11 2009 -0700
@@ -5,6 +5,11 @@
 Have a blog ready in less than ten minutes!
 -------------------------------------------
 
+We picked the example of a Blog as this is familiar to any developper
+as well as none-developper. We could have choose any of the cubes available
+on http://www.cubicweb.org.
+
+
 Installation
 ~~~~~~~~~~~~
 
@@ -38,6 +43,7 @@
     cubicweb-ctl start -D myblog
 
 This is it. Your blog is ready to you. Go to http://localhost:8080 and enjoy!!
+You can add content and creates user for your application if you'd like to.  
 
 
 A little code snapshot from behind the scene