Index: openacs-4/packages/acs-core-docs/www/xml/kernel/object-system-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/object-system-design.xml,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/xml/kernel/object-system-design.xml 30 Sep 2003 12:10:01 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/object-system-design.xml 11 Dec 2003 21:39:50 -0000 1.7 @@ -5,13 +5,10 @@ %myvars; ]> -OpenACS 4 Object Model Design +Object Model Design -by Pete Su, - Michael Yoon, - Richard Li - and Rafael Schloming +By Pete Su, Michael Yoon, Richard Li, Rafael Schloming @@ -82,7 +79,7 @@ include: -Bboard messages +forum messages A user home page @@ -215,10 +212,9 @@ "Scope" is a term best explained by example. Consider some hypothetical rows in the address_book table: -
- + ... @@ -252,7 +248,6 @@ ... -
The first row represents an entry in User 123's personal address book, the second row represents an entry in User Group 456's shared address @@ -269,8 +264,8 @@ abstract name for the default security domain to which the object belongs. Each context has a unique identifier, and all the contexts in a system form a tree. Often this tree will reflect an observed hierarchy in a site, e.g. a -bboard message would probably list a bboard topic as its context, and a -bboard topic might list a subsite as its context. Thus, contexts make it +forum message would probably list a forum topic as its context, and a +forum topic might list a subsite as its context. Thus, contexts make it easier to break the site up into security domains according to its natural structure. An object's context is stored in the context_id column of the acs_objects table. @@ -1473,8 +1468,8 @@ Authors -Pete Su generated this document -from material culled from other documents by Michael Yoon, Richard Li and Rafael Schloming. But, any remaining lies +Pete Su generated this document +from material culled from other documents by Michael Yoon, Richard Li and Rafael Schloming. But, any remaining lies are his and his alone.