History for ExtendingDreamweaver
??changed:
-
**Extending Dreamweaver for better use with Zope**
Dreamweaver can be extended to handle different types of content. This is a great link to some interesting work.
- http://www.zope.org/Members/careymatt/dreamweaver_dtml_objects
A big problem, is that dreamweaver uses the file extnsion (i.e. .html) to decide how it will present the content in the editor. files ending in a zopeish _html have issues, becuase dreamweaver doesn't know what they are- so it merely presents them in Code view.
Another issue, is that Dreamweaver doesn't deal well with dtml tags. The above extension to Dreamweaver attempts to fix this, but ZPT are never hurt by dreamweaver (or are they? any experiences out there?).