Index: openacs-4/packages/news/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/design.html,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/news/www/doc/design.html 7 Aug 2017 23:48:12 -0000 1.6 +++ openacs-4/packages/news/www/doc/design.html 25 Mar 2018 22:13:40 -0000 1.7 @@ -108,7 +108,7 @@
  • news.status: returns info as to permanent, when it will archive, when it will be released
  • news.revision_add: add a new revision to an existing news item -
  • news.revision_delete: delete a revision from an exisiting news item (not used) +
  • news.revision_delete: delete a revision from an existing news item (not used)
  • news.revision_activate: make a revision the active revision @@ -124,7 +124,7 @@

    VII. Data Model Discussion

    -The News application makes use of the exisiting ACS Content Repository service. +The News application makes use of the existing ACS Content Repository service. A news item consists of a row-entry in the table cr_item, where all of the meta-information that isn't already stored in acs_objects concerning these items is placed, one or several rows in the revision table cr_revisions, @@ -169,7 +169,7 @@
  • The archive_date is supplemented by cr_news. A reminder to the column release_date is necessary here: Its granularity is only -one day, i.e. the relase date is for instance 2001-01-01 00:00 (always at midnight). +one day, i.e. the release date is for instance 2001-01-01 00:00 (always at midnight). If someone wants to present a view of 'new items' since last login (which can be more than once since 00:00), one can use cr_news.approval_date for differentiating since this is time-stamped by sysdate. @@ -330,7 +330,7 @@ The news application has three customizable parameters which have to be set for each package instance through the site-map manager. -