[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content - IFileContent.py:1.3
Stephan Richter
srichter@cbu.edu
Fri, 19 Jul 2002 09:13:01 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content
In directory cvs.zope.org:/tmp/cvs-serv24805/lib/python/Zope/App/OFS/Content
Modified Files:
IFileContent.py
Log Message:
Okay, I finished the Forms work. Schema and Forms completely replace the
old Formulator code now. I have switched all the Content objects to using
Schema + Forms; especially the SQL Script has an interesting demo on how
to write your custom fields.
However, I am not satisfied with all my design decisions. There is still
a lot of work to be done in Converters and Widgets. Please contact Martijn
and/or me if you would like to help.
=== Zope3/lib/python/Zope/App/OFS/Content/IFileContent.py 1.2 => 1.3 ===
#
##############################################################################
"""
-
-Revision information:
$Id$
"""
from Interface import Interface
@@ -22,7 +20,6 @@
"""Marker interface for content that is managed as files
The default view for file content has effective URLs that don't end in
- /. In particular, if the content inclused HTML, relative links in
+ /. In particular, if the content included HTML, relative links in
the HTML are relative to the container the content is in.
-
"""