Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IMExperts/yourls-case-insensitive
Makes YOURLS case insensitive
https://github.com/IMExperts/yourls-case-insensitive
Last synced: 14 days ago
JSON representation
Makes YOURLS case insensitive
- Host: GitHub
- URL: https://github.com/IMExperts/yourls-case-insensitive
- Owner: IMExperts
- Created: 2022-04-30T10:38:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T00:27:37.000Z (over 2 years ago)
- Last Synced: 2024-06-06T03:35:28.316Z (5 months ago)
- Language: PHP
- Size: 55.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Case Insensitive YOURLS - Makes YOURLS case insensitive, for 1.9+. (Plugins / C)
README
# Case Insensitive YOURLS [![Listed in Awesome YOURLS!](https://img.shields.io/badge/Awesome-YOURLS-C5A3BE)](https://github.com/YOURLS/awesome-yourls/)
> Makes YOURLS case insensitive
:bulb: Supported YOURLS version: `1.9+`
#### Example use cases:
* Users create short links with mixed cases (ex. ShrtLnk) and then they forget or someone makes a mistake (ex. shrtLnk). This plugin allows users to make such mistakes (ex. ShrtLnk, shrtLnk, Shrtlnk, shrtlnk, etc. all work the same).
* Users might decide to create very similar short links (ex. user 1 creates ShrtLnk and user 2 creates shrtlnk). This can be confusing. This plugin eliminates such issues (ex. if user 2 tries to create shrtlnk and ShrtLnk already exists then the short link creation fails)#### Instructions:
* Copy the 'case-insensitive' folder to `user/plugins/`.
* Activate the plugin in the YOURLS admin interface.That's it.
Note: This plugin assumes that the value of `YOURLS_URL_CONVERT` in your `config.php` file is 62. If it's 36 then this plugin is both unecessary and inapplicable since YOURLS will anyway only accept lower case characters.