A major goal in OpenACS 4 is to unify and normalize many of the core services
@@ -201,8 +201,8 @@
developers to represent a hierarchy of object contexts. These
contexts are used as the basis for the permissions system. In general, if an
object has no explicit permissions attached to it, then it inherits
-permissions from its context.
The context data model also forms the basis of the subsites system, and is
-a basic part of the permissions system,
+permissions from its context.
The context data model also forms the basis of the subsites system, and is
+a basic part of the permissions system,
described in separate documents.
The context data model should provide the following facilities:
50.10 Unique ID
Every context should have a unique ID in the system.
50.20 Tree Structure
The data model should support a tree structured organization of contexts.
That is, contexts can be logically "contained" within other
contexts (i.e. contexts have parents) and contexts can contain other contexts
@@ -263,4 +263,4 @@
this integrate with application level SQL queries?