Index: openacs-4/packages/acs-content-repository/www/doc/guide/items.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/items.adp,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-content-repository/www/doc/guide/items.adp 16 Sep 2014 20:51:13 -0000 1.1.2.1 +++ openacs-4/packages/acs-content-repository/www/doc/guide/items.adp 17 Sep 2014 18:24:28 -0000 1.1.2.2 @@ -6,9 +6,7 @@ -

Creating Content Items

-Content Repository : Developer -Guide

Use the Content Item API to create the item

Content items are initialized using the +

Creating Content Items

Use the Content Item API to create the item

Content items are initialized using the content_item.new function. A name is the only parameter required to create an item:

 item_id := content_item.new( name => 'my_item' );