Dreamweaver seems to work fine with zope for me as long as my dtml-methods include a ".html" document ending. Is there a way that i can a: make dreamweaver edit documents without endings (.html) without it complaining of unknown file-type? (in design-mode) or b: Make the default document type in zope both index_html AND index.html? Einar -- Einar Næss Jensen Avdelingsingeniør EDB-HF 735 90750
Hello Einar! Einar Næss Jensen wrote:
Dreamweaver seems to work fine with zope for me as long as my dtml-methods include a ".html" document ending.
Is there a way that i can a: make dreamweaver edit documents without endings (.html) without it complaining of unknown file-type? (in design-mode)
No. If you work on PC I suggest using HTML-Kit <http://www.chami.com/html-kit/> or Boa-Constructor <http://boa-constructor.sourceforge.net/> for this files. If you need design mode, try Mozilla Composer <http://www.mozilla.org> or Amaya <http://www.w3.org/Amaya/>, but this is more experimental ;) All editors are free.
or b: Make the default document type in zope both index_html AND index.html?
You can do this by creating a DTML Method with the id index.html in your root: <dtml-var index_html> Tonico -- Tonico Strasser, WebDesigner Contact me mailto:contact_tonico@yahoo.de Visit my HomePage http://Tonico.FreeZope.org
participants (2)
-
Einar Næss Jensen -
Tonico Strasser