YOURLS Import Export is a plugin for YOURLS that helps you import and export your YOURLS URLs.
Import/Export code has been heavily borrowed from the Redirection plugin for WordPress by John Godley.
Supported things at the moment:
- CSV - Import & Export (source, destination, hits).
- XML - Import & Export (all url data).
- RSS - Export
CSV & XML are compatible with the Redirection plugin.
YOURLS r708+ installation (that is newer than the v1.5 release).
- Download the zip.
- Extract the zip.
- Put the
YOURLS-Import-Export
folder in theuser/plugins
directory. - Activate the plugin.
- Go to
Plugins
->Import/Export
- Follow the instructions on the page
- Fork it.
- Create a branch (
git checkout -b my-yourls-import-export
) - Commit your changes (
git commit -m "Added X Import/Export"
) - Push to the branch (
git push origin my-yourls-import-export
) - Create an Issue with a link to your branch
- Enjoy a refreshing Diet Coke and wait
You can also donate if you found this plugin to be helpful!
- This project follows WordPress Coding Standards.