Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GautamGupta/YOURLS-Import-Export
Import and Export YOURLS
https://github.com/GautamGupta/YOURLS-Import-Export
Last synced: 14 days ago
JSON representation
Import and Export YOURLS
- Host: GitHub
- URL: https://github.com/GautamGupta/YOURLS-Import-Export
- Owner: GautamGupta
- License: gpl-3.0
- Created: 2012-02-08T11:58:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T12:43:07.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T08:16:35.173Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 48
- Watchers: 7
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome - YOURLS Import Export - A plugin to import and export YOURLS URL. (Plugins / I)
README
YOURLS Import Export
====================YOURLS Import Export is a plugin for [YOURLS](http://yourls.org/) that helps you import and export your YOURLS URLs.
Import/Export code has been heavily borrowed from the [Redirection](http://urbangiraffe.com/plugins/redirection/) plugin for WordPress by John Godley.
Supported things at the moment:
1. CSV - Import & Export (source, destination, hits).
2. XML - Import & Export (all url data).
3. RSS - ExportCSV & XML are compatible with the [Redirection](http://urbangiraffe.com/plugins/redirection/) plugin.
Requirements
------------
YOURLS [r708](http://code.google.com/p/yourls/source/browse/trunk?r=708)+ installation (that is newer than the v1.5 release).Installation
------------1. [Download](https://github.com/GautamGupta/YOURLS-Import-Export/zipball/master) the zip.
2. Extract the zip.
3. Put the `YOURLS-Import-Export` folder in the `user/plugins` directory.
4. Activate the plugin.Usage
-----1. Go to `Plugins` -> `Import/Export`
2. Follow the instructions on the pageContributing
------------1. Fork it.
2. Create a branch (`git checkout -b my-yourls-import-export`)
3. Commit your changes (`git commit -m "Added X Import/Export"`)
4. Push to the branch (`git push origin my-yourls-import-export`)
5. Create an Issue with a link to your branch
6. Enjoy a refreshing Diet Coke and waitYou can also [donate](http://gaut.am/donate/) if you found this plugin to be helpful!
### Notes ###
* This project follows [WordPress Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards).