bsw@1045: ui.title(_"Introduction") bsw@1045: bsw@1045: local lang = locale.get("lang") bsw@1045: bsw@1045: ui.section(function() bsw@1045: ui.sectionHead(function() bsw@1045: ui.heading{ level = 1, content = _"Structured discussion" } bsw@1045: end) bsw@1045: ui.sectionRow(function() bsw@1045: ui.heading{ level = 2, content = _"Initiatives and issues" } bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: LiquidFeedback ist kein Umfragesystem, es werden keine bereits vorher feststehenden Fragen gestellt. Statt dessen kann jeder Teilnehmer neue Initiativen starten, die Vorschläge und/oder Argumente umfassen. Sobald eine Initiative eingestellt wurde, können alle Teilnehmer alternative Initiativen mit Gegenvorschlägen starten. Alle zueinander in Konkrurrenz stehenden Initiativen bilden zusammen ein Thema. Sowohl Themen als auch Initiativen werden nummeriert. Themen erhalten hierbei vor der Nummer ein #-Zeichen (z. B. #123), während Initiativen durch ein führendes i gekennzeichnet sind (z. B. i456). Ein Thema kann mehrere Initiativen enthalten. Nur eine Initiative kann gewinnen. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: LiquidFeedback is no survey, it doesn't ask you predefined questions. Instead every participant is allowed to post new initiatives containing a proposal and/or reasoning. As soon as the initiative is posted, all other participants can create alternative initiatives with counter proposals and/or reasoning. A group of concurring initiatives forms an issue. Issues in LiquidFeedback are numbered with a hash sign (e.g. #123) while initiatives are numbered with a leading "i" character (i456). In short: One issue may contain multiple initiatives. Only one initiative can win. bsw@1045: ]] } bsw@1045: end bsw@1045: bsw@1045: ui.heading{ level = 2, content = _"Subject areas" } bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Themen werden immer einem Themenbereich zugeordnet. Dies dient der Strukturierung der Diskussion und des Entscheidungsprozesses. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Issues are always assigned to a subject area in order to structure the discussion and decision process. bsw@1045: ]] } bsw@1045: end bsw@1045: ui.heading{ level = 2, content = _"Organizational units" } bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Gliederungen ermöglichen Diskussionen und Entscheidungen auch für Teilmengen der Benutzer (z. B. Gliederungen einer Organisation). In jeder Gliederung können eigene Themenbereiche zur Verfügung stehen. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: To allow discussions and decisions by sub groups of participants (e.g. by the members of a subdivision of an organization), participants can be assigned to different units. Every organizational unit can have its own subject areas. bsw@1045: ]] } bsw@1045: end bsw@1045: ui.heading{ level = 2, content = _"Rules of procedure" } bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Ein Regelwerk definiert Fristen, Quoren und erforderliche Mehrheiten. Initiatoren wählen bei Erstellung eines Themas ein geeignetes Verfahren, das dem verfolgten Zweck entspricht. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: A policy defines the timing, quorums and required majorities for an issue in LiquidFeedback. Initiators choose the fitting policy for their purpose when creating a new issue. bsw@1045: ]] } bsw@1045: end bsw@1045: end ) bsw@1045: end ) bsw@1045: ui.section(function() bsw@1045: ui.sectionHead(function() bsw@1045: ui.heading{ level = 1, content = _"4 phases of a decision" } bsw@1045: end) bsw@1045: ui.sectionRow(function() bsw@1045: ui.heading{ level = 2, content = _"(1) Admission phase" } bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Nicht jedes neue Thema wird auf ein Mindestinteresse der Teilnehmer stoßen. Daher muss ein neues Thema von einer vorab festzulegenden Mindestanzahl Teilnehmer als diskussionswürdig betrachtet werden, um für die Diskussionsphase zugelassen zu werden. Andernfalls wird das Thema am Ende der Zulassungsphase abgebrochen und nicht weiter behandelt. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: As every participant can open a new issue in LiquidFeedback, not all of them will be intersting for at least a minimum of the participants. Therefore new issues need to gain a given quorum of supporters to become accepted for further discussion. Issues which do not reach the necessary quorum will be closed at the end of the admission phase. bsw@1045: ]] } bsw@1045: end bsw@1045: ui.heading{ level = 2, content = _"(2) Discussion phase" } bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Während der Diskussionsphase arbeiten Initiativen auf die Verbesserung des Vorschlags und die Vervollkommnung der Argumentation hin, um die erforderliche Mehrheit zu erreichen und sich gegen eventuell vorhandene alternative Initiativen durchzusetzen. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: During the discussion phase all initiatives try to improve their proposals and reasoning to gain more supporters. The aim is to eventually reach the necessary majority and to beat alternative initiatives. bsw@1045: ]] } bsw@1045: end bsw@1045: ui.heading{ level = 2, content = _"(3) Verification phase" } bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Alle in dieser Phase angezeigten Initiativtexte können nicht mehr verändert werden. Neue Initiativen können gestartet aber ebenfalls nicht mehr geändert werden. Dieses Vorgehen schützt die Teilnehmer vor überraschenden Änderungen in letzter Minute. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: During the verification phase, initiative drafts with the proposal and reasoning become final and cannot be changed any more. So everyone can double check everything. In case of some last minute situation, it is still possible to add competing initiatives. But they cannot be edited again and need to gain supporters from scratch. bsw@1045: ]] } bsw@1045: end bsw@1045: ui.heading{ level = 2, content = _"(4) Voting phase" } bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Jede Initiative, die eine Mindestanzahl an Unterstützern erreicht, wird zur Abstimmung zugelassen und erscheint auf dem Stimmzettel. Während der Abstimmung können die Teilnehmer mittels Präferenzwahl abstimmen, die es neben Zustimmung, Enthaltung und Ablehnung zusätzlich erlaubt Präferenzen zwischen den Initiativen anzugeben. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Every initiative reaching a required quorum of supporters at the end of the verification phase is admitted for voting and appears on the voting ballot. During the voting phase every eligible participant may give a vote using a preferential voting system allowing to express individual preferences between the initiatives in addition to a yes/neutral/no vote. bsw@1045: ]] } bsw@1045: end bsw@1045: bsw@1045: end) bsw@1045: end) bsw@1045: ui.section(function() bsw@1045: ui.sectionHead(function() bsw@1045: ui.heading{ level = 1, content = _"Vote delegation" } bsw@1045: end) bsw@1045: ui.sectionRow(function() bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Delegationen ermöglichen eine dynamische Arbeitsteilung. Sie entsprechen einer Stimmrechtsvollmacht, können jederzeit geändert werden, sind weisungsfrei und übertragbar. Delegationen können für eine Gliederung, für einen Themenbereich der Gliederung oder für ein konkretes Thema erteilt werden. Konkretere Delegationen gehen allgemeineren Delegationen vor. Delegationen werden sowohl für den Diskurs (Phasen 1 bis 3) als auch für die Abstimmphase genutzt. Bei Aktivität eines Benutzers werden eventuell vorhandene Delegationen für die jeweilige Aktivität ausgesetzt. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Delegations allow for a dynamic division of labor. A delegation is a proxy statement (voting power under a power of attorney), can be altered at any time, is not bound to directives and can be delegated onward. Delegations can be used for a whole organizational unit, for a subject area within an organizational unit, or for a specific issue. More specific delegations overrule more general delegations. Delegations are used in both the discourse (phase 1 to 3) and the voting phase. Any activity suspends existing delegations for the given activity. bsw@1045: ]] } bsw@1045: end bsw@1045: end) bsw@1045: end) bsw@1045: ui.section(function() bsw@1045: ui.sectionHead(function() bsw@1045: ui.heading{ level = 1, content = _"Preference voting" } bsw@1045: end) bsw@1045: ui.sectionRow(function() bsw@1045: if lang == "de" then bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: Im Falle mehrerer ähnlicher Vorschläge auf dem Stimmzettel gibt es keine Notwendigkeit einen dieser Vorschläge auszuwählen. Stattdessen kann für (bzw. gegen) beliebig viele konkurrierende Initiativen gestimmt werden und gleichzeitig eine Präferenzreihenfolge dieser Initiativen angegeben werden. Die Präferenzen bestimmen den Gewinner, falls am Ende mehr als eine Initiative die notwendige Mehrheit an Ja-Stimmen erreicht. Auf diese Weise wird niemand ermutigt für eine Initiative zu stimmen, nur um eine andere Initiative zu verhindern, und es wird niemand ermutigt gegen eine Initiative zu stimmen, nur um einer anderen Initiative eine Chance zu geben. bsw@1045: ]] } bsw@1045: else bsw@1045: ui.tag{ tag = "p", content = [[ bsw@1045: If there are similar competing proposals on the ballot, there is no necessity to choose one of them. Instead, it is possible to vote for (and against) as many initiatives as one wants to while being able to express the individual preferences amongst those initiatives during voting phase. Those preferences will determine the winner if more than one initiative has reached the necessary majority of approvals at end of voting phase. That way, nobody is encouraged to vote in favor of one initiative just to outrank another one, and nobody is encouraged to vote against an initiative just to increase the chances for another initiative to win. bsw@1045: ]] } bsw@1045: end bsw@1045: end) bsw@1045: end)