public
Description: An extension for Radiant CMS to support importing and exporting data between the database and YAML.
Clone URL: git://github.com/radiant/radiant-import-export-extension.git
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/ Mon Aug 18 12:59:21 -0700 2008 Correct load error when created_by or updated_b... [seancribbs]
directory test/ Fri Jun 20 09:42:08 -0700 2008 Import from old repository [seancribbs]
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