You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Castro0o 5b6018dcf8 | 7 years ago | |
---|---|---|
cgi-bin | 7 years ago | |
fonts | 7 years ago | |
imgs | 7 years ago | |
lib | 10 years ago | |
projects/sample | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 7 years ago | |
editor.css | 10 years ago | |
editor.js | 10 years ago | |
hybrid.css | 7 years ago | |
hybrid.js | 7 years ago | |
hype.html | 10 years ago | |
index.html | 7 years ago | |
serve.py | 7 years ago |
README.md
hybrideditor
Pandoc + Ace + Markdown = Hybrid Workflow Editor
A proof of concept developed in the context of the Digital Publishing Toolkit project, and for the Institute of Network Cultures.
Live Demo
See a live demo at http://pandoc.networkcultures.org.
Running
To run:
python serve.py
visit: http://localhost:8000/cgi-bin/start.cgi or http://localhost:8000/cgi-bin/select.cgi
install using cgi-bin
mkdir /var/www/cgi-bin/hybrideditor/
ln cgi-bin/* /var/www/cgi-bin/hybrideditor/
chmod +x cgi-bin/
update CGI
BEcuase the CGI folder happens to be in a a different location from the HYPE folder, we need to update its files after each git pull with:
ln -sf cgi-bin/* /var/www/cgi-bin/hype/
you be in the HYPe folder and create the file links inside the webserver's cgi-bin, in my case /var/www/cgi-bin/hype/
License
This software is released under a GPLv3 license. See LICENSE.