@title;noquote@ @context;noquote@

Q-Forms

The lastest version of the code is available at the site:
 http://github.com/dcpm/q-forms
The development site: http://github.com/tekbasse/q-forms

introduction

Q-Forms provides procedures for building forms dynamically in OpenACS tcl. It is an OpenACS service package that allows convenient building and interpreting of web-based forms via tcl in a web page.

Q-Forms procedures parallel html's form tags with many automatic defaults that remove the tedious nature of building forms via html or an alternate form building context, such as OpenACS form builder, ad_form or acs-templating.

license

Copyright (c) 2013 Benjamin Brink
po box 20, Marylhurst, OR 97036-0020 usa
email: tekbasse@yahoo.com

Q-Forms is open source and published under the GNU General Public License, consistent with the OpenACS system: http://www.gnu.org/licenses/gpl.html

A local copy is available at q-forms/www/doc/LICENSE.html

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see .

features