My own url shortener based on YOURLS https://krt.mn
Go to file
Matthias Kretschmann 4d6f62589d
switch analytics code
2016-05-01 00:04:16 +02:00
admin update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
css update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
images update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
includes update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
js update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
pages update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
user cleanup 2016-04-30 00:17:38 +02:00
.gitignore cleanup 2016-04-27 18:01:39 +02:00
CHANGELOG.md update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
CONTRIBUTING.md update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
LICENSE.md update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
README.md cleanup 2016-04-30 00:17:38 +02:00
apple-touch-icon-72x72-precomposed.png touch icons added 2012-02-27 04:41:06 +01:00
apple-touch-icon-114x114-precomposed.png touch icons added 2012-02-27 04:41:06 +01:00
apple-touch-icon-precomposed.png touch icons added 2012-02-27 04:41:06 +01:00
composer.json update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
favicon.ico touch icons 2012-02-27 04:12:02 +01:00
index.php switch analytics code 2016-05-01 00:04:16 +02:00
readme.html update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
robots.txt public robots.txt 2012-02-26 05:12:05 +01:00
sample-public-api.txt update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
sample-public-front-page.txt update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
sample-remote-api-call.txt update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
sample-robots.txt update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
screenshot.png cleanup 2016-04-30 00:17:38 +02:00
screenshot2.png cleanup 2016-04-30 00:17:38 +02:00
yourls-api.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
yourls-go.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
yourls-infos.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
yourls-loader.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00

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