Very simple internal short-linking system.
The home for this project is https://gitlab.com/daniellawrence/go-links
DEMO_RECORDS = [
('mail', 'https://mail.google.com'),
('git', 'https://gitlab.com{/search?terms=^}'),
('github', 'https://github.com{/search?terms=^}'),
('in', 'https://linkedin.com'),
('fb', 'https://www.facebook.com')
]
If you visit http://go/git you would be redirect to https://gitlab.com
However if you visit http:/go/git go-links
, you would be redirected to search, for "go-links"
Save GoRecords into a databasePush lots of things into asettings.py
file- Add OAuth2
- Show "your" go-links
- Pretty up the index of links
- Optional "hits" into the database