Files | Admin

Notes:

Release Name: 0.4.0

Notes:
We are pleased to make available an early-adopter release 
of our open-source wiki, Informl. With Informl we are 
trying to do more than you would normally expect from a
wiki, by providing a framework in which anyone can quickly
create and deploy simple database-backed web applications.

* General wiki features
  * uses markdown for text markup, with additions
  * additions to markdown for wikilinks, tables, page inclusion
  * RSS feeds
  * live preview
* Form elements
  * radio buttons
  * dropdown selectors (combo boxes)
  * check boxes
  * buttons
  * text fields and text areas
* Database
  * data submitted through forms goes into ActiveRecord tables
  * schemas are created and migrated on the fly to match form content
  * pages can include results of database queries
  * uses ActiveRecord for integration with other Rails applications
* General-purpose extension mechanism
  * examples include dates, tables, Google Maps

We are very interested in your feedback about, and
contributions to Informl. If you have another Rails
application you'd like to integrate with Informl in some
way, we'd love to discuss that with you.

From the project home page at http://informl.folklogic.net
you will find links to a screencast, a live demo site, and
the code. We look forward to hearing what you think.



Changes: