[Erp5-report] r10038 - /erp5/trunk/products/ERP5/Document/Document.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Sep 17 14:22:33 CEST 2006


Author: jp
Date: Sun Sep 17 14:22:32 2006
New Revision: 10038

URL: http://svn.erp5.org?rev=10038&view=rev
Log:
Updated comments

Modified:
    erp5/trunk/products/ERP5/Document/Document.py

Modified: erp5/trunk/products/ERP5/Document/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Document.py?rev=10038&r1=10037&r2=10038&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py (original)
+++ erp5/trunk/products/ERP5/Document/Document.py Sun Sep 17 14:22:32 2006
@@ -38,9 +38,6 @@
         *Structured Text* or *HTML*. Text can be automatically translated
         through the use of 'message catalogs'.
 
-        A Document is a terminating leaf
-        in the OFS. It can not contain anything.
-
         Document inherits from XMLObject and can
         be synchronized accross multiple sites.
 
@@ -52,6 +49,9 @@
         in place and is not needed for archive. In the case (3) of
         a web page, the new version replaces the previous one,
         the previous one being kept in place for archive.
+
+        Subcontent: documents may include subcontent (files, images, etc.)
+        so that publication of rich content can be path independent
     """
 
     meta_type = 'ERP5 Document'




More information about the Erp5-report mailing list