Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Dec 10, 2014
1 parent 622fc40 commit fed9af4
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# Art Vandelay
# Art Vandelay 1.0.1

Art Vandelay allows you to import and export content data from a [Craft](http://buildwithcraft.com) site.
Art Vandelay allows you to import and export fields and sections to and from a [Craft](http://buildwithcraft.com) site.

### Releases
### Installing

* [v1.0.1 - Current](https://github.com/xodigital/ArtVandelay/releases/tag/v1.0.1)
* Import and export [fields](http://buildwithcraft.com/docs/fields) and [sections](http://buildwithcraft.com/docs/sections-and-entries).

### Installation

* Download a release from above and drop the `artvandelay` folder into your `plugins` directory.
* Log in to your Craft admin interface, navigate to plugins via settings and install Art Vandelay.
1. Copy the `artvandelay` directory into your `craft/plugins` directory
2. Browse to Settings > Plugins in the Craft CP
3. Click on the Install button next to Art Vandelay

### Usage

* Navigate to your plugins in the admin interface and click the 'Art Vandelay' link on the left.
* To import data, paste previously exported JSON into the text field and click *Import*.
* To export data, select the field groups you would like to export fields from, the sections you would like to export, then hit *Export*. The exported data will appear in a text field for you to copy.

## Updates

* 1.0.1
* Fix error when importing section translations.
* 1.0.0
* Initial release!

### Todo

Expand All @@ -26,4 +28,4 @@ Art Vandelay allows you to import and export content data from a [Craft](http://
* Globals
* Categories
* Tags
* Improve the UI to allow file upload and download.
* Improve the UI to allow file upload and download.

0 comments on commit fed9af4

Please sign in to comment.