Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nacmartin/hmark

Simple web app to share a bookmark in haskell. I use now github.com/nacmartin/gozame instead
https://github.com/nacmartin/hmark

Last synced: 6 days ago
JSON representation

Simple web app to share a bookmark in haskell. I use now github.com/nacmartin/gozame instead

Awesome Lists containing this project

README

        

Hmark
==========================

Hmark is a very simple web application to share bookmarks written in Haskell+Happstack that I wrote during to learn Haskell.

It has two urls:

localhost:3000?url=http://url.to.save.com

Saves http://url.to.save.com in the database

localhost:3000

Redirects you to the last saved bookmark.

That is all!

Credits
------------

The code is based on [this code](http://gitit.johnmacfarlane.net/paste.lhs) from John MacFarlane ans released under the GNU GPL v2.