<?xml version="1.0" encoding="UTF-8"?>
<version>
  <author-id type="integer">83</author-id>
  <body>&lt;div class="demobutton"&gt;&lt;a href="/media/informl.mov"&gt;Screencast&lt;/a&gt;&lt;/div&gt;
&lt;div class="demobutton"&gt;&lt;a href="/skep"&gt;Demo&lt;/a&gt;&lt;/div&gt;
&lt;div class="demobutton"&gt;&lt;a href="/doc/pages/download"&gt;Download&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;img title="by loma lakamera" src="/images/informl-picnic.jpg" height="240" alt="" width="360" /&gt;&lt;/p&gt;

&lt;p&gt;Informl is an open-source &lt;a href="http://en.wikipedia.org/wiki/Wiki"&gt;wiki&lt;/a&gt; 
with some unique capabilities. In addition to traditional wiki features, you can create forms and work with data from the responses without doing any programming or writing any &lt;a href="http://en.wikipedia.org/wiki/HTML"&gt;HTML&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/CSS"&gt;CSS&lt;/a&gt;. This means you can create (and deploy) simple, database-backed web applications in minutes. Informl is built using &lt;a href="http://www.rubyonrails.org/"&gt;Ruby on Rails&lt;/a&gt;, with an eye toward broader integration into Rails projects.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Links: &lt;a href="/media/informl.mov"&gt;screencast&lt;/a&gt;, &lt;a href="/skep/"&gt;demo&lt;/a&gt;, &lt;a href="/sandbox"&gt;sandbox book&lt;/a&gt;, &lt;a href="#" pageref="features"&gt;features&lt;/a&gt;, &lt;a href="#" pageref="to-do"&gt;to-do&lt;/a&gt;, &lt;a href="#" pageref="FAQs"&gt;FAQs&lt;/a&gt;, &lt;a href="#" pageref="discuss"&gt;discuss&lt;/a&gt;, &lt;a href="http://rubyforge.org/mailman/listinfo/informl-talk"&gt;mailing list&lt;/a&gt;, &lt;a href="#" pageref="download"&gt;download&lt;/a&gt;, &lt;a href="#" pageref="install"&gt;install&lt;/a&gt;, &lt;a href="#" pageref="get involved"&gt;get involved&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Email us at &lt;a href="mailto:informl@folklogic.com"&gt;informl "at" folklogic.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.folklogic.net/david"&gt;David sometimes blogs about Informl&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Wikis are great for creating text on web sites, because you can just write without worrying about HTML, FTP, CSS, etc.  You just bring up a browser, type the text you want, hit submit, and voil&#224;! -- your text is on the web.  Though you will need to learn some wiki-specific mark-up, it's usually pretty simple, so it won't get in your way.&lt;/p&gt;

&lt;p&gt;Now, what if you want to move beyond just creating pages with text and images and want to add some radio buttons -- and maybe a comment field so readers can let you know how much they like what you wrote?  Normally, you'd have to drop out of the wiki and do some programming (HTML, &lt;a href="http://en.wikipedia.org/wiki/Java_%28programming_language%29"&gt;Java&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Php"&gt;PHP&lt;/a&gt;, &lt;a href="http://www.rubyonrails.org/"&gt;Rails&lt;/a&gt;, etc.) to set up the forms, collect the input, store it, and view the results.  What if you didn't have to do that?  What if you could just create the form directly with the wiki and all the rest of the work was done for you?&lt;/p&gt;

&lt;p&gt;Well, that's what we are trying to do with Informl.  It's a souped-up wiki that allows you to create web forms using wiki mark-up.  Once you've created a form, people can fill it out, and the information is  stored in a database. The results are immediately available -- you can view the results of individual form submissions as well as tables summarizing information from all the submissions -- and templates for both individual and summary result output are automatically created whenever you create a page with a form.&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;The information from forms is also integrated in the wiki itself, so once you've created a form and have some submissions, you can reference information from the submissions in other wiki pages.  For instance, you may want to create a summary page of only the negative responses so you can concentrate on what needs to be improved -- or a page of just positive responses for when you need a morale boost.&lt;/p&gt;

&lt;p&gt;Sound interesting?  Want to know more?  Take a look at Informl in action by watching the &lt;a href="/media/informl.mov"&gt;screencast&lt;/a&gt; and trying out the &lt;a href="/skep/"&gt;Sun King Demo&lt;/a&gt; and &lt;a href="/wine"&gt;Wine Store Demo&lt;/a&gt; or by playing in the &lt;a href="/sandbox"&gt;sandbox&lt;/a&gt;. You can take a look at the list of current &lt;a href="#" pageref="features"&gt;features&lt;/a&gt; and our &lt;a href="http://storytracker.folklogic.net/projects"&gt;project planning&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What do you think you might want to use Informl for?&lt;/p&gt;

&lt;table class="definition"&gt;
&lt;tr&gt;&lt;th&gt;work&lt;/th&gt;&lt;td&gt;&lt;input name="field[work]" type="checkbox" value="t" /&gt;&lt;input name="field[work]" type="hidden" value="f" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;home&lt;/th&gt;&lt;td&gt;&lt;input name="field[home]" type="checkbox" value="t" /&gt;&lt;input name="field[home]" type="hidden" value="f" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;company intranet&lt;/th&gt;&lt;td&gt;&lt;input name="field[company_intranet]" type="checkbox" value="t" /&gt;&lt;input name="field[company_intranet]" type="hidden" value="f" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;project website&lt;/th&gt;&lt;td&gt;&lt;input name="field[project_website]" type="checkbox" value="t" /&gt;&lt;input name="field[project_website]" type="hidden" value="f" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;personal website&lt;/th&gt;&lt;td&gt;&lt;input name="field[personal_website]" type="checkbox" value="t" /&gt;&lt;input name="field[personal_website]" type="hidden" value="f" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;club website&lt;/th&gt;&lt;td&gt;&lt;input name="field[club_website]" type="checkbox" value="t" /&gt;&lt;input name="field[club_website]" type="hidden" value="f" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;marketing surveys&lt;/th&gt;&lt;td&gt;&lt;input name="field[marketing_surveys]" type="checkbox" value="t" /&gt;&lt;input name="field[marketing_surveys]" type="hidden" value="f" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;What specifically do you think you might use Informl for?&lt;/p&gt;

&lt;p&gt;&lt;textarea name="field[use_case]" rows="5" cols="50"&gt;&lt;/textarea&gt;&lt;/p&gt;

&lt;p&gt;What other features would you like Informl to include?&lt;/p&gt;

&lt;p&gt;&lt;textarea name="field[comments]" rows="5" cols="50"&gt;&lt;/textarea&gt;&lt;/p&gt;

&lt;p&gt;&lt;input type="submit" value="submit" /&gt;&lt;/p&gt;

&lt;p&gt;Acknowledgements: Informl builds on some great open source software projects, including: Ruby and &lt;a href="http://www.rubyonrails.org/"&gt;Ruby on Rails&lt;/a&gt;; the &lt;a href="http://dev.rubyonrails.org/svn/rails/tools/i2/"&gt;i2&lt;/a&gt; wiki; &lt;a href="http://code.whytheluckystiff.net/hpricot/"&gt;hpricot&lt;/a&gt;; and the &lt;a href="http://projects.jkraemer.net/acts_as_ferret/wiki"&gt;acts_as_ferret&lt;/a&gt;, &lt;a href=" http://svn.techno-weenie.net/projects/plugins/restful_authentication/"&gt;RESTful Authentication&lt;/a&gt;, and &lt;a href="http://robsanheim.com/brain-buster"&gt;BrainBuster&lt;/a&gt; plugins.&lt;/p&gt;</body>
  <book-id type="integer">4</book-id>
  <created-at type="datetime">2007-09-17T16:32:57+02:00</created-at>
  <id type="integer">825</id>
  <page-id type="integer">76</page-id>
  <source>&lt;div class="demobutton"&gt;&lt;a href="/media/informl.mov"&gt;Screencast&lt;/a&gt;&lt;/div&gt;
&lt;div class="demobutton"&gt;&lt;a href="/skep"&gt;Demo&lt;/a&gt;&lt;/div&gt;
&lt;div class="demobutton"&gt;&lt;a href="/doc/pages/download"&gt;Download&lt;/a&gt;&lt;/div&gt;

&lt;img src="/images/informl-picnic.jpg" title="by loma lakamera" width='360' height='240' alt='' /&gt;

Informl is an open-source [wiki](http://en.wikipedia.org/wiki/Wiki) 
with some unique capabilities. In addition to traditional wiki features, you can create forms and work with data from the responses without doing any programming or writing any [HTML](http://en.wikipedia.org/wiki/HTML) or [CSS](http://en.wikipedia.org/wiki/CSS). This means you can create (and deploy) simple, database-backed web applications in minutes. Informl is built using [Ruby on Rails](http://www.rubyonrails.org/), with an eye toward broader integration into Rails projects.

-----

Links: [screencast](/media/informl.mov), [demo](/skep/), [sandbox book](/sandbox), [[features]], [[to-do]], [[FAQs]], [[discuss]], [mailing list](http://rubyforge.org/mailman/listinfo/informl-talk), [[download]], [[install]], [[get involved]]

Email us at [informl "at" folklogic.com](mailto:informl@folklogic.com).

[David sometimes blogs about Informl](http://blog.folklogic.net/david)

----

Wikis are great for creating text on web sites, because you can just write without worrying about HTML, FTP, CSS, etc.  You just bring up a browser, type the text you want, hit submit, and voil&#224;! -- your text is on the web.  Though you will need to learn some wiki-specific mark-up, it's usually pretty simple, so it won't get in your way.

Now, what if you want to move beyond just creating pages with text and images and want to add some radio buttons -- and maybe a comment field so readers can let you know how much they like what you wrote?  Normally, you'd have to drop out of the wiki and do some programming (HTML, [Java](http://en.wikipedia.org/wiki/Java_%28programming_language%29), [PHP](http://en.wikipedia.org/wiki/Php), [Rails](http://www.rubyonrails.org/), etc.) to set up the forms, collect the input, store it, and view the results.  What if you didn't have to do that?  What if you could just create the form directly with the wiki and all the rest of the work was done for you?

Well, that's what we are trying to do with Informl.  It's a souped-up wiki that allows you to create web forms using wiki mark-up.  Once you've created a form, people can fill it out, and the information is  stored in a database. The results are immediately available -- you can view the results of individual form submissions as well as tables summarizing information from all the submissions -- and templates for both individual and summary result output are automatically created whenever you create a page with a form.  

The information from forms is also integrated in the wiki itself, so once you've created a form and have some submissions, you can reference information from the submissions in other wiki pages.  For instance, you may want to create a summary page of only the negative responses so you can concentrate on what needs to be improved -- or a page of just positive responses for when you need a morale boost.

Sound interesting?  Want to know more?  Take a look at Informl in action by watching the [screencast](/media/informl.mov) and trying out the [Sun King Demo](/skep/) and [Wine Store Demo](/wine) or by playing in the [sandbox](/sandbox). You can take a look at the list of current [[features]] and our [project planning](http://storytracker.folklogic.net/projects).

What do you think you might want to use Informl for?

work:: []
home:: []
company intranet:: []
project website:: []
personal website:: []
club website:: []
marketing surveys:: []

What specifically do you think you might use Informl for?

::use_case::[50x5&lt;&gt;]

What other features would you like Informl to include?

::comments::[50x5&lt;&gt;]

((submit))

Acknowledgements: Informl builds on some great open source software projects, including: Ruby and [Ruby on Rails](http://www.rubyonrails.org/); the [i2](http://dev.rubyonrails.org/svn/rails/tools/i2/) wiki; [hpricot](http://code.whytheluckystiff.net/hpricot/); and the [acts_as_ferret](http://projects.jkraemer.net/acts_as_ferret/wiki), [RESTful Authentication]( http://svn.techno-weenie.net/projects/plugins/restful_authentication/), and [BrainBuster](http://robsanheim.com/brain-buster) plugins.</source>
  <updated-at type="datetime">2007-09-17T16:32:57+02:00</updated-at>
</version>
