Skip to content

patrickbrown-dev/f5go

 
 

Repository files navigation

The F5 Go Redirector

Build Status

A simple service for redirecting mnemonic terms to destination urls.

Features include:

  • anyone can add terms easily
  • regex parsing for "special cases" (using regular expressions)
  • automatically appends everything after the second slash to the destination url
  • tracks and displays term usage frequency on frontpage with fontsize
  • variables allow destination URLs to change en masse (e.g. project name)

Required Packages

python-cherrypy3 python-jinja2

Tips

To run, execute go.py and go to localhost:8080 in a browser.

backup go database regularly

    $ ./go.py export
    $ backup newterms.txt

contributed by Saul Pwanson

About

The F5 Go Redirector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.4%
  • HTML 37.0%
  • CSS 1.3%
  • JavaScript 1.3%