No commit activity in last 3 years
No release in over 3 years
Creates a Fabulator page type allowing applications to be built using the fabulator engine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.0.10
 Project Readme

Fabulator¶ ↑

Fabulator is an extension to the Radiant CMS for creating web applications The applications are written in an XML language that describes the set of application views and the data that triggers a move from one view to the next, along with initial conditions for the application and data transformations.

Installation¶ ↑

Installation is done in the usual manner for Radiant extensions.

This extension requires Radiant 0.9 or higher as well as the following gems:

  • fabulator

You may also want to add some fabulator extensions. See github.com/jgsmith/

After installation, you will need to add the following to your site’s environment.rb:

config.gem 'radiant-fabulator-extension'

and the following to your site’s Rakefile:

require 'tasks/fabulator_extension'

[Radiant CMS]: www.radiantcms.org/