# HG changeset patch # User Sandrine Ribeau # Date 1240434851 25200 # Node ID e1cfa73f6e7809b14de81736acdbacde798f41a5 # Parent 21b8f3961e6fefc564f13d13d2c3413f7d75134a [doc] Add little 'wrapping' in tutorial. diff -r 21b8f3961e6f -r e1cfa73f6e78 doc/book/en/A020-tutorial.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 diff -r 21b8f3961e6f -r e1cfa73f6e78 doc/book/en/Z013-blog-less-ten-minutes.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