a url shortener
 
 
 
Go to file
rnhmjoj 8583717eca Prepare new version 2015-04-09 17:27:04 +02:00
layouts A few retouches to the style 2015-04-08 23:26:05 +02:00
src Repackage for cabal-install support 2015-04-09 17:11:33 +02:00
views Initial commit 2015-04-08 12:47:56 +02:00
.gitignore Initial commit 2015-04-08 12:47:56 +02:00
LICENSE Update cabal file and add license 2015-04-08 21:38:38 +02:00
README.md Prepare new version 2015-04-09 17:27:04 +02:00
Setup.hs Make the package compatible with cabal-install 2015-04-09 17:11:32 +02:00
breve.cabal Prepare new version 2015-04-09 17:27:04 +02:00

README.md

Breve

a url shortener

Breve is a web application that provides a simple interface to shortening long urls creating links smaller and easier to remember.

It creates links in the form of "/emeaoinqua": easier to remember than alphanumeric strings like "/1Cqw8lHw" used by several services.

It was inspired by hastebin.

Installing the app

Install the app with cabal-install. Run

$ cabal install breve

and start it with

$ breve

The app will start serving on http://localhost:3000, listening on every active interface.

You can change the port and set a hostname via the PORT and HOSTNAME environment variables.

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html