diff -r 54944faf9b61 -r 4be32427b2b9 doc/book/en/devrepo/datamodel/define-workflows.rst --- a/doc/book/en/devrepo/datamodel/define-workflows.rst Mon Jan 24 09:42:09 2011 +0100 +++ b/doc/book/en/devrepo/datamodel/define-workflows.rst Mon Jan 24 11:39:53 2011 +0100 @@ -8,14 +8,13 @@ General ------- -A workflow describes how certain entities have to evolve between -different states. Hence we have a set of states, and a "transition -graph", i.e. a set of possible transitions from one state to another -state. +A workflow describes how certain entities have to evolve between different +states. Hence we have a set of states, and a "transition graph", i.e. a set of +possible transitions from one state to another state. -We will define a simple workflow for a blog, with only the following -two states: `submitted` and `published`. So first, we create a simple -|cubicweb| instance in five minutes (see :ref:`BlogFiveMinutes`). +We will define a simple workflow for a blog, with only the following two states: +`submitted` and `published`. You may want to take a look at :ref:`_TutosBase` if +you want to quickly setup an instance running a blog. Setting up a workflow ---------------------