Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noteed/hortened
A personal URL shortener
https://github.com/noteed/hortened
Last synced: about 2 months ago
JSON representation
A personal URL shortener
- Host: GitHub
- URL: https://github.com/noteed/hortened
- Owner: noteed
- License: other
- Created: 2011-03-13T19:10:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-13T19:34:55.000Z (almost 14 years ago)
- Last Synced: 2023-04-13T10:31:55.487Z (over 1 year ago)
- Language: Haskell
- Homepage: http://hy.io
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
A URL shortener.
The service run as an HTTP server. I want the service to be accessible only via
nginx, so I bind only 127.0.0.1. Cookie reading and writing is only done in SSL
mode. Login is only available in SSL mode.The code should be reviewed (especially w.r.t. SSL/Cookies/Login/Password
stuffs). There are a lot of TODOs.The code is probably too specific for general use (which is the goal of this
package).I hope to make the code readable for Haskell noobs as I think a URL shortener
is a nice little project for beginners.