diff --git a/README.rst b/README.rst
index f43317329..7219f05b7 100644
--- a/README.rst
+++ b/README.rst
@@ -75,18 +75,13 @@ portable version you should observe the following install steps.*
Make sure that you have installed Python Programming Language 3 (>= 3.4)
and Setuptools on your system.
- a. Download and run the latest `Python 3.4 32-bit MSI installer
- `_. Note
- that the 32-bit MSI installer is required even on a 64-bit Windows
- system. If you use the 64-bit MSI installer, step 3 of this
- instruction will fail unless you installed the package Reportlab
- manually.
+ a. Download and run the latest `Python 3.5 32-bit (x86) executable
+ installer `_. Note that
+ the 32-bit installer is required even on a 64-bit Windows system. If
+ you use the 64-bit installer, step 3 of this instruction will fail
+ unless you installed the package Reportlab manually.
- b. Add python directories to PATH (via Control Panel > System >
- Advanced): ``";C:\\Python34;C:\\Python34\\Scripts"``. Note that the path
- can differ if you customized the install of Python in the first step.
-
- c. Download and run (via double click) the last `install script
+ b. Download and run (via double click) the last `install script
ez_setup.py for Setuptools
`_.
@@ -273,28 +268,27 @@ OpenSlides uses the following projects or parts of them:
* 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 `_, License: MIT
+ * `angular-animate `_, License: MIT
+ * `angular-bootstrap `_, License: MIT
+ * `angular-bootstrap-colorpicker `_, License: MIT
+ * `angular-chosen-localytics `_, License: MIT
+ * `angular-csv-import-tmp `_, 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-pdf `_, License: MIT
- * `angular-sanitize `_, License: MIT
+ * `angular-sanitize `_, License: MIT
* `angular-scroll-glue `_, License: MIT
- * `angular-ui-router `_, License: MIT
- * `angular-ui-select `_, License: MIT
- * `angular-ui-tree `_, License: MIT
- * `api-check `_, License: MIT
- * `bootbox `_, License: MIT
+ * `angular-ui-router `_, License: MIT
+ * `angular-ui-tinymce `_, License: MIT
+ * `angular-ui-tree `_, License: MIT
+ * `api-check `_, 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
+ * `chosen `_, License: MIT
+ * `font-awesome-bower `_, License: MIT
* `jquery `_, License: MIT
* `jquery.cookie `_, License: MIT
* `js-data `_, License: MIT
@@ -303,11 +297,13 @@ OpenSlides uses the following projects or parts of them:
* `lodash `_, License: MIT
* `ng-dialog `_, License: MIT
* `ng-file-upload `_, License: MIT
- * `ngBootbox `_, License: MIT
+ * `ngbootbox `_, License: MIT
* `open-sans-fontface `_, License: Apache License version 2.0
- * `PDF.js `_, License: Apache License version 2.0
- * `roboto-condensed `_, License: Apache-2.0
+ * `pdfjs-dist `_, License: Apache-2.0
+ * `roboto-condensed `_, License: Apache 2.0
* `sockjs `_, License: MIT
+ * `tinymce `_, License: LGPL-2.1
+ * `tinymce-i18n `_, License: LGPL-2.1
VII. License and authors
diff --git a/bower.json b/bower.json
index 79a1cd6b4..7ab911d9f 100644
--- a/bower.json
+++ b/bower.json
@@ -4,12 +4,12 @@
"dependencies": {
"angular": "~1.4.9",
"angular-animate": "~1.4.9",
- "angular-bootstrap-colorpicker": "~3.0.24",
"angular-bootstrap": "~0.14.3",
+ "angular-bootstrap-colorpicker": "~3.0.24",
"angular-chosen-localytics": "~1.3.0",
"angular-csv-import": "~0.0.27",
- "angular-formly-templates-bootstrap": "~6.2.0",
"angular-formly": "~7.3.9",
+ "angular-formly-templates-bootstrap": "~6.2.0",
"angular-gettext": "~2.2.0",
"angular-loading-bar": "~0.8.0",
"angular-messages": "~1.4.9",
diff --git a/gulpfile.js b/gulpfile.js
index dedb3d634..051cc57da 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -151,6 +151,7 @@ gulp.task('bower-components-for-readme', function () {
var files = [];
return gulp.src([
path.join('bower_components', '*', 'bower.json'),
+ path.join('bower_components', '*', 'package.json'),
path.join('bower_components', '*', 'component.json'),
])
.pipe(