# HG changeset patch # User Emile Anclin # Date 1237994003 -3600 # Node ID 16a426d214aeb6a896e7b58628ea997cbce9a0a7 # Parent 98f83f1588d723cb3f1e7ec6f3a4d2da2c0a7e7a use english example names diff -r 98f83f1588d7 -r 16a426d214ae doc/book/en/B0012-schema-definition.en.txt --- a/doc/book/en/B0012-schema-definition.en.txt Wed Mar 25 14:42:44 2009 +0100 +++ b/doc/book/en/B0012-schema-definition.en.txt Wed Mar 25 16:13:23 2009 +0100 @@ -8,7 +8,7 @@ the description of attributes and relations for the defined entity type, for example :: - class Personne(EntityType): + class Person(EntityType): """A person with the properties and the relations necessary for my application""" @@ -377,10 +377,10 @@ You have to get a shell on your application :: - cubicweb-ctl shell moninstance + cubicweb-ctl shell myinstance and type :: - add_entity_type('Personne') + add_entity_type('Person') And restart your application! diff -r 98f83f1588d7 -r 16a426d214ae doc/book/en/C012-create-instance.en.txt --- a/doc/book/en/C012-create-instance.en.txt Wed Mar 25 14:42:44 2009 +0100 +++ b/doc/book/en/C012-create-instance.en.txt Wed Mar 25 16:13:23 2009 +0100 @@ -91,7 +91,7 @@ possible, later on, to create others users for your final web application. When this command is completed, the definition of your instance is -located in *~/etc/cubicweb.d/moninstance/*. To launch it, you just type :: +located in *~/etc/cubicweb.d/myinstance/*. To launch it, you just type :: cubicweb-ctl start -D myinstance