krtmn/README.md

27 lines
919 B
Markdown
Raw Permalink Normal View History

2016-04-13 22:50:42 +02:00
# krt.mn
2012-03-05 20:29:22 +01:00
2016-04-27 17:19:54 +02:00
> My own url shortener based on [YOURLS - Your Own URL Shortener](http://yourls.org/) ([GitHub](https://github.com/YOURLS/YOURLS))
2012-03-05 20:29:22 +01:00
2016-04-27 17:19:54 +02:00
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:
2012-03-05 20:29:22 +01:00
2016-04-30 00:17:38 +02:00
![](screenshot.png)
![](screenshot2.png)
2012-03-08 14:44:47 +01:00
2016-04-13 22:50:42 +02:00
Everything custom is happening in `/user`:
2012-03-08 14:44:47 +01:00
2016-04-30 00:17:38 +02:00
- `user/plugins/kremalicious/plugin.php` adds css file link and a bit more dynamically to the html `head`
2016-04-13 22:50:42 +02:00
- `user/css/krtmn.css` overwrites the default styles
2012-03-08 14:44:47 +01:00
2012-03-05 20:29:22 +01:00
2016-04-13 22:50:42 +02:00
## License & Usage
2012-03-05 20:29:22 +01:00
2016-04-13 22:50:42 +02:00
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.
2012-03-08 14:44:47 +01:00
2012-03-05 20:29:22 +01:00
2016-04-13 22:50:42 +02:00
## Acknowledgements
2012-03-05 20:29:22 +01:00
2016-04-13 22:50:42 +02:00
Many thanks to:
2016-04-27 17:19:54 +02:00
2016-04-13 22:50:42 +02:00
- Ozh Richard ([@ozh](https://twitter.com/ozh)) for creating yourls