Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plttn/yourls-hexdec
YOURLS.org plugin for incrementing shorturls
https://github.com/plttn/yourls-hexdec
Last synced: 16 days ago
JSON representation
YOURLS.org plugin for incrementing shorturls
- Host: GitHub
- URL: https://github.com/plttn/yourls-hexdec
- Owner: plttn
- License: mit
- Created: 2014-06-24T06:14:25.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2020-08-03T23:11:47.000Z (over 4 years ago)
- Last Synced: 2024-08-02T06:15:32.990Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE.markdown
Awesome Lists containing this project
- awesome - hexdec - Changes the sequential keywords from base36 to base16 (ie `[0-9a-f]`). (Plugins / H)
README
# Hexadecimal Keywords
[![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?style=flat-square)](http://opensource.org/licenses/MIT)Plugin for [YOURLS](http://yourls.org) `Only tested on 1.7`
## Description
Changes the sequential keywords from base36 to base16. That's it. In other
words, the characters available are 0-9, and a-f, in that order, rolling over
at f._Untested with base 62. I would assume that it will simply break completely, let me know if it doesn't._
## Installation
1. In `/user/plugins`, create a new folder named `hexdec`.
2. Drop these files in that directory.
3. Go to the Plugins administration page ( *eg* `http://sho.rt/admin/plugins.php`) and activate the plugin.
4. Have fun!