Merge pull request #1320 from normanjaeckel/Metadata
Update CHANGELOG, README.rst and docs.
This commit is contained in:
commit
39376e7029
@ -13,13 +13,13 @@ Dashboard:
|
|||||||
- Enabled copy and paste in widgets.
|
- Enabled copy and paste in widgets.
|
||||||
Agenda:
|
Agenda:
|
||||||
- New projector view with the current list of speakers.
|
- New projector view with the current list of speakers.
|
||||||
- Added CSV import.
|
- Added CSV import of agenda items.
|
||||||
- Added automatic numbering of agenda items.
|
- Added automatic numbering of agenda items.
|
||||||
- Fixed organizational item structuring.
|
- Fixed organizational item structuring.
|
||||||
Motions:
|
Motions:
|
||||||
- New slide for vote results.
|
- New slide for vote results.
|
||||||
- Created new categories during CSV import.
|
- Created new categories during CSV import.
|
||||||
Assignment:
|
Assignments/Elections:
|
||||||
- Coupled assignment candidates with list of speakers.
|
- Coupled assignment candidates with list of speakers.
|
||||||
- Created a poll description field for each assignment poll.
|
- Created a poll description field for each assignment poll.
|
||||||
- New slide for election results.
|
- New slide for election results.
|
||||||
|
@ -110,7 +110,7 @@ portable version you should observe the following install steps.*
|
|||||||
To install Virtual Python Environment builder, open command line (cmd)
|
To install Virtual Python Environment builder, open command line (cmd)
|
||||||
and run::
|
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
|
Create your OpenSlides directory, change to it, setup and activate the
|
||||||
virtual environment::
|
virtual environment::
|
||||||
@ -227,7 +227,9 @@ Installation and start of the development version
|
|||||||
|
|
||||||
To start OpenSlides use the command line script::
|
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::
|
To get help on the command line options run::
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'OpenSlides Handbuch'
|
project = u'OpenSlides Handbuch'
|
||||||
copyright = u'2012–2013, OpenSlides Team'
|
copyright = u'2012–2014, OpenSlides Team'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Impressum
|
Impressum
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Copyright 2012–2013
|
Copyright 2012–2014
|
||||||
|
|
||||||
OpenSlides-Autorenteam:
|
OpenSlides-Autorenteam:
|
||||||
- Norman Jäckel
|
- Norman Jäckel
|
||||||
- Anja Hitziger
|
- Anja Jäckel
|
||||||
- Emanuel Schütze
|
- Emanuel Schütze
|
||||||
|
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ Redner. Die Einblendung erscheint nur auf Folien von Tagesordnungspunkten.
|
|||||||
Schließlich haben Sie die Möglichkeit, die Rednerliste des jeweiligen
|
Schließlich haben Sie die Möglichkeit, die Rednerliste des jeweiligen
|
||||||
Tagesordnungspunktes auf einem gesonderten Projektor anzeigen zu lassen.
|
Tagesordnungspunktes auf einem gesonderten Projektor anzeigen zu lassen.
|
||||||
Klicken Sie auf der Tagesordnungsseite oben rechts auf auf den
|
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.
|
eigenen Projektor oder Bildschirm.
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,6 +6,11 @@
|
|||||||
OpenSlides Handbuch |version|
|
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::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user