Açıklama Yok

Frederic G. MARAND 6484db1121 Some structural and commenting cleanup. 10 yıl önce
data 445b512e0f Stubs for language, longurl, shorturl. Some working methods on storage/strategy 10 yıl önce
doc 6484db1121 Some structural and commenting cleanup. 10 yıl önce
storage 6484db1121 Some structural and commenting cleanup. 10 yıl önce
strategy 6484db1121 Some structural and commenting cleanup. 10 yıl önce
url 6484db1121 Some structural and commenting cleanup. 10 yıl önce
web 6484db1121 Some structural and commenting cleanup. 10 yıl önce
.gitignore 5ba5ac0c61 First commit: README, GPLv3 license, .gitignore. 10 yıl önce
LICENSE.txt 5ba5ac0c61 First commit: README, GPLv3 license, .gitignore. 10 yıl önce
README.md 84989d9ca0 Initial data model. 10 yıl önce
kurz.go 6484db1121 Some structural and commenting cleanup. 10 yıl önce

README.md

Kurz is yet another URL shortener/aliaser.

  • built as a Go API, for internal site use as well as public use
  • web front end provided
  • multiple aliasing strategies. provided:
    • 32-bits hexa string, leading 0s omitted
    • base36
    • manual selection
  • supporting
    • vanity domains
    • relative paths (API only, no Web UI), for use within web sites
    • "slug"-type multipart aliasing for SEO
  • usage statistics

It is currently available under the General Public License version 3 or later.