Katapult does not use a database storage system.
It was built to be very easy to setup and maintain.
Navigation and pages are saved directly on the site in either HTML, XML and/or CFML formats.
Installation:
Extract archive to web server
Modify conf/conf.cfm with the proper details
Allow cffile/cfdirectory access to ../katapult/images and ../katapult/pages
In some cases you may need to modify the extends attribute in ../katapult/FCKEditor/application.cfc
Here are some key features of "Katapult":
· In production mode, Katapult saves and pulls pages directly from server memory
· White-spacing controls (Do a view source on this page to see the results...)
· No database setup or maintenance
· Restore feature going back to 5 previously saved versions of a page
· RSS 2.0 support
· Site template built on CSS
· CKEditor demos for users that need some on-the-spot training of the admin
· Customized built-in CKEditor
· Dynamic navigation
· Application statistics with pages hits and other useful information
Requirements:
· ColdFusion 7 or higher