playdot - A simple playground for dpic and dot
Go to file
Özgür Kesim 6c7d5f258f Revert "add image/svg+xml as Content-Type for svg"
This reverts commit 549ed6a93b.

maste was already ahead with this.
2019-06-14 11:02:34 +02:00
saved Initial upload 2017-11-22 18:04:38 -08:00
static added (d)pic-Documentation as PDFs 2017-11-22 18:23:59 -08:00
AUTHOR Initial upload 2017-11-22 18:04:38 -08:00
dot.png Added screenshots 2017-11-22 18:59:35 -08:00
dpic.png Added screenshots 2017-11-22 18:59:35 -08:00
index.html make Calibri or Verdana default font 2017-11-27 12:04:36 -08:00
LICENSE Initial upload 2017-11-22 18:04:38 -08:00
main.go Revert "add image/svg+xml as Content-Type for svg" 2019-06-14 11:02:34 +02:00
README.md fix markdown 2017-11-22 19:00:08 -08:00
tools.json trimmed empty lines in examples 2017-11-23 14:02:50 -08:00

playdot - A simple playground for dpic and dot

A simple webservice that displays an editor for dpic- and dot-input and shows the SVG-output or error messages below it. Allows for sharing of links to the input.

You must first install

before you can use playdot properly.

Screenshots:

dot screenshot dpix screenshot

Install

% go get github.com/oec/playdot
% cd $GOPATH/src/github.com/oec/playdot
% go build

To run the server on port 9999 without TLS:

% ./playdot -l :9999
2017/11/22 18:13:13 handler for /dot/ registered
2017/11/22 18:13:13 handler for /dpic/ registered
2017/11/22 18:13:13 listening non-tls on :9999

See ./playdot -h for further options.