Skip to main content

Libre alternative to Doodle

Project description

What is jawanndenn?

Screenshot of poll creation in jawanndenn

jawanndenn is a simple web application to schedule meetings and run polls, a libre alternative to Doodle. It is written in Python and JavaScript using

jawanndenn is libre software developed by Sebastian Pipping. The server code is licensed under the GNU Affero GPL license version 3 or later whereas the client code is licensed under the GNU GPL license version 3 or later.

Please report bugs and let me know if you like it.

Installation

To install the latest release without cloning the Git repository:

# pip install jawanndenn

To install from a Git clone:

# python setup.py install --user

Deployment with Apache mod_wsgi

To use jawanndenn with mod_wsgi, there is file jawanndenn/app.wsgi For how to integrate jawanndenn/app.wsgi with the Apache configuration, please check the the related documentation of bottle.

Feel free to file a support ticket or drop me a mail, if you cannot get it to work.

Run with docker

You can build a docker image using docker-compose build and run it with docker-compose up.

Serialized data is saved to ~/.jawanndenn-docker/ outside the container (only if the server shuts down). The app is served on localhost:8080.

Command line usage

When installed, invocation is as simple as

# jawanndenn

During development, you may want to run jawanndenn from the Git clone using

# PYTHONPATH=. python jawanndenn/main.py --debug

Currently supported arguments are:

# jawanndenn --help
usage: jawanndenn [-h] [--debug] [--host HOST] [--port PORT]
                  [--url-prefix PATH] [--database-pickle FILE]
                  [--server BACKEND] [--max-polls COUNT]
                  [--max-votes-per-poll COUNT] [--dumpdata]
                  [--first-poll NUMBER] [--first-poll-option NUMBER]
                  [--first-ballot NUMBER] [--first-vote NUMBER]

optional arguments:
  -h, --help            show this help message and exit
  --debug               Enable debug mode (default: disabled)
  --host HOST           Hostname or IP address to listen at (default:
                        127.0.0.1)
  --port PORT           Port to listen at (default: 8080)
  --url-prefix PATH     Path to prepend to URLs (default: "")
  --database-pickle FILE
                        File to write the database to (default:
                        ~/jawanndenn.pickle)
  --server BACKEND      bottle backend to use (default: tornado); as of this
                        writing bottle supports: auto, bjoern, diesel,
                        eventlet, gae, gevent, gunicorn, meinheld, paste,
                        twisted, waitress, wsgiref. For the most current list,
                        please check the documentation of bottle.

limit configuration:
  --max-polls COUNT     Maximum number of polls total (default: 1000)
  --max-votes-per-poll COUNT
                        Maximum number of votes per poll (default: 40)

data export arguments:
  --dumpdata            Dump a JSON export of the database to standard output,
                        then quit.
  --first-poll NUMBER   Lowest primary key to use for poll objects (default:
                        1)
  --first-poll-option NUMBER
                        Lowest primary key to use for poll option objects
                        (default: 1)
  --first-ballot NUMBER
                        Lowest primary key to use for ballot objects (default:
                        1)
  --first-vote NUMBER   Lowest primary key to use for vote objects (default:
                        1)

Goals

Please check out the list of upcoming features.

Non-goals

  • Use of heavy frameworks: building blocks only

  • Read availability from calendars

Thanks

Special thanks to Arne Maier (@KordonDev) for reporting an XSS vulnerability, responsibly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jawanndenn-1.6.3.tar.gz (70.2 kB view details)

Uploaded Source

Built Distribution

jawanndenn-1.6.3-py2-none-any.whl (20.8 kB view details)

Uploaded Python 2

File details

Details for the file jawanndenn-1.6.3.tar.gz.

File metadata

  • Download URL: jawanndenn-1.6.3.tar.gz
  • Upload date:
  • Size: 70.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.3 CPython/3.6.9

File hashes

Hashes for jawanndenn-1.6.3.tar.gz
Algorithm Hash digest
SHA256 6ca589fcdaefc9f4a2f95b8422bd93f539b12b5706b82c0697261ba53a6f065e
MD5 1c19f12d752d089d2d9d29135a700ce8
BLAKE2b-256 d6cd604599884244d2130f56db86c60677baa3a4edb20d4363edd3c77c5304db

See more details on using hashes here.

File details

Details for the file jawanndenn-1.6.3-py2-none-any.whl.

File metadata

  • Download URL: jawanndenn-1.6.3-py2-none-any.whl
  • Upload date:
  • Size: 20.8 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.3 CPython/3.6.9

File hashes

Hashes for jawanndenn-1.6.3-py2-none-any.whl
Algorithm Hash digest
SHA256 70946698693c5212f0b670ba614aeab5966bf70683a0274997671a28c19ce72d
MD5 a886f6020f3b335345ad171add30b588
BLAKE2b-256 d3467fa5f3e99666c1f717bae39746a2c8f38a5f98c3317e5af68907a121eb93

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page