From d5835613427b20b9df537379a4ddc64f16bcfc8a Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 7 Dec 2015 20:48:50 +0100 Subject: [PATCH] Updated README and CHANGELOG for 2.0b1. --- CHANGELOG | 5 ++++ MANIFEST.in | 1 + README.rst | 74 ++++++++++++++++++++++++++++++++++------------------- 3 files changed, 54 insertions(+), 26 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c1287b8d7..d22c56df9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,8 @@ Version 2.0.0 (unreleased) Agenda: - Updated the tests and changed internal parts of method of the agenda model. +- Changed API of related objects. All assignments, motions and custom slides + are now agenda items and can be hidden. - Removed mptt. Assignments: - Renamed app from assignment to assignments. @@ -25,6 +27,7 @@ Users: - Used authentication frontend via AngularJS. Other: - New OpenSlides logo. +- New design for web interface. - Added multiple countdown support. - Changed supported Python version to >= 3.3. - Used Django 1.7 as lowest requirement. @@ -53,6 +56,8 @@ Other: - Used setup.cfg for development tools. - Removed code for Windows portable version with GUI. Used new repository for this. +Translations: +- Added DE and FR translations. Version 1.7 (2015-02-16) diff --git a/MANIFEST.in b/MANIFEST.in index c86427e6b..d1cf64661 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ include CHANGELOG include LICENSE include README.rst include requirements_production.txt +include bower.json recursive-include openslides *.* recursive-exclude openslides *.pyc recursive-exclude openslides *.swp diff --git a/README.rst b/README.rst index 39cad2c70..bc46f1f51 100644 --- a/README.rst +++ b/README.rst @@ -131,15 +131,14 @@ To start OpenSlides simply run on command line:: openslides If you run this command the first time, a new database and the admin account -(Username: `admin`) will be created. Please change the password (Password: -`admin`) after first login! +(Username: `admin`, Password: `admin`) will be created. Please change the password +after first login! OpenSlides will start using the integrated Tornado webserver. It will also try to open the webinterface in your default webbrowser. The server will -try to listen on the local ip address on port 80 or port 8000 if you do not -have admin permissions. That means that the server will be available to -everyone on your local network (at least for commonly used network -configurations). +try to listen on the local ip address on port 8000. That means that the server +will be available to everyone on your local network (at least for commonly used +network configurations). If you use a virtual environment (see install instructions, step 2), do not forget to activate the environment before restart after you have closed the @@ -242,22 +241,23 @@ VI. Used software OpenSlides uses the following projects or parts of them: -* `backports.ssl_match_hostname `_, +* `backports-abc `_, License: Python Software Foundation License * `Beautiful Soup `_, License: MIT -* `Bootstrap `_, License: Apache - License v2.0 - * `Django `_, License: BSD -* `Django CKEditor `_, License: BSD - * `Django haystack `_, License: BSD -* `pdf.js `_, License: Apache License v2.0 +* `Django REST framework `_, License: BSD + +* `html5-lib `_, License: MIT + +* `jsonfield `_, License: MIT + +* `natsort `_, License: MIT * `ReportLab `_, License: BSD @@ -270,24 +270,46 @@ OpenSlides uses the following projects or parts of them: * `sockjs-tornado `_, License: MIT -* `Sphinx `_, License: BSD - -* Sphinx extension `autoimage `_, - License: MIT - -* `Sphinx Bootstrap Theme - `_, License: MIT - * `Tornado `_, License: Apache License v2.0 -* `Ubuntu TrueType Font `_, License: Ubuntu Font - Licence 1.0 - -* `Whoosh `_, License: BSD - * Several JavaScript packages (see bower.json) + * `angular `_, License: MIT + * `angular-animate `_, License: MIT + * `angular-bootstrap `_, License: MIT + * `angular-ckeditor `_, License: MIT + * `angular-csv-import `_, License: MIT + * `angular-formly `_, License: MIT + * `angular-formly-templates-bootstrap `_, License: MIT + * `angular-gettext `_, License: MIT + * `angular-loading-bar `_, License: MIT + * `angular-messages `_, License: MIT + * `angular-sanitize `_, License: MIT + * `angular-scroll-glue `_, License: MIT + * `angular-ui-router `_, License: MIT + * `angular-ui-select `_, License: MIT + * `angular-ui-switch `_, License: MIT + * `angular-ui-tree `_, License: MIT + * `api-check `_, License: MIT + * `bootbox `_, License: MIT + * `bootstrap `_, License: MIT + * `bootstrap-css-only `_, License: MIT + * `ckeditor `_, License: For licensing, see LICENSE.md or http://ckeditor.com/license. + * `font-awesome-bower `_, License: MIT + * `jquery `_, License: MIT + * `jquery.cookie `_, License: MIT + * `js-data `_, License: MIT + * `js-data-angular `_, License: MIT + * `js-data-http `_, License: MIT + * `lodash `_, License: MIT + * `ng-dialog `_, License: MIT + * `ng-file-upload `_, License: MIT + * `ngBootbox `_, License: MIT + * `open-sans-fontface `_, License: Apache License version 2.0 + * `roboto-condensed `_, License: Apache-2.0 + * `sockjs `_, License: MIT + VII. License and authors ========================