Updated website for 1.0.

This commit is contained in:
Emanuel Schuetze 2011-09-12 21:20:14 +02:00
parent 354d8d64dd
commit b1b37e085b
4 changed files with 42 additions and 46 deletions

View File

@ -45,6 +45,7 @@ Anträge
- Änderungshistorie eines Antrags anzeigen
- Antragsformular als pdf erzeugen
- Übersicht aller Anträge als pdf
- Abstimmungsmodus: Ja/Nein/Enthaltungs-Stimmen sowie ungültige und abgegebene Stimmen
.. image:: _static/images/application-overview_de.png
:width: 45%
@ -69,23 +70,16 @@ Wahlen
- Wahlschein als pdf generieren (mit Ankreuzfeld)
- Wahlergebenisse eingeben und darstellen
- mehrere Wahlgänge und Stichwahlen werden unterstützt
- Abstimmungsmodus: Ja-Stimmen oder Ja/Nein/Enthaltungs-Stimmen (abhängig von der Anzahl der Kandiaten und Posten), ungültige und abgegebene Stimmen können eingegeben werden
Abstimmungen
------------
- Abstimmungen verwalten (als Ergänzung zu Anträgen und Wahlen)
- Ergebnisse eingeben und darstellen (analog zu Anträgen und Wahlen)
- Abstimmungsmodus: entweder nur Ja-Stimmen oder Ja/Nein/Enthaltungs-Stimmen wählbar
- ungültige und abgegebene Stimmen können eingegeben werden
Teilnehmer
----------
- Teilnehmer anlegen und verwalten (vordefinierte Felder: *Name, Vorname, E-Mail, Geschlecht, Gruppe, Typ, Amt*)
- Teilnehmer anlegen und verwalten (vordefinierte Felder: *Name, Vorname, Geschlecht, Gruppe, Typ, Amt*)
- importieren von Teilnehmerdaten (im CSV-Format)
- Benutzergruppe frei konfigurierbar (voreingestellt u.a.: *Präsidium, Tagesleitung, Delegierter, Beobachter, Gast*)
- Benutzergruppe frei konfigurierbar (voreingestellt sind: *Beobachter, Delegierte, Tagesleitung, Teilnehmerverwaltung*)
Allgemein
---------

View File

@ -1,22 +1,25 @@
Download
========
Es ist noch kein Release von OpenSlides verfügbar.
Das Erscheinen von Version 1.0 ist für September 2011 geplant.
Der aktuelle Entwicklungsstand kann im öffentlichen
Quellcode-Repository eingesehen werden.
OpenSlides 1.0 (2011-09-12)
---------------------------
- `zip <http://openslides.org/download/openslides-1.0.zip>`_ (1 MB)
- `tar.gz <http://openslides.org/download/openslides-1.0.tar.gz>`_ (1 MB)
Lesen Sie nach dem Download die
`Installationsanleitung <http://dev.openslides.org/browser/INSTALL>`_.
Quellcode von OpenSlides auschecken::
Quellcode
---------
Der aktuelle Entwicklungstand von OpenSlides kann im öffentlichen
`Quellcode-Repository <http://dev.openslides.org/browser>`_
eingesehen werden.
Zum Auschecken des Quellcodes von OpenSlides nutzen Sie::
hg clone http://hg.openslides.org
Wenn Sie Schreibzugriff für OpenSlides mit Ihrem SSH-Key haben, nutzen
Sie::
hg clone ssh://hg@openslides.org/openslides
Eine Installationsanleitung finden Sie in der
`INSTALL <http://dev.openslides.org/browser/INSTALL>`_ Datei.

View File

@ -45,6 +45,7 @@ Applications
- View change history of an application
- Create application form as pdf
- Create an overview of all applications as pdf
- voting mode: Yes/No/Abstain/invalid votes and votes cast
.. image:: _static/images/application-overview_de.png
:width: 45%
@ -70,23 +71,14 @@ Elections
- Generate a pdf ballot (with checkbox)
- Enter and display voting results
- Multiple ballots and runoff elections are supported
Polls
-----
- Manage polls (in addition to applications and elections)
- Enter and display results (analogous to appliations and elections)
- Two voting modes supported: votes in favor or Yes/No/Abstain votes
- Invalid votes and votes cast can be entered
- Two voting modes supported: votes in favor or Yes/No/Abstain votes (dependend on number of candidates and posts), invalid votes and votes cast can be entered
Participants
-----------
- Create and manage participants (pre-defined fields: *last name, first name, email, gender, group, type, committee*)
- Create and manage participants (pre-defined fields: *last name, first name, gender, group, type, committee*)
- Import of user data (in CSV format)
- configurable user groups (default include: *presidium, moderation, delegate, observer, guest, staff*)
- configurable user groups (default include: *observer, delegate, moderation, participant management*)
General

View File

@ -1,20 +1,27 @@
Download
========
There is not yet a release of OpenSlides.
Version 1.0 is scheduled for september 2011.
OpenSlides 1.0 (2011-09-12)
---------------------------
- `zip <http://openslides.org/download/openslides-1.0.zip>`_ (1 MB)
- `tar.gz <http://openslides.org/download/openslides-1.0.tar.gz>`_ (1 MB)
Read the
`installation instructions <http://dev.openslides.org/browser/INSTALL>`_
after download.
Source Code
-----------
You can check the current development status in our
public sourcecode repository.
public sourcecode repository:
Checkout OpenSlides sourcecode::
- `Browse source <http://dev.openslides.org/browser>`_
To get the latest source files from HG repository use the
following command in the Terminal::
hg clone http://hg.openslides.org
If you have write access (commit rights) to OpenSlides with your ssh
key use::
hg clone ssh://hg@openslides.org/openslides
Installation instructions can be found in the
`INSTALL <http://dev.openslides.org/browser/INSTALL>`_ file.