Martijn Pieters <mj@zope.com> writes:
- DTML Method: paste the contents into a 'STX Document' for structured text, or 'Formatted Document' for html formatting. DTML scripting will no longer be supperted on the new Zope.org site.
Currently, only "Formatted Document" seems to be available, but it supports STX as well as HTML docs.
What happens to DTML Documents? Same as DTML Methods?
I converted some docs and ended up with "Not found"-errors, I had to manually add index_html to the path to the page. (formatted document /Members/snej/foo must be referenced as /Members/snej/foo/index_html). This makes it difficult to replace e.g. index_html by Formatted_Documents.
DTML Documents are converted to CMF Documents; any DTML contained will not be executed. So you could use a DTML Document for index_html. -- Martijn Pieters | Software Engineer mailto:mj@zope.com | Zope Corporation http://www.zope.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------