mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 01:03:28 +01:00
My own url shortener based on YOURLS
https://krt.mn
admin | ||
css | ||
images | ||
includes | ||
js | ||
pages | ||
user | ||
.gitignore | ||
apple-touch-icon-72x72-precomposed.png | ||
apple-touch-icon-114x114-precomposed.png | ||
apple-touch-icon-precomposed.png | ||
CHANGELOG.md | ||
composer.json | ||
CONTRIBUTING.md | ||
favicon.ico | ||
index.php | ||
LICENSE.md | ||
readme.html | ||
README.md | ||
robots.txt | ||
sample-public-api.txt | ||
sample-public-front-page.txt | ||
sample-remote-api-call.txt | ||
sample-robots.txt | ||
screenshot2.png | ||
screenshot.png | ||
yourls-api.php | ||
yourls-go.php | ||
yourls-infos.php | ||
yourls-loader.php |
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