Création et gestion de démarches en ligne
Go to file
Thomas NOËL 8df6312b59 release 1.12.12 2015-02-06 14:12:08 +01:00
data add a mobile template, with minimalistic theme (#5751) 2014-11-10 09:45:06 +01:00
debian debian: fix cleaning *.mo in debian/rules 2013-05-03 09:34:17 +02:00
doc removing old cvsignore files 2013-03-29 13:13:57 +01:00
extra Use python-vote-core to implement a « vote » field 2011-05-12 22:24:11 +00:00
help/fr forms: publish url_name as slug in json webservice (#6266) 2015-01-09 16:34:19 +01:00
po update french translation 2015-02-04 21:52:37 +01:00
tests form: fix handling of date in iso format in French-configured sites (#6390) 2015-02-04 12:01:52 +01:00
wcs release 1.12.12 2015-02-06 14:12:08 +01:00
.gitignore add .gitignore (*.pyc) 2012-04-02 11:13:58 +02:00
COPYING Updated version of COPYING 2007-01-26 16:02:00 +00:00
INSTALL remove trailing spaces 2013-08-14 15:00:37 +02:00
MANIFEST.in MANIFEST.in: add *.ezt and *.xml for themes 2013-08-19 16:31:14 +02:00
NEWS [release] 1.5 2009-10-28 12:38:57 +00:00
README doc: mention --without-postgresql-tests in the README file (#5560) 2014-10-06 13:46:59 +02:00
setup.py remove ptl support stuff (#4813) 2014-05-15 14:20:31 +02:00
wcs.cfg-sample Fix wcs.cfg example 2012-01-13 14:25:25 +00:00
wcsctl.py Rewrote command line handling, to use OptionParser 2010-10-18 13:26:51 +00:00

README

w.c.s.
======

Description
-----------

w.c.s. is a web application which allows to design and set up online forms. It
gives a user the ability to create web forms easily without requiring any other
skill than familiarity with web surfing. It is released under the GNU GPL
Licence. 

Documentation
-------------

 * README, as you are doing now;

 * INSTALL provides installation procedure, details about software
   dependencies and configuration;

Testing
-------

First you need to install py.test, you can use pip:

  pip install pytest

Then you need to run the tests

  PYTHONPATH=$(pwd) py.test tests/

It is possible to pass a --without-postgresql-tests parameter to skip the
PostgreSQL tests.

Copyright
---------

w.c.s. is copyrighted by Entr'ouvert and is licensed through the GNU General
Public Licence.  Read the COPYING file for the complete license text.  Read the
AUTHORS file for additional credits.

w.c.s. incorporates some other pieces of code, with their own authors and
copyright notices :

Email bounce detection code (wcs/ctl/Bounces/*) from Mailman:
 # http://www.gnu.org/software/mailman/
 #
 # 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.

Some artwork from GTK+:
 # http://www.gtk.org/
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
 # version 2 of the License, or (at your option) any later
 # version.

Some artwork from Dotclear:
 # http://www.dotclear.net
 #
 # DotClear 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.

Universal Feed Parser:
 # __license__ = """Copyright (c) 2002-2007, Mark Pilgrim, 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.
 # 
 # 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."""

Timeout Socket:
 # Copyright 2000,2001 by Timothy O'Malley <timo@alum.mit.edu>
 # 
 #                All Rights Reserved
 # 
 # Permission to use, copy, modify, and distribute this software
 # and its documentation for any purpose and without fee is hereby
 # granted, provided that the above copyright notice appear in all
 # copies and that both that copyright notice and this permission
 # notice appear in supporting documentation, and that the name of
 # Timothy O'Malley  not be used in advertising or publicity
 # pertaining to distribution of the software without specific, written
 # prior permission. 
 # 
 # Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
 # SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
 # AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
 # ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE. 

jQuery JavaScript Library:
 # Copyright (c) 2009 John Resig
 # Dual licensed under the MIT and GPL licenses.
 # http://docs.jquery.com/License

jQuery kiketable.colsizable plugin:
 # Copyright (c) 2007-2009 Enrique Meléndez Estrada
 # Dual licensed under the MIT and GPL licenses:

Tabs - jQuery plugin for accessible, unobtrusive tabs:
 # Copyright (c) 2006 Klaus Hartl (stilbuero.de)
 # Dual licensed under the MIT and GPL licenses:

TableSorter 2.0 - Client-side table sorting with ease!:
 # Copyright (c) 2007 Christian Bach
 # Dual licensed under the MIT and GPL licenses:

SimpleModal @VERSION - jQuery Plugin:
 # Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 #
 # Dual licensed under the MIT (MIT-LICENSE.txt)
 # and GPL (GPL-LICENSE.txt) licenses.

WYSIWYG - jQuery plugin 0.3
 # Copyright (c) 2008 Juan M Martinez
 # http://plugins.jquery.com/project/jWYSIWYG
 #
 # Dual licensed under the MIT and GPL licenses:

Treeview 1.4 - jQuery plugin to hide and show branches of a tree
 # Copyright (c) 2007 Jörn Zaefferer
 #
 # Dual licensed under the MIT and GPL licenses:

jQuery Date Picker:
 # Copyright (c) 2007 Kelvin Luck (http://www.kelvinluck.com/)
 # Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
 # and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.

bgiframe:
 # Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
 # Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)