Online interface to pandoc: converts .md and .docx to HTML, ICML, Markdown, txt
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Castro0o e21f8b0743 change to readme il y a 6 ans
cgi-bin change to readme il y a 6 ans
fonts STDIN conversion is working. il y a 6 ans
imgs hybrid.html -> index.html; changed links; added xpub logo il y a 6 ans
lib tweaks & download button il y a 10 ans
projects/sample updates il y a 10 ans
LICENSE surprisingly many things working il y a 10 ans
README.md change to readme il y a 6 ans
editor.css last changes, start uuid based project il y a 10 ans
editor.js last changes, start uuid based project il y a 10 ans
hybrid.css hybrid.html -> index.html; changed links; added xpub logo il y a 6 ans
hybrid.js STDIN conversion is working. il y a 6 ans
hype.html startlink il y a 10 ans
index.html hybrid.html -> index.html; changed links; added xpub logo il y a 6 ans
serve.py STDIN conversion is working. il y a 6 ans

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.