My own url shortener based on YOURLS
https://krt.mn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
admin | 7 years ago | |
css | 7 years ago | |
images | 7 years ago | |
includes | 7 years ago | |
js | 7 years ago | |
pages | 7 years ago | |
user | 7 years ago | |
.gitignore | 7 years ago | |
CHANGELOG.md | 7 years ago | |
CONTRIBUTING.md | 7 years ago | |
LICENSE.md | 7 years ago | |
README.md | 7 years ago | |
apple-touch-icon-72x72-precomposed.png | 11 years ago | |
apple-touch-icon-114x114-precomposed.png | 11 years ago | |
apple-touch-icon-precomposed.png | 11 years ago | |
composer.json | 7 years ago | |
favicon.ico | 11 years ago | |
index.php | 7 years ago | |
readme.html | 7 years ago | |
robots.txt | 11 years ago | |
sample-public-api.txt | 7 years ago | |
sample-public-front-page.txt | 7 years ago | |
sample-remote-api-call.txt | 7 years ago | |
sample-robots.txt | 7 years ago | |
screenshot.png | 7 years ago | |
screenshot2.png | 7 years ago | |
yourls-api.php | 7 years ago | |
yourls-go.php | 7 years ago | |
yourls-infos.php | 7 years ago | |
yourls-loader.php | 7 years ago |
README.md
krt.mn
My own url shortener based on YOURLS - Your Own URL Shortener (GitHub)
It has a public front page under https://krt.mn with the latest shortened url. The backend is a completely restyled interface based on the YOURLS default styles (which are quite ugly). Here's what it looks like in the admin area:
Everything custom is happening in /user
:
user/plugins/kremalicious/plugin.php
adds css file link and a bit more dynamically to the htmlhead
user/css/krtmn.css
overwrites the default styles
License & Usage
As the original YOURLS you're free to do whatever you want with this. But using this without further modifications as your own url shortener is probably not a good idea.
Acknowledgements
Many thanks to:
- Ozh Richard (@ozh) for creating yourls