https://github.com/rnons/yespandoc
A simple web interface to Pandoc, using Yesod web framework
https://github.com/rnons/yespandoc
Last synced: 2 months ago
JSON representation
A simple web interface to Pandoc, using Yesod web framework
- Host: GitHub
- URL: https://github.com/rnons/yespandoc
- Owner: rnons
- License: other
- Created: 2012-06-17T03:20:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-17T03:22:33.000Z (about 14 years ago)
- Last Synced: 2025-03-06T11:31:18.379Z (over 1 year ago)
- Language: Haskell
- Homepage: http://yespandoc.herokuapp.com
- Size: 367 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
# yespandoc
As the name implies, yespandoc = yesod + pandoc
It's a simple web interface to [pandoc].
In fact, this is my effort to learn [yesod]. After I form this idea, I noticed [try pandoc].
Much can be done to improve this app.
Demo: [http://yespandoc.herokuapp.com](http://yespandoc.herokuapp.com)
[yesod]: http://www.yesodweb.com
[pandoc]: http://johnmacfarlane.net/pandoc
[try pandoc]: http://johnmacfarlane.net/pandoc/try