Index: openacs-4/packages/news/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/design.adp,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/news/www/doc/design.adp 9 Jun 2016 13:03:12 -0000 1.1.2.3 +++ openacs-4/packages/news/www/doc/design.adp 5 Jul 2016 16:52:02 -0000 1.1.2.4 @@ -63,12 +63,13 @@ news body in HTML format. If someone submits a news body with inconsistent HTML tags, the News application attempts to close these tags in the preview page. -

The news body can have a MIME format of "text/plain" or -"text/html". Using HTML, the publisher can hyperlink images, audio- -and video files into the publication body from other sites or from -the local file storage module. This way, the news application does -not need its own content management. For instance, one can download -and install the ACS4 file-storage module from the acs-repository, +

The news body can have a MIME format of "text/plain" +or "text/html". Using HTML, the publisher can hyperlink +images, audio- and video files into the publication body from other +sites or from the local file storage module. This way, the news +application does not need its own content management. For instance, +one can download and install the ACS4 file-storage module from the +acs-repository, upload some photographs in gif or jpeg format, and then link it into the HTML news body, somewhat like this: <img src="http://myserver.org/file-storage/download/Fig1.gif">

@@ -102,9 +103,9 @@ The News application makes use of the exisiting 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, and a custom +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, and a custom table, cr_news, which holds the remainder of the information necessary to describe a news item. cr_news items are children of cr_revision items. @@ -136,8 +137,8 @@

The data model in the context of the content repository are futher characterized by following: