6
0
Fork 0
Online interface to pandoc: converts .md and .docx to HTML, ICML, Markdown, txt
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Castro0o e21f8b0743 change to readme vor 6 Jahren
cgi-bin change to readme vor 6 Jahren
fonts STDIN conversion is working. vor 6 Jahren
imgs hybrid.html -> index.html; changed links; added xpub logo vor 6 Jahren
lib tweaks & download button vor 10 Jahren
projects/sample updates vor 10 Jahren
LICENSE surprisingly many things working vor 10 Jahren
README.md change to readme vor 6 Jahren
editor.css last changes, start uuid based project vor 10 Jahren
editor.js last changes, start uuid based project vor 10 Jahren
hybrid.css hybrid.html -> index.html; changed links; added xpub logo vor 6 Jahren
hybrid.js STDIN conversion is working. vor 6 Jahren
hype.html startlink vor 10 Jahren
index.html hybrid.html -> index.html; changed links; added xpub logo vor 6 Jahren
serve.py STDIN conversion is working. vor 6 Jahren

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/* /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. See LICENSE.