doc/book/en/Z013-blog-less-ten-minutes.en.txt
changeset 1439 e1cfa73f6e78
parent 1220 9f80ecdb057a
child 1441 8e7a99cbce3c
--- 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