Commit 91c655d4 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Updated comments

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10038 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a6a5a71b
...@@ -38,9 +38,6 @@ class Document(XMLObject, TextContent): ...@@ -38,9 +38,6 @@ class Document(XMLObject, TextContent):
*Structured Text* or *HTML*. Text can be automatically translated *Structured Text* or *HTML*. Text can be automatically translated
through the use of 'message catalogs'. 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 Document inherits from XMLObject and can
be synchronized accross multiple sites. be synchronized accross multiple sites.
...@@ -52,6 +49,9 @@ class Document(XMLObject, TextContent): ...@@ -52,6 +49,9 @@ class Document(XMLObject, TextContent):
in place and is not needed for archive. In the case (3) of in place and is not needed for archive. In the case (3) of
a web page, the new version replaces the previous one, a web page, the new version replaces the previous one,
the previous one being kept in place for archive. 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' meta_type = 'ERP5 Document'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment