doc/book/en/development/datamodel/baseschema.rst
changeset 2477 7baebaf44fc2
parent 2175 16d3c37c5d28
child 2539 0f26a76b0348
--- a/doc/book/en/development/datamodel/baseschema.rst	Fri Jul 24 14:33:37 2009 +0200
+++ b/doc/book/en/development/datamodel/baseschema.rst	Fri Jul 24 14:36:38 2009 +0200
@@ -3,7 +3,7 @@
 ----------------------------------
 
 The library defines a set of entity schemas that are required by the system
-or commonly used in *CubicWeb* applications.
+or commonly used in *CubicWeb* instances.
 
 
 Entity types used to store the schema
@@ -18,7 +18,7 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * `CWUser`, system users
 * `CWGroup`, users groups
-* `CWPermission`, used to configure the security of the application
+* `CWPermission`, used to configure the security of the instance
 
 Entity types used to manage workflows
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -29,10 +29,10 @@
 Other entity types
 ~~~~~~~~~~~~~~~~~~
 * `CWCache`
-* `CWProperty`, used to configure the application
+* `CWProperty`, used to configure the instance
 
 * `EmailAddress`, email address, used by the system to send notifications
   to the users and also used by others optionnals schemas
 
 * `Bookmark`, an entity type used to allow a user to customize his links within
-  the application
+  the instance