Merge pull request #1320 from normanjaeckel/Metadata

Update CHANGELOG, README.rst and docs.
This commit is contained in:
Norman Jäckel 2014-05-31 12:38:46 +02:00
commit 39376e7029
6 changed files with 15 additions and 8 deletions

View File

@ -13,13 +13,13 @@ Dashboard:
- Enabled copy and paste in widgets.
Agenda:
- New projector view with the current list of speakers.
- Added CSV import.
- Added CSV import of agenda items.
- Added automatic numbering of agenda items.
- Fixed organizational item structuring.
Motions:
- New slide for vote results.
- Created new categories during CSV import.
Assignment:
Assignments/Elections:
- Coupled assignment candidates with list of speakers.
- Created a poll description field for each assignment poll.
- New slide for election results.

View File

@ -110,7 +110,7 @@ portable version you should observe the following install steps.*
To install Virtual Python Environment builder, open command line (cmd)
and run::
> easy_install https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.4.tar.gz
> easy_install https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.6.tar.gz
Create your OpenSlides directory, change to it, setup and activate the
virtual environment::
@ -227,7 +227,9 @@ Installation and start of the development version
To start OpenSlides use the command line script::
python manage.py start
python manage.py create-dev-settings
python manage.py start --settings settings.py
To get help on the command line options run::

View File

@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'OpenSlides Handbuch'
copyright = u'20122013, OpenSlides Team'
copyright = u'20122014, OpenSlides Team'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

View File

@ -1,11 +1,11 @@
Impressum
=========
Copyright 20122013
Copyright 20122014
OpenSlides-Autorenteam:
- Norman Jäckel
- Anja Hitziger
- Anja Jäckel
- Emanuel Schütze

View File

@ -140,7 +140,7 @@ Redner. Die Einblendung erscheint nur auf Folien von Tagesordnungspunkten.
Schließlich haben Sie die Möglichkeit, die Rednerliste des jeweiligen
Tagesordnungspunktes auf einem gesonderten Projektor anzeigen zu lassen.
Klicken Sie auf der Tagesordnungsseite oben rechts auf auf den
Glocken-Button |bell| und legen Sie die Seite im Vollbildmodus auf einen
Rednerliste-Button |bell| und legen Sie die Seite im Vollbildmodus auf einen
eigenen Projektor oder Bildschirm.

View File

@ -6,6 +6,11 @@
OpenSlides Handbuch |version|
=============================
Dieses Handbuch wurde für OpenSlides 1.5 erstellt, kann aber im
Wesentlichen auch für OpenSlides 1.6 verwendet werden. OpenSlides 1.6
enthält noch einige weitere Feautures und die Oberfläche wurde geringfügig
geändert.
.. toctree::
:maxdepth: 2