Création et gestion de démarches en ligne
Go to file
Frédéric Péters 965d0b5928 fix typo in translation 2020-04-08 12:23:23 +02:00
data trivial: remove leftover mobile mode static files (#41135) 2020-03-29 17:32:53 +02:00
debian misc: update to new style middlewares (with compat layer) (#41236) 2020-04-02 20:09:02 +02:00
doc trivial: insure two blank lines before top functions and classes 2020-01-18 20:33:44 +01:00
help/fr help: add nonce parameter in querystring (#41241) 2020-04-02 11:42:37 +02:00
po general: switch i18n to django (#6735) 2017-08-12 15:13:57 +02:00
tests forms: keep locked field as readonly on page with errors (#41411) 2020-04-07 15:27:57 +02:00
wcs fix typo in translation 2020-04-08 12:23:23 +02:00
.coveragerc general: remove bounce processing (#36515) 2019-11-20 09:17:17 +01:00
.gitignore switch to django request/response handling (#6735) 2017-08-12 15:13:57 +02:00
COPYING Updated version of COPYING 2007-01-26 16:02:00 +00:00
INSTALL switch to django request/response handling (#6735) 2017-08-12 15:13:57 +02:00
Jenkinsfile jenkins: run tests in parallel (#41236) 2020-04-02 20:09:02 +02:00
MANIFEST.in distribute txt templates (#18542) 2017-09-08 15:44:24 +02:00
NEWS [release] 1.5 2009-10-28 12:38:57 +00:00
README general: remove bounce processing (#36515) 2019-11-20 09:17:17 +01:00
getlasso.sh update tox for django 1.11 and correct dependencies 2018-01-03 15:00:26 +01:00
manage.py debian: run with python 3 (#39164) 2020-01-24 09:01:30 +01:00
pylint.sh use tox to run tests (#15562) 2019-10-02 15:56:56 +02:00
setup.py setup: allow micro django-ckeditor updates (#41233) 2020-04-01 16:37:08 +02:00
tox.ini tox: test against both django 1.11 and 2.2 (#41236) 2020-04-02 20:09:02 +02:00
wcs.cfg-sample settings: don't enable auto vhost feature by default (#26943) 2018-10-03 19:20:30 +02:00
wcsctl.py debian: run with python 3 (#39164) 2020-01-24 09:01:30 +01: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 :

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.

Image from the unDraw project:
 # https://undraw.co/
 #
 # All images, assets and vectors published on unDraw can be used for free. You
 # can use them for noncommercial and commercial purposes. You do not need to ask
 # permission from or provide credit to the creator or unDraw.
 #
 # More precisely, unDraw grants you an nonexclusive, worldwide copyright
 # license to download, copy, modify, distribute, perform, and use the assets
 # provided from unDraw for free, including for commercial purposes, without
 # permission from or attributing the creator or unDraw. This license does not
 # include the right to compile assets, vectors or images from unDraw to
 # replicate a similar or competing service, in any form or distribute the assets
 # in packs. This extends to automated and non-automated ways to link, embed,
 # scrape, search or download the assets included on the website without our
 # consent.

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. 

Locket (wcs/qommon/vendor/locket.py):
 # Copyright (c) 2012, Michael Williamson
 # Licensed under the BSD 2-clause license (http://opensource.org/licenses/BSD-2-Clause)

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)

svg-pan-zoom:
 # Copyright 2009-2010 Andrea Leofreddi <a.leofreddi@itcharm.com>
 # Licensed under the BSD 2-clause license (http://opensource.org/licenses/BSD-2-Clause)

FontAwesome:
 Files: wcs/qommon/static/css/dc2/fontawesome*
 Copyright: (c) 2012-2014, Dave Gandy <drgandy@alum.mit.edu>
 License: OFL-1.1
 Comment:
  Upstream doesn't specify which version of OFL instead simply links to
  OFL page. Hence latest version of OFL is considered.