Index: openacs-4/packages/acs-content-repository/www/doc/tutorial.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/tutorial.html,v diff -u -r1.2.4.2 -r1.2.4.3 --- openacs-4/packages/acs-content-repository/www/doc/tutorial.html 22 Jun 2016 07:40:41 -0000 1.2.4.2 +++ openacs-4/packages/acs-content-repository/www/doc/tutorial.html 5 Aug 2016 13:36:00 -0000 1.2.4.3 @@ -61,7 +61,7 @@ and so on:
- Task + Task Title Description Task Number @@ -231,7 +231,7 @@- Side effect: once you've created the content type, the + Side effect: once you've created the content type, the content repository creates a view for you called
-pm_tasks_revisionsx
. Note the x at the end of the name. If you're using Postgres, I believe it will also create a @@ -252,7 +252,7 @@ you've added. Another nice thing is that all that messy business of defining your attributes through the API is taken care of.Types is the content repository are another term for +
Types is the content repository are another term for tables, although that doesn't explain it completely. Types are also kept track of within OpenACS, in the
acs_object_types
table, so the system knows about @@ -526,7 +526,7 @@ cr_items:- item_id - unique id for this item, will be different than the revision_id
+ item_id - unique id for this item, will be different than the revision_id
parent_id - used to group items into a hierarchy (see below)
name - this is used to make a URL by the content repository. It must be unique per content folder. You can use a number, or something like project_231. One way to do this is to set it equal to a title plus the item_id.
locale - not sure, probably for internationalization support
@@ -568,7 +568,7 @@ Column | Type | Modifiers ------------------+------------------------+----------------------------- item_id | integer | not null - parent_id | integer | not null + parent_id | integer | not null name | character varying(400) | not null locale | character varying(4) | live_revision | integer |