= iUI's Tent Copyright (C) 2008 Gregoire Lejeune * http://bivouac.rubyforge.org/ * http://rubyforge.org/projects/bivouac/ * http://greg.rubyfr.net == DESCRIPTION: iUI's Tent is a Bivouac[http://bivouac.rubyforge.org] plugin to help you to develop iPhone and iPod Touch' applications using iUI[http://code.google.com/p/iui/] == FEATURES/PROBLEMS: === 0.0.4: * Rakefile correction to be complient with bivouac 0.3.0 === 0.0.3: * Modify iphone_input_text and iphone_input_password to accept more options like :autocorrect, :autocapitalize, ... * iphone_view generator is deprecated. iphone_controller generator has been renamed iphone. * bivouac 0.2.4 compliant === 0.0.2: * Add the iphone_render controller helper === beta: * Major bug corrections * Add a rake task to generate documentation * All helper methods are now prefixed with iphone_ * Add iphone_panel_form, iphone_input_text, iphone_input_password, iphone_input_toggle, iphone_round_box, iphone_submit_button === alpha: * First public release == INSTALL: ruby script/plugin install iui_s_tent rake plugin:iui_s_tent:install == USAGE: You can create an iPhone specific controller (an view) with : ruby script/generate iphone_controller my_controller You can use the -e options with the iphone_controller generator if you don't want to create a view with the controller. == LICENSE: iUI's Tent is freely distributable according to the terms of the GNU General Public License. This program is distributed without any warranty. See the file 'COPYING' for details. == iUI LICENCE: Copyright (c) 2007, iUI Project Members All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the iUI Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.