public
Description: An extension for Radiant CMS to support importing and exporting data between the database and YAML.
Homepage:
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/ Tue Apr 14 04:55:49 -0700 2009 Changes to prevent accidentally deleting the da... [p8]
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