summaryrefslogtreecommitdiff
path: root/www/zopeedit/DESCR
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-11-14 18:36:21 +0000
committerdrochner <drochner@pkgsrc.org>2002-11-14 18:36:21 +0000
commitc5c4d43829cebea33ef0fc7a343f930cc2c92992 (patch)
tree6b74c0ebb2a4c91e0949ac76d06dc58bd334b5c7 /www/zopeedit/DESCR
parentecb4b33e4ff32c6623add906e089cd4b03620ad1 (diff)
downloadpkgsrc-c5c4d43829cebea33ef0fc7a343f930cc2c92992.tar.gz
client side helper application for zope25-ExternalEditor
Diffstat (limited to 'www/zopeedit/DESCR')
-rw-r--r--www/zopeedit/DESCR18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/zopeedit/DESCR b/www/zopeedit/DESCR
new file mode 100644
index 00000000000..a8364aa52db
--- /dev/null
+++ b/www/zopeedit/DESCR
@@ -0,0 +1,18 @@
+The Zope External Editor is a new way to integrate Zope more seamlessly with
+client-side tools. It has the following features:
+ - Edit objects locally, directly from the ZMI.
+ - Works with any graphical editor application that can open a file from the
+ command line, including: emacs, gvim, xemacs, nedit, gimp, etc.
+ - Automatically saves changes back to Zope without ending the editing
+ session.
+ - Associate any client-side editor application with any Zope object by
+ meta-type or content-type. Both text and binary object content can be
+ edited.
+ - Locks objects while they are being edited. Automatically unlocks them when
+ the editing session ends.
+ - Can add file extensions automatically to improve syntax highlighting or
+ file type detection.
+ - Works with basic auth, cookie auth and Zope versions. Credentials are
+ automatically passed down to the helper application. No need to
+ reauthenticate.
+ - https support (Openssl required)