Parcourir la source

README for servers

Alex Bennee il y a 16 ans
Parent
commit
5b3fd98b85
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12 0
      README

+ 12 - 0
README

@@ -0,0 +1,12 @@
+Servers
+=======
+
+Because the Chrome(ium) security model doesn't allow for extensions
+spawning processes we can't just exec() the editor process. Instead we
+have to implement an "edit server" which listens to XmlHttp requests
+on port 9292 (default) and then sends a response when the edit is
+complete. A number are included here:
+
+* pycl.py - Original version, works
+* edit_server.el - An Emacs Lisp implementation, under development (patches welcome)
+