https://github.com/ruuda/earl
A flexible redirect server
https://github.com/ruuda/earl
Last synced: about 1 year ago
JSON representation
A flexible redirect server
- Host: GitHub
- URL: https://github.com/ruuda/earl
- Owner: ruuda
- License: apache-2.0
- Created: 2016-08-27T16:02:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T21:23:22.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T12:23:04.417Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Earl
====
A flexible redirect server.
TODO: Put hipster build status badges here.
Earl is a server that serves redirects for pre-configured url patterns. It is
your personal scriptable link shortener.
Example
-------
Suppose Earl is running in my local network, at the host `earl`. Then I can
navigate to `http://earl/repo/earl`, and I will be redirected to
`https://github.com/ruuda/earl`.
Building
--------
TODO: Actual docs. TL;DR: `stack build`.
License
-------
Earl is licensed under the [Apache 2.0][apache2] license. It may be used and
adapted both for commercial and non-commercial use under the conditions given
in the license.
[apache2]: https://www.apache.org/licenses/LICENSE-2.0