breve 0.4.2.0 → 0.4.3.0
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
- README.md +3/−0
- breve.cabal +2/−2
README.md view
@@ -4,6 +4,8 @@ Breve is a web application that provides a simple interface to shortening long urls creating links smaller and easier to remember. +You can find a running instance on [breve.xyz](https://breve.xyz)+ It creates links in the form of "/emeaoinqua": easier to remember than alphanumeric strings like "/1Cqw8lHw" used by several services. @@ -41,6 +43,7 @@ ``` `urltable` is the location of breve url hashtable+ `chain` is a list of chain certificate files ## License
breve.cabal view
@@ -1,5 +1,5 @@ name: breve-version: 0.4.2.0+version: 0.4.3.0 synopsis: a url shortener description: @@ -9,7 +9,7 @@ homepage: https://github.com/rnhmjoj/breve license: MIT license-file: LICENSE-author: Rnhmjoj+author: rnhmjoj maintainer: micheleguerinirocco@me.com copyright: (C) Michele Guerini Rocco 2015 category: Web