Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YOURLS/YOURLS-IDN
YOURLS plugin: host YOURLS on an IDN domain
https://github.com/YOURLS/YOURLS-IDN
punycode yourls yourls-plugin
Last synced: 14 days ago
JSON representation
YOURLS plugin: host YOURLS on an IDN domain
- Host: GitHub
- URL: https://github.com/YOURLS/YOURLS-IDN
- Owner: YOURLS
- Archived: true
- Created: 2012-11-08T18:20:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T21:29:11.000Z (over 4 years ago)
- Last Synced: 2024-10-30T00:55:07.620Z (18 days ago)
- Topics: punycode, yourls, yourls-plugin
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - YOURLS IDN - Add IDN support to YOURLS. (Plugins / I)
README
# YOURLS IDN
```
Plugin Name: YOURLS IDN
Plugin URI: http://yourls.org/
Description: Host YOURLS on an IDN domain
Version: 1.0
Author: Ozh - http://ozh.org/
```This plugin is to have YOURLS hosted on a IDN domain
THIS PLUGIN REQUIRES YOURLS 1.5.2 to **1.7.9** (version above this don't need this)
## Installation
* Create a directory named 'yourls-idn/' into your 'user/plugins/' directory
* Upload all files contained in this archive into that newly created directory
* Head to your YOURLS admin area and the Plugins management page, then activate
the YOURLS IDN plugin.
## ConfigurationBefore you activate the plugin, you must ensure that your config.php is correct.
The constant YOURLS_SITE must be set to your domain with ACE (Punycode) notation.
It must not contain any UTF8 or other non-ASCII characters.* For instance, if your YOURLS' URL is:
`http://héhé.com`
* You must have:
`define('YOURLS_SITE', 'http://xn--hh-bjab.com');`
To convert from IDN to ACE (or Punycode, the one that starts with xn--), you can
use a tool like [this one from VeriSign](https://www.verisign.com/en_GB/channel-resources/domain-registry-products/idn/idn-conversion-tool/index.xhtml) or [Punycoder](https://www.punycoder.com/)