This plugin for OpenSlides provides a CSV export of the lists of speakers. It is also useful as an example how to write plugins for OpenSlides.
OpenSlides >=2.1 (https://openslides.org/)
This is only an example instruction to install the plugin on GNU/Linux. It can also be installed as any other Python package and on other platforms, e. g. on Windows.
Change to a new directory:
$ cd $ mkdir OpenSlides $ cd OpenSlides
Setup and activate a virtual environment and install OpenSlides and the plugin in it:
$ python3 -m venv .virtualenv $ source .virtualenv/bin/activate $ pip install openslides openslides-csv-export
Start OpenSlides:
$ openslides
This plugin is Free/Libre Open Source Software and distributed under the MIT License, see LICENSE file. The authors are mentioned in the AUTHORS file.
- Updated to OpenSlides 2.3.
- Updated to OpenSlides 2.2.
- Updated OpenSlides 2.1 support (Fixed usage of has_perm()).
- Updated to OpenSlides 2.1. Dropped support for OpenSlides 2.0.
- Added example how to use states and templates.
- Updated to OpenSlides 2.0. Dropped support for OpenSlides 1.x.
- Updated to OpenSlides 1.7.x.
- Updated to new plugin api and to other api changes of OpenSlides 1.6.
- Fixed bug when using related agenda items.
- Updated to OpenSlides 1.5.x.
- Updated to OpenSlides 1.4.1.
- First release of this plugin.