[ANN] DTML Editor 0.1.0
Hi, For those like me who are tired to edit DTML methods/documents through an HTML TEXTAREA, I'm proud to announce the first public alpha version of DTML Editor, first attempt of DTML syntax coloring editor. Requirements (client side): - Windows or Unix/GTK - Python 2.x (worked with Python 2.1 but did not use any specific feature) - xmlrpclib (get it from http://www.pythonware.com but you can use a copy of the one that's in $ZOPEROOT/lib/python) - wxPython from http://www.wxpython.org (I work with wxPython 2.3 but DTML Editor will perhaps run with older versions) Requirements (server side): - Hmmm... I'm not sure... I tested with Zope 2.3.2 and Zope 2.3.3 but this may work with older versions. - Follow instructions in "00README.txt": there's a small python script to put in the Zope server root to reply to the client. Warning for Unix/GTK users: I developed and tested the DTML Editor with Windows but paid attention not using any Windows specific feature of python or wxPython. Just install this release in a directory where the user has "write" granted. DTML Editor will save user preferences in ~/.dtmled/* on Unix platforms in a future release. DON'T CONNECT PRODUCTION SERVERS WITH THIS ALPHA RELEASE (You can anyway undo eventual mess through the ZMI) Download: http://glenfant.free.fr/zopeutils/dtmledit.tgz Enjoy !
At 07:51 PM 7/2/01 +0200, Gilles Lenfant wrote:
Hi,
For those like me who are tired to edit DTML methods/documents through an HTML TEXTAREA, I'm proud to announce the first public alpha version of DTML Editor, first attempt of DTML syntax coloring editor.
Please look at Boa Constructor. It uses the same toolkits (wxPython) and does already all of this, including syntax highlighting, editing of various Zope objects and so on... Shane Hathaway is currently implementing his ZDebugger into the Boa code as well... The Zope stuff may not be in the current official release, but as I know Riaan, the CVS is pretty stable. ;-) URL: http://sourceforge.net/projects/boa-constructor BTW, the actual Zope code was written by Robert Boulanger... Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
participants (2)
-
Gilles Lenfant -
Stephan Richter