Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1001 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 1001 Bytes

gitdox

Repository for GitDOX, a GitHub Data-storage Online XML editor

This tool is being used by Coptic SCRIPTORIUM as an xml editor/transcription tool for coptic texts. The editor is based on CodeMirror(https://codemirror.net) and uses GitHub as a remote backend, and SQLite for local storage.

To configure on server or localhost, simply download the files, and make sure

(1) you have added handlers for python for the directory in the main Apache config file, like:

\
Options +ExecCGI

AddHandler cgi-script .py

</Directory>

(2) you have given executable permission the python scripts.

To start the app, run index.py and log in with admin or your credentials.

(c) 2016 Shuo Zhang (@zangsir) and Amir Zeldes (@amir-zeldes)

This work was supported by the KELLIA project, NEH grant #HG-229371, co-sponsored by the German DFG.