hybrideditor ============ Pandoc + Ace + Markdown = Hybrid Workflow Editor A proof of concept developed in the context of the [Digital Publishing Toolkit](http://networkcultures.org/digitalpublishing/) project, and for the Institute of Network Cultures. ## Live Demo See a live demo at [http://pandoc.networkcultures.org](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 ```bash 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/* /path/to/hype/dir/in/cgi-bin` xpub tools cgi-bin: /var/www/tools.xpub.nl/cgi-bin/hybrideditor you be in the HYPe folder and create the file links inside the webserver's cgi-bin, in my case `/path/to/hype/dir/in/cgi-bin` ## License This software is released under a [GPLv3 license](http://www.gnu.org/copyleft/gpl.html). See LICENSE.