Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandrickson/YOURLS-Case-Insensitive
Makes all keywords case insensitive (creates all keywords and calls all keywords lowercase.) Only works if you are using Base 36. Fixes disappearing capital letters.
https://github.com/seandrickson/YOURLS-Case-Insensitive
Last synced: 2 months ago
JSON representation
Makes all keywords case insensitive (creates all keywords and calls all keywords lowercase.) Only works if you are using Base 36. Fixes disappearing capital letters.
- Host: GitHub
- URL: https://github.com/seandrickson/YOURLS-Case-Insensitive
- Owner: seandrickson
- Created: 2012-09-05T01:00:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T13:42:49.000Z (about 1 year ago)
- Last Synced: 2024-05-21T12:48:24.568Z (8 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Case Insensitive - Makes all keywords case insensitive (creates and calls all keywords lowercase). (Plugins / C)
README
YOURLS Case Insensitive Plugin
==============================Makes all keywords case insensitive (creates all keywords and calls all keywords lowercase.) Only works if you are using Base 36. Fixes disappearing capital letters.
Installation
------------Move the `case-insensitive` folder into the `/users/plugins` folder. Then, activate the plugin in the admin interface. That's all there is to it.
Requirements
------------User must have [YOURLS](http://yourls.org/#Install) 1.5.1+ installed.
Bonus
-----Works with [YOURLS QR Code Plugin](https://github.com/seandrickson/yourls-qrcode-plugin) to generate smaller QR codes! This is because QR codes store upper-case characters significantly more efficiently than lower-case (ratio 5.5:8)
Credits
-------Borrowed code from Ozh's [Force Lowercase](https://github.com/YOURLS/force-lowercase) plugin