~sgeisenh/reeneeurl

Quick & dirty URL shortener using Flask
Get URL shortener working
Try to add support for paths after short urls

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~sgeisenh/reeneeurl
read/write
git@git.sr.ht:~sgeisenh/reeneeurl

You can also use your local clone with git send-email.

#ReeneeURL

A quick and dirty URL shortener using Flask and sqlite.

#TODO

  • Better handle "relative" long URLs. E.g., currently a long URL that looks like "google.com" will redirect to "<app url>/google.com" instead of "http://google.com".
  • Move fragments to jinja templates.