Roscidus.com Zero Install Mirror

» Main » edit-server

edit-server - a server for editing files (locally)

Published by Tim Cuthbertson

Overview

This is a Zero Install feed. To add this program to your Applications menu, choose Zero Install -> Add New Program from the Applications menu. e.g. on Ubuntu:

Adding with GNOME

If you don't see this menu item, install the zeroinstall-injector package from your distribution's repository, or from 0install.net.

Drag the feed's URL to the dialog box that appears. Other environments may use other systems. For example, if you are a ROX desktop user, drag the link to AddApp instead.

Alternatively, to run it from the command-line:

$ 0launch http://gfxmonk.net/dist/0install/edit-server.xml

The 0alias command can be used to create a short-cut to run it again later.

If you don't have the 0launch command, download it from the 0install.net web-site, which also contains documentation about how the Zero Install system works.

Full name

http://gfxmonk.net/dist/0install/edit-server.xml

Description

An edit server written in python, compatible with TextAid and other similar google chrome extensions. The purpose of which is to edit a browser's textarea in an external text editor (like vim, emacs, etc...) Runs on port 9292, or whatever port you pass in (see --help) Listens on the local interface only. Editor command is defaulted to `gvim -f`, but will use ARGV instead if you give it any (non-optional) arguments. Incremental file editing: ------------------------- Supports incremental editing, which requires a version of the chrome plugin released after 2010-10-24. If you find your textareas never update after the first time you save the file in your editor, your version is too old. You can use --no-incremental to revert to the old behaviour. [Tech details] The incremental editing uses two HTTP headers, "x-file" and "x-open". "x-open: true" means the editor has not finished, and another request should be made immediately. "x-file: FILENAME" (returned from the server) provides the value to be provided as the "x-file" request header for the subsequent request. if "x-file" is not "true", the editing has finished and no more requests should be made.

Homepage

http://github.com/gfxmonk/edit-server

Available versions

The list below is just for information; Zero Install will automatically select one of these versions for you.

VersionReleasedStabilityPlatformDownload
0.12010-09-24AnyDownload (1744 bytes)
0.1.12010-09-24AnyDownload (1744 bytes)
0.1.22010-09-26AnyDownload (1887 bytes)
0.1.32010-09-30AnyDownload (1922 bytes)
0.1.42010-11-08AnyDownload (2584 bytes)
0.1.52011-08-10AnyDownload (2934 bytes)
0.1.62011-11-14AnyDownload (3399 bytes)
0.1.72012-05-15AnyDownload (3300 bytes)
0.1.82012-12-30AnyDownload (3422 bytes)
0.22013-03-29AnyDownload (5284 bytes)
0.2.12013-04-03AnyDownload (10814 bytes)
0.3.02014-09-21AnyDownload (11158 bytes)
Required libraries

The list below is just for information; Zero Install will automatically download any required libraries for you.