alexkehayias / hyper-org-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyper-org-mode

Experimental Clojure/ClojureScript server for team based org-mode project management.

Running the Server

lein run resources/local.config.properties

API

The server exposes the following endpoints for a client to synchronize files.

Pull

Pull the latest master version of the project file

curl 127.0.0.1:1986/api/v1/pull/todo.org

Push

Push the changes to the project file where the proposed file is the file with your changes and previous file is a local copy of the last master file.

curl 127.0.0.1:1986/api/v1/push/todo.org -F "proposed=@todo.org" -F "previous=previous.org"

License

Copyright © 2015 Alex Kehayias Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About


Languages

Language:Clojure 96.5%Language:HTML 3.3%Language:CSS 0.1%