diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c03c6f --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +Allow Full Stops in Short URLs +--------------------------------------------- + +- Plugin Name: Allow Full Stops in Short URLs +- Plugin URI: http://sophia.wtf +- Description: Allow Full Stops in Short URLs +- Version: 1.0 +- Author: Sophia Atkinson +- Author URI: http://sophia.wtf +- Plugin Based Off Of William Bargent's Allow Forward Slashes in Short URLs. + + +This plugin will allow forward slashes `.` in keywords when shortening URLS with YOURLS. + +*NOTE This plugin will not work with URL Forwarding plugins active. Deactivate before activating this plugin. + +###Installation + +1. Download these file as a .zip. +2. Extract the files and copy them into `users/plugins/`. +3. Go to your plugin manager and click `Activate`. diff --git a/plugin.php b/plugin.php new file mode 100644 index 0000000..2ce2806 --- /dev/null +++ b/plugin.php @@ -0,0 +1,23 @@ +