avonderluft / radiant-import-export-extension forked from radiant/radiant-import-export-extension

An extension for Radiant CMS to support importing and exporting data between the database and YAML.

This URL has Read+Write access

name age message
file README Fri Jun 20 09:42:08 -0700 2008 Import from old repository [seancribbs]
file Rakefile Fri Jun 20 09:42:08 -0700 2008 Import from old repository [seancribbs]
directory app/ Fri Jun 20 09:42:08 -0700 2008 Import from old repository [seancribbs]
file import_export_extension.rb Fri Jun 20 09:42:08 -0700 2008 Import from old repository [seancribbs]
directory lib/ Loading commit data...
directory test/ Sat Dec 13 07:41:29 -0800 2008 fixed default failing test [Clinton R. Nixon]
README
= Import Export

Supports a more enhanced version of exporting your Radiant database, and 
adds the ability to import the results of an export operation.

To import use: 

 $ rake db:import [TEMPLATE=path/to/export.yml]

To export, browse to /admin/export or use:

 $ rake db:export [TEMPLATE=path/to/export.yml]
 

by Sean Cribbs
   April 18, 2007