[PATCH] Adding ExternalEditor support
There's a nice app in Zope called ExternalEditor.
http://www.zope.org/Members/Caseman/ExternalEditor
It consists of a server-side product and a client-side python script. The server sends the file content in a special encoded manner, with the 'application/x-zope-edit' content-type header. The client, when properly configured as a handler application for this content type on your browser, fires up an editor, and upon saving the file does a PUT back to the server.
The following patch is my first attempt at adding this feature to trac, however I have a couple questions (which have been marked as XXX on the diff) before finishing it.
Attachments
(1)
- zopeedit.diff
(7.2 KB
) - added by sidnei@… 20 years ago.
- First attempt at adding the external edit feature to trac. Needs review.
Download all attachments as:
.zip
Change History
(10)
Keywords: |
PATCH added
|
Severity: |
normal → enhancement
|
Summary: |
Adding ExternalEditor support → [PATCH] Adding ExternalEditor support
|
Keywords: |
patch added; PATCH removed
|
Resolution: |
→ wontfix
|
Status: |
new → closed
|
First attempt at adding the external edit feature to trac. Needs review.