Go to file
Emanuel Schuetze a383a4305b Fixed some (pdf) template issues and updated (DE) translation.
- Fixed #737 (Motion edit link is missing for normal delegate users)
- Fixed motion pdf filename errors (now use motion-<identifier>.pdf or if no identifier: motion-<title>.pdf with using djangos slugify for special chars in title)
- Fixed motion pdf build error if there is an unauthorized version
- Enlarge max_length of event name field to 50 chars.
- Align participant import instruction with motion import page.
- Added title field to particpants-demo_en.csv.
- participant overview: Show comma after last_name only if first_name and last_name are given.
- Changed all page titles to "<specific action page> - <event-name>" (moved event-name to the end of the string)
- Updated EN tranlation string.
- Updated DE translations.
2013-06-15 17:50:30 +02:00
docs Insert screenshots for German documentation agenda and motion, styling screenshots 2013-06-10 21:09:49 +02:00
extras Fixed some (pdf) template issues and updated (DE) translation. 2013-06-15 17:50:30 +02:00
openslides Fixed some (pdf) template issues and updated (DE) translation. 2013-06-15 17:50:30 +02:00
tests Fixes #648 2013-06-15 09:18:21 +02:00
.coveragerc reordered the tests 2012-11-24 15:00:17 +01:00
.gitattributes Fixed folder list for .gitattributes. 2012-10-31 09:06:56 +01:00
.gitignore Update all meta files. 2013-05-15 01:59:18 +02:00
.travis.yml Rename requrirements. This fixes #676. 2013-05-23 23:46:14 +02:00
AUTHORS Added Roland to AUTHORS file. (Thanks for contributing CKEditor support!) 2013-04-24 10:50:24 +02:00
CHANGELOG Updated CHANGELOG. 2013-06-04 00:50:44 +02:00
fabfile.py fab command, to run scripts with the OpenSlides settings 2013-04-24 13:06:04 +02:00
INSTALL.txt Rename requrirements. This fixes #676. 2013-05-23 23:46:14 +02:00
LICENSE changle end of line to windows for some files 2012-07-20 10:55:07 +02:00
manage.py fixed update of person_api 2013-03-14 22:32:00 +01:00
MANIFEST.in Fixed MANIFEST.in 2013-05-17 00:10:11 +02:00
README.txt Set version to 1.4rc1-dev. 2013-06-04 01:05:15 +02:00
requirements_production.txt Update requirements 2013-06-03 19:30:04 +02:00
requirements.txt Update requirements 2013-06-03 19:30:04 +02:00
setup.py Fixed setup.py 2013-05-17 01:17:07 +02:00
start.py changed the main script 2012-08-14 14:19:59 +02:00
THANKS Fixed merge error. 2013-06-03 22:39:48 +02:00

====================================
 English README file for OpenSlides
====================================

This is OpenSlides, version 1.4rc1 (unreleased).


What is OpenSlides?
===================

OpenSlides is a free web-based presentation and assembly system for
displaying and controlling of agenda, motions and elections of an assembly.

See http://openslides.org for more information.


Getting started
===============

Install and start OpenSlides as described in the INSTALL.txt.

If you need help please contact the OpenSlides team on public mailing
list or read the OpenSlides manual. See http://openslides.org.


The start script of OpenSlides
==============================

Start OpenSlides
----------------

Simply running
  openslides.exe (on Windows)
or
  openslides (on Linux/MacOS)

will start OpenSlides using djangos development server. It will also
try to open OpenSlides in your default webbrowser.

The server will listen on the IP address of your current hostname on
port 80 (if port 80 is not available port 8000 will be used).
This means that the server will be available to everyone on your
local network (at least for commonly used network configurations).

See `Command line options` below if you need to change this.

The login for the default admin user after (created on first start),
is as follows:

  Username: admin
  Password: admin


Command line options
--------------------

The following command line options are available:

-h, --help
    Shows all options

-a, --address=ADDRESS
    Changes the address on which the server will listen for connections

-p PORT, --port=PORT
    Changes the port on which the server will listen for connections

--syncdb
    Creates/updates database before starting the server

--reset-admin
    Resets the password to 'admin' for user 'admin'

-s SETTINGS, --settings=SETTINGS
    Sets the path to the settings file.

--no-reload
    Does not reload the development server

--no-browser
    Do not automatically start web browser.

--version
    Show version and exit.

Example 1: Openslides should only be accessible on this computer:
  openslides -a 127.0.0.1

Example 2: Like above, but also specify the port as 8080
  openslides -a 127.0.0.01 -p 8080


Supported operating systems and browsers
========================================

Operating Systems (OpenSlides runs anywhere where Pyhton is running):
  Windows XP or newer (32 and 64bit)
  MacOS X
  GNU/Linux

Browsers:
  Firefox 3.6+
  IE 7+
  Chrome
  Safari