This is a quick-and-dirty clone of Google's internal shortlinker. This runs on GAE because I'm lazy and didn't want to manage infra for myself this time around.
This repository has been archived on 2026-05-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2026-01-23 23:11:06 -05:00
.gitignore Initial commit 2015-06-26 16:59:05 -04:00
.travis.yml Removed Python 2.7 2016-10-31 21:12:26 -04:00
admin.py Add documentation 2019-10-07 22:35:30 -04:00
app.yaml Fix 2018-10-08 01:18:34 -04:00
golink.py Add documentation 2019-10-07 22:35:30 -04:00
index.yaml The redirector works with the initial feature set. (ie: it redirects to things) 2015-07-08 00:02:30 -04:00
LICENSE Initial commit 2015-06-26 16:59:05 -04:00
models.py Add documentation 2019-10-07 22:35:30 -04:00
README.md Update README.md 2026-01-23 23:11:06 -05:00
redirector.py Add documentation 2019-10-07 22:35:30 -04:00
requirements.txt Added Travis CI (probably) 2015-12-08 23:40:37 -05:00
root.py Add a few things 2018-10-08 00:56:14 -04:00
update_schema.py Move things around to make the code a little cleaner 2018-10-08 00:56:14 -04:00
update_schema_handler.py A touch of refactoring and adding the ability to populate the old fields 2016-04-25 22:46:04 -04:00

go-forwarder

Archived

About

This repo is for my hacky little forwarder tool I run in GAE (Google App Engine).

  1. Why a forwarder?
  • I'm lazy
  1. Why GAE?
  • See above

Enjoy!