An open API service indexing awesome lists of open source software.

https://github.com/f5devcentral/f5go

The F5 Go Redirector
https://github.com/f5devcentral/f5go

Last synced: 10 months ago
JSON representation

The F5 Go Redirector

Awesome Lists containing this project

README

          

# The F5 Go Redirector

[![Build Status](https://travis-ci.org/f5devcentral/f5go.svg?branch=master)](https://travis-ci.org/f5devcentral/f5go)

*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