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.
 
 
 
Matthias Kretschmann 4d6f62589d
switch analytics code
7 years ago
admin update core to YOURLS 1.7.1 7 years ago
css update core to YOURLS 1.7.1 7 years ago
images update core to YOURLS 1.7.1 7 years ago
includes update core to YOURLS 1.7.1 7 years ago
js update core to YOURLS 1.7.1 7 years ago
pages update core to YOURLS 1.7.1 7 years ago
user cleanup 7 years ago
.gitignore cleanup 7 years ago
CHANGELOG.md update core to YOURLS 1.7.1 7 years ago
CONTRIBUTING.md update core to YOURLS 1.7.1 7 years ago
LICENSE.md update core to YOURLS 1.7.1 7 years ago
README.md cleanup 7 years ago
apple-touch-icon-72x72-precomposed.png touch icons added 11 years ago
apple-touch-icon-114x114-precomposed.png touch icons added 11 years ago
apple-touch-icon-precomposed.png touch icons added 11 years ago
composer.json update core to YOURLS 1.7.1 7 years ago
favicon.ico touch icons 11 years ago
index.php switch analytics code 7 years ago
readme.html update core to YOURLS 1.7.1 7 years ago
robots.txt public robots.txt 11 years ago
sample-public-api.txt update core to YOURLS 1.7.1 7 years ago
sample-public-front-page.txt update core to YOURLS 1.7.1 7 years ago
sample-remote-api-call.txt update core to YOURLS 1.7.1 7 years ago
sample-robots.txt update core to YOURLS 1.7.1 7 years ago
screenshot.png cleanup 7 years ago
screenshot2.png cleanup 7 years ago
yourls-api.php update core to YOURLS 1.7.1 7 years ago
yourls-go.php update core to YOURLS 1.7.1 7 years ago
yourls-infos.php update core to YOURLS 1.7.1 7 years ago
yourls-loader.php update core to YOURLS 1.7.1 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 html head
  • 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