|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
Data Pages ExtensionThe Data Pages extension to the Radiant CMS defines page types and tags that allow external (JSON-formatted) data to be bound to a template. This means that pages can be created as normal in Radiant, but also be kept up-to-date with data from external applications and database exports. This allows a level of workflow automation to be added to the normal content management process. InstallationFirst, make sure you have the JSON gem installed (gem install json). From archive
From svnNote: Subversion is available for svn:externals purposes only. All development is done using Mercurial. Please submit patches as diffs if you have any bugfixes. Anyway... svn checkout http://data-pages-extension.googlecode.com/svn/trunk/ vendor/extensions/data_pages Usage
See the README file for now. Also, the specs are very complete and full of examples. |