Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtanguy/minipaste
minimal pastebin service built in haskell
https://github.com/jtanguy/minipaste
Last synced: 23 days ago
JSON representation
minimal pastebin service built in haskell
- Host: GitHub
- URL: https://github.com/jtanguy/minipaste
- Owner: jtanguy
- License: bsd-3-clause
- Created: 2014-09-12T10:09:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T13:12:43.000Z (about 9 years ago)
- Last Synced: 2023-03-14T05:40:21.238Z (almost 2 years ago)
- Language: Haskell
- Size: 233 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
minipaste, a minimal pastebin service
=====================================Minipaste is a minimal pastebin service built with haskell.
It is built on top of [scotty](https://github.com/scotty-web/scotty),
[hasql](https://github.com/nikita-volkov/hasql),
[highlighting-kate](https://github.com/jgm/highlighting-kate) and
[blaze-html](https://github.com/jaspervdj/blaze-html).Features
--------- List pastes (all/by lang)
- POST a paste (baseurl/:lang)
- GET a paste (baseurl/:uuid)
- PATCH a paste' lang (baseurl/:uuid/:lang)TODO
----- Better encoding handling
- Experiment with [lucid](https://github.com/chrisdone/lucid)TODON'T
-------- edit a paste, as the url of the paste is the UUID v5 hash of its contents.