[Zope-CVS] CVS: Products/ExternalEditor - CHANGES.txt:1.21 INSTALL-UNIX.txt:1.2 zopeedit.py:1.31
Casey Duncan
casey@zope.com
Sun, 7 Jul 2002 11:52:38 -0400
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv20411
Modified Files:
CHANGES.txt INSTALL-UNIX.txt zopeedit.py
Log Message:
Added instructions for configuring in Konqueror
=== Products/ExternalEditor/CHANGES.txt 1.20 => 1.21 ===
+ 6/30/02 - 0.4.2 Release (affects win32 binary only)
+
+ - Added SSL support to Windows binary package. Thanks to Federico
+ Sevilla III
+
6/29/02 - 0.4.1 Release
- Fixed dangling dav lock bug on fatal errors. Thanks to Marc St-Jean.
=== Products/ExternalEditor/INSTALL-UNIX.txt 1.1 => 1.2 ===
- for Application, select the helper application python file
+ Here are instructions for Konqueror (provided by Mark Bucciarelii)
+
+ - Settings -> Configure Konqueror
+
+ - Select the File Associations icon
+
+ - Add a new File Assocation: group = application, type = x-zope-edit
+
+ - This association should now be currently selected in the Known Types
+ tree control
+
+ - Add a description, if you like
+
+ - Click the Add button in the Application Preference Order section.
+ Browse to select /usr/local/bin/zopeedit.py
+
Tips
The helper application can run any editor program that does not detach
=== Products/ExternalEditor/zopeedit.py 1.30 => 1.31 ===
# Zope External Editor Helper Application by Casey Duncan
-__version__ = '0.4'
+__version__ = '0.4.2'
import sys, os
import traceback