Updated website.
This commit is contained in:
parent
71435470c2
commit
ff45f48144
84
docs/_static/default.css
vendored
84
docs/_static/default.css
vendored
@ -24,8 +24,8 @@ h2 { font-size: 18px; margin: 25px 0 5px 0; }
|
|||||||
h3 { font-size: 19px; margin: 25px 0 5px 0; }
|
h3 { font-size: 19px; margin: 25px 0 5px 0; }
|
||||||
textarea, code,
|
textarea, code,
|
||||||
pre { font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono',
|
pre { font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono',
|
||||||
monospace!important; font-size: 15px; background: #E8EFF0; }
|
monospace!important; font-size: 15px; background: #E8EFF0;
|
||||||
pre { padding: 7px 30px; margin: 15px -30px; line-height: 1.3; }
|
padding: 7px 30px; margin: 0px 0px; line-height: 1.3; font-size:0.9em}
|
||||||
.ig { color: #888; }
|
.ig { color: #888; }
|
||||||
p { line-height: 1.4; color:#444444;}
|
p { line-height: 1.4; color:#444444;}
|
||||||
ul { margin: 15px 0 15px 0; padding: 0; list-style: none; line-height: 1.4; }
|
ul { margin: 15px 0 15px 0; padding: 0; list-style: none; line-height: 1.4; }
|
||||||
@ -314,11 +314,6 @@ p.admonition-title:after {
|
|||||||
content: ":";
|
content: ":";
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, tt {
|
|
||||||
font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.screenshot {
|
img.screenshot {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -404,13 +399,6 @@ ul, ol {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
|
||||||
background: #E8EFF0;
|
|
||||||
padding: 7px 30px;
|
|
||||||
margin: 15px -30px;
|
|
||||||
line-height: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl pre, blockquote pre, li pre {
|
dl pre, blockquote pre, li pre {
|
||||||
margin-left: -60px;
|
margin-left: -60px;
|
||||||
padding-left: 60px;
|
padding-left: 60px;
|
||||||
@ -433,8 +421,8 @@ tt.xref, a tt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.reference {
|
a.reference {
|
||||||
text-decoration: none;
|
/*text-decoration: none;
|
||||||
border-bottom: 0px dotted #2BABC4;
|
border-bottom: 0px dotted #2BABC4;*/
|
||||||
}
|
}
|
||||||
a.reference:hover {
|
a.reference:hover {
|
||||||
border-bottom: 1px solid #2794AA;
|
border-bottom: 1px solid #2794AA;
|
||||||
@ -454,3 +442,67 @@ a.footnote-reference:hover {
|
|||||||
a:hover tt {
|
a:hover tt {
|
||||||
background: #EEE;
|
background: #EEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Button */
|
||||||
|
.button {
|
||||||
|
border: 1px solid #D3D3D3;
|
||||||
|
border-radius: 4px 4px 4px 4px;
|
||||||
|
display: inline-block;
|
||||||
|
font-weight: normal;
|
||||||
|
padding: 4px 10px;
|
||||||
|
margin: 2px 0 2px 0;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
background:#f9f9f9;
|
||||||
|
background:#f9f9f9 -webkit-gradient( linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),to(rgba(0,0,0,0)));
|
||||||
|
background:#f9f9f9 -moz-linear-gradient( top,rgba(255,255,255,.4),rgba(0,0,0,0));
|
||||||
|
color: #555555;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.button:hover {
|
||||||
|
border: 1px solid #999999;
|
||||||
|
background:#f9f9f9 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.55)),to(rgba(0,0,0,0)));
|
||||||
|
background:#f9f9f9 -moz-linear-gradient( top,rgba(255,255,255,.55),rgba(0,0,0,0));
|
||||||
|
}
|
||||||
|
.button:active {
|
||||||
|
-webkit-box-shadow:inset 0 100% 0 0 rgba(0,0,0,0.2);
|
||||||
|
background:#f9f9f9 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(0,0,0,.3)),to(rgba(0,0,0,0)));
|
||||||
|
background:#f9f9f9 -moz-linear-gradient( top,rgba(0,0,0,.1),rgba(0,0,0,0));
|
||||||
|
}
|
||||||
|
.button .icon {
|
||||||
|
height: 22px;
|
||||||
|
text-indent:30px;
|
||||||
|
padding-top: 1px;
|
||||||
|
display:block;
|
||||||
|
text-transform:none;
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
|
.button .run{
|
||||||
|
background:url(./images/icons/run.png) no-repeat 0px 0px;
|
||||||
|
}
|
||||||
|
.button .donate{
|
||||||
|
background:url(./images/icons/help-donate.png) no-repeat 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.download-button {
|
||||||
|
background: -moz-linear-gradient(center top , #84C63C 0%, #489615 100%) repeat scroll 0 0 transparent;
|
||||||
|
border-radius: 4px 4px 4px 4px;
|
||||||
|
color: #FFFFFF;
|
||||||
|
cursor: pointer;
|
||||||
|
width: 250px;
|
||||||
|
display: block;
|
||||||
|
line-height: 1.4em;
|
||||||
|
padding: 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.download-button:hover {
|
||||||
|
background: none repeat scroll 0 0 #45A32B;
|
||||||
|
}
|
||||||
|
.download-button strong {
|
||||||
|
color: #FFFFFF;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
.download-button span {
|
||||||
|
color: #346012;
|
||||||
|
}
|
BIN
docs/_static/images/icons/help-donate.png
vendored
Normal file
BIN
docs/_static/images/icons/help-donate.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
docs/_static/images/icons/run.png
vendored
Normal file
BIN
docs/_static/images/icons/run.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
docs/_static/images/icons/task-attention.png
vendored
Normal file
BIN
docs/_static/images/icons/task-attention.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 741 B |
4
docs/_templates/layout.html
vendored
4
docs/_templates/layout.html
vendored
@ -61,7 +61,7 @@ name="keywords">
|
|||||||
<li><a href="about.html">Über</a></li>
|
<li><a href="about.html">Über</a></li>
|
||||||
<li><a href="download.html">Download</a></li>
|
<li><a href="download.html">Download</a></li>
|
||||||
<li><a href="http://dev.openslides.org">Entwicklung</a></li>
|
<li><a href="http://dev.openslides.org">Entwicklung</a></li>
|
||||||
<li><a href="help.html">Hilfe</a></li>
|
<li><a href="contact.html">Kontakt</a></li>
|
||||||
{%- else %}
|
{%- else %}
|
||||||
<li><a href="{{ pathto('index') }}">Home</a></li>
|
<li><a href="{{ pathto('index') }}">Home</a></li>
|
||||||
<li><a href="features.html">Features</a></li>
|
<li><a href="features.html">Features</a></li>
|
||||||
@ -69,7 +69,7 @@ name="keywords">
|
|||||||
<li><a href="about.html">About</a></li>
|
<li><a href="about.html">About</a></li>
|
||||||
<li><a href="download.html">Download</a></li>
|
<li><a href="download.html">Download</a></li>
|
||||||
<li><a href="http://dev.openslides.org">Development</a></li>
|
<li><a href="http://dev.openslides.org">Development</a></li>
|
||||||
<li><a href="help.html">Help</a></li>
|
<li><a href="contact.html">Contact</a></li>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,5 +15,3 @@ Eine Kopie der Lizenz liegt jedem OpenSlides-Release bei und ist auch in der `LI
|
|||||||
Historie
|
Historie
|
||||||
--------
|
--------
|
||||||
Im Jahre 2005 wurde ein interner Prototyp von OpenSlides speziell für den Einsatz auf den Bundesversammlungen des Bundesverbandes der `Evangelischen StudentInnengemeinde (Bundes-ESG) <http://www.bundes-esg.de>`_ durch Emanuel Schütze in PHP entwickelt. Ende 2010 begannen Oskar Hahn und Emanuel Schütze mit einer kompletten Neuentwicklung in Python/Django und bauten ein Freies Software Produkt mit dem Namen "OpenSlides" auf. OpenSlides wurde im August 2011 unter der GNU GPL v2+ veröffentlicht. Version 1.0 ist am 12. September 2011 erschienen. Der erste produktive Einsatz von OpenSlides fand Mitte September auf der ESG-Bundesversammlung 2011 in Hannover statt.
|
Im Jahre 2005 wurde ein interner Prototyp von OpenSlides speziell für den Einsatz auf den Bundesversammlungen des Bundesverbandes der `Evangelischen StudentInnengemeinde (Bundes-ESG) <http://www.bundes-esg.de>`_ durch Emanuel Schütze in PHP entwickelt. Ende 2010 begannen Oskar Hahn und Emanuel Schütze mit einer kompletten Neuentwicklung in Python/Django und bauten ein Freies Software Produkt mit dem Namen "OpenSlides" auf. OpenSlides wurde im August 2011 unter der GNU GPL v2+ veröffentlicht. Version 1.0 ist am 12. September 2011 erschienen. Der erste produktive Einsatz von OpenSlides fand Mitte September auf der ESG-Bundesversammlung 2011 in Hannover statt.
|
||||||
|
|
||||||
Kontaktmöglichkeiten finden Sie unter `Hilfe <help.html#kontakt>`_.
|
|
||||||
|
@ -1,40 +1,51 @@
|
|||||||
Hilfe
|
Kontakt
|
||||||
=====
|
=======
|
||||||
|
|
||||||
|
|
||||||
Mailinglisten
|
Mailinglisten
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
OpenSlides bietet öffentliche Mailinglisten zur Koordination der Entwicklung
|
OpenSlides bietet öffentliche Mailinglisten zur Koordination der Entwicklung sowie
|
||||||
und Diskussion von Tickets, Nutzerfragen oder speziellen Anwendungsfällen.
|
Diskussion von Tickets, Anwenderfragen und speziellen Anwendungsfällen. Bei Problemen und
|
||||||
Bitte abonnieren Sie eine Mailingliste bevor Sie an diese schreiben wollen.
|
Fragen zu OpenSlides schreiben Sie einfach an die OpenSlides-Mailingliste in Ihrer Sprache.
|
||||||
|
Hinweis: Bitte abonnieren Sie eine Mailingliste bevor Sie an diese schreiben wollen!
|
||||||
|
|
||||||
::
|
Deutsche Mailingliste, für Anwender und Entwickler: ::
|
||||||
|
|
||||||
users-de@openslides.org
|
users-de@openslides.org
|
||||||
|
|
||||||
[Deutsch, für Anwender und Entwickler]
|
- `Abonnieren <http://mail.openslides.org/listinfo/users-de/>`_
|
||||||
|
- `Archiv <http://mail.openslides.org/pipermail/users-de/>`_
|
||||||
|
|
||||||
`Abonnieren <http://mail.openslides.org/listinfo/users-de/>`_ |
|
Englische Mailingliste, für Anwender und Entwickler: ::
|
||||||
`Archiv <http://mail.openslides.org/pipermail/users-de/>`_
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
users-en@openslides.org
|
users-en@openslides.org
|
||||||
|
|
||||||
[Englisch, für Anwender und Entwickler]
|
- `Abonnieren <http://mail.openslides.org/listinfo/users-en/>`_
|
||||||
|
- `Archiv <http://mail.openslides.org/pipermail/users-en/>`_
|
||||||
|
|
||||||
`Abonnieren <http://mail.openslides.org/listinfo/users-en/>`_ |
|
HG-commit-Mailingliste von hg.openslides.org (moderiert), für Entwickler: ::
|
||||||
`Archiv <http://mail.openslides.org/pipermail/users-en/>`_
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
commits@openslides.org
|
commits@openslides.org
|
||||||
|
|
||||||
[hg commits von hg.openslides.org, für Entwickler, nur lesend]
|
- `Abonnieren <http://mail.openslides.org/listinfo/commits/>`_
|
||||||
|
- `Archiv <http://mail.openslides.org/pipermail/commits/>`_
|
||||||
|
|
||||||
`Abonnieren <http://mail.openslides.org/listinfo/commits/>`_ |
|
|
||||||
`Archiv <http://mail.openslides.org/pipermail/commits/>`_
|
Professionelle Unterstützung
|
||||||
|
----------------------------
|
||||||
|
Sie haben Interesse an OpenSlides und denken über einen Einsatz auf
|
||||||
|
Ihrer Veranstaltung nach? Sie suchen dafür professionelle, technische Unterstützung
|
||||||
|
bei der Vorbereitung? Dann kontaktieren Sie uns! Wir beraten Sie gerne.
|
||||||
|
|
||||||
|
Ihr Ansprechpartner::
|
||||||
|
|
||||||
|
Emanuel Schütze
|
||||||
|
Intevation GmbH
|
||||||
|
Neuer Graben 17
|
||||||
|
D-49074 Osnabrück
|
||||||
|
E-Mail: emanuel.schuetze@intevation.de
|
||||||
|
Tel: ++49-541-335083-746
|
||||||
|
|
||||||
|
|
||||||
IRC
|
IRC
|
||||||
@ -62,35 +73,21 @@ OpenSlides ist eine engagierte Freie Software-Initiative von Freiwilligen und
|
|||||||
freut sich über jede Mithilfe!
|
freut sich über jede Mithilfe!
|
||||||
|
|
||||||
Arbeiten am Quellcode, Übersetzungen oder Grafikdesign - wir freuen uns über
|
Arbeiten am Quellcode, Übersetzungen oder Grafikdesign - wir freuen uns über
|
||||||
jede Form der Unterstützung!
|
jede Form der Unterstützung! Kontaktieren Sie uns am besten über eine der Mailinglisten.
|
||||||
|
|
||||||
|
|
||||||
Professionelle Unterstützung
|
|
||||||
----------------------------
|
|
||||||
Sie haben Interess an OpenSlides und denken über einen Einsatz auf
|
|
||||||
Ihrer Veranstaltung nach? Sie suchen professionelle Unterstützung dafür?
|
|
||||||
Dann kontaktieren Sie uns! Wir beraten Sie gerne.
|
|
||||||
|
|
||||||
Ihr Ansprechpartner::
|
Spenden!
|
||||||
|
--------
|
||||||
Emanuel Schütze
|
Sie profitieren vom Einsatz von OpenSlides oder sind einfach von der OpenSlides-Idee begeistert?
|
||||||
Intevation GmbH
|
Dann unterstützen Sie OpenSlides mit Ihrer Spende!
|
||||||
Neuer Graben 17
|
|
||||||
D-49074 Osnabrück
|
|
||||||
E-Mail: emanuel.schuetze@intevation.de
|
|
||||||
Tel: ++49-541-335083-746
|
|
||||||
|
|
||||||
|
|
||||||
Danke für Ihre Spende!
|
|
||||||
----------------------
|
|
||||||
Ihre Spende unterstützt die Pflege und Weiterentwicklung von OpenSlides und hilft
|
|
||||||
uns die Freie Software Initiative OpenSlides voranzutreiben. Wir sind dankbar für
|
|
||||||
jede finanzielle Unterstützung. Helfen auch Sie!
|
|
||||||
|
|
||||||
|
Die Pflege und Weiterentwicklung eines Freien Software Produkts kostet Geld. Mit Ihrer
|
||||||
|
Spende helfen Sie uns diese nötigen Aufgaben zu finanzieren und die OpenSlides-Initiative
|
||||||
|
voranzutreiben.
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
<p>
|
|
||||||
<form action="https://www.paypal.com/de/cgi-bin/webscr" method="post">
|
<form action="https://www.paypal.com/de/cgi-bin/webscr" method="post">
|
||||||
<input name="cmd" value="_donations" type="hidden">
|
<input name="cmd" value="_donations" type="hidden">
|
||||||
<input name="business" value="paypal@intevation.de" type="hidden">
|
<input name="business" value="paypal@intevation.de" type="hidden">
|
||||||
@ -101,18 +98,19 @@ jede finanzielle Unterstützung. Helfen auch Sie!
|
|||||||
<input name="cn" value="Kommentar an das OpenSlides-Entwicklerteam (Lob/Kritik)" type="hidden">
|
<input name="cn" value="Kommentar an das OpenSlides-Entwicklerteam (Lob/Kritik)" type="hidden">
|
||||||
<input name="currency_code" value="EUR" type="hidden">
|
<input name="currency_code" value="EUR" type="hidden">
|
||||||
<input name="bn" value="PP-BuyNowBF" type="hidden">
|
<input name="bn" value="PP-BuyNowBF" type="hidden">
|
||||||
<input src="https://www.paypal.com/de_DE//i/btn/btn_donate_LG.gif" name="submit" alt="Jetzt einfach, schnell und sicher online spenden - mit PayPal." type="image" border="0">
|
<input name="on0" value="Veroeffentlichung der Spende zugestimmt?" type="hidden">
|
||||||
<input name="on0" value="Veröffentlichung der Spende zugestimmt?" type="hidden">
|
|
||||||
<input name="os0" value="Nein" type="hidden">
|
<input name="os0" value="Nein" type="hidden">
|
||||||
<input name="image_url" value="http://dev.openslides.org/export/1ddcb76c8e5537f807f6401556cbe3e56ea12268/extras/logo/openlides-logo_wide75.png" type="hidden">
|
<input name="image_url" value="http://dev.openslides.org/export/1ddcb76c8e5537f807f6401556cbe3e56ea12268/extras/logo/openlides-logo_wide75.png" type="hidden">
|
||||||
<input name="return" value="http://openslides.org/" type="hidden">
|
<input name="return" value="http://openslides.org/" type="hidden">
|
||||||
<input name="cbt" value="Zurück zu OpenSlides" type="hidden">
|
<input name="cbt" value="Zurück zu OpenSlides" type="hidden">
|
||||||
|
<button class="button" type="submit" style="font-size: 14px;">
|
||||||
|
<span class="icon donate">Jetzt Spenden (über PayPal)</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
<input name="os0" value="Ja" checked="checked" type="checkbox">Spendername veröffentlichen
|
<input name="os0" value="Ja" checked="checked" type="checkbox">Spende veröffentlichen
|
||||||
</form>
|
</form>
|
||||||
</p>
|
|
||||||
|
|
||||||
Das OpenSlides-Team bedankt sich für Ihre Unterstützung und freut sich über Ihre
|
Das `OpenSlides-Team <http://dev.openslides.org/browser/AUTHORS>`_ bedankt sich für Ihre Unterstützung und freut sich über Ihre
|
||||||
Rückmeldungen und Anregungen unter::
|
Rückmeldungen und Anregungen unter::
|
||||||
|
|
||||||
support@openslides.org
|
support@openslides.org
|
38
docs/de/demo.rst
Normal file
38
docs/de/demo.rst
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
Demo
|
||||||
|
====
|
||||||
|
|
||||||
|
Entdecken Sie die Funktionen von OpenSlides in dieser Online-Demo:
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<a href="http://demo.openslides.org/login" target=_blank>
|
||||||
|
<span class="button">
|
||||||
|
<span class="icon run">OpenSlides Demo starten</span>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
Demo-Zugangsdaten
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
Es sind drei Demo-Nutzer mit unterschiedlichen Rechten eingerichtet:
|
||||||
|
|
||||||
|
Tagesleitung:
|
||||||
|
|
||||||
|
- Nutzername: **demo**
|
||||||
|
- Passwort: **demo**
|
||||||
|
|
||||||
|
|
||||||
|
Delegierter:
|
||||||
|
|
||||||
|
- Nutzername: **delegierter**
|
||||||
|
- Passwort: **demo**
|
||||||
|
|
||||||
|
Gast:
|
||||||
|
|
||||||
|
- *ohne Zugangsdaten*
|
||||||
|
|
||||||
|
|
|
||||||
|
|image| *Achtung: Die Demo wird täglich zurückgesetzt!*
|
||||||
|
|
||||||
|
.. |image| image:: _static/images/icons/task-attention.png
|
@ -5,13 +5,31 @@ Download
|
|||||||
OpenSlides 1.1 (2011-11-15)
|
OpenSlides 1.1 (2011-11-15)
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
- `zip <http://openslides.org/download/openslides-1.1.zip>`_ (1 MB)
|
|
|
||||||
- `tar.gz <http://openslides.org/download/openslides-1.1.tar.gz>`_ (1 MB)
|
.. raw:: html
|
||||||
|
|
||||||
|
<span>
|
||||||
|
<a href="http://openslides.org/download/openslides-1.1.zip" class="download-button">
|
||||||
|
<strong>Download OpenSlides 1.1</strong><br>
|
||||||
|
<span>.zip — 1 <small>MB</small></span></a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<span>
|
||||||
|
<a href="http://openslides.org/download/openslides-1.1.tar.gz" class="download-button">
|
||||||
|
<strong>Download OpenSlides 1.1</strong><br>
|
||||||
|
<span>.tar.gz — 1 <small>MB</small></span></a>
|
||||||
|
</span>
|
||||||
|
|
||||||
Lesen Sie nach dem Download die
|
Lesen Sie nach dem Download die
|
||||||
`Installationsanleitung <http://openslides.org/download/INSTALL-1.1.txt>`_.
|
`Installationsanleitung <http://openslides.org/download/INSTALL-1.1.txt>`_.
|
||||||
|
|
||||||
|
|
||||||
|
Ältere Versionen und Prüfsummen (sha1sums) finden Sie unter
|
||||||
|
http://openslides.org/download.
|
||||||
|
|
||||||
|
|
||||||
Quellcode
|
Quellcode
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
@ -27,5 +27,3 @@ project, called "OpenSlides". OpenSlides was published under the GNU GPL
|
|||||||
in August 2011. Version 1.0 is released on September 12th 2011.
|
in August 2011. Version 1.0 is released on September 12th 2011.
|
||||||
The first productive use of OpenSlides happened at the general meeting of
|
The first productive use of OpenSlides happened at the general meeting of
|
||||||
the ESG in Hanover/Germany in mid-september 2011.
|
the ESG in Hanover/Germany in mid-september 2011.
|
||||||
|
|
||||||
You can find our contact under `Help <help.html#contact>`_.
|
|
||||||
|
117
docs/en/contact.rst
Normal file
117
docs/en/contact.rst
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
Contact
|
||||||
|
=======
|
||||||
|
|
||||||
|
|
||||||
|
Mailing lists
|
||||||
|
-------------
|
||||||
|
|
||||||
|
OpenSlides has two public mailing lists in English and German language
|
||||||
|
for coordinate the development and discussing tickets, user questions or
|
||||||
|
special use cases. Please subscribe before you are sending an email to a list.
|
||||||
|
|
||||||
|
OpenSlides provides public mailing lists for user questions, development coordination,
|
||||||
|
discussion of ticket or special use cases. If you have problems or questions please ask
|
||||||
|
on the OpenSlides mailing list in your language (English or German).
|
||||||
|
|
||||||
|
Note: Please subscribe before you are sending an email to a list.
|
||||||
|
|
||||||
|
English speaking mailing list, for users and developers: ::
|
||||||
|
|
||||||
|
users-en@openslides.org
|
||||||
|
|
||||||
|
- `Subscribe <http://mail.openslides.org/listinfo/users-en/>`_
|
||||||
|
- `Archive <http://mail.openslides.org/pipermail/users-en/>`_
|
||||||
|
|
||||||
|
German speaking mailing list, for users and developers: ::
|
||||||
|
|
||||||
|
users-de@openslides.org
|
||||||
|
|
||||||
|
- `Subscribe <http://mail.openslides.org/listinfo/users-de/>`_
|
||||||
|
- `Archive <http://mail.openslides.org/pipermail/users-de/>`_
|
||||||
|
|
||||||
|
HG commit mailing list of hg.openslides.org (moderated), for developers: ::
|
||||||
|
|
||||||
|
commits@openslides.org
|
||||||
|
|
||||||
|
- `Subscribe <http://mail.openslides.org/listinfo/commits/>`_
|
||||||
|
- `Archive <http://mail.openslides.org/pipermail/commits/>`_
|
||||||
|
|
||||||
|
|
||||||
|
Professional Support
|
||||||
|
--------------------
|
||||||
|
You are interesting in OpenSlides and thinking about using OpenSlides
|
||||||
|
at your next event? You searching for professional techincal support?
|
||||||
|
Then please contact our core development and support team and ask for
|
||||||
|
support costs. We can help you.
|
||||||
|
|
||||||
|
Your contact person::
|
||||||
|
|
||||||
|
Emanuel Schütze
|
||||||
|
Intevation GmbH
|
||||||
|
Neuer Graben 17
|
||||||
|
D-49074 Osnabrück / Germany
|
||||||
|
E-Mail: emanuel.schuetze@intevation.de
|
||||||
|
Tel: ++49-541-335083-746
|
||||||
|
|
||||||
|
|
||||||
|
IRC
|
||||||
|
---
|
||||||
|
To contact OpenSlides users and developers in a chat you can use IRC::
|
||||||
|
|
||||||
|
Netzwerk: freenode
|
||||||
|
Kanal: #openslides
|
||||||
|
|
||||||
|
- irc://irc.freenode.net/#openslides
|
||||||
|
|
||||||
|
Bug reports
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Please use our `ticket system <http://dev.openslides.org/report/3>`_
|
||||||
|
to report bugs for OpenSlides.
|
||||||
|
|
||||||
|
|
||||||
|
Want to contribute to OpenSlides?
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
|
OpenSlides is an open-source project driven by volunteers.
|
||||||
|
From source code to localizations or artwork, any contribution is welcome!
|
||||||
|
Please contact us - e.g. via one of our mailing lists.
|
||||||
|
|
||||||
|
|
||||||
|
Donate!
|
||||||
|
-------
|
||||||
|
|
||||||
|
You have a great benefit by using OpenSlides or are you just enthralled by the idea of OpenSlides?
|
||||||
|
Then support OpenSlides with your donation!
|
||||||
|
|
||||||
|
The maintenance and development of a Free Software product costs money. With your
|
||||||
|
donation you help us to fund these necessary tasks and to push the initiative
|
||||||
|
OpenSlides.
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||||
|
<input name="cmd" value="_donations" type="hidden">
|
||||||
|
<input name="business" value="paypal@intevation.de" type="hidden">
|
||||||
|
<input name="undefined_quantity" value="1" type="hidden">
|
||||||
|
<input name="item_name" value="OpenSlides" type="hidden">
|
||||||
|
<input name="item_number" value="3000" type="hidden">
|
||||||
|
<input name="no_shipping" value="1" type="hidden">
|
||||||
|
<input name="cn" value="Comment to OpenSlides development team (praise/criticism)" type="hidden">
|
||||||
|
<input name="currency_code" value="EUR" type="hidden">
|
||||||
|
<input name="bn" value="PP-BuyNowBF" type="hidden">
|
||||||
|
<input name="on0" value="Allowed to publish of your donation?" type="hidden">
|
||||||
|
<input name="os0" value="No" type="hidden">
|
||||||
|
<input name="image_url" value="http://dev.openslides.org/export/1ddcb76c8e5537f807f6401556cbe3e56ea12268/extras/logo/openlides-logo_wide75.png" type="hidden">
|
||||||
|
<input name="return" value="http://openslides.org/" type="hidden">
|
||||||
|
<input name="cbt" value="Back zu OpenSlides" type="hidden">
|
||||||
|
<button class="button" type="submit" style="font-size: 14px;">
|
||||||
|
<span class="icon donate">Donate (via PayPal)</span>
|
||||||
|
</button>
|
||||||
|
<input name="os0" value="Yes" checked="checked" type="checkbox">Publish my donation
|
||||||
|
</form>
|
||||||
|
|
||||||
|
The `OpenSlides team <http://dev.openslides.org/browser/AUTHORS>`_ would like to
|
||||||
|
thank you for your support and looks forward to your feedback and proposals under::
|
||||||
|
|
||||||
|
support@openslides.org
|
38
docs/en/demo.rst
Normal file
38
docs/en/demo.rst
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
Demo
|
||||||
|
====
|
||||||
|
|
||||||
|
Discover the features of OpenSlides in this online demo:
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<a href="http://demo.openslides.org/login" target=_blank>
|
||||||
|
<span class="button">
|
||||||
|
<span class="icon run">Start OpenSlides Demo</span>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
Demo Access Data
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Three demo users with different permissions are created:
|
||||||
|
|
||||||
|
Meeting leadership:
|
||||||
|
|
||||||
|
- Username: **demo**
|
||||||
|
- Password: **demo**
|
||||||
|
|
||||||
|
|
||||||
|
Delegate:
|
||||||
|
|
||||||
|
- Username: **delegierter**
|
||||||
|
- Password: **demo**
|
||||||
|
|
||||||
|
Guest:
|
||||||
|
|
||||||
|
- *without access data*
|
||||||
|
|
||||||
|
|
|
||||||
|
|image| *Attention: The demo will be reset every day!*
|
||||||
|
|
||||||
|
.. |image| image:: _static/images/icons/task-attention.png
|
@ -11,6 +11,8 @@ Read the
|
|||||||
`installation instructions <http://openslides.org/download/INSTALL-1.1.txt>`_
|
`installation instructions <http://openslides.org/download/INSTALL-1.1.txt>`_
|
||||||
after download.
|
after download.
|
||||||
|
|
||||||
|
Find older versions und checksums (sha1sums) under http://openslides.org/download.
|
||||||
|
|
||||||
Source Code
|
Source Code
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
Help
|
|
||||||
====
|
|
||||||
|
|
||||||
|
|
||||||
Mailing lists
|
|
||||||
-------------
|
|
||||||
|
|
||||||
**Still under constrution! Will follow shortly.**
|
|
||||||
|
|
||||||
Bug reports
|
|
||||||
-----------
|
|
||||||
|
|
||||||
Please use our `ticket system <http://dev.openslides.org/report/3>`_
|
|
||||||
to report bugs for OpenSlides.
|
|
||||||
|
|
||||||
|
|
||||||
Want to contribute to OpenSlides?
|
|
||||||
---------------------------------
|
|
||||||
|
|
||||||
OpenSlides is an open-source project driven by volunteers.
|
|
||||||
From source code to localizations or artwork, any contribution is welcome!
|
|
||||||
|
|
||||||
Contact
|
|
||||||
-------
|
|
||||||
You are intersting in OpenSlides and thinking about using OpenSlides
|
|
||||||
at your next event? You searching for professional support?
|
|
||||||
Then please contact our core development and support team. We can help you.
|
|
||||||
|
|
||||||
Please write your support and press requests, feedback and suggestions
|
|
||||||
to support@openslides.org.
|
|
Binary file not shown.
Before Width: | Height: | Size: 596 B |
Binary file not shown.
Before Width: | Height: | Size: 705 B |
Loading…
Reference in New Issue
Block a user