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
- Host: GitHub
- URL: https://github.com/f5devcentral/f5go
- Owner: f5devcentral
- License: mit
- Created: 2015-09-03T16:37:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T17:47:41.000Z (about 2 years ago)
- Last Synced: 2025-03-25T16:55:36.219Z (11 months ago)
- Language: Python
- Size: 71.3 KB
- Stars: 19
- Watchers: 12
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The F5 Go Redirector
[](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