breve: a url shortener

[ gpl, program, web ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0, 0.0.2.0, 0.0.2.1, 0.0.2.2, 0.0.3.0, 0.0.4.0, 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.4.3.1, 0.4.4.0, 0.4.5.0, 0.4.5.1, 0.5.0.0
Dependencies aeson (>=0.8 && <0.9), base (>=4 && <5), binary (>=0.7 && <0.8), bytestring (>=0.10 && <0.11), cryptohash (>=0.11 && <0.12), hashtables (>=1.2 && <1.3), mtl (>=2.1 && <2.2), random (>=1.1 && <1.2), simple (>=0.8.0), transformers (>=0.3 && <0.4), wai (>=2 && <3), wai-extra (>=2 && <3), warp (>=2.1 && <2.2) [details]
License MIT
Copyright (C) Michele Guerini Rocco 2015
Author Rnhmjoj
Maintainer micheleguerinirocco@me.com
Category Web
Home page https://github.com/rnhmjoj/breve
Source repo head: git clone https://github.com/rnhmjoj/breve
Uploaded by rnhmjoj at 2015-04-09T15:27:54Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables breve
Downloads 12792 total (48 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-05-24 [all 8 reports]

Readme for breve-0.0.2.1

[back to package description]

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