[Zope-CVS] CVS: Products/ExternalEditor - INSTALL-UNIX.txt:1.3 INSTALL-WIN32.txt:1.3

Casey Duncan casey@zope.com
Tue, 1 Apr 2003 14:42:38 -0500


Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv5760

Modified Files:
	INSTALL-UNIX.txt INSTALL-WIN32.txt 
Log Message:
Update install docs


=== Products/ExternalEditor/INSTALL-UNIX.txt 1.2 => 1.3 ===
--- Products/ExternalEditor/INSTALL-UNIX.txt:1.2	Sun Jul  7 11:52:37 2002
+++ Products/ExternalEditor/INSTALL-UNIX.txt	Tue Apr  1 14:42:37 2003
@@ -16,12 +16,16 @@
 
     Dependancies: Python 2.2, Tk
 
-    Download the helper app archive and extract into the directory where you
-    want to install it (it contains one executable Python module file). ~/bin
-    or /usr/local/bin might be good choices, the latter if you want to share
-    it between multiple users.
+    Download the helper app archive and extract it. Enter the ExternalEditor
+    directory and run (You may need to be root)::
 
-    Once you have the help application installed, you need to configure your
+      python2.2 setup.py install
+
+    This will install the zopeedit.py executable (in /usr/local/bin on my
+    system). Alternately, you can just copy zopeedit.py to the location of
+    your choosing.
+
+    Once you have the helper application installed, you need to configure your
     browser to fire it off appropriately. To do so, create an entry in the
     helper applications list for your browser(s) that associates the mime type
     "application/x-zope-edit" with the helper application.
@@ -109,4 +113,3 @@
       from the parent process (the helper app). Configure the editor such that 
       it does not do this. Unfortunately this prevents you from using a 
       multi-headed text edit server (like nedit and emacs can provide). 
-      This is a limitation I have not found a way around yet (any ideas??)


=== Products/ExternalEditor/INSTALL-WIN32.txt 1.2 => 1.3 ===
--- Products/ExternalEditor/INSTALL-WIN32.txt:1.2	Sat Nov  2 22:13:13 2002
+++ Products/ExternalEditor/INSTALL-WIN32.txt	Tue Apr  1 14:42:37 2003
@@ -16,7 +16,7 @@
 
     The binary distribution for Windows includes everything you need to
     to install the helper application. It is precompiled to a native Windows
-    executable using Python 2.2.2, Pythonwin build 148 and Py2exe 0.3.3. 
+    executable using Python 2.2.2, Pythonwin build 152 and Py2exe 0.3.3. 
     Everything is included for you in one package.
 
     Just run the setup executable to install and configure the helper app
@@ -116,5 +116,5 @@
       connection to the editor process, this is because your editor detached 
       from the parent process (the helper app). Configure the editor such that 
       it does not do this. Unfortunately, many MDI applications do this and
-      cannot be configured otherwise. Look for a solution to this in a later
-      version of external editor.
+      cannot be configured otherwise. To solve this problem, a plug-in must
+      be developed for the application. See the README file for more details.