Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nacmartin/hmark
- Owner: nacmartin
- Created: 2010-10-23T04:21:21.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-23T04:24:22.000Z (about 14 years ago)
- Last Synced: 2024-10-30T02:43:39.233Z (about 2 months ago)
- Language: Haskell
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.