You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/01/02 19:59:52 UTC

[celix-site] branch asf-site updated (3149502 -> eb8db2e)

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git.


    from 3149502  CELIX-449: Refactors how the menu works. Now uses Hugo's section concept
     new 3392d04  Updated site from master (dd41aaa73a4db0ea5e6cb53a8a6dc0c88750953a)
     new 87df8e5  CELIX-449: Cleanup of asf-site branch
     new de5aafc  CELIX-449: Updated .gitignore to ignore celix-src submodule as well as source directory
     new 265f20c  Updated site from master (a0ea163c0eb34cf450133294e081c4326ca8bcef)
     new 6876bba  Updated site from master (e37d938e3528df1fdd81862280e3c222f6b141f1)
     new 1840a95  Updated site from master (c75140f8c9c4e46e38a95c5ced9bab4a0519e855)
     new 604ac0f  Updated site from master (369aa6b4b40ca570d2c014edfba021eaa853b969)
     new 7731a2f  Updated site from master (ca067bc90a46ab33b639a254d1d9eb3c28ff2002)
     new 4a96825  Updated site from master (ff548656cd237163337459353ef2d2ea2fef2db3)
     new eb8db2e  Updated site from master (10b863e3b8cd6083472cee86cd7ab6d3a73ff762)

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    21 +-
 .gitmodules                                        |     3 -
 README.md                                          |    31 +-
 archetypes/default.md                              |    22 -
 celix-src                                          |     1 -
 config.toml                                        |    21 -
 content/.htaccess                                  |    18 +
 content/404.html                                   |   148 +
 content/_index.html                                |    35 -
 content/assets/css/bootstrap-grid.css              |  3719 +++++++
 content/assets/css/bootstrap-grid.css.map          |     1 +
 content/assets/css/bootstrap-grid.min.css          |     7 +
 content/assets/css/bootstrap-grid.min.css.map      |     1 +
 content/assets/css/bootstrap-reboot.css            |   319 +
 content/assets/css/bootstrap-reboot.css.map        |     1 +
 content/assets/css/bootstrap-reboot.min.css        |     8 +
 content/assets/css/bootstrap-reboot.min.css.map    |     1 +
 content/assets/css/bootstrap.css                   |  9887 ++++++++++++++++++
 content/assets/css/bootstrap.css.map               |     1 +
 content/assets/css/bootstrap.min.css               |     7 +
 content/assets/css/bootstrap.min.css.map           |     1 +
 content/assets/css/style.css                       |   164 +
 content/assets/highlighter/github-theme.css        |    60 +
 content/assets/highlighter/js/shAutoloader.js      |    17 +
 content/assets/highlighter/js/shBrushAS3.js        |    59 +
 .../assets/highlighter/js/shBrushAppleScript.js    |    75 +
 content/assets/highlighter/js/shBrushBash.js       |    59 +
 content/assets/highlighter/js/shBrushCSharp.js     |    65 +
 content/assets/highlighter/js/shBrushColdFusion.js |   100 +
 content/assets/highlighter/js/shBrushCpp.js        |    97 +
 content/assets/highlighter/js/shBrushCss.js        |    91 +
 content/assets/highlighter/js/shBrushDelphi.js     |    55 +
 content/assets/highlighter/js/shBrushDiff.js       |    41 +
 content/assets/highlighter/js/shBrushErlang.js     |    52 +
 content/assets/highlighter/js/shBrushGroovy.js     |    67 +
 content/assets/highlighter/js/shBrushJScript.js    |    52 +
 content/assets/highlighter/js/shBrushJava.js       |    57 +
 content/assets/highlighter/js/shBrushJavaFX.js     |    58 +
 content/assets/highlighter/js/shBrushPerl.js       |    72 +
 content/assets/highlighter/js/shBrushPhp.js        |    88 +
 content/assets/highlighter/js/shBrushPlain.js      |    33 +
 content/assets/highlighter/js/shBrushPowerShell.js |    74 +
 content/assets/highlighter/js/shBrushPython.js     |    64 +
 content/assets/highlighter/js/shBrushRuby.js       |    55 +
 content/assets/highlighter/js/shBrushSass.js       |    94 +
 content/assets/highlighter/js/shBrushScala.js      |    51 +
 content/assets/highlighter/js/shBrushSql.js        |    66 +
 content/assets/highlighter/js/shBrushVb.js         |    56 +
 content/assets/highlighter/js/shBrushXml.js        |    69 +
 content/assets/highlighter/js/shCore.js            |    17 +
 content/assets/highlighter/js/shLegacy.js          |    17 +
 content/assets/highlighter/style/shCore.css        |   226 +
 content/assets/highlighter/style/shCoreDefault.css |   328 +
 content/assets/highlighter/style/shCoreDjango.css  |   331 +
 content/assets/highlighter/style/shCoreEclipse.css |   339 +
 content/assets/highlighter/style/shCoreEmacs.css   |   324 +
 .../assets/highlighter/style/shCoreFadeToGrey.css  |   328 +
 content/assets/highlighter/style/shCoreMDUltra.css |   324 +
 .../assets/highlighter/style/shCoreMidnight.css    |   324 +
 content/assets/highlighter/style/shCoreRDark.css   |   324 +
 content/assets/highlighter/style/shCoreStruts.css  |   339 +
 .../assets/highlighter/style/shThemeDefault.css    |   117 +
 content/assets/highlighter/style/shThemeDjango.css |   120 +
 .../assets/highlighter/style/shThemeEclipse.css    |   128 +
 content/assets/highlighter/style/shThemeEmacs.css  |   113 +
 .../assets/highlighter/style/shThemeFadeToGrey.css |   117 +
 .../assets/highlighter/style/shThemeMDUltra.css    |   113 +
 .../assets/highlighter/style/shThemeMidnight.css   |   113 +
 content/assets/highlighter/style/shThemeRDark.css  |   113 +
 content/assets/highlighter/style/shThemeStruts.css |   128 +
 content/assets/img/apache.png                      |   Bin 0 -> 32413 bytes
 content/assets/img/celix-white.svg                 |   121 +
 content/assets/img/celix.svg                       |    77 +
 content/assets/img/forkme_right_red_aa0000.png     |   Bin 0 -> 7927 bytes
 content/assets/img/icon-primer.svg                 |    12 +
 content/assets/js/bootstrap.bundle.js              |  6818 ++++++++++++
 content/assets/js/bootstrap.bundle.js.map          |     1 +
 content/assets/js/bootstrap.bundle.min.js          |     7 +
 content/assets/js/bootstrap.bundle.min.js.map      |     1 +
 content/assets/js/bootstrap.js                     |  4249 ++++++++
 content/assets/js/bootstrap.js.map                 |     1 +
 content/assets/js/bootstrap.min.js                 |     7 +
 content/assets/js/bootstrap.min.js.map             |     1 +
 content/assets/js/jquery.js                        | 10364 +++++++++++++++++++
 content/assets/js/jquery.min.js                    |     2 +
 content/assets/js/jquery.slim.js                   |  8269 +++++++++++++++
 content/assets/js/jquery.slim.min.js               |     2 +
 content/community/about.md                         |    33 -
 content/community/boardreports.md                  |   464 -
 content/community/contributing.md                  |    27 -
 content/community/releasing.md                     |   233 -
 content/contributing/releasing.html                |   430 +
 content/contributing/submitting-patches.html       |   271 +
 content/contributing/volunteers.html               |   178 +
 content/contributing/youatcelix.html               |   185 +
 content/docs/celix/CHANGES.html                    |   395 +
 content/docs/celix/README.html                     |   170 +
 content/docs/celix/config_admin/readme.html        |   199 +
 content/docs/celix/dependency_manager/readme.html  |   290 +
 .../docs/celix/dependency_manager_cxx/readme.html  |   227 +
 content/docs/celix/deployment_admin/README.html    |   174 +
 content/docs/celix/device_access/README.html       |   170 +
 content/docs/celix/documents/building/readme.html  |   289 +
 .../celix/documents/cmake_commands/readme.html     |   438 +
 .../getting_started/creating_a_simple_bundle.html  |   472 +
 .../celix/documents/getting_started/readme.html    |   169 +
 .../getting_started/using_services_with_c.html     |   744 ++
 .../getting_started/using_services_with_cxx.html   |   702 ++
 content/docs/celix/documents/intro/readme.html     |   298 +
 .../celix/documents/roadmap/api_v3/readme.html     |   424 +
 .../celix/documents/roadmap/improvement_ideas.html |   194 +
 content/docs/celix/documents/roadmap/roadmap.html  |   271 +
 .../docs/celix/documents/subprojects/readme.html   |   189 +
 content/docs/celix/etcdlib/README.html             |   231 +
 content/docs/celix/launcher/README.html            |   177 +
 content/docs/celix/log_service/README.html         |   172 +
 content/docs/celix/log_writer/README.html          |   166 +
 content/docs/celix/pubsub/README.html              |   233 +
 .../docs/celix/pubsub/examples/keys/README.html    |   179 +
 .../celix/pubsub/pubsub_admin_udp_mc/README.html   |   225 +
 content/docs/celix/remote_services/README.html     |   398 +
 .../remote_services/discovery_etcd/README.html     |   172 +
 .../remote_service_admin/README.html               |   170 +
 .../remote_services/topology_manager/README.html   |   165 +
 content/docs/celix/remote_shell/README.html        |   170 +
 content/docs/celix/shell/README.html               |   190 +
 content/docs/celix/shell_tui/README.html           |   173 +
 content/docs/celix/utils/README.html               |   172 +
 content/docs/celix/utils/docs/thpool/Design.html   |   193 +
 content/docs/celix/utils/docs/thpool/FAQ.html      |   172 +
 content/docs/celix/utils/docs/thpool/README.html   |   231 +
 .../utils/public/include/memstream/README.html     |   190 +
 content/docs/index.html                            |   167 +
 content/download.cgi                               |     6 +
 content/download.html                              |   180 +
 content/downloads/download.md                      |    49 -
 content/favicon.ico                                |   Bin 0 -> 1150 bytes
 content/index.html                                 |   206 +
 content/robots.txt                                 |     1 +
 content/support/issue-tracking.html                |   159 +
 content/support/issuetracking.md                   |    35 -
 content/support/mailing-list.html                  |   187 +
 content/support/mailinglist.md                     |    38 -
 copy_docs_from_src_to_content.sh                   |    12 -
 themes/celix/layouts/404.html                      |     0
 themes/celix/layouts/_default/baseof.html          |    55 -
 themes/celix/layouts/_default/list.html            |    25 -
 themes/celix/layouts/_default/single.html          |    19 -
 themes/celix/layouts/index.html                    |     3 -
 themes/celix/layouts/partials/top_level_menu.html  |    79 -
 themes/celix/static/favicon.ico                    |   Bin 2082 -> 0 bytes
 themes/celix/static/import/friendly.css            |    85 -
 themes/celix/static/import/javascript.js           |    32 -
 themes/celix/static/import/style.css               |   384 -
 themes/celix/static/media/Apache_Feather.png       |   Bin 1994 -> 0 bytes
 themes/celix/static/media/Apache_Feather.svg       |    88 -
 themes/celix/static/media/Apache_PoweredBy.png     |   Bin 72953 -> 0 bytes
 themes/celix/static/media/Apache_full.png          |   Bin 5144 -> 0 bytes
 themes/celix/static/media/Apache_full.svg          |   125 -
 themes/celix/static/media/Chevron.gif              |   Bin 121 -> 0 bytes
 themes/celix/static/media/ChevronOverlay.png       |   Bin 310 -> 0 bytes
 themes/celix/static/media/IconHome.gif             |   Bin 549 -> 0 bytes
 themes/celix/static/media/celix.png                |   Bin 9225 -> 0 bytes
 themes/celix/static/media/celix_notext.png         |   Bin 25443 -> 0 bytes
 themes/celix/static/media/celix_notext_20px.png    |   Bin 2082 -> 0 bytes
 themes/celix/static/media/forkmeongithub.png       |   Bin 9438 -> 0 bytes
 themes/celix/static/media/forkmesmall.png          |   Bin 6982 -> 0 bytes
 themes/celix/static/media/githubIcon.png           |   Bin 4701 -> 0 bytes
 themes/celix/static/media/memory_pools.png         |   Bin 74273 -> 0 bytes
 themes/celix/static/media/shadow.png               |   Bin 1698 -> 0 bytes
 themes/celix/static/media/shiro_bullet_24x24.png   |   Bin 1645 -> 0 bytes
 171 files changed, 61804 insertions(+), 1905 deletions(-)
 delete mode 100644 .gitmodules
 delete mode 100644 archetypes/default.md
 delete mode 160000 celix-src
 delete mode 100644 config.toml
 create mode 100644 content/.htaccess
 create mode 100644 content/404.html
 delete mode 100755 content/_index.html
 create mode 100644 content/assets/css/bootstrap-grid.css
 create mode 100644 content/assets/css/bootstrap-grid.css.map
 create mode 100644 content/assets/css/bootstrap-grid.min.css
 create mode 100644 content/assets/css/bootstrap-grid.min.css.map
 create mode 100644 content/assets/css/bootstrap-reboot.css
 create mode 100644 content/assets/css/bootstrap-reboot.css.map
 create mode 100644 content/assets/css/bootstrap-reboot.min.css
 create mode 100644 content/assets/css/bootstrap-reboot.min.css.map
 create mode 100644 content/assets/css/bootstrap.css
 create mode 100644 content/assets/css/bootstrap.css.map
 create mode 100644 content/assets/css/bootstrap.min.css
 create mode 100644 content/assets/css/bootstrap.min.css.map
 create mode 100644 content/assets/css/style.css
 create mode 100644 content/assets/highlighter/github-theme.css
 create mode 100644 content/assets/highlighter/js/shAutoloader.js
 create mode 100644 content/assets/highlighter/js/shBrushAS3.js
 create mode 100644 content/assets/highlighter/js/shBrushAppleScript.js
 create mode 100644 content/assets/highlighter/js/shBrushBash.js
 create mode 100644 content/assets/highlighter/js/shBrushCSharp.js
 create mode 100644 content/assets/highlighter/js/shBrushColdFusion.js
 create mode 100644 content/assets/highlighter/js/shBrushCpp.js
 create mode 100644 content/assets/highlighter/js/shBrushCss.js
 create mode 100644 content/assets/highlighter/js/shBrushDelphi.js
 create mode 100644 content/assets/highlighter/js/shBrushDiff.js
 create mode 100644 content/assets/highlighter/js/shBrushErlang.js
 create mode 100644 content/assets/highlighter/js/shBrushGroovy.js
 create mode 100644 content/assets/highlighter/js/shBrushJScript.js
 create mode 100644 content/assets/highlighter/js/shBrushJava.js
 create mode 100644 content/assets/highlighter/js/shBrushJavaFX.js
 create mode 100644 content/assets/highlighter/js/shBrushPerl.js
 create mode 100644 content/assets/highlighter/js/shBrushPhp.js
 create mode 100644 content/assets/highlighter/js/shBrushPlain.js
 create mode 100644 content/assets/highlighter/js/shBrushPowerShell.js
 create mode 100644 content/assets/highlighter/js/shBrushPython.js
 create mode 100644 content/assets/highlighter/js/shBrushRuby.js
 create mode 100644 content/assets/highlighter/js/shBrushSass.js
 create mode 100644 content/assets/highlighter/js/shBrushScala.js
 create mode 100644 content/assets/highlighter/js/shBrushSql.js
 create mode 100644 content/assets/highlighter/js/shBrushVb.js
 create mode 100644 content/assets/highlighter/js/shBrushXml.js
 create mode 100644 content/assets/highlighter/js/shCore.js
 create mode 100644 content/assets/highlighter/js/shLegacy.js
 create mode 100644 content/assets/highlighter/style/shCore.css
 create mode 100644 content/assets/highlighter/style/shCoreDefault.css
 create mode 100644 content/assets/highlighter/style/shCoreDjango.css
 create mode 100644 content/assets/highlighter/style/shCoreEclipse.css
 create mode 100644 content/assets/highlighter/style/shCoreEmacs.css
 create mode 100644 content/assets/highlighter/style/shCoreFadeToGrey.css
 create mode 100644 content/assets/highlighter/style/shCoreMDUltra.css
 create mode 100644 content/assets/highlighter/style/shCoreMidnight.css
 create mode 100644 content/assets/highlighter/style/shCoreRDark.css
 create mode 100644 content/assets/highlighter/style/shCoreStruts.css
 create mode 100644 content/assets/highlighter/style/shThemeDefault.css
 create mode 100644 content/assets/highlighter/style/shThemeDjango.css
 create mode 100644 content/assets/highlighter/style/shThemeEclipse.css
 create mode 100644 content/assets/highlighter/style/shThemeEmacs.css
 create mode 100644 content/assets/highlighter/style/shThemeFadeToGrey.css
 create mode 100644 content/assets/highlighter/style/shThemeMDUltra.css
 create mode 100644 content/assets/highlighter/style/shThemeMidnight.css
 create mode 100644 content/assets/highlighter/style/shThemeRDark.css
 create mode 100644 content/assets/highlighter/style/shThemeStruts.css
 create mode 100644 content/assets/img/apache.png
 create mode 100644 content/assets/img/celix-white.svg
 create mode 100644 content/assets/img/celix.svg
 create mode 100644 content/assets/img/forkme_right_red_aa0000.png
 create mode 100644 content/assets/img/icon-primer.svg
 create mode 100644 content/assets/js/bootstrap.bundle.js
 create mode 100644 content/assets/js/bootstrap.bundle.js.map
 create mode 100644 content/assets/js/bootstrap.bundle.min.js
 create mode 100644 content/assets/js/bootstrap.bundle.min.js.map
 create mode 100644 content/assets/js/bootstrap.js
 create mode 100644 content/assets/js/bootstrap.js.map
 create mode 100644 content/assets/js/bootstrap.min.js
 create mode 100644 content/assets/js/bootstrap.min.js.map
 create mode 100644 content/assets/js/jquery.js
 create mode 100644 content/assets/js/jquery.min.js
 create mode 100644 content/assets/js/jquery.slim.js
 create mode 100644 content/assets/js/jquery.slim.min.js
 delete mode 100644 content/community/about.md
 delete mode 100644 content/community/boardreports.md
 delete mode 100644 content/community/contributing.md
 delete mode 100644 content/community/releasing.md
 create mode 100644 content/contributing/releasing.html
 create mode 100644 content/contributing/submitting-patches.html
 create mode 100644 content/contributing/volunteers.html
 create mode 100644 content/contributing/youatcelix.html
 create mode 100644 content/docs/celix/CHANGES.html
 create mode 100644 content/docs/celix/README.html
 create mode 100644 content/docs/celix/config_admin/readme.html
 create mode 100644 content/docs/celix/dependency_manager/readme.html
 create mode 100644 content/docs/celix/dependency_manager_cxx/readme.html
 create mode 100644 content/docs/celix/deployment_admin/README.html
 create mode 100644 content/docs/celix/device_access/README.html
 create mode 100644 content/docs/celix/documents/building/readme.html
 create mode 100644 content/docs/celix/documents/cmake_commands/readme.html
 create mode 100644 content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
 create mode 100644 content/docs/celix/documents/getting_started/readme.html
 create mode 100644 content/docs/celix/documents/getting_started/using_services_with_c.html
 create mode 100644 content/docs/celix/documents/getting_started/using_services_with_cxx.html
 create mode 100644 content/docs/celix/documents/intro/readme.html
 create mode 100644 content/docs/celix/documents/roadmap/api_v3/readme.html
 create mode 100644 content/docs/celix/documents/roadmap/improvement_ideas.html
 create mode 100644 content/docs/celix/documents/roadmap/roadmap.html
 create mode 100644 content/docs/celix/documents/subprojects/readme.html
 create mode 100644 content/docs/celix/etcdlib/README.html
 create mode 100644 content/docs/celix/launcher/README.html
 create mode 100644 content/docs/celix/log_service/README.html
 create mode 100644 content/docs/celix/log_writer/README.html
 create mode 100644 content/docs/celix/pubsub/README.html
 create mode 100644 content/docs/celix/pubsub/examples/keys/README.html
 create mode 100644 content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
 create mode 100644 content/docs/celix/remote_services/README.html
 create mode 100644 content/docs/celix/remote_services/discovery_etcd/README.html
 create mode 100644 content/docs/celix/remote_services/remote_service_admin/README.html
 create mode 100644 content/docs/celix/remote_services/topology_manager/README.html
 create mode 100644 content/docs/celix/remote_shell/README.html
 create mode 100644 content/docs/celix/shell/README.html
 create mode 100644 content/docs/celix/shell_tui/README.html
 create mode 100644 content/docs/celix/utils/README.html
 create mode 100644 content/docs/celix/utils/docs/thpool/Design.html
 create mode 100644 content/docs/celix/utils/docs/thpool/FAQ.html
 create mode 100644 content/docs/celix/utils/docs/thpool/README.html
 create mode 100644 content/docs/celix/utils/public/include/memstream/README.html
 create mode 100644 content/docs/index.html
 create mode 100644 content/download.cgi
 create mode 100644 content/download.html
 delete mode 100755 content/downloads/download.md
 create mode 100644 content/favicon.ico
 create mode 100644 content/index.html
 create mode 100644 content/robots.txt
 create mode 100644 content/support/issue-tracking.html
 delete mode 100644 content/support/issuetracking.md
 create mode 100644 content/support/mailing-list.html
 delete mode 100644 content/support/mailinglist.md
 delete mode 100755 copy_docs_from_src_to_content.sh
 delete mode 100644 themes/celix/layouts/404.html
 delete mode 100644 themes/celix/layouts/_default/baseof.html
 delete mode 100644 themes/celix/layouts/_default/list.html
 delete mode 100644 themes/celix/layouts/_default/single.html
 delete mode 100644 themes/celix/layouts/index.html
 delete mode 100644 themes/celix/layouts/partials/top_level_menu.html
 delete mode 100755 themes/celix/static/favicon.ico
 delete mode 100644 themes/celix/static/import/friendly.css
 delete mode 100755 themes/celix/static/import/javascript.js
 delete mode 100755 themes/celix/static/import/style.css
 delete mode 100644 themes/celix/static/media/Apache_Feather.png
 delete mode 100644 themes/celix/static/media/Apache_Feather.svg
 delete mode 100755 themes/celix/static/media/Apache_PoweredBy.png
 delete mode 100644 themes/celix/static/media/Apache_full.png
 delete mode 100644 themes/celix/static/media/Apache_full.svg
 delete mode 100755 themes/celix/static/media/Chevron.gif
 delete mode 100755 themes/celix/static/media/ChevronOverlay.png
 delete mode 100755 themes/celix/static/media/IconHome.gif
 delete mode 100644 themes/celix/static/media/celix.png
 delete mode 100644 themes/celix/static/media/celix_notext.png
 delete mode 100755 themes/celix/static/media/celix_notext_20px.png
 delete mode 100755 themes/celix/static/media/forkmeongithub.png
 delete mode 100644 themes/celix/static/media/forkmesmall.png
 delete mode 100755 themes/celix/static/media/githubIcon.png
 delete mode 100755 themes/celix/static/media/memory_pools.png
 delete mode 100755 themes/celix/static/media/shadow.png
 delete mode 100755 themes/celix/static/media/shiro_bullet_24x24.png


[celix-site] 02/10: CELIX-449: Cleanup of asf-site branch

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 87df8e5f163cf3ca17bbef8069049f967f9110e3
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sat Dec 29 14:08:49 2018 +0100

    CELIX-449: Cleanup of asf-site branch
---
 .gitignore                                        |  19 +-
 .gitmodules                                       |   3 -
 README.md                                         |  31 +-
 archetypes/default.md                             |  22 --
 celix-src                                         |   1 -
 config.toml                                       |  21 --
 copy_docs_from_src_to_content.sh                  |  12 -
 themes/celix/layouts/404.html                     |   0
 themes/celix/layouts/_default/baseof.html         |  55 ----
 themes/celix/layouts/_default/list.html           |  25 --
 themes/celix/layouts/_default/single.html         |  19 --
 themes/celix/layouts/index.html                   |   3 -
 themes/celix/layouts/partials/top_level_menu.html |  79 -----
 themes/celix/static/favicon.ico                   | Bin 2082 -> 0 bytes
 themes/celix/static/import/friendly.css           |  85 -----
 themes/celix/static/import/javascript.js          |  32 --
 themes/celix/static/import/style.css              | 384 ----------------------
 themes/celix/static/media/Apache_Feather.png      | Bin 1994 -> 0 bytes
 themes/celix/static/media/Apache_Feather.svg      |  88 -----
 themes/celix/static/media/Apache_PoweredBy.png    | Bin 72953 -> 0 bytes
 themes/celix/static/media/Apache_full.png         | Bin 5144 -> 0 bytes
 themes/celix/static/media/Apache_full.svg         | 125 -------
 themes/celix/static/media/Chevron.gif             | Bin 121 -> 0 bytes
 themes/celix/static/media/ChevronOverlay.png      | Bin 310 -> 0 bytes
 themes/celix/static/media/IconHome.gif            | Bin 549 -> 0 bytes
 themes/celix/static/media/celix.png               | Bin 9225 -> 0 bytes
 themes/celix/static/media/celix_notext.png        | Bin 25443 -> 0 bytes
 themes/celix/static/media/celix_notext_20px.png   | Bin 2082 -> 0 bytes
 themes/celix/static/media/forkmeongithub.png      | Bin 9438 -> 0 bytes
 themes/celix/static/media/forkmesmall.png         | Bin 6982 -> 0 bytes
 themes/celix/static/media/githubIcon.png          | Bin 4701 -> 0 bytes
 themes/celix/static/media/memory_pools.png        | Bin 74273 -> 0 bytes
 themes/celix/static/media/shadow.png              | Bin 1698 -> 0 bytes
 themes/celix/static/media/shiro_bullet_24x24.png  | Bin 1645 -> 0 bytes
 34 files changed, 12 insertions(+), 992 deletions(-)

diff --git a/.gitignore b/.gitignore
index adeaf6e..30a1b8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,12 @@
-# Ignore IntelliJ files.
-.idea/
+# Jekyll generated
+target
+.jekyll-metadata
+
+# IntelliJ generated
 *.iml
-*.ipr
-*.iws
+.idea
+.java-version
 
+# Bundler generated
+.bundle
 vendor/
-
-.sass-cache
-.jekyll-metadata
-.bundle/
-.testcontent/
-site/
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 63bec40..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "celix-src"]
-	path = celix-src
-	url = https://git-wip-us.apache.org/repos/asf/celix.git
diff --git a/README.md b/README.md
index 130812c..8118ad9 100644
--- a/README.md
+++ b/README.md
@@ -16,32 +16,7 @@ limitations under the License.
 -->
 # Apache Celix website
 
-The update celix website is still under construction and not yet live.
+The `asf-site` branch is only used for storing the generated static website.
+From this branch, the Celix website is being served.
 
-This is the website for [Apache Celix](https://celix.apache.org/), hosted at:
-
-    https://celix.apache.org/
-
-## Content Management System
-
-The Celix website uses the Hugo content management system. See [Hugo](https://gohugo.io) for more info and for details how to install hugo
-
-## Generate the website
-
-### Copy documentation dir from celix repo
-
- - Run `git submodule init` and `git submodule update` to retreive the Celix sources
- - Run `./copy_docs_from_src_to_content.sh` to copy the documents director to the website content documentation section 
-
-### Create doxygen documentation
-
-TODO
-
-### Generate the static website
-
-To generate the static website run: `hugo`. The resulting public dir should contain a updated static website.
-Or to just host it locally run: `hugo server -D`. The -D is provided to also host draft pages.
-
-## Publish the website
-
-TODO
+When submitting patches, apply them to the `master` branch instead of the `asf-site` branch.
diff --git a/archetypes/default.md b/archetypes/default.md
deleted file mode 100644
index 67d0b89..0000000
--- a/archetypes/default.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-#   http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: true
----
-
diff --git a/celix-src b/celix-src
deleted file mode 160000
index 3f24edf..0000000
--- a/celix-src
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 3f24edf0bc00b05d28acbbf924851050c23dbccf
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 4795834..0000000
--- a/config.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-#   http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-baseURL = "http://celix.apache.org/"
-languageCode = "en-us"
-title = "Apache Celix"
-theme = "celix"
-
diff --git a/copy_docs_from_src_to_content.sh b/copy_docs_from_src_to_content.sh
deleted file mode 100755
index 9e22924..0000000
--- a/copy_docs_from_src_to_content.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-src_doc_dir=celix-src/documents
-site_doc_dir=content/documentation
-
-for file in `cd ${src_doc_dir}; find . -name \*.md`
-do
-    dest="`dirname ${file}`.md"
-    dest_dir="`dirname ${dest}`"
-    mkdir -p ${site_doc_dir}/${dest_dir}
-    cp -v ${src_doc_dir}/${file} ${site_doc_dir}/${dest}
-done
diff --git a/themes/celix/layouts/404.html b/themes/celix/layouts/404.html
deleted file mode 100644
index e69de29..0000000
diff --git a/themes/celix/layouts/_default/baseof.html b/themes/celix/layouts/_default/baseof.html
deleted file mode 100644
index 791cf32..0000000
--- a/themes/celix/layouts/_default/baseof.html
+++ /dev/null
@@ -1,55 +0,0 @@
-{{/*
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE- 2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/}}
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<link href="/import/style.css" rel="stylesheet">
-<link href="/import/friendly.css" rel="stylesheet">
-<title>
-    {{ block "title" . }}
-      {{ .Site.Title }}
-    {{ end }}
-</title>
-<meta name="description" content="">
-<meta name="author" content="me">
-</head>
-<body>
-<div id="imgbackground"></div>
-{{ partial "top_level_menu.html" . }}
-<a href="https://github.com/apache/celix">
-			<img class="GHImg shadowed" src="/media/forkmeongithub.png" alt="Fork me on GitHub"
-			data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png">
-			<img class="GHImgSmall shadowed" src="/media/forkmesmall.png" alt="Fork me on GitHub">
-</a>
-<a href="http://apache.org/">
-			<img id="APbig" class="logoAP shadowed" src="/media/Apache_full.svg">
-			<img id="APsmall" class="logoAP shadowed" src="/media/Apache_Feather.svg">
-</a>
-<div class="spacer">
-    {{ block "main" . }}
-    NOTE: Missing main block!
-    {{ end }}
-</div><div id="foot">
-<div id="footText">
-Copyright © 1018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
-Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. 
-</div></div>
-<script src='/import/javascript.js'></script>
-</body>
-</html>
diff --git a/themes/celix/layouts/_default/list.html b/themes/celix/layouts/_default/list.html
deleted file mode 100644
index 7fbf7c9..0000000
--- a/themes/celix/layouts/_default/list.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{{/*
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE- 2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/}}
-{{ define "main" }}
-  <h1>Posts</h1>
-  {{ range .Data.Pages }}
-    <article>
-      <h2>{{ .Title }}</h2>
-      {{ .Content }}
-    </article>
-  {{ end }}
-{{ end }}
diff --git a/themes/celix/layouts/_default/single.html b/themes/celix/layouts/_default/single.html
deleted file mode 100644
index 2ca3ad3..0000000
--- a/themes/celix/layouts/_default/single.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{{/*
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE- 2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/}}
-{{ define "main" }}
-    {{ .Page.Content }}
-{{ end }}
diff --git a/themes/celix/layouts/index.html b/themes/celix/layouts/index.html
deleted file mode 100644
index bf703c8..0000000
--- a/themes/celix/layouts/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{{ define "main" }}
-    {{ .Content }}
-{{ end }}
diff --git a/themes/celix/layouts/partials/top_level_menu.html b/themes/celix/layouts/partials/top_level_menu.html
deleted file mode 100644
index f428806..0000000
--- a/themes/celix/layouts/partials/top_level_menu.html
+++ /dev/null
@@ -1,79 +0,0 @@
-{{/*
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE- 2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/}}
-<nav class = "shadowed">
-	<a href="/"><img class="shadowed" src="/media/celix.png"></a>
-	<div id="mobmenu">
-	<select class="mobbutton" onchange="if (this.value) window.location.href=this.value">
-		<option value="">navigate</option>
-        <option value="/">Home</option>
-        {{ range .Sections }}
-                <optgroup label="{{ .Name }}">
-                    <option value="{{ .URL }}">{{ .Name }}</option>
-                {{ range .Pages }}
-                    <option value="{{ .URL }}">{{ .Name }}</option>
-                {{ end }}
-                </optgroup>
-        {{ end }}
-        <!--
-		<option value="/downloads/">Downloads</option>
-		<optgroup label="Community">
-			<option value="/contributing.html">Contributing</option>
-			<option value="/boardreports.html">Board Reports</option>
-			<option value="/releasing.html">Releasing</option>
-		</optgroup>
-		<optgroup label="Support">
-			<option value="/mailinglist.html">Mailing List</option>
-			<option value="/issuetracking.html">Issue Tracking</option>
-		</optgroup>
-        -->
-		<optgroup label="ASF">
-			<option value="http://www.apache.org/">ASF Home</option>
-			<option value="http://www.apache.org/foundation/how-it-works.html">How it works</option>
-			<option value="http://www.apache.org/licenses/">License</option>
-			<option value="http://www.apache.org/foundation/sponsorship.html">Sponsorship</option>
-			<option value="http://www.apache.org/foundation/thanks.html">Thanks</option>
-			<option value="http://www.apache.org/security">Security</option>
-		</optgroup>
-	</select>
-	<div id="dropmenu" class="shadowed">
-		<a href="/"><div class="dropbutton">Home</div></a>
-
-        {{ range .Site.Sections }}
-            <div class="dropdown">
-                <div class="dropbutton">{{ .Name }}<div class="triangle"></div></div>
-                <div class="dropdown-content">
-                {{ range .Pages }}
-                    <a href="{{ .URL }}">{{.Title}}</a>
-                {{ end }}
-                </div>
-            </div>
-        {{ end }}
-        
-        <div class="dropdown">
-			<div class="dropbutton">ASF<div class="triangle"></div></div>
-			<div class="dropdown-content">
-				<a href="http://www.apache.org/">ASF Home</a>
-				<a href="http://www.apache.org/foundation/how-it-works.html">How it works</a>
-				<a href="http://www.apache.org/licenses/">License</a>
-				<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-				<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
-				<a href="http://www.apache.org/security">Security</a>
-			</div>
-		</div>
-	</div>
-	</div>
-</nav>
diff --git a/themes/celix/static/favicon.ico b/themes/celix/static/favicon.ico
deleted file mode 100755
index 4e481ca..0000000
Binary files a/themes/celix/static/favicon.ico and /dev/null differ
diff --git a/themes/celix/static/import/friendly.css b/themes/celix/static/import/friendly.css
deleted file mode 100644
index 8540407..0000000
--- a/themes/celix/static/import/friendly.css
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE- 2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/
-.codehilite .hll { background-color: #ffffcc }
-.codehilite  { background: #f0f0f0; }
-.codehilite .c { color: #60a0b0; font-style: italic } /* Comment */
-.codehilite .err { border: 1px solid #FF0000 } /* Error */
-.codehilite .k { color: #007020; font-weight: bold } /* Keyword */
-.codehilite .o { color: #666666 } /* Operator */
-.codehilite .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */
-.codehilite .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
-.codehilite .cp { color: #007020 } /* Comment.Preproc */
-.codehilite .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */
-.codehilite .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
-.codehilite .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
-.codehilite .gd { color: #A00000 } /* Generic.Deleted */
-.codehilite .ge { font-style: italic } /* Generic.Emph */
-.codehilite .gr { color: #FF0000 } /* Generic.Error */
-.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
-.codehilite .gi { color: #00A000 } /* Generic.Inserted */
-.codehilite .go { color: #888888 } /* Generic.Output */
-.codehilite .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
-.codehilite .gs { font-weight: bold } /* Generic.Strong */
-.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
-.codehilite .gt { color: #0044DD } /* Generic.Traceback */
-.codehilite .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
-.codehilite .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
-.codehilite .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
-.codehilite .kp { color: #007020 } /* Keyword.Pseudo */
-.codehilite .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
-.codehilite .kt { color: #902000 } /* Keyword.Type */
-.codehilite .m { color: #40a070 } /* Literal.Number */
-.codehilite .s { color: #4070a0 } /* Literal.String */
-.codehilite .na { color: #4070a0 } /* Name.Attribute */
-.codehilite .nb { color: #007020 } /* Name.Builtin */
-.codehilite .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
-.codehilite .no { color: #60add5 } /* Name.Constant */
-.codehilite .nd { color: #555555; font-weight: bold } /* Name.Decorator */
-.codehilite .ni { color: #d55537; font-weight: bold } /* Name.Entity */
-.codehilite .ne { color: #007020 } /* Name.Exception */
-.codehilite .nf { color: #06287e } /* Name.Function */
-.codehilite .nl { color: #002070; font-weight: bold } /* Name.Label */
-.codehilite .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
-.codehilite .nt { color: #062873; font-weight: bold } /* Name.Tag */
-.codehilite .nv { color: #bb60d5 } /* Name.Variable */
-.codehilite .ow { color: #007020; font-weight: bold } /* Operator.Word */
-.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
-.codehilite .mb { color: #40a070 } /* Literal.Number.Bin */
-.codehilite .mf { color: #40a070 } /* Literal.Number.Float */
-.codehilite .mh { color: #40a070 } /* Literal.Number.Hex */
-.codehilite .mi { color: #40a070 } /* Literal.Number.Integer */
-.codehilite .mo { color: #40a070 } /* Literal.Number.Oct */
-.codehilite .sa { color: #4070a0 } /* Literal.String.Affix */
-.codehilite .sb { color: #4070a0 } /* Literal.String.Backtick */
-.codehilite .sc { color: #4070a0 } /* Literal.String.Char */
-.codehilite .dl { color: #4070a0 } /* Literal.String.Delimiter */
-.codehilite .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
-.codehilite .s2 { color: #4070a0 } /* Literal.String.Double */
-.codehilite .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
-.codehilite .sh { color: #4070a0 } /* Literal.String.Heredoc */
-.codehilite .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
-.codehilite .sx { color: #c65d09 } /* Literal.String.Other */
-.codehilite .sr { color: #235388 } /* Literal.String.Regex */
-.codehilite .s1 { color: #4070a0 } /* Literal.String.Single */
-.codehilite .ss { color: #517918 } /* Literal.String.Symbol */
-.codehilite .bp { color: #007020 } /* Name.Builtin.Pseudo */
-.codehilite .fm { color: #06287e } /* Name.Function.Magic */
-.codehilite .vc { color: #bb60d5 } /* Name.Variable.Class */
-.codehilite .vg { color: #bb60d5 } /* Name.Variable.Global */
-.codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */
-.codehilite .vm { color: #bb60d5 } /* Name.Variable.Magic */
-.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
diff --git a/themes/celix/static/import/javascript.js b/themes/celix/static/import/javascript.js
deleted file mode 100755
index ae04ffb..0000000
--- a/themes/celix/static/import/javascript.js
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE- 2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/
-//make links to the same page unclickable
-links = document.getElementsByTagName('a')
-url = location.origin + location.pathname
-for(i = 0;i < links.length;i++){	
-	if(links[i].href == url){
-		links[i].style = 'font-weight: bold;pointer-events: none;cursor: default;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none'
-		//add doc anchors
-		if(links[i].parentElement.tagName == 'TD'){
-			titles = document.getElementsByTagName('h2')
-			for(o = 0;o < titles.length;o++){
-				titles[o].id = titles[o].innerHTML.replace(/ /g, '_')
-				links[i].parentElement.innerHTML += '<br><a style="font-family: timesnewroman;" href="#' + titles[o].id + '">' + titles[o].innerHTML + '</a>'
-			}
-		}
-	}
-}
diff --git a/themes/celix/static/import/style.css b/themes/celix/static/import/style.css
deleted file mode 100755
index 341aef4..0000000
--- a/themes/celix/static/import/style.css
+++ /dev/null
@@ -1,384 +0,0 @@
-/*
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE- 2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/
-html, body {
-	margin: 0;
-	min-height: 100%;
-	min-width: 330px;
-	width: 100%;
-	height: 100%;
-	border-collapse:collapse;
-	display : table;
-}
-
-nav {
-	text-align: left;
-	position: fixed;
-	width: 100%;
-	background: #2CB9EC;
-	background: linear-gradient(50deg, transparent 190px, #2CB9EC 0);
-	z-index: 1;
-	height: 70px;
-}
-
-nav img {
-	height: 70px;
-	margin-left: 10px;
-	display: inline-block;
-}
-
-nav ul {
-	float: right !important;
-	height: 100%;
-	line-height: 60px;
-	margin: 0;
-}
-
-#imgbackground {
-	width: 250px;
-	height: 70px;
-	position: fixed;
-	background: #FFFFFF;
-	background: linear-gradient(0deg, transparent 0, #FFFFFF 20px);
-}
-
-a {
-	text-decoration: none;
-	outline: none;
-}
-
-#mobmenu {
-	display: inline;
-	margin-top: 38px;
-}
-
-#dropmenu a{
-	border-radius: 8px;
-	color: #FFFFFF;
-}
-
-#dropmenu {
-	position: fixed;
-	display: inline;
-	margin-left: 50px;
-	line-height: 54px;
-	color: #FFFFFF;
-}
-
-.dropbutton {
-	padding: 8px 20px 8px 20px;
-	cursor: pointer;
-	border: none;
-	display: inline-block;
-}
-
-.mobbutton {
-	display: none;
-}
-
-.dropdown {
-	position: relative;
-	display: inline-block;
-}
-
-.triangle {
-	margin-left: 4px;
-	display: inline-block;
-	width: 0;
-	height: 0;
-	border-style: solid;
-	border-width: 6px 8px 6px 0;
-	border-color: transparent #FFFFFF transparent transparent;
-	transition: transform 0.5s;
-}
-
-.dropdown-content {
-	position: absolute;
-	background: #f9f9f9;
-	min-width: 160px;
-	border-radius: 0px 0px 8px 8px;
-	right: 0;
-	transform: scaleY(0);
-	transform-origin: top;
-	-webkit-transform: scaleY(0);
-	-webkit-transform-origin: top;
-	transition: transform 0.5s;
-	line-height: 30px;
-}
-
-.dropdown-content a {
-	padding: 12px 16px;
-	display: block;
-	color:black !important;
-}
-
-.dropdown-content a:hover, .dropdown:hover, .dropbutton:hover, #dropmenu a:hover{
-	background: #f1f1f1;
-	color:black;
-}
-
-.dropdown:hover .dropdown-content {
-	transform: scaleY(1);
-	-webkit-transform: scaleY(1);
-	z-index: 1;
-}
-
-.dropdown:hover .triangle {
-	transform: rotate(-90deg);
-	-webkit-transform: rotate(-90deg);
-	border-color: transparent #2CB9EC transparent transparent;
-}
-
-.container {
-	margin: 0 auto;
-	height: 100%;
-	min-height:100%;
-	text-align: center;
-}
-
-.logoAP {
-	position: fixed;
-	top: 4px;
-	right: 150px;
-	height: 64px;
-	z-index:2;
-}
-
-#APsmall{
-	display:none;
-}
-
-.GHImg {
-	z-index:2;
-	position: fixed;
-	top: 0;
-	right: 0;
-	transform: rotate(90deg);
-	-webkit-transform: rotate(90deg);
-}
-
-.GHImgSmall {
-	z-index:2;
-	position: fixed;
-	top: 0;
-	left: 0;
-	height: 30px;
-	display: none;
-}
-
-#banner {
-	max-width: 1100px;
-	margin: 0 auto;
-	overflow: auto;
-	padding-bottom: 10%;
-	align-items: center;
-}
-
-.bannertext {
-	text-align: left;
-	font-size: 18px;
-	padding: 15px;
-	padding-top: 40px;
-}
-
-.bannerImage {
-	width: 45%;
-	float:right;
-	padding: 30px;
-}
-
-.item {
-	display: inline-block;
-	width: 29%;
-	margin: 1%;
-	padding: 1%;
-	min-width: 320px;
-	background: #d8d8d8;
-	border-radius: 8px;
-	min-height: 250px;
-	vertical-align: top;
-	text-align: left;
-}
-
-iframe {
-	padding: 0;
-	min-width: 440px;
-	max-width: 500px;
-}
-
-.spacer {
-	padding-top: 70px;
-	padding-bottom: 5px;
-	height:100%;
-	overflow: hidden;
-}
-
-#docTable {
-	float: left;
-	border-collapse: collapse;
-	margin-top: 10px;
-	position: fixed;
-	text-overflow: ellipsis;	
-}
-
-#docTable tr {
-	color: #FFFFFF;
-	background-color: #2cb9ec;
-}
-
-#docTable tr:nth-child(even) {
-	background-color: #239dd0;
-}
-
-#docTable a {
-	color: #FFFFFF;
-	display: inline-block;
-	white-space: nowrap;
-	text-overflow: ellipsis;
-	overflow: hidden;
-	width: 175px;
-	padding-right: 2px;
-}
-
-#docContent {
-	display: table-cell;
-	padding-left: 195px;
-	padding-right: 10px;
-}
-
-#foot {
-	text-align: center;
-	display : table-row;
-	vertical-align : bottom;
-	height : 1px;
-}
-
-#footText {
-	color: white;
-	font-size: 12px;
-	background: #2CB9EC;
-	padding: 4px;
-}
-
-.shadowed {
-	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
-	filter: url(#drop-shadow);
-	-webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
-	filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
-}
-
-.codehilite {
-	display: inline-block;
-	border-radius: 8px;
-	padding: 5px;
-}
-
-#docContent h2{
-	padding-top: 80px;
-	margin-top: -80px;
-}
-
-@media screen and (max-width: 1300px) {
-	#APbig{display:none}
-	#APsmall{display:block}
-	.dropbutton {
-		font-size:14px;
-		padding:8px;
-	}
-}
-
-@media screen and (max-width: 970px) {
-	body, #footer {
-		font-size: 12px;
-	}
-	
-	nav {
-		background: linear-gradient(300deg, transparent 185px, #2CB9EC 0);
-	}
-
-	#imgbackground {
-		right: 0;
-	}
-	
-	nav img {
-		float: right;
-	}
-	
-	.GHImg {
-		display: none;
-	}
-	
-	.GHImgSmall {
-		display: block;
-	}
-	
-	#APsmall{
-		right: 195px;
-	}
-	
-	.bannertext {
-		width: 80%;
-		padding-top: 0;
-		min-width: 320px;
-		float: none;
-		margin: auto;
-	}
-	
-	.bannerImage {
-		display: none;
-	}
-	
-	#mobmenu {
-		display: inline-block;
-	}
-	
-	.triangle{
-		border-color: transparent #2CB9EC transparent transparent;
-	}
-	
-	.mobbutton {
-		position: absolute;
-		display: inline-block;
-		background: white;
-	}
-	
-	#dropmenu {
-		display:none;
-	}
-
-	#docTable a {
-		width:120px;
-	}
-
-	#docContent {
-		padding-left: 130px;
-	}
-}
-
-@media screen and (max-width: 450px) {
-	#docTable {
-		position: relative;
-		float: none;
-	}
-
-	#docTable a {
-		width:auto;
-	}
-
-	#docContent {
-		padding-left: 0;
-	}
-}
diff --git a/themes/celix/static/media/Apache_Feather.png b/themes/celix/static/media/Apache_Feather.png
deleted file mode 100644
index 121195a..0000000
Binary files a/themes/celix/static/media/Apache_Feather.png and /dev/null differ
diff --git a/themes/celix/static/media/Apache_Feather.svg b/themes/celix/static/media/Apache_Feather.svg
deleted file mode 100644
index e41b65a..0000000
--- a/themes/celix/static/media/Apache_Feather.svg
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
-<svg enable-background="new 0 0 2392.5 4226.6" version="1.1" viewBox="0 0 2392.5 4226.6" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<linearGradient id="i" x1="-5167.1" x2="-4570.1" y1="697.55" y2="1395.6" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#F69923" offset="0"/>
-	<stop stop-color="#F79A23" offset=".3123"/>
-	<stop stop-color="#E97826" offset=".8383"/>
-</linearGradient>
-<path d="m1798.9 20.1c-66.3 39.1-176.4 149.9-307.9 310.4l120.8 228c84.8-121.3 170.9-230.4 257.8-323.6 6.7-7.4 10.2-10.9 10.2-10.9-3.4 3.6-6.8 7.3-10.2 10.9-28.1 31-113.4 130.5-242.1 328.1 123.9-6.2 314.3-31.5 469.6-58.1 46.2-258.8-45.3-377.3-45.3-377.3s-116.3-188.2-252.9-107.5z" fill="url(#i)"/>
-<path d="m1594.4 1320.7c0.9-0.2 1.8-0.3 2.7-0.5l-17.4 1.9c-1.1 0.5-2 1-3.1 1.4 6-0.9 11.9-1.9 17.8-2.8z" fill="none"/>
-<path d="m1471.1 1729.1c-9.9 2.2-20 3.9-30.2 5.4 10.2-1.5 20.3-3.3 30.2-5.4z" fill="none"/>
-<path d="m633.1 2645.2c1.3-3.4 2.6-6.8 3.8-10.2 26.6-70.2 52.9-138.4 79-204.9 29.3-74.6 58.2-146.8 86.8-216.8 30.1-73.8 59.8-145.1 89.1-214 30.7-72.3 61-141.9 90.7-208.9 24.2-54.5 48-107.3 71.5-158.4 7.8-17 15.6-33.9 23.4-50.6 15.4-33.1 30.7-65.6 45.7-97.3 13.9-29.3 27.7-57.9 41.4-86 4.5-9.4 9.1-18.6 13.6-27.9 0.7-1.5 1.5-3 2.2-4.5l-14.8 1.6-11.8-23.2c-1.1 2.3-2.3 4.5-3.5 6.8-21.2 42.1-42.2 84.6-63 127.5-12 24.8-24 49.7-35.9 74.7-33 69.3-65.5 139.2-97.4 209.6-32.3 71.1-63.9 142.6-94.9 21 [...]
-<path d="m1433.2 1735.7c0.1 0 0.1-0.1 0.2-0.1 0 0-0.1 0-0.2 0.1z" fill="none"/>
-<path d="m1393.2 1934.8c-15.4 2.8-31.3 5.5-47.6 8.3-0.1 0-0.2 0.1-0.3 0.1 8.2-1.2 16.3-2.4 24.3-3.8s15.8-2.9 23.6-4.6z" fill="#BE202E"/>
-<path d="m1393.2 1934.8c-15.4 2.8-31.3 5.5-47.6 8.3-0.1 0-0.2 0.1-0.3 0.1 8.2-1.2 16.3-2.4 24.3-3.8s15.8-2.9 23.6-4.6z" fill="#BE202E" opacity=".35"/>
-<path d="m1433.6 1735.5s-0.1 0-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1 2.6-0.3 5.1-0.8 7.6-1.1 10.3-1.5 20.4-3.3 30.2-5.4-12.3 2-24.8 4.2-37.5 6.3z" fill="#BE202E"/>
-<path d="m1433.6 1735.5s-0.1 0-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1 2.6-0.3 5.1-0.8 7.6-1.1 10.3-1.5 20.4-3.3 30.2-5.4-12.3 2-24.8 4.2-37.5 6.3z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="h" x1="-9585.3" x2="-5326.2" y1="620.5" y2="620.5" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1255.7 1147.6c36.7-68.6 73.9-135.7 111.5-201 39-67.8 78.5-133.6 118.4-197 2.3-3.7 4.7-7.5 7-11.3 39.4-62.4 79.2-122.4 119.3-179.8l-120.8-228c-9.1 11.1-18.2 22.4-27.5 33.9-34.8 43.4-71 90.1-108.1 139.6-41.8 55.8-84.8 115.4-128.5 177.9-40.3 57.8-81.2 118.3-122.1 180.9-34.8 53.3-69.8 108.2-104.5 164.5-1.3 2.1-2.6 4.2-3.9 6.3l157.2 310.5c33.6-66.5 67.6-132.1 102-196.5z" fill="url(#h)"/>
-<linearGradient id="g" x1="-9071.2" x2="-6533.2" y1="1047.7" y2="1047.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#282662" offset="0"/>
-	<stop stop-color="#662E8D" offset=".095484"/>
-	<stop stop-color="#9F2064" offset=".7882"/>
-	<stop stop-color="#CD2032" offset=".9487"/>
-</linearGradient>
-<path d="m539.7 2897.1c-20.8 57.2-41.7 115.4-62.7 174.9-0.3 0.9-0.6 1.7-0.9 2.6-3 8.4-5.9 16.8-8.9 25.2-14.1 40.1-26.4 76.2-54.5 158.3 46.3 21.1 83.5 76.7 118.7 139.8-3.7-65.3-30.8-126.7-82.1-174.2 228.3 10.3 425-47.4 526.7-214.3 9.1-14.9 17.4-30.5 24.9-47.2-46.2 58.6-103.5 83.5-211.4 77.4-0.2 0.1-0.5 0.2-0.7 0.3 0.2-0.1 0.5-0.2 0.7-0.3 158.8-71.1 238.5-139.3 308.9-252.4 16.7-26.8 32.9-56.1 49.5-88.6-138.9 142.6-299.8 183.2-469.3 152.4l-127.1 13.9c-4 10.7-7.9 21.4-11.8 32.2z" fill="url(#g)"/>
-<linearGradient id="f" x1="-9346.1" x2="-5087" y1="580.82" y2="580.82" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m599 2612.4c27.5-71 55.8-142.8 84.8-215.3 27.8-69.4 56.4-139.2 85.6-209.4s59.1-140.5 89.6-210.9c31-71.6 62.7-143.1 94.9-214.2 31.9-70.3 64.4-140.3 97.4-209.6 11.9-25 23.9-49.9 35.9-74.7 20.8-42.9 41.8-85.4 63-127.5 1.1-2.3 2.3-4.5 3.5-6.8l-157.2-310.5c-2.6 4.2-5.1 8.4-7.7 12.6-36.6 59.8-73.1 121-108.9 183.5-36.2 63.1-71.7 127.4-106.4 192.6-29.3 55-57.9 110.5-85.7 166.5-5.6 11.4-11.1 22.6-16.6 33.9-34.3 70.5-65.2 138.6-93.2 204.1-31.7 74.2-59.6 145.1-84 212.3-16.1 44.2-30.7 86.9- [...]
-<linearGradient id="e" x1="-9035.5" x2="-6797.2" y1="638.44" y2="638.44" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#282662" offset="0"/>
-	<stop stop-color="#662E8D" offset=".095484"/>
-	<stop stop-color="#9F2064" offset=".7882"/>
-	<stop stop-color="#CD2032" offset=".9487"/>
-</linearGradient>
-<path d="m356.1 2529.2c-19.8 99.8-33.9 199.2-41 298-0.2 3.5-0.6 6.9-0.8 10.4-49.3-79-181.3-156.1-181-155.4 94.5 137 166.2 273 176.9 406.5-50.6 10.4-119.9-4.6-200-34.1 83.5 76.7 146.2 97.9 170.6 103.6-76.7 4.8-156.6 57.5-237.1 118.2 117.7-48 212.8-67 280.9-51.6-108 305.8-216.3 643.4-324.6 1001.8 33.2-9.8 53-32.1 64.1-62.3 19.3-64.9 147.4-490.7 348.1-1050.4 5.7-15.9 11.5-31.9 17.3-48 1.6-4.5 3.3-9 4.9-13.4 21.2-58.7 43.2-118.6 65.9-179.7 5.2-13.9 10.4-27.8 15.6-41.8 0.1-0.3 0.2-0.6 0.3-0.8 [...]
-<linearGradient id="d" x1="-9346.1" x2="-5087" y1="1021.6" y2="1021.6" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1178.1 1370.3c-4.5 9.2-9 18.5-13.6 27.9-13.6 28.1-27.4 56.7-41.4 86-15.1 31.7-30.3 64.1-45.7 97.3-7.8 16.7-15.5 33.5-23.4 50.6-23.5 51.1-47.3 103.9-71.5 158.4-29.7 67-60 136.6-90.7 208.9-29.3 68.9-59 140.2-89.1 214-28.6 70-57.5 142.3-86.8 216.8-26.1 66.5-52.4 134.7-79 204.9-1.3 3.4-2.6 6.8-3.8 10.2-26.4 69.7-53 141.3-79.8 214.7-0.6 1.7-1.2 3.4-1.8 5l127.1-13.9c-2.5-0.5-5.1-0.8-7.6-1.3 152-18.9 354-132.5 484.6-272.7 60.2-64.6 114.8-140.8 165.3-230 37.6-66.4 72.9-140 106.5-221.5  [...]
-<linearGradient id="c" x1="-9610.3" x2="-5351.2" y1="999.73" y2="999.73" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1627.6 563.1c-35.5 54.5-74.3 116.4-116 186.5-2.2 3.6-4.4 7.4-6.6 11.1-36 60.7-74.3 127.3-114.5 200.3-34.8 63-71 130.6-108.6 203.3-32.8 63.3-66.7 130.5-101.5 201.6l399.3-43.8c116.3-53.5 168.3-101.9 218.8-171.9 13.4-19.3 26.9-39.5 40.3-60.4 41-64 81.2-134.5 117.2-204.6 34.7-67.7 65.3-134.8 88.8-195.3 14.9-38.5 26.9-74.3 35.2-105.7 7.3-27.7 13-54 17.4-79.1-155.5 26.5-345.9 51.9-469.8 58z" fill="url(#c)"/>
-<path d="m1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8z" fill="#BE202E"/>
-<path d="m1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="b" x1="-9346.1" x2="-5087" y1="1152.7" y2="1152.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8z" fill="url(#b)"/>
-<path d="m1433.2 1735.7c2.6-0.3 5.1-0.8 7.6-1.1-2.5 0.3-5 0.7-7.6 1.1z" fill="#BE202E"/>
-<path d="m1433.2 1735.7c2.6-0.3 5.1-0.8 7.6-1.1-2.5 0.3-5 0.7-7.6 1.1z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="a" x1="-9346.1" x2="-5087" y1="1137.7" y2="1137.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1433.2 1735.7c2.6-0.3 5.1-0.8 7.6-1.1-2.5 0.3-5 0.7-7.6 1.1z" fill="url(#a)"/>
-<path d="m1433.5 1735.6s0.1 0 0.1-0.1c0 0-0.1 0-0.1 0.1z" fill="#BE202E"/>
-<path d="m1433.5 1735.6s0.1 0 0.1-0.1c0 0-0.1 0-0.1 0.1z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="j" x1="-6953.4" x2="-6012" y1="1134.7" y2="1134.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1433.5 1735.6s0.1 0 0.1-0.1c0 0-0.1 0-0.1 0.1z" fill="url(#j)"/>
-<path d="m2218.7 387v11.7h27.4v77.4h12.7v-77.4h27.6v-11.7h-67.7zm158.3 0l-30.6 62.2-30.8-62.2h-15.3v89.1h11.7v-70.7l30.3 61.3h8.1l30.3-61.3v70.7h11.7v-89.1h-15.4z" fill="#6D6E71"/>
-</svg>
diff --git a/themes/celix/static/media/Apache_PoweredBy.png b/themes/celix/static/media/Apache_PoweredBy.png
deleted file mode 100755
index b7cd3b8..0000000
Binary files a/themes/celix/static/media/Apache_PoweredBy.png and /dev/null differ
diff --git a/themes/celix/static/media/Apache_full.png b/themes/celix/static/media/Apache_full.png
deleted file mode 100644
index ee7def8..0000000
Binary files a/themes/celix/static/media/Apache_full.png and /dev/null differ
diff --git a/themes/celix/static/media/Apache_full.svg b/themes/celix/static/media/Apache_full.svg
deleted file mode 100644
index 9f6a2d8..0000000
--- a/themes/celix/static/media/Apache_full.svg
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
-<svg enable-background="new 0 0 7127.6 2890" version="1.1" viewBox="0 0 7127.6 2890" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<path d="m7104.7 847.8c15.3 15.3 22.9 33.7 22.9 55.2s-7.6 39.9-22.9 55.4c-15.3 15.4-33.8 23.1-55.6 23.1s-40.2-7.6-55.4-22.9c-15.1-15.3-22.7-33.7-22.7-55.2s7.6-39.9 22.9-55.4c15.3-15.4 33.7-23.1 55.4-23.1 21.6 0 40.1 7.6 55.4 22.9zm-6.6 104.1c13.3-13.6 20-29.8 20-48.7s-6.6-35-19.8-48.5c-13.2-13.4-29.4-20.1-48.6-20.1s-35.4 6.7-48.7 20.2-19.9 29.7-19.9 48.7 6.6 35.2 19.7 48.6 29.3 20.1 48.5 20.1 35.4-6.8 48.8-20.3zm-11-63.8c0 14-6.1 22.8-18.4 26.4l22.5 30.5h-18.2l-20.3-28.3h-18.6v28.3h-14.7 [...]
-<path d="m1803.6 499.8v155.4h-20v-155.4h-56.8v-19.2h133.9v19.2h-57.1z" fill="#6D6E71"/>
-<path d="m2082.2 655.2v-76.9h-105.2v76.9h-20v-174.7h20v78.9h105.2v-78.9h20v174.7h-20z" fill="#6D6E71"/>
-<path d="M2241.4,499.8v57.4h88.1v19.2h-88.1v59.8h101.8v19h-121.8V480.5H2340v19.2H2241.4z" fill="#6D6E71"/>
-<path d="m1574.5 1852.4l417.3-997.6h80.1l417.3 997.6h-105.4l-129.3-311.9h-448.2l-127.9 311.9h-103.9zm458.1-882.4l-205.1 493.2h404.7l-199.6-493.2z" fill="#D22128"/>
-<path d="m2596.9 1852.4v-997.6h413.1c171.4 0 295.1 158.8 295.1 313.3 0 163-115.2 316.1-286.6 316.1h-324.6v368.1h-97zm97-455.3h318.9c118 0 193.9-108.2 193.9-229 0-125.1-92.7-226.2-202.3-226.2h-310.5v455.2z" fill="#D22128"/>
-<path d="m3250.5 1852.4l417.3-997.6h80.1l417.3 997.6h-105.4l-129.3-311.9h-448.2l-127.9 311.9h-103.9zm458.1-882.4l-205.1 493.2h404.7l-199.6-493.2z" fill="#D22128"/>
-<path d="m4637.3 849.1c177 0 306.3 89.9 368.1 217.8l-78.7 47.8c-63.2-132.1-186.9-177-295.1-177-238.9 0-369.5 213.6-369.5 414.5 0 220.6 161.6 420.1 373.7 420.1 112.4 0 244.5-56.2 307.7-185.5l81.5 42.1c-64.6 148.9-241.7 231.8-394.8 231.8-274 0-466.5-261.3-466.5-514.2 0.1-240.2 172.9-497.4 473.6-497.4z" fill="#D22128"/>
-<path d="m5949.1 854.8v997.6h-98.4v-466.5h-591.5v466.5h-96.9v-997.6h96.9v444h591.5v-444h98.4z" fill="#D22128"/>
-<path d="M6844.6,1765.2v87.1h-670.2V854.8H6832v87.1h-560.6v359.7h489v82.9h-489v380.8H6844.6z" fill="#D22128"/>
-<path d="m1667.6 2063.6c11.8 3.5 22.2 8.3 31 14.2l-10.3 22.6c-9-6-18.6-10.4-28.9-13.4-10.2-2.9-20-4.4-29.2-4.4-13.6 0-24.5 2.4-32.6 7.3s-12.2 11.8-12.2 20.7c0 7.6 2.3 14 6.8 19s10.2 8.9 17 11.7 16.1 6 28 9.6c14.4 4.6 26 8.9 34.7 12.9 8.8 4 16.3 9.9 22.5 17.8 6.2 7.8 9.3 18.2 9.3 31 0 11.7-3.2 21.8-9.5 30.6-6.3 8.7-15.3 15.5-26.8 20.3-11.6 4.8-24.9 7.2-40 7.2s-29.7-2.9-43.9-8.7-26.4-13.6-36.6-23.4l10.7-21.6c9.6 9.4 20.7 16.7 33.3 21.9s24.8 7.8 36.8 7.8c15.3 0 27.3-3 36.1-8.9s13.2-13.9 13. [...]
-<path d="m1980.1 2072.8c16.8 9.4 30.2 22.3 40 38.4 9.8 16.2 14.8 33.9 14.8 53.3 0 19.5-4.9 37.4-14.8 53.6-9.8 16.3-23.2 29.1-40 38.6s-35.3 14.3-55.2 14.3c-20.3 0-38.8-4.7-55.7-14.3-16.8-9.5-30.2-22.4-40-38.6-9.8-16.3-14.8-34.1-14.8-53.6s4.9-37.3 14.8-53.5c9.8-16.2 23.2-29 40-38.3 16.8-9.4 35.4-14 55.7-14 19.9-0.1 38.3 4.6 55.2 14.1zm-98.2 19.9c-13.1 7.4-23.6 17.5-31.4 30.1s-11.8 26.5-11.8 41.7c0 15.3 3.9 29.3 11.8 42 7.8 12.7 18.3 22.8 31.4 30.2s27.4 11.1 42.9 11.1 29.7-3.7 42.7-11.1 23. [...]
-<path d="m2186.5 2082.4v74h98.4v23.2h-98.4v90.2h-24.1v-210.6h133.8v23.2h-109.7z" fill="#6D6E71"/>
-<path d="m2491.6 2082.4v187.4h-24.1v-187.4h-68.4v-23.2h161.4v23.2h-68.9z" fill="#6D6E71"/>
-<path d="m2871.8 2269.8l-56.8-177.4-57.6 177.4h-24.5l-70.5-210.6h25.9l57.9 182.7 57.1-182.4 24.1-0.3 57.7 182.7 57.1-182.7h25l-70.6 210.6h-24.8z" fill="#6D6E71"/>
-<path d="m3087.3 2216.6l-23.5 53.2h-25.6l94.4-210.6h25l94.1 210.6h-26.1l-23.5-53.2h-114.8zm57.2-130l-46.9 106.8h94.4l-47.5-106.8z" fill="#6D6E71"/>
-<path d="m3461.1 2202.7c-6 0.4-10.7 0.6-14.1 0.6h-56v66.5h-24v-210.6h80c26.2 0 46.6 6.2 61.2 18.5 14.5 12.3 21.8 29.8 21.8 52.3 0 17.2-4.1 31.7-12.2 43.3s-19.8 20-35 25l49.2 71.5h-27.3l-43.6-67.1zm30.2-35.1c10.3-8.4 15.5-20.8 15.5-37 0-15.9-5.2-27.9-15.5-36s-25.1-12.2-44.3-12.2h-56v97.8h56c19.2 0 34-4.2 44.3-12.6z" fill="#6D6E71"/>
-<path d="m3688.3 2082.4v69.2h106.2v23.2h-106.2v72.1h122.8v22.9h-146.9v-210.6h142.9v23.2h-118.8z" fill="#6D6E71"/>
-<path d="M4147,2082.4v74h98.4v23.2H4147v90.2h-24.1v-210.6h133.8v23.2H4147z" fill="#6D6E71"/>
-<path d="m4523.3 2072.8c16.8 9.4 30.2 22.3 40 38.4 9.8 16.2 14.8 33.9 14.8 53.3 0 19.5-4.9 37.4-14.8 53.6-9.8 16.3-23.2 29.1-40 38.6s-35.3 14.3-55.2 14.3c-20.3 0-38.8-4.7-55.7-14.3-16.8-9.5-30.2-22.4-40-38.6-9.8-16.3-14.8-34.1-14.8-53.6s4.9-37.3 14.8-53.5c9.8-16.2 23.2-29 40-38.3 16.8-9.4 35.4-14 55.7-14 20-0.1 38.4 4.6 55.2 14.1zm-98.1 19.9c-13.1 7.4-23.6 17.5-31.4 30.1s-11.8 26.5-11.8 41.7c0 15.3 3.9 29.3 11.8 42 7.8 12.7 18.3 22.8 31.4 30.2s27.4 11.1 42.9 11.1 29.7-3.7 42.7-11.1 23.3- [...]
-<path d="m4854.7 2247.7c-15.7 15.5-37.3 23.3-64.8 23.3-27.7 0-49.4-7.8-65.1-23.3s-23.6-37-23.6-64.6v-124h24.1v124c0 20.3 5.8 36.1 17.3 47.5 11.6 11.4 27.3 17.1 47.3 17.1 20.1 0 35.8-5.7 47.1-17 11.4-11.3 17-27.2 17-47.7v-124h24.1v124c0.1 27.7-7.7 49.2-23.4 64.7z" fill="#6D6E71"/>
-<path d="m5169.5 2269.8l-126.3-169.1v169.1h-24.1v-210.6h25l126.3 169.3v-169.3h23.8v210.6h-24.7z" fill="#6D6E71"/>
-<path d="m5478.4 2073.1c16.4 9.3 29.4 21.9 38.9 37.9 9.6 16 14.3 33.9 14.3 53.5s-4.8 37.6-14.3 53.6c-9.5 16.1-22.6 28.7-39.3 37.9-16.6 9.2-35.2 13.8-55.5 13.8h-84.3v-210.6h85.2c20.3 0 38.6 4.6 55 13.9zm-116.1 173.8h61.4c15.5 0 29.6-3.5 42.3-10.6s22.8-16.9 30.2-29.5c7.4-12.5 11.1-26.5 11.1-42s-3.8-29.4-11.3-41.9-17.7-22.3-30.6-29.6c-12.8-7.2-27-10.9-42.6-10.9h-60.5v164.5z" fill="#6D6E71"/>
-<path d="m5668.6 2216.6l-23.5 53.2h-25.6l94.4-210.6h25l94.1 210.6h-26l-23.5-53.2h-114.9zm57.2-130l-46.9 106.8h94.4l-47.5-106.8z" fill="#6D6E71"/>
-<path d="m5991 2082.4v187.4h-24v-187.4h-68.4v-23.2h161.4v23.2h-69z" fill="#6D6E71"/>
-<path d="m6175.9 2269.8v-210.6h24.1v210.6h-24.1z" fill="#6D6E71"/>
-<path d="m6493.7 2072.8c16.8 9.4 30.2 22.3 40 38.4 9.8 16.2 14.8 33.9 14.8 53.3 0 19.5-4.9 37.4-14.8 53.6-9.8 16.3-23.2 29.1-40 38.6s-35.3 14.3-55.2 14.3c-20.3 0-38.8-4.7-55.7-14.3-16.8-9.5-30.2-22.4-40-38.6-9.8-16.3-14.8-34.1-14.8-53.6s4.9-37.3 14.8-53.5c9.8-16.2 23.2-29 40-38.3 16.8-9.4 35.4-14 55.7-14 20-0.1 38.4 4.6 55.2 14.1zm-98.1 19.9c-13.1 7.4-23.6 17.5-31.4 30.1s-11.8 26.5-11.8 41.7c0 15.3 3.9 29.3 11.8 42 7.8 12.7 18.3 22.8 31.4 30.2s27.4 11.1 42.9 11.1 29.7-3.7 42.7-11.1 23.3- [...]
-<path d="m6826.5 2269.8l-126.3-169.1v169.1h-24.1v-210.6h25l126.3 169.3v-169.3h23.8v210.6h-24.7z" fill="#6D6E71"/>
-<linearGradient id="i" x1="-4516.6" x2="-4108.4" y1="-2338.7" y2="-1861.4" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#F69923" offset="0"/>
-	<stop stop-color="#F79A23" offset=".3123"/>
-	<stop stop-color="#E97826" offset=".8383"/>
-</linearGradient>
-<path d="m1230.1 13.7c-45.3 26.8-120.6 102.5-210.5 212.3l82.6 155.9c58-82.9 116.9-157.5 176.3-221.2 4.6-5.1 7-7.5 7-7.5-2.3 2.5-4.6 5-7 7.5-19.2 21.2-77.5 89.2-165.5 224.4 84.7-4.2 214.9-21.6 321.1-39.7 31.6-177-31-258-31-258s-79.7-128.8-173-73.7z" fill="url(#i)"/>
-<path d="m1090.2 903.1l1.8-0.3-11.9 1.3c-0.7 0.3-1.4 0.7-2.1 1 4.1-0.7 8.2-1.4 12.2-2z" fill="none"/>
-<path d="m1005.9 1182.3c-6.7 1.5-13.7 2.7-20.7 3.7 7.1-1 14-2.2 20.7-3.7z" fill="none"/>
-<path d="m432.9 1808.8c0.9-2.3 1.8-4.7 2.6-7 18.2-48 36.2-94.7 54-140.1 20-51 39.8-100.4 59.3-148.3 20.6-50.4 40.9-99.2 60.9-146.3 21-49.4 41.7-97 62-142.8 16.5-37.3 32.8-73.4 48.9-108.3 5.4-11.7 10.7-23.2 16-34.6 10.5-22.7 21-44.8 31.3-66.5 9.5-20 19-39.6 28.3-58.8 3.1-6.4 6.2-12.8 9.3-19.1 0.5-1 1-2 1.5-3.1l-10.2 1.1-8-15.9c-0.8 1.6-1.6 3.1-2.4 4.6-14.5 28.8-28.9 57.9-43.1 87.2-8.2 16.9-16.4 34-24.6 51-22.6 47.4-44.8 95.2-66.6 143.3-22.1 48.6-43.7 97.5-64.9 146.5-20.8 48.1-41.3 96.2-61 [...]
-<path d="m980 1186.8c0.1 0 0.1 0 0.1-0.1 0 0.1 0 0.1-0.1 0.1z" fill="none"/>
-<path d="m952.6 1323c-10.6 1.9-21.4 3.8-32.5 5.7-0.1 0-0.1 0.1-0.2 0.1 5.6-0.8 11.2-1.7 16.6-2.6 5.5-1 10.8-2.1 16.1-3.2z" fill="#BE202E"/>
-<path d="m952.6 1323c-10.6 1.9-21.4 3.8-32.5 5.7-0.1 0-0.1 0.1-0.2 0.1 5.6-0.8 11.2-1.7 16.6-2.6 5.5-1 10.8-2.1 16.1-3.2z" fill="#BE202E" opacity=".35"/>
-<path d="m980.3 1186.7c-0.1 0-0.1 0 0 0-0.1 0.1-0.2 0.1-0.2 0.1 1.8-0.2 3.5-0.5 5.2-0.8 7-1 13.9-2.2 20.7-3.7-8.5 1.5-17 2.9-25.7 4.4z" fill="#BE202E"/>
-<path d="m980.3 1186.7c-0.1 0-0.1 0 0 0-0.1 0.1-0.2 0.1-0.2 0.1 1.8-0.2 3.5-0.5 5.2-0.8 7-1 13.9-2.2 20.7-3.7-8.5 1.5-17 2.9-25.7 4.4z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="h" x1="-7537.7" x2="-4625.4" y1="-2391.4" y2="-2391.4" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m858.6 784.7c25.1-46.9 50.5-92.8 76.2-137.4 26.7-46.4 53.7-91.3 80.9-134.7 1.6-2.6 3.2-5.2 4.8-7.7 27-42.7 54.2-83.7 81.6-122.9l-82.6-156c-6.2 7.6-12.5 15.3-18.8 23.2-23.8 29.7-48.6 61.6-73.9 95.5-28.6 38.2-58 78.9-87.8 121.7-27.6 39.5-55.5 80.9-83.5 123.7-23.8 36.5-47.7 74-71.4 112.5-0.9 1.4-1.8 2.9-2.6 4.3l107.5 212.3c22.8-45.6 46.1-90.5 69.6-134.5z" fill="url(#h)"/>
-<linearGradient id="g" x1="-7186.2" x2="-5450.7" y1="-2099.3" y2="-2099.3" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#282662" offset="0"/>
-	<stop stop-color="#662E8D" offset=".095484"/>
-	<stop stop-color="#9F2064" offset=".7882"/>
-	<stop stop-color="#CD2032" offset=".9487"/>
-</linearGradient>
-<path d="m369 1981c-14.2 39.1-28.5 78.9-42.9 119.6l-0.6 1.8c-2 5.7-4.1 11.5-6.1 17.2-9.7 27.4-18 52.1-37.3 108.2 31.7 14.5 57.1 52.5 81.1 95.6-2.6-44.7-21-86.6-56.2-119.1 156.1 7 290.6-32.4 360.1-146.6 6.2-10.2 11.9-20.9 17-32.2-31.6 40.1-70.8 57.1-144.5 53-0.2 0.1-0.3 0.1-0.5 0.2 0.2-0.1 0.3-0.1 0.5-0.2 108.6-48.6 163.1-95.3 211.2-172.6 11.4-18.3 22.5-38.4 33.8-60.6-94.9 97.5-205 125.3-320.9 104.2l-86.9 9.5c-2.4 7.3-5.1 14.6-7.8 22z" fill="url(#g)"/>
-<linearGradient id="f" x1="-7374.2" x2="-4461.8" y1="-2418.5" y2="-2418.5" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m409.6 1786.3c18.8-48.5 38.1-97.7 58-147.2 19-47.4 38.5-95.2 58.5-143.2s40.4-96.1 61.2-144.2c21.2-49 42.9-97.8 64.9-146.5 21.8-48.1 44-95.9 66.6-143.3 8.1-17.1 16.3-34.1 24.6-51 14.2-29.3 28.6-58.4 43.1-87.2 0.8-1.6 1.6-3.1 2.4-4.6l-107.5-212.3c-1.8 2.9-3.5 5.8-5.3 8.6-25.1 40.9-50 82.7-74.4 125.4-24.7 43.1-49 87.1-72.7 131.7-20 37.6-39.6 75.6-58.6 113.9-3.8 7.8-7.6 15.5-11.3 23.2-23.4 48.2-44.6 94.8-63.7 139.5-21.7 50.7-40.7 99.2-57.5 145.1-11 30.2-21 59.4-30.1 87.4-7.5 24-14.7 [...]
-<linearGradient id="e" x1="-7161.8" x2="-5631.3" y1="-2379.1" y2="-2379.1" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#282662" offset="0"/>
-	<stop stop-color="#662E8D" offset=".095484"/>
-	<stop stop-color="#9F2064" offset=".7882"/>
-	<stop stop-color="#CD2032" offset=".9487"/>
-</linearGradient>
-<path d="m243.5 1729.4c-13.6 68.2-23.2 136.2-28 203.8-0.2 2.4-0.4 4.7-0.5 7.1-33.7-54-124-106.8-123.8-106.2 64.6 93.7 113.7 186.7 120.9 278-34.6 7.1-82-3.2-136.8-23.3 57.1 52.5 100 67 116.7 70.9-52.5 3.3-107.1 39.3-162.1 80.8 80.5-32.8 145.5-45.8 192.1-35.3-73.9 209-147.9 439.8-222 684.8 22.7-6.7 36.2-21.9 43.9-42.6 13.2-44.4 100.8-335.6 238-718.2 3.9-10.9 7.8-21.8 11.8-32.9 1.1-3 2.2-6.1 3.3-9.2 14.5-40.1 29.5-81.1 45.1-122.9 3.5-9.5 7.1-19 10.7-28.6 0.1-0.2 0.1-0.4 0.2-0.6l-107.9-213.2 [...]
-<linearGradient id="d" x1="-7374.2" x2="-4461.8" y1="-2117.1" y2="-2117.1" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m805.6 937c-3.1 6.3-6.2 12.7-9.3 19.1-9.3 19.2-18.8 38.8-28.3 58.8-10.3 21.7-20.7 43.9-31.3 66.5-5.3 11.4-10.6 22.9-16 34.6-16.1 35-32.4 71.1-48.9 108.3-20.3 45.8-41 93.4-62 142.8-20 47.1-40.3 95.9-60.9 146.3-19.5 47.9-39.3 97.3-59.3 148.3-17.8 45.4-35.9 92.1-54 140.1-0.9 2.3-1.8 4.7-2.6 7-18 47.6-36.2 96.6-54.6 146.8-0.4 1.1-0.8 2.3-1.3 3.4l86.9-9.5c-1.7-0.3-3.5-0.5-5.2-0.9 103.9-13 242.1-90.6 331.4-186.5 41.1-44.2 78.5-96.3 113-157.3 25.7-45.4 49.8-95.8 72.8-151.5 20.1-48.7 39 [...]
-<linearGradient id="c" x1="-7554.8" x2="-4642.5" y1="-2132.1" y2="-2132.1" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1112.9 385.1c-24.3 37.3-50.8 79.6-79.4 127.5-1.5 2.5-3 5.1-4.5 7.6-24.6 41.5-50.8 87.1-78.3 137-23.8 43.1-48.5 89.3-74.3 139-22.4 43.3-45.6 89.2-69.4 137.8l273-29.9c79.5-36.6 115.1-69.7 149.6-117.6 9.2-13.2 18.4-27 27.5-41.3 28-43.8 55.6-92 80.1-139.9 23.7-46.3 44.7-92.2 60.7-133.5 10.2-26.3 18.4-50.8 24.1-72.3 5-19 8.9-36.9 11.9-54.1-106 18.1-236.3 35.5-321 39.7z" fill="url(#c)"/>
-<path d="m936.5 1326.1c-5.5 1-11 1.8-16.6 2.6 5.6-0.7 11.1-1.6 16.6-2.6z" fill="#BE202E"/>
-<path d="m936.5 1326.1c-5.5 1-11 1.8-16.6 2.6 5.6-0.7 11.1-1.6 16.6-2.6z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="b" x1="-7374.2" x2="-4461.8" y1="-2027.5" y2="-2027.5" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m936.5 1326.1c-5.5 1-11 1.8-16.6 2.6 5.6-0.7 11.1-1.6 16.6-2.6z" fill="url(#b)"/>
-<path d="m980 1186.8c1.8-0.2 3.5-0.5 5.2-0.8-1.7 0.3-3.4 0.6-5.2 0.8z" fill="#BE202E"/>
-<path d="m980 1186.8c1.8-0.2 3.5-0.5 5.2-0.8-1.7 0.3-3.4 0.6-5.2 0.8z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="a" x1="-7374.2" x2="-4461.8" y1="-2037.7" y2="-2037.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m980 1186.8c1.8-0.2 3.5-0.5 5.2-0.8-1.7 0.3-3.4 0.6-5.2 0.8z" fill="url(#a)"/>
-<path d="m980.2 1186.7z" fill="#BE202E"/>
-<path d="m980.2 1186.7z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="j" x1="-5738.1" x2="-5094.3" y1="-2039.8" y2="-2039.8" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m980.2 1186.7z" fill="url(#j)"/>
-<path d="m1674.5 2662.1c-14.4 19.4-36.4 29.1-66.1 29.1-12.2 0-22.9-2.4-32.2-7.2s-16.5-11.4-21.6-19.8-7.6-17.8-7.6-28.2c0-15.7 5.9-28.2 17.8-37.5s28.5-14 49.8-14.2h59.2v-10.5c0-13.5-4.1-23.9-12.3-31.2s-20.2-11-36.1-11c-18.3 0-37.4 6.9-57.2 20.6l-11.2-19.6c12.8-8.5 24.6-14.6 35.5-18.5 10.8-3.8 23.5-5.8 38.2-5.8 22.2 0 39.3 5.5 51.3 16.4s18.1 26.2 18.3 45.8l0.3 119.3h-26.1v-27.7zm-21.8-4.9c10.8-7.2 18-17.1 21.4-29.7v-21.6h-56.2c-30.6 0-45.9 9.7-45.9 29.1 0 10 3.8 18 11.3 24s17.6 8.9 30.2 8. [...]
-<path d="m1970 2520c13.1 7.8 23.3 18.6 30.6 32.5s11 29.8 11 47.5c0 17.6-3.6 33.4-10.8 47.2s-17.3 24.6-30.3 32.2-28 11.5-44.9 11.5c-16 0-29.9-3.5-41.9-10.5s-21.4-16.7-28.2-29.2v105.1h-26.8v-247h26.8v39c6.6-12.8 15.9-22.7 27.9-29.6s25.9-10.4 41.6-10.4c16.8 0 31.9 3.9 45 11.7zm-16.7 138c9.8-5.8 17.5-13.8 23-24s8.3-21.8 8.3-34.6-2.8-24.3-8.3-34.5-13.2-18.1-23-23.9-20.9-8.7-33.1-8.7c-12.6 0-23.8 2.8-33.6 8.5s-17.5 13.7-22.9 24c-5.5 10.3-8.2 21.8-8.2 34.6 0 13.1 2.7 24.7 8.2 34.8s13.1 18.1 22. [...]
-<path d="m2237.4 2662.1c-14.4 19.4-36.4 29.1-66.1 29.1-12.2 0-22.9-2.4-32.2-7.2s-16.5-11.4-21.6-19.8-7.6-17.8-7.6-28.2c0-15.7 5.9-28.2 17.8-37.5s28.5-14 49.8-14.2h59.2v-10.5c0-13.5-4.1-23.9-12.3-31.2s-20.2-11-36.1-11c-18.3 0-37.4 6.9-57.2 20.6l-11.2-19.6c12.8-8.5 24.7-14.6 35.5-18.5 10.8-3.8 23.5-5.8 38.2-5.8 22.2 0 39.3 5.5 51.3 16.4s18.1 26.2 18.3 45.8l0.3 119.3h-26.1v-27.7zm-21.8-4.9c10.8-7.2 18-17.1 21.4-29.7v-21.6h-56.2c-30.6 0-45.8 9.7-45.8 29.1 0 10 3.8 18 11.3 24s17.6 8.9 30.2 8. [...]
-<path d="m2500.9 2515.7c11.7 4.7 21.6 11.2 29.7 19.6l-14.7 18.9c-14.6-13.9-32.5-20.9-53.7-20.9-12.4 0-23.4 2.8-33.1 8.4s-17.3 13.4-22.8 23.5-8.2 21.6-8.2 34.6c0 13.1 2.7 24.6 8.2 34.6s13.1 17.9 22.8 23.7c9.7 5.7 20.8 8.6 33.1 8.6 11.8 0 22.5-2 32-6s17.5-9.8 23.9-17.4l15.4 16.6c-8.3 9.8-18.5 17.5-30.9 22.9-12.3 5.5-26.1 8.2-41.4 8.2-17.4 0-32.9-3.8-46.4-11.5-13.5-7.6-24.1-18.4-31.7-32.2s-11.5-29.7-11.5-47.5 3.9-33.7 11.6-47.4c7.8-13.8 18.5-24.5 32.4-32.1 13.8-7.6 29.5-11.5 46.9-11.5 13.9- [...]
-<path d="m2797.8 2527c12.1 12.4 18.1 29.6 18.1 51.5v111.4h-26.8v-104.3c0-15.9-4.5-28.4-13.6-37.3-9-8.9-21.5-13.4-37.5-13.4-19 0.2-33.9 6.4-44.7 18.5s-16.2 28-16.2 47.8v88.7h-26.8v-254.3h26.8v114.1c11.8-27.2 35.2-41 70.1-41.3 21.7-0.1 38.5 6.2 50.6 18.6z" fill="#6D6E71"/>
-<path d="m3078.4 2535.9c14.4 18.1 20.9 42.9 19.4 74.2h-147.3c2.2 17.6 9.3 31.6 21.2 42s26.6 15.6 44.3 15.6c11.2 0 21.5-2 31-5.9s17.8-9.5 24.9-16.7l14.7 15.7c-8.7 9.6-19.3 17-31.7 22.3-12.4 5.2-26.1 7.9-40.9 7.9-17.6 0-33.2-3.8-46.9-11.5-13.6-7.6-24.2-18.4-31.7-32.2s-11.3-29.7-11.3-47.5 3.8-33.7 11.5-47.4c7.6-13.8 18.3-24.5 32-32.1s29.3-11.5 46.7-11.5c28.3-0.1 49.7 9 64.1 27.1zm-22.2 10.9c-10.9-10.1-25.1-15.2-42.6-15.2-17.2 0-31.5 5.1-42.9 15.4s-18.1 24-20.2 41.2h123.3c-0.8-17.4-6.7-31.2- [...]
-<path d="m3224 2662.1c3.2 3.5 4.8 7.7 4.8 12.7s-1.6 9.2-4.8 12.6-7.1 5.1-11.6 5.1c-4.8 0-8.8-1.7-12-5.1s-4.9-7.6-4.9-12.6 1.6-9.3 4.9-12.7c3.2-3.5 7.3-5.2 12-5.2 4.5 0 8.4 1.8 11.6 5.2z" fill="#6D6E71"/>
-<path d="m3466.2 2520.1c13.9 7.6 24.7 18.4 32.5 32.2s11.7 29.5 11.7 47c0 17.8-3.9 33.7-11.7 47.5s-18.7 24.6-32.5 32.4c-13.9 7.8-29.6 11.6-47.3 11.6-17.6 0-33.4-3.9-47.3-11.6-13.9-7.8-24.8-18.5-32.6-32.4-7.8-13.8-11.6-29.7-11.6-47.5 0-17.6 3.9-33.3 11.6-47.1 7.8-13.8 18.6-24.5 32.6-32.1 13.9-7.6 29.7-11.5 47.3-11.5 17.6 0.1 33.4 3.9 47.3 11.5zm-80.8 21.4c-9.9 5.7-17.6 13.6-23.1 23.7s-8.2 21.6-8.2 34.6c0 13.1 2.7 24.7 8.2 34.8 5.5 10.2 13.2 18.1 23.1 23.8s21.1 8.6 33.5 8.6 23.5-2.9 33.5-8. [...]
-<path d="m3676.1 2519.1c10.9-7 24-10.6 39.3-10.8v26.9c-18.7-0.2-33.8 5-45.2 15.7s-17.9 25-19.6 43.1v95.9h-26.6v-180.6h26.6v40c6.1-13.1 14.6-23.2 25.5-30.2z" fill="#6D6E71"/>
-<path d="m3975.5 2671c0 17.4-3.8 32.6-11.4 45.6s-18.2 23-31.9 30-29.5 10.5-47.6 10.5c-26.8-0.2-51.4-8.9-74-25.9l12.2-20.6c9.1 7.6 18.6 13.3 28.4 17s20.6 5.7 32.3 5.9c19.6 0 35.4-5.6 47.3-16.8s17.8-26.2 17.8-44.9v-27.3c-6.4 12.2-15.3 21.5-26.7 27.9-11.4 6.5-24.7 9.7-39.7 9.7-15.9 0-30.2-3.7-42.7-11.1s-22.2-17.8-29.2-31c-7-13.3-10.5-28.3-10.5-45.2 0-16.7 3.4-31.6 10.3-44.6s16.5-23.2 28.8-30.6 26.5-11.1 42.4-11.1c15.3 0 28.6 3.2 40.1 9.7 11.4 6.5 20.5 15.8 27.2 27.9v-36.6h26.8v161.5zm-56.5- [...]
-</svg>
diff --git a/themes/celix/static/media/Chevron.gif b/themes/celix/static/media/Chevron.gif
deleted file mode 100755
index ef42331..0000000
Binary files a/themes/celix/static/media/Chevron.gif and /dev/null differ
diff --git a/themes/celix/static/media/ChevronOverlay.png b/themes/celix/static/media/ChevronOverlay.png
deleted file mode 100755
index 184ee63..0000000
Binary files a/themes/celix/static/media/ChevronOverlay.png and /dev/null differ
diff --git a/themes/celix/static/media/IconHome.gif b/themes/celix/static/media/IconHome.gif
deleted file mode 100755
index 0ab9e10..0000000
Binary files a/themes/celix/static/media/IconHome.gif and /dev/null differ
diff --git a/themes/celix/static/media/celix.png b/themes/celix/static/media/celix.png
deleted file mode 100644
index 86c16d2..0000000
Binary files a/themes/celix/static/media/celix.png and /dev/null differ
diff --git a/themes/celix/static/media/celix_notext.png b/themes/celix/static/media/celix_notext.png
deleted file mode 100644
index 23c7459..0000000
Binary files a/themes/celix/static/media/celix_notext.png and /dev/null differ
diff --git a/themes/celix/static/media/celix_notext_20px.png b/themes/celix/static/media/celix_notext_20px.png
deleted file mode 100755
index 4e481ca..0000000
Binary files a/themes/celix/static/media/celix_notext_20px.png and /dev/null differ
diff --git a/themes/celix/static/media/forkmeongithub.png b/themes/celix/static/media/forkmeongithub.png
deleted file mode 100755
index dc0763a..0000000
Binary files a/themes/celix/static/media/forkmeongithub.png and /dev/null differ
diff --git a/themes/celix/static/media/forkmesmall.png b/themes/celix/static/media/forkmesmall.png
deleted file mode 100644
index c1c8dad..0000000
Binary files a/themes/celix/static/media/forkmesmall.png and /dev/null differ
diff --git a/themes/celix/static/media/githubIcon.png b/themes/celix/static/media/githubIcon.png
deleted file mode 100755
index e7605b0..0000000
Binary files a/themes/celix/static/media/githubIcon.png and /dev/null differ
diff --git a/themes/celix/static/media/memory_pools.png b/themes/celix/static/media/memory_pools.png
deleted file mode 100755
index f005d1d..0000000
Binary files a/themes/celix/static/media/memory_pools.png and /dev/null differ
diff --git a/themes/celix/static/media/shadow.png b/themes/celix/static/media/shadow.png
deleted file mode 100755
index c04d21b..0000000
Binary files a/themes/celix/static/media/shadow.png and /dev/null differ
diff --git a/themes/celix/static/media/shiro_bullet_24x24.png b/themes/celix/static/media/shiro_bullet_24x24.png
deleted file mode 100755
index 6f2d5ad..0000000
Binary files a/themes/celix/static/media/shiro_bullet_24x24.png and /dev/null differ


[celix-site] 01/10: Updated site from master (dd41aaa73a4db0ea5e6cb53a8a6dc0c88750953a)

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 3392d041ffd595230b56475242ac3f15ec3f93fe
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sat Dec 29 14:02:37 2018 +0100

    Updated site from master (dd41aaa73a4db0ea5e6cb53a8a6dc0c88750953a)
---
 content/.htaccess                                  |    18 +
 content/404.html                                   |   139 +
 content/_index.html                                |    35 -
 content/assets/css/bootstrap-grid.css              |  3719 +++++++
 content/assets/css/bootstrap-grid.css.map          |     1 +
 content/assets/css/bootstrap-grid.min.css          |     7 +
 content/assets/css/bootstrap-grid.min.css.map      |     1 +
 content/assets/css/bootstrap-reboot.css            |   319 +
 content/assets/css/bootstrap-reboot.css.map        |     1 +
 content/assets/css/bootstrap-reboot.min.css        |     8 +
 content/assets/css/bootstrap-reboot.min.css.map    |     1 +
 content/assets/css/bootstrap.css                   |  9887 ++++++++++++++++++
 content/assets/css/bootstrap.css.map               |     1 +
 content/assets/css/bootstrap.min.css               |     7 +
 content/assets/css/bootstrap.min.css.map           |     1 +
 content/assets/css/style.css                       |   156 +
 content/assets/highlighter/github-theme.css        |    60 +
 content/assets/highlighter/js/shAutoloader.js      |    17 +
 content/assets/highlighter/js/shBrushAS3.js        |    59 +
 .../assets/highlighter/js/shBrushAppleScript.js    |    75 +
 content/assets/highlighter/js/shBrushBash.js       |    59 +
 content/assets/highlighter/js/shBrushCSharp.js     |    65 +
 content/assets/highlighter/js/shBrushColdFusion.js |   100 +
 content/assets/highlighter/js/shBrushCpp.js        |    97 +
 content/assets/highlighter/js/shBrushCss.js        |    91 +
 content/assets/highlighter/js/shBrushDelphi.js     |    55 +
 content/assets/highlighter/js/shBrushDiff.js       |    41 +
 content/assets/highlighter/js/shBrushErlang.js     |    52 +
 content/assets/highlighter/js/shBrushGroovy.js     |    67 +
 content/assets/highlighter/js/shBrushJScript.js    |    52 +
 content/assets/highlighter/js/shBrushJava.js       |    57 +
 content/assets/highlighter/js/shBrushJavaFX.js     |    58 +
 content/assets/highlighter/js/shBrushPerl.js       |    72 +
 content/assets/highlighter/js/shBrushPhp.js        |    88 +
 content/assets/highlighter/js/shBrushPlain.js      |    33 +
 content/assets/highlighter/js/shBrushPowerShell.js |    74 +
 content/assets/highlighter/js/shBrushPython.js     |    64 +
 content/assets/highlighter/js/shBrushRuby.js       |    55 +
 content/assets/highlighter/js/shBrushSass.js       |    94 +
 content/assets/highlighter/js/shBrushScala.js      |    51 +
 content/assets/highlighter/js/shBrushSql.js        |    66 +
 content/assets/highlighter/js/shBrushVb.js         |    56 +
 content/assets/highlighter/js/shBrushXml.js        |    69 +
 content/assets/highlighter/js/shCore.js            |    17 +
 content/assets/highlighter/js/shLegacy.js          |    17 +
 content/assets/highlighter/style/shCore.css        |   226 +
 content/assets/highlighter/style/shCoreDefault.css |   328 +
 content/assets/highlighter/style/shCoreDjango.css  |   331 +
 content/assets/highlighter/style/shCoreEclipse.css |   339 +
 content/assets/highlighter/style/shCoreEmacs.css   |   324 +
 .../assets/highlighter/style/shCoreFadeToGrey.css  |   328 +
 content/assets/highlighter/style/shCoreMDUltra.css |   324 +
 .../assets/highlighter/style/shCoreMidnight.css    |   324 +
 content/assets/highlighter/style/shCoreRDark.css   |   324 +
 content/assets/highlighter/style/shCoreStruts.css  |   339 +
 .../assets/highlighter/style/shThemeDefault.css    |   117 +
 content/assets/highlighter/style/shThemeDjango.css |   120 +
 .../assets/highlighter/style/shThemeEclipse.css    |   128 +
 content/assets/highlighter/style/shThemeEmacs.css  |   113 +
 .../assets/highlighter/style/shThemeFadeToGrey.css |   117 +
 .../assets/highlighter/style/shThemeMDUltra.css    |   113 +
 .../assets/highlighter/style/shThemeMidnight.css   |   113 +
 content/assets/highlighter/style/shThemeRDark.css  |   113 +
 content/assets/highlighter/style/shThemeStruts.css |   128 +
 content/assets/img/apache.png                      |   Bin 0 -> 32413 bytes
 content/assets/img/celix-white.svg                 |   121 +
 content/assets/img/celix.svg                       |    77 +
 content/assets/img/forkme_right_red_aa0000.png     |   Bin 0 -> 7927 bytes
 content/assets/img/icon-primer.svg                 |    12 +
 content/assets/js/bootstrap.bundle.js              |  6818 ++++++++++++
 content/assets/js/bootstrap.bundle.js.map          |     1 +
 content/assets/js/bootstrap.bundle.min.js          |     7 +
 content/assets/js/bootstrap.bundle.min.js.map      |     1 +
 content/assets/js/bootstrap.js                     |  4249 ++++++++
 content/assets/js/bootstrap.js.map                 |     1 +
 content/assets/js/bootstrap.min.js                 |     7 +
 content/assets/js/bootstrap.min.js.map             |     1 +
 content/assets/js/jquery.js                        | 10364 +++++++++++++++++++
 content/assets/js/jquery.min.js                    |     2 +
 content/assets/js/jquery.slim.js                   |  8269 +++++++++++++++
 content/assets/js/jquery.slim.min.js               |     2 +
 content/community/about.md                         |    33 -
 content/community/boardreports.md                  |   464 -
 content/community/contributing.md                  |    27 -
 content/community/releasing.md                     |   233 -
 content/contributing/releasing.html                |   421 +
 content/contributing/submitting-patches.html       |   262 +
 content/contributing/volunteers.html               |   169 +
 content/contributing/youatcelix.html               |   176 +
 content/docs/celix/CHANGES.html                    |   386 +
 content/docs/celix/README.html                     |   161 +
 content/docs/celix/config_admin/readme.html        |   190 +
 content/docs/celix/dependency_manager/readme.html  |   281 +
 .../docs/celix/dependency_manager_cxx/readme.html  |   218 +
 content/docs/celix/deployment_admin/README.html    |   165 +
 content/docs/celix/device_access/README.html       |   161 +
 content/docs/celix/documents/building/readme.html  |   280 +
 .../celix/documents/cmake_commands/readme.html     |   429 +
 .../getting_started/creating_a_simple_bundle.html  |   463 +
 .../celix/documents/getting_started/readme.html    |   160 +
 .../getting_started/using_services_with_c.html     |   735 ++
 .../getting_started/using_services_with_cxx.html   |   693 ++
 content/docs/celix/documents/intro/readme.html     |   289 +
 .../celix/documents/roadmap/api_v3/readme.html     |   415 +
 .../celix/documents/roadmap/improvement_ideas.html |   185 +
 content/docs/celix/documents/roadmap/roadmap.html  |   262 +
 .../docs/celix/documents/subprojects/readme.html   |   180 +
 content/docs/celix/etcdlib/README.html             |   222 +
 content/docs/celix/launcher/README.html            |   168 +
 content/docs/celix/log_service/README.html         |   163 +
 content/docs/celix/log_writer/README.html          |   157 +
 content/docs/celix/pubsub/README.html              |   224 +
 .../docs/celix/pubsub/examples/keys/README.html    |   170 +
 .../celix/pubsub/pubsub_admin_udp_mc/README.html   |   216 +
 content/docs/celix/remote_services/README.html     |   389 +
 .../remote_services/discovery_etcd/README.html     |   163 +
 .../remote_service_admin/README.html               |   161 +
 .../remote_services/topology_manager/README.html   |   156 +
 content/docs/celix/remote_shell/README.html        |   161 +
 content/docs/celix/shell/README.html               |   181 +
 content/docs/celix/shell_tui/README.html           |   164 +
 content/docs/celix/utils/README.html               |   163 +
 content/docs/celix/utils/docs/thpool/Design.html   |   184 +
 content/docs/celix/utils/docs/thpool/FAQ.html      |   163 +
 content/docs/celix/utils/docs/thpool/README.html   |   222 +
 .../utils/public/include/memstream/README.html     |   181 +
 content/docs/index.html                            |   158 +
 content/download.cgi                               |     6 +
 content/download.html                              |   171 +
 content/downloads/download.md                      |    49 -
 content/favicon.ico                                |   Bin 0 -> 1150 bytes
 content/index.html                                 |   197 +
 content/robots.txt                                 |     1 +
 content/support/issue-tracking.html                |   150 +
 content/support/issuetracking.md                   |    35 -
 content/support/mailing-list.html                  |   174 +
 content/support/mailinglist.md                     |    38 -
 137 files changed, 61354 insertions(+), 914 deletions(-)

diff --git a/content/.htaccess b/content/.htaccess
new file mode 100644
index 0000000..e76b431
--- /dev/null
+++ b/content/.htaccess
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+DirectoryIndex index.html
+
+ErrorDocument 404 /404
diff --git a/content/404.html b/content/404.html
new file mode 100644
index 0000000..19ecb24
--- /dev/null
+++ b/content/404.html
@@ -0,0 +1,139 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>404 Page Not Found / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/404.md" title="Edit this page on GitHub">Edit on GitHub</a>
+
+                    
+
+                    <h1 id="404-page-not-found">404 Page Not Found</h1>
+
+<p>The page was moved or never existed. Use menu above to navigate or go to <a href="/">home page</a>. 
+If you noticed any site problem, typos, etc on any page, please correct 
+using “Edit on GitHub” button or check on <a href="https://github.com/apache/celix-site">https://github.com/apache/celix-site</a>. 
+For example, some redirects are configured in <a href="https://github.com/apache/celix-site/blob/master/source/.htaccess"><code class="highlighter-rouge">.htaccess</code></a>.</p>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/_index.html b/content/_index.html
deleted file mode 100755
index a00a168..0000000
--- a/content/_index.html
+++ /dev/null
@@ -1,35 +0,0 @@
----
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-#   http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
----
-<div markdown='1' id="banner">
-<img class="bannerImage shadowed" src="/media/celix_notext.png">
-<div class="bannertext">
-<h1>Apache Celix</h1>
-Apache Celix is an implementation of the OSGi specification adapted to C and C++. It is a provides a framework to develop (dynamic) modular software applications using component and/or service-oriented programming.
-
-Apache Celix is primarily developed in C and adds an additional abstraction, in the form of a library, to support for C++.
-</div></div><div class="container"><div class="item">
-<h3>How to install</h3>
-</div><div class="item">
-<h3>Documentation</h3>
-</div><div class="item">
-<h3>Tips</h3>
-</div><div class="item">
-<h3>Contributing</h3>
-</div><iframe style="padding:0;height:250px;min-width:440px;max-width:500px;" class="item" src="http://tylerlh.github.io/github-latest-commits-widget/?username=Apache&repo=Celix&branch=develop&limit=15" scrolling="no" frameborder="0" allowtransparency="true">
-</iframe></div>
diff --git a/content/assets/css/bootstrap-grid.css b/content/assets/css/bootstrap-grid.css
new file mode 100644
index 0000000..1a34c60
--- /dev/null
+++ b/content/assets/css/bootstrap-grid.css
@@ -0,0 +1,3719 @@
+/*!
+ * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
+ * Copyright 2011-2018 The Bootstrap Authors
+ * Copyright 2011-2018 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+html {
+  box-sizing: border-box;
+  -ms-overflow-style: scrollbar;
+}
+
+*,
+*::before,
+*::after {
+  box-sizing: inherit;
+}
+
+.container {
+  width: 100%;
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+@media (min-width: 576px) {
+  .container {
+    max-width: 540px;
+  }
+}
+
+@media (min-width: 768px) {
+  .container {
+    max-width: 720px;
+  }
+}
+
+@media (min-width: 992px) {
+  .container {
+    max-width: 960px;
+  }
+}
+
+@media (min-width: 1200px) {
+  .container {
+    max-width: 1140px;
+  }
+}
+
+.container-fluid {
+  width: 100%;
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+.row {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+  margin-right: -15px;
+  margin-left: -15px;
+}
+
+.no-gutters {
+  margin-right: 0;
+  margin-left: 0;
+}
+
+.no-gutters > .col,
+.no-gutters > [class*="col-"] {
+  padding-right: 0;
+  padding-left: 0;
+}
+
+.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
+.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
+.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
+.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
+.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
+.col-xl-auto {
+  position: relative;
+  width: 100%;
+  padding-right: 15px;
+  padding-left: 15px;
+}
+
+.col {
+  -ms-flex-preferred-size: 0;
+  flex-basis: 0;
+  -ms-flex-positive: 1;
+  flex-grow: 1;
+  max-width: 100%;
+}
+
+.col-auto {
+  -ms-flex: 0 0 auto;
+  flex: 0 0 auto;
+  width: auto;
+  max-width: 100%;
+}
+
+.col-1 {
+  -ms-flex: 0 0 8.333333%;
+  flex: 0 0 8.333333%;
+  max-width: 8.333333%;
+}
+
+.col-2 {
+  -ms-flex: 0 0 16.666667%;
+  flex: 0 0 16.666667%;
+  max-width: 16.666667%;
+}
+
+.col-3 {
+  -ms-flex: 0 0 25%;
+  flex: 0 0 25%;
+  max-width: 25%;
+}
+
+.col-4 {
+  -ms-flex: 0 0 33.333333%;
+  flex: 0 0 33.333333%;
+  max-width: 33.333333%;
+}
+
+.col-5 {
+  -ms-flex: 0 0 41.666667%;
+  flex: 0 0 41.666667%;
+  max-width: 41.666667%;
+}
+
+.col-6 {
+  -ms-flex: 0 0 50%;
+  flex: 0 0 50%;
+  max-width: 50%;
+}
+
+.col-7 {
+  -ms-flex: 0 0 58.333333%;
+  flex: 0 0 58.333333%;
+  max-width: 58.333333%;
+}
+
+.col-8 {
+  -ms-flex: 0 0 66.666667%;
+  flex: 0 0 66.666667%;
+  max-width: 66.666667%;
+}
+
+.col-9 {
+  -ms-flex: 0 0 75%;
+  flex: 0 0 75%;
+  max-width: 75%;
+}
+
+.col-10 {
+  -ms-flex: 0 0 83.333333%;
+  flex: 0 0 83.333333%;
+  max-width: 83.333333%;
+}
+
+.col-11 {
+  -ms-flex: 0 0 91.666667%;
+  flex: 0 0 91.666667%;
+  max-width: 91.666667%;
+}
+
+.col-12 {
+  -ms-flex: 0 0 100%;
+  flex: 0 0 100%;
+  max-width: 100%;
+}
+
+.order-first {
+  -ms-flex-order: -1;
+  order: -1;
+}
+
+.order-last {
+  -ms-flex-order: 13;
+  order: 13;
+}
+
+.order-0 {
+  -ms-flex-order: 0;
+  order: 0;
+}
+
+.order-1 {
+  -ms-flex-order: 1;
+  order: 1;
+}
+
+.order-2 {
+  -ms-flex-order: 2;
+  order: 2;
+}
+
+.order-3 {
+  -ms-flex-order: 3;
+  order: 3;
+}
+
+.order-4 {
+  -ms-flex-order: 4;
+  order: 4;
+}
+
+.order-5 {
+  -ms-flex-order: 5;
+  order: 5;
+}
+
+.order-6 {
+  -ms-flex-order: 6;
+  order: 6;
+}
+
+.order-7 {
+  -ms-flex-order: 7;
+  order: 7;
+}
+
+.order-8 {
+  -ms-flex-order: 8;
+  order: 8;
+}
+
+.order-9 {
+  -ms-flex-order: 9;
+  order: 9;
+}
+
+.order-10 {
+  -ms-flex-order: 10;
+  order: 10;
+}
+
+.order-11 {
+  -ms-flex-order: 11;
+  order: 11;
+}
+
+.order-12 {
+  -ms-flex-order: 12;
+  order: 12;
+}
+
+.offset-1 {
+  margin-left: 8.333333%;
+}
+
+.offset-2 {
+  margin-left: 16.666667%;
+}
+
+.offset-3 {
+  margin-left: 25%;
+}
+
+.offset-4 {
+  margin-left: 33.333333%;
+}
+
+.offset-5 {
+  margin-left: 41.666667%;
+}
+
+.offset-6 {
+  margin-left: 50%;
+}
+
+.offset-7 {
+  margin-left: 58.333333%;
+}
+
+.offset-8 {
+  margin-left: 66.666667%;
+}
+
+.offset-9 {
+  margin-left: 75%;
+}
+
+.offset-10 {
+  margin-left: 83.333333%;
+}
+
+.offset-11 {
+  margin-left: 91.666667%;
+}
+
+@media (min-width: 576px) {
+  .col-sm {
+    -ms-flex-preferred-size: 0;
+    flex-basis: 0;
+    -ms-flex-positive: 1;
+    flex-grow: 1;
+    max-width: 100%;
+  }
+  .col-sm-auto {
+    -ms-flex: 0 0 auto;
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%;
+  }
+  .col-sm-1 {
+    -ms-flex: 0 0 8.333333%;
+    flex: 0 0 8.333333%;
+    max-width: 8.333333%;
+  }
+  .col-sm-2 {
+    -ms-flex: 0 0 16.666667%;
+    flex: 0 0 16.666667%;
+    max-width: 16.666667%;
+  }
+  .col-sm-3 {
+    -ms-flex: 0 0 25%;
+    flex: 0 0 25%;
+    max-width: 25%;
+  }
+  .col-sm-4 {
+    -ms-flex: 0 0 33.333333%;
+    flex: 0 0 33.333333%;
+    max-width: 33.333333%;
+  }
+  .col-sm-5 {
+    -ms-flex: 0 0 41.666667%;
+    flex: 0 0 41.666667%;
+    max-width: 41.666667%;
+  }
+  .col-sm-6 {
+    -ms-flex: 0 0 50%;
+    flex: 0 0 50%;
+    max-width: 50%;
+  }
+  .col-sm-7 {
+    -ms-flex: 0 0 58.333333%;
+    flex: 0 0 58.333333%;
+    max-width: 58.333333%;
+  }
+  .col-sm-8 {
+    -ms-flex: 0 0 66.666667%;
+    flex: 0 0 66.666667%;
+    max-width: 66.666667%;
+  }
+  .col-sm-9 {
+    -ms-flex: 0 0 75%;
+    flex: 0 0 75%;
+    max-width: 75%;
+  }
+  .col-sm-10 {
+    -ms-flex: 0 0 83.333333%;
+    flex: 0 0 83.333333%;
+    max-width: 83.333333%;
+  }
+  .col-sm-11 {
+    -ms-flex: 0 0 91.666667%;
+    flex: 0 0 91.666667%;
+    max-width: 91.666667%;
+  }
+  .col-sm-12 {
+    -ms-flex: 0 0 100%;
+    flex: 0 0 100%;
+    max-width: 100%;
+  }
+  .order-sm-first {
+    -ms-flex-order: -1;
+    order: -1;
+  }
+  .order-sm-last {
+    -ms-flex-order: 13;
+    order: 13;
+  }
+  .order-sm-0 {
+    -ms-flex-order: 0;
+    order: 0;
+  }
+  .order-sm-1 {
+    -ms-flex-order: 1;
+    order: 1;
+  }
+  .order-sm-2 {
+    -ms-flex-order: 2;
+    order: 2;
+  }
+  .order-sm-3 {
+    -ms-flex-order: 3;
+    order: 3;
+  }
+  .order-sm-4 {
+    -ms-flex-order: 4;
+    order: 4;
+  }
+  .order-sm-5 {
+    -ms-flex-order: 5;
+    order: 5;
+  }
+  .order-sm-6 {
+    -ms-flex-order: 6;
+    order: 6;
+  }
+  .order-sm-7 {
+    -ms-flex-order: 7;
+    order: 7;
+  }
+  .order-sm-8 {
+    -ms-flex-order: 8;
+    order: 8;
+  }
+  .order-sm-9 {
+    -ms-flex-order: 9;
+    order: 9;
+  }
+  .order-sm-10 {
+    -ms-flex-order: 10;
+    order: 10;
+  }
+  .order-sm-11 {
+    -ms-flex-order: 11;
+    order: 11;
+  }
+  .order-sm-12 {
+    -ms-flex-order: 12;
+    order: 12;
+  }
+  .offset-sm-0 {
+    margin-left: 0;
+  }
+  .offset-sm-1 {
+    margin-left: 8.333333%;
+  }
+  .offset-sm-2 {
+    margin-left: 16.666667%;
+  }
+  .offset-sm-3 {
+    margin-left: 25%;
+  }
+  .offset-sm-4 {
+    margin-left: 33.333333%;
+  }
+  .offset-sm-5 {
+    margin-left: 41.666667%;
+  }
+  .offset-sm-6 {
+    margin-left: 50%;
+  }
+  .offset-sm-7 {
+    margin-left: 58.333333%;
+  }
+  .offset-sm-8 {
+    margin-left: 66.666667%;
+  }
+  .offset-sm-9 {
+    margin-left: 75%;
+  }
+  .offset-sm-10 {
+    margin-left: 83.333333%;
+  }
+  .offset-sm-11 {
+    margin-left: 91.666667%;
+  }
+}
+
+@media (min-width: 768px) {
+  .col-md {
+    -ms-flex-preferred-size: 0;
+    flex-basis: 0;
+    -ms-flex-positive: 1;
+    flex-grow: 1;
+    max-width: 100%;
+  }
+  .col-md-auto {
+    -ms-flex: 0 0 auto;
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%;
+  }
+  .col-md-1 {
+    -ms-flex: 0 0 8.333333%;
+    flex: 0 0 8.333333%;
+    max-width: 8.333333%;
+  }
+  .col-md-2 {
+    -ms-flex: 0 0 16.666667%;
+    flex: 0 0 16.666667%;
+    max-width: 16.666667%;
+  }
+  .col-md-3 {
+    -ms-flex: 0 0 25%;
+    flex: 0 0 25%;
+    max-width: 25%;
+  }
+  .col-md-4 {
+    -ms-flex: 0 0 33.333333%;
+    flex: 0 0 33.333333%;
+    max-width: 33.333333%;
+  }
+  .col-md-5 {
+    -ms-flex: 0 0 41.666667%;
+    flex: 0 0 41.666667%;
+    max-width: 41.666667%;
+  }
+  .col-md-6 {
+    -ms-flex: 0 0 50%;
+    flex: 0 0 50%;
+    max-width: 50%;
+  }
+  .col-md-7 {
+    -ms-flex: 0 0 58.333333%;
+    flex: 0 0 58.333333%;
+    max-width: 58.333333%;
+  }
+  .col-md-8 {
+    -ms-flex: 0 0 66.666667%;
+    flex: 0 0 66.666667%;
+    max-width: 66.666667%;
+  }
+  .col-md-9 {
+    -ms-flex: 0 0 75%;
+    flex: 0 0 75%;
+    max-width: 75%;
+  }
+  .col-md-10 {
+    -ms-flex: 0 0 83.333333%;
+    flex: 0 0 83.333333%;
+    max-width: 83.333333%;
+  }
+  .col-md-11 {
+    -ms-flex: 0 0 91.666667%;
+    flex: 0 0 91.666667%;
+    max-width: 91.666667%;
+  }
+  .col-md-12 {
+    -ms-flex: 0 0 100%;
+    flex: 0 0 100%;
+    max-width: 100%;
+  }
+  .order-md-first {
+    -ms-flex-order: -1;
+    order: -1;
+  }
+  .order-md-last {
+    -ms-flex-order: 13;
+    order: 13;
+  }
+  .order-md-0 {
+    -ms-flex-order: 0;
+    order: 0;
+  }
+  .order-md-1 {
+    -ms-flex-order: 1;
+    order: 1;
+  }
+  .order-md-2 {
+    -ms-flex-order: 2;
+    order: 2;
+  }
+  .order-md-3 {
+    -ms-flex-order: 3;
+    order: 3;
+  }
+  .order-md-4 {
+    -ms-flex-order: 4;
+    order: 4;
+  }
+  .order-md-5 {
+    -ms-flex-order: 5;
+    order: 5;
+  }
+  .order-md-6 {
+    -ms-flex-order: 6;
+    order: 6;
+  }
+  .order-md-7 {
+    -ms-flex-order: 7;
+    order: 7;
+  }
+  .order-md-8 {
+    -ms-flex-order: 8;
+    order: 8;
+  }
+  .order-md-9 {
+    -ms-flex-order: 9;
+    order: 9;
+  }
+  .order-md-10 {
+    -ms-flex-order: 10;
+    order: 10;
+  }
+  .order-md-11 {
+    -ms-flex-order: 11;
+    order: 11;
+  }
+  .order-md-12 {
+    -ms-flex-order: 12;
+    order: 12;
+  }
+  .offset-md-0 {
+    margin-left: 0;
+  }
+  .offset-md-1 {
+    margin-left: 8.333333%;
+  }
+  .offset-md-2 {
+    margin-left: 16.666667%;
+  }
+  .offset-md-3 {
+    margin-left: 25%;
+  }
+  .offset-md-4 {
+    margin-left: 33.333333%;
+  }
+  .offset-md-5 {
+    margin-left: 41.666667%;
+  }
+  .offset-md-6 {
+    margin-left: 50%;
+  }
+  .offset-md-7 {
+    margin-left: 58.333333%;
+  }
+  .offset-md-8 {
+    margin-left: 66.666667%;
+  }
+  .offset-md-9 {
+    margin-left: 75%;
+  }
+  .offset-md-10 {
+    margin-left: 83.333333%;
+  }
+  .offset-md-11 {
+    margin-left: 91.666667%;
+  }
+}
+
+@media (min-width: 992px) {
+  .col-lg {
+    -ms-flex-preferred-size: 0;
+    flex-basis: 0;
+    -ms-flex-positive: 1;
+    flex-grow: 1;
+    max-width: 100%;
+  }
+  .col-lg-auto {
+    -ms-flex: 0 0 auto;
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%;
+  }
+  .col-lg-1 {
+    -ms-flex: 0 0 8.333333%;
+    flex: 0 0 8.333333%;
+    max-width: 8.333333%;
+  }
+  .col-lg-2 {
+    -ms-flex: 0 0 16.666667%;
+    flex: 0 0 16.666667%;
+    max-width: 16.666667%;
+  }
+  .col-lg-3 {
+    -ms-flex: 0 0 25%;
+    flex: 0 0 25%;
+    max-width: 25%;
+  }
+  .col-lg-4 {
+    -ms-flex: 0 0 33.333333%;
+    flex: 0 0 33.333333%;
+    max-width: 33.333333%;
+  }
+  .col-lg-5 {
+    -ms-flex: 0 0 41.666667%;
+    flex: 0 0 41.666667%;
+    max-width: 41.666667%;
+  }
+  .col-lg-6 {
+    -ms-flex: 0 0 50%;
+    flex: 0 0 50%;
+    max-width: 50%;
+  }
+  .col-lg-7 {
+    -ms-flex: 0 0 58.333333%;
+    flex: 0 0 58.333333%;
+    max-width: 58.333333%;
+  }
+  .col-lg-8 {
+    -ms-flex: 0 0 66.666667%;
+    flex: 0 0 66.666667%;
+    max-width: 66.666667%;
+  }
+  .col-lg-9 {
+    -ms-flex: 0 0 75%;
+    flex: 0 0 75%;
+    max-width: 75%;
+  }
+  .col-lg-10 {
+    -ms-flex: 0 0 83.333333%;
+    flex: 0 0 83.333333%;
+    max-width: 83.333333%;
+  }
+  .col-lg-11 {
+    -ms-flex: 0 0 91.666667%;
+    flex: 0 0 91.666667%;
+    max-width: 91.666667%;
+  }
+  .col-lg-12 {
+    -ms-flex: 0 0 100%;
+    flex: 0 0 100%;
+    max-width: 100%;
+  }
+  .order-lg-first {
+    -ms-flex-order: -1;
+    order: -1;
+  }
+  .order-lg-last {
+    -ms-flex-order: 13;
+    order: 13;
+  }
+  .order-lg-0 {
+    -ms-flex-order: 0;
+    order: 0;
+  }
+  .order-lg-1 {
+    -ms-flex-order: 1;
+    order: 1;
+  }
+  .order-lg-2 {
+    -ms-flex-order: 2;
+    order: 2;
+  }
+  .order-lg-3 {
+    -ms-flex-order: 3;
+    order: 3;
+  }
+  .order-lg-4 {
+    -ms-flex-order: 4;
+    order: 4;
+  }
+  .order-lg-5 {
+    -ms-flex-order: 5;
+    order: 5;
+  }
+  .order-lg-6 {
+    -ms-flex-order: 6;
+    order: 6;
+  }
+  .order-lg-7 {
+    -ms-flex-order: 7;
+    order: 7;
+  }
+  .order-lg-8 {
+    -ms-flex-order: 8;
+    order: 8;
+  }
+  .order-lg-9 {
+    -ms-flex-order: 9;
+    order: 9;
+  }
+  .order-lg-10 {
+    -ms-flex-order: 10;
+    order: 10;
+  }
+  .order-lg-11 {
+    -ms-flex-order: 11;
+    order: 11;
+  }
+  .order-lg-12 {
+    -ms-flex-order: 12;
+    order: 12;
+  }
+  .offset-lg-0 {
+    margin-left: 0;
+  }
+  .offset-lg-1 {
+    margin-left: 8.333333%;
+  }
+  .offset-lg-2 {
+    margin-left: 16.666667%;
+  }
+  .offset-lg-3 {
+    margin-left: 25%;
+  }
+  .offset-lg-4 {
+    margin-left: 33.333333%;
+  }
+  .offset-lg-5 {
+    margin-left: 41.666667%;
+  }
+  .offset-lg-6 {
+    margin-left: 50%;
+  }
+  .offset-lg-7 {
+    margin-left: 58.333333%;
+  }
+  .offset-lg-8 {
+    margin-left: 66.666667%;
+  }
+  .offset-lg-9 {
+    margin-left: 75%;
+  }
+  .offset-lg-10 {
+    margin-left: 83.333333%;
+  }
+  .offset-lg-11 {
+    margin-left: 91.666667%;
+  }
+}
+
+@media (min-width: 1200px) {
+  .col-xl {
+    -ms-flex-preferred-size: 0;
+    flex-basis: 0;
+    -ms-flex-positive: 1;
+    flex-grow: 1;
+    max-width: 100%;
+  }
+  .col-xl-auto {
+    -ms-flex: 0 0 auto;
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%;
+  }
+  .col-xl-1 {
+    -ms-flex: 0 0 8.333333%;
+    flex: 0 0 8.333333%;
+    max-width: 8.333333%;
+  }
+  .col-xl-2 {
+    -ms-flex: 0 0 16.666667%;
+    flex: 0 0 16.666667%;
+    max-width: 16.666667%;
+  }
+  .col-xl-3 {
+    -ms-flex: 0 0 25%;
+    flex: 0 0 25%;
+    max-width: 25%;
+  }
+  .col-xl-4 {
+    -ms-flex: 0 0 33.333333%;
+    flex: 0 0 33.333333%;
+    max-width: 33.333333%;
+  }
+  .col-xl-5 {
+    -ms-flex: 0 0 41.666667%;
+    flex: 0 0 41.666667%;
+    max-width: 41.666667%;
+  }
+  .col-xl-6 {
+    -ms-flex: 0 0 50%;
+    flex: 0 0 50%;
+    max-width: 50%;
+  }
+  .col-xl-7 {
+    -ms-flex: 0 0 58.333333%;
+    flex: 0 0 58.333333%;
+    max-width: 58.333333%;
+  }
+  .col-xl-8 {
+    -ms-flex: 0 0 66.666667%;
+    flex: 0 0 66.666667%;
+    max-width: 66.666667%;
+  }
+  .col-xl-9 {
+    -ms-flex: 0 0 75%;
+    flex: 0 0 75%;
+    max-width: 75%;
+  }
+  .col-xl-10 {
+    -ms-flex: 0 0 83.333333%;
+    flex: 0 0 83.333333%;
+    max-width: 83.333333%;
+  }
+  .col-xl-11 {
+    -ms-flex: 0 0 91.666667%;
+    flex: 0 0 91.666667%;
+    max-width: 91.666667%;
+  }
+  .col-xl-12 {
+    -ms-flex: 0 0 100%;
+    flex: 0 0 100%;
+    max-width: 100%;
+  }
+  .order-xl-first {
+    -ms-flex-order: -1;
+    order: -1;
+  }
+  .order-xl-last {
+    -ms-flex-order: 13;
+    order: 13;
+  }
+  .order-xl-0 {
+    -ms-flex-order: 0;
+    order: 0;
+  }
+  .order-xl-1 {
+    -ms-flex-order: 1;
+    order: 1;
+  }
+  .order-xl-2 {
+    -ms-flex-order: 2;
+    order: 2;
+  }
+  .order-xl-3 {
+    -ms-flex-order: 3;
+    order: 3;
+  }
+  .order-xl-4 {
+    -ms-flex-order: 4;
+    order: 4;
+  }
+  .order-xl-5 {
+    -ms-flex-order: 5;
+    order: 5;
+  }
+  .order-xl-6 {
+    -ms-flex-order: 6;
+    order: 6;
+  }
+  .order-xl-7 {
+    -ms-flex-order: 7;
+    order: 7;
+  }
+  .order-xl-8 {
+    -ms-flex-order: 8;
+    order: 8;
+  }
+  .order-xl-9 {
+    -ms-flex-order: 9;
+    order: 9;
+  }
+  .order-xl-10 {
+    -ms-flex-order: 10;
+    order: 10;
+  }
+  .order-xl-11 {
+    -ms-flex-order: 11;
+    order: 11;
+  }
+  .order-xl-12 {
+    -ms-flex-order: 12;
+    order: 12;
+  }
+  .offset-xl-0 {
+    margin-left: 0;
+  }
+  .offset-xl-1 {
+    margin-left: 8.333333%;
+  }
+  .offset-xl-2 {
+    margin-left: 16.666667%;
+  }
+  .offset-xl-3 {
+    margin-left: 25%;
+  }
+  .offset-xl-4 {
+    margin-left: 33.333333%;
+  }
+  .offset-xl-5 {
+    margin-left: 41.666667%;
+  }
+  .offset-xl-6 {
+    margin-left: 50%;
+  }
+  .offset-xl-7 {
+    margin-left: 58.333333%;
+  }
+  .offset-xl-8 {
+    margin-left: 66.666667%;
+  }
+  .offset-xl-9 {
+    margin-left: 75%;
+  }
+  .offset-xl-10 {
+    margin-left: 83.333333%;
+  }
+  .offset-xl-11 {
+    margin-left: 91.666667%;
+  }
+}
+
+.d-none {
+  display: none !important;
+}
+
+.d-inline {
+  display: inline !important;
+}
+
+.d-inline-block {
+  display: inline-block !important;
+}
+
+.d-block {
+  display: block !important;
+}
+
+.d-table {
+  display: table !important;
+}
+
+.d-table-row {
+  display: table-row !important;
+}
+
+.d-table-cell {
+  display: table-cell !important;
+}
+
+.d-flex {
+  display: -ms-flexbox !important;
+  display: flex !important;
+}
+
+.d-inline-flex {
+  display: -ms-inline-flexbox !important;
+  display: inline-flex !important;
+}
+
+@media (min-width: 576px) {
+  .d-sm-none {
+    display: none !important;
+  }
+  .d-sm-inline {
+    display: inline !important;
+  }
+  .d-sm-inline-block {
+    display: inline-block !important;
+  }
+  .d-sm-block {
+    display: block !important;
+  }
+  .d-sm-table {
+    display: table !important;
+  }
+  .d-sm-table-row {
+    display: table-row !important;
+  }
+  .d-sm-table-cell {
+    display: table-cell !important;
+  }
+  .d-sm-flex {
+    display: -ms-flexbox !important;
+    display: flex !important;
+  }
+  .d-sm-inline-flex {
+    display: -ms-inline-flexbox !important;
+    display: inline-flex !important;
+  }
+}
+
+@media (min-width: 768px) {
+  .d-md-none {
+    display: none !important;
+  }
+  .d-md-inline {
+    display: inline !important;
+  }
+  .d-md-inline-block {
+    display: inline-block !important;
+  }
+  .d-md-block {
+    display: block !important;
+  }
+  .d-md-table {
+    display: table !important;
+  }
+  .d-md-table-row {
+    display: table-row !important;
+  }
+  .d-md-table-cell {
+    display: table-cell !important;
+  }
+  .d-md-flex {
+    display: -ms-flexbox !important;
+    display: flex !important;
+  }
+  .d-md-inline-flex {
+    display: -ms-inline-flexbox !important;
+    display: inline-flex !important;
+  }
+}
+
+@media (min-width: 992px) {
+  .d-lg-none {
+    display: none !important;
+  }
+  .d-lg-inline {
+    display: inline !important;
+  }
+  .d-lg-inline-block {
+    display: inline-block !important;
+  }
+  .d-lg-block {
+    display: block !important;
+  }
+  .d-lg-table {
+    display: table !important;
+  }
+  .d-lg-table-row {
+    display: table-row !important;
+  }
+  .d-lg-table-cell {
+    display: table-cell !important;
+  }
+  .d-lg-flex {
+    display: -ms-flexbox !important;
+    display: flex !important;
+  }
+  .d-lg-inline-flex {
+    display: -ms-inline-flexbox !important;
+    display: inline-flex !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .d-xl-none {
+    display: none !important;
+  }
+  .d-xl-inline {
+    display: inline !important;
+  }
+  .d-xl-inline-block {
+    display: inline-block !important;
+  }
+  .d-xl-block {
+    display: block !important;
+  }
+  .d-xl-table {
+    display: table !important;
+  }
+  .d-xl-table-row {
+    display: table-row !important;
+  }
+  .d-xl-table-cell {
+    display: table-cell !important;
+  }
+  .d-xl-flex {
+    display: -ms-flexbox !important;
+    display: flex !important;
+  }
+  .d-xl-inline-flex {
+    display: -ms-inline-flexbox !important;
+    display: inline-flex !important;
+  }
+}
+
+@media print {
+  .d-print-none {
+    display: none !important;
+  }
+  .d-print-inline {
+    display: inline !important;
+  }
+  .d-print-inline-block {
+    display: inline-block !important;
+  }
+  .d-print-block {
+    display: block !important;
+  }
+  .d-print-table {
+    display: table !important;
+  }
+  .d-print-table-row {
+    display: table-row !important;
+  }
+  .d-print-table-cell {
+    display: table-cell !important;
+  }
+  .d-print-flex {
+    display: -ms-flexbox !important;
+    display: flex !important;
+  }
+  .d-print-inline-flex {
+    display: -ms-inline-flexbox !important;
+    display: inline-flex !important;
+  }
+}
+
+.flex-row {
+  -ms-flex-direction: row !important;
+  flex-direction: row !important;
+}
+
+.flex-column {
+  -ms-flex-direction: column !important;
+  flex-direction: column !important;
+}
+
+.flex-row-reverse {
+  -ms-flex-direction: row-reverse !important;
+  flex-direction: row-reverse !important;
+}
+
+.flex-column-reverse {
+  -ms-flex-direction: column-reverse !important;
+  flex-direction: column-reverse !important;
+}
+
+.flex-wrap {
+  -ms-flex-wrap: wrap !important;
+  flex-wrap: wrap !important;
+}
+
+.flex-nowrap {
+  -ms-flex-wrap: nowrap !important;
+  flex-wrap: nowrap !important;
+}
+
+.flex-wrap-reverse {
+  -ms-flex-wrap: wrap-reverse !important;
+  flex-wrap: wrap-reverse !important;
+}
+
+.flex-fill {
+  -ms-flex: 1 1 auto !important;
+  flex: 1 1 auto !important;
+}
+
+.flex-grow-0 {
+  -ms-flex-positive: 0 !important;
+  flex-grow: 0 !important;
+}
+
+.flex-grow-1 {
+  -ms-flex-positive: 1 !important;
+  flex-grow: 1 !important;
+}
+
+.flex-shrink-0 {
+  -ms-flex-negative: 0 !important;
+  flex-shrink: 0 !important;
+}
+
+.flex-shrink-1 {
+  -ms-flex-negative: 1 !important;
+  flex-shrink: 1 !important;
+}
+
+.justify-content-start {
+  -ms-flex-pack: start !important;
+  justify-content: flex-start !important;
+}
+
+.justify-content-end {
+  -ms-flex-pack: end !important;
+  justify-content: flex-end !important;
+}
+
+.justify-content-center {
+  -ms-flex-pack: center !important;
+  justify-content: center !important;
+}
+
+.justify-content-between {
+  -ms-flex-pack: justify !important;
+  justify-content: space-between !important;
+}
+
+.justify-content-around {
+  -ms-flex-pack: distribute !important;
+  justify-content: space-around !important;
+}
+
+.align-items-start {
+  -ms-flex-align: start !important;
+  align-items: flex-start !important;
+}
+
+.align-items-end {
+  -ms-flex-align: end !important;
+  align-items: flex-end !important;
+}
+
+.align-items-center {
+  -ms-flex-align: center !important;
+  align-items: center !important;
+}
+
+.align-items-baseline {
+  -ms-flex-align: baseline !important;
+  align-items: baseline !important;
+}
+
+.align-items-stretch {
+  -ms-flex-align: stretch !important;
+  align-items: stretch !important;
+}
+
+.align-content-start {
+  -ms-flex-line-pack: start !important;
+  align-content: flex-start !important;
+}
+
+.align-content-end {
+  -ms-flex-line-pack: end !important;
+  align-content: flex-end !important;
+}
+
+.align-content-center {
+  -ms-flex-line-pack: center !important;
+  align-content: center !important;
+}
+
+.align-content-between {
+  -ms-flex-line-pack: justify !important;
+  align-content: space-between !important;
+}
+
+.align-content-around {
+  -ms-flex-line-pack: distribute !important;
+  align-content: space-around !important;
+}
+
+.align-content-stretch {
+  -ms-flex-line-pack: stretch !important;
+  align-content: stretch !important;
+}
+
+.align-self-auto {
+  -ms-flex-item-align: auto !important;
+  align-self: auto !important;
+}
+
+.align-self-start {
+  -ms-flex-item-align: start !important;
+  align-self: flex-start !important;
+}
+
+.align-self-end {
+  -ms-flex-item-align: end !important;
+  align-self: flex-end !important;
+}
+
+.align-self-center {
+  -ms-flex-item-align: center !important;
+  align-self: center !important;
+}
+
+.align-self-baseline {
+  -ms-flex-item-align: baseline !important;
+  align-self: baseline !important;
+}
+
+.align-self-stretch {
+  -ms-flex-item-align: stretch !important;
+  align-self: stretch !important;
+}
+
+@media (min-width: 576px) {
+  .flex-sm-row {
+    -ms-flex-direction: row !important;
+    flex-direction: row !important;
+  }
+  .flex-sm-column {
+    -ms-flex-direction: column !important;
+    flex-direction: column !important;
+  }
+  .flex-sm-row-reverse {
+    -ms-flex-direction: row-reverse !important;
+    flex-direction: row-reverse !important;
+  }
+  .flex-sm-column-reverse {
+    -ms-flex-direction: column-reverse !important;
+    flex-direction: column-reverse !important;
+  }
+  .flex-sm-wrap {
+    -ms-flex-wrap: wrap !important;
+    flex-wrap: wrap !important;
+  }
+  .flex-sm-nowrap {
+    -ms-flex-wrap: nowrap !important;
+    flex-wrap: nowrap !important;
+  }
+  .flex-sm-wrap-reverse {
+    -ms-flex-wrap: wrap-reverse !important;
+    flex-wrap: wrap-reverse !important;
+  }
+  .flex-sm-fill {
+    -ms-flex: 1 1 auto !important;
+    flex: 1 1 auto !important;
+  }
+  .flex-sm-grow-0 {
+    -ms-flex-positive: 0 !important;
+    flex-grow: 0 !important;
+  }
+  .flex-sm-grow-1 {
+    -ms-flex-positive: 1 !important;
+    flex-grow: 1 !important;
+  }
+  .flex-sm-shrink-0 {
+    -ms-flex-negative: 0 !important;
+    flex-shrink: 0 !important;
+  }
+  .flex-sm-shrink-1 {
+    -ms-flex-negative: 1 !important;
+    flex-shrink: 1 !important;
+  }
+  .justify-content-sm-start {
+    -ms-flex-pack: start !important;
+    justify-content: flex-start !important;
+  }
+  .justify-content-sm-end {
+    -ms-flex-pack: end !important;
+    justify-content: flex-end !important;
+  }
+  .justify-content-sm-center {
+    -ms-flex-pack: center !important;
+    justify-content: center !important;
+  }
+  .justify-content-sm-between {
+    -ms-flex-pack: justify !important;
+    justify-content: space-between !important;
+  }
+  .justify-content-sm-around {
+    -ms-flex-pack: distribute !important;
+    justify-content: space-around !important;
+  }
+  .align-items-sm-start {
+    -ms-flex-align: start !important;
+    align-items: flex-start !important;
+  }
+  .align-items-sm-end {
+    -ms-flex-align: end !important;
+    align-items: flex-end !important;
+  }
+  .align-items-sm-center {
+    -ms-flex-align: center !important;
+    align-items: center !important;
+  }
+  .align-items-sm-baseline {
+    -ms-flex-align: baseline !important;
+    align-items: baseline !important;
+  }
+  .align-items-sm-stretch {
+    -ms-flex-align: stretch !important;
+    align-items: stretch !important;
+  }
+  .align-content-sm-start {
+    -ms-flex-line-pack: start !important;
+    align-content: flex-start !important;
+  }
+  .align-content-sm-end {
+    -ms-flex-line-pack: end !important;
+    align-content: flex-end !important;
+  }
+  .align-content-sm-center {
+    -ms-flex-line-pack: center !important;
+    align-content: center !important;
+  }
+  .align-content-sm-between {
+    -ms-flex-line-pack: justify !important;
+    align-content: space-between !important;
+  }
+  .align-content-sm-around {
+    -ms-flex-line-pack: distribute !important;
+    align-content: space-around !important;
+  }
+  .align-content-sm-stretch {
+    -ms-flex-line-pack: stretch !important;
+    align-content: stretch !important;
+  }
+  .align-self-sm-auto {
+    -ms-flex-item-align: auto !important;
+    align-self: auto !important;
+  }
+  .align-self-sm-start {
+    -ms-flex-item-align: start !important;
+    align-self: flex-start !important;
+  }
+  .align-self-sm-end {
+    -ms-flex-item-align: end !important;
+    align-self: flex-end !important;
+  }
+  .align-self-sm-center {
+    -ms-flex-item-align: center !important;
+    align-self: center !important;
+  }
+  .align-self-sm-baseline {
+    -ms-flex-item-align: baseline !important;
+    align-self: baseline !important;
+  }
+  .align-self-sm-stretch {
+    -ms-flex-item-align: stretch !important;
+    align-self: stretch !important;
+  }
+}
+
+@media (min-width: 768px) {
+  .flex-md-row {
+    -ms-flex-direction: row !important;
+    flex-direction: row !important;
+  }
+  .flex-md-column {
+    -ms-flex-direction: column !important;
+    flex-direction: column !important;
+  }
+  .flex-md-row-reverse {
+    -ms-flex-direction: row-reverse !important;
+    flex-direction: row-reverse !important;
+  }
+  .flex-md-column-reverse {
+    -ms-flex-direction: column-reverse !important;
+    flex-direction: column-reverse !important;
+  }
+  .flex-md-wrap {
+    -ms-flex-wrap: wrap !important;
+    flex-wrap: wrap !important;
+  }
+  .flex-md-nowrap {
+    -ms-flex-wrap: nowrap !important;
+    flex-wrap: nowrap !important;
+  }
+  .flex-md-wrap-reverse {
+    -ms-flex-wrap: wrap-reverse !important;
+    flex-wrap: wrap-reverse !important;
+  }
+  .flex-md-fill {
+    -ms-flex: 1 1 auto !important;
+    flex: 1 1 auto !important;
+  }
+  .flex-md-grow-0 {
+    -ms-flex-positive: 0 !important;
+    flex-grow: 0 !important;
+  }
+  .flex-md-grow-1 {
+    -ms-flex-positive: 1 !important;
+    flex-grow: 1 !important;
+  }
+  .flex-md-shrink-0 {
+    -ms-flex-negative: 0 !important;
+    flex-shrink: 0 !important;
+  }
+  .flex-md-shrink-1 {
+    -ms-flex-negative: 1 !important;
+    flex-shrink: 1 !important;
+  }
+  .justify-content-md-start {
+    -ms-flex-pack: start !important;
+    justify-content: flex-start !important;
+  }
+  .justify-content-md-end {
+    -ms-flex-pack: end !important;
+    justify-content: flex-end !important;
+  }
+  .justify-content-md-center {
+    -ms-flex-pack: center !important;
+    justify-content: center !important;
+  }
+  .justify-content-md-between {
+    -ms-flex-pack: justify !important;
+    justify-content: space-between !important;
+  }
+  .justify-content-md-around {
+    -ms-flex-pack: distribute !important;
+    justify-content: space-around !important;
+  }
+  .align-items-md-start {
+    -ms-flex-align: start !important;
+    align-items: flex-start !important;
+  }
+  .align-items-md-end {
+    -ms-flex-align: end !important;
+    align-items: flex-end !important;
+  }
+  .align-items-md-center {
+    -ms-flex-align: center !important;
+    align-items: center !important;
+  }
+  .align-items-md-baseline {
+    -ms-flex-align: baseline !important;
+    align-items: baseline !important;
+  }
+  .align-items-md-stretch {
+    -ms-flex-align: stretch !important;
+    align-items: stretch !important;
+  }
+  .align-content-md-start {
+    -ms-flex-line-pack: start !important;
+    align-content: flex-start !important;
+  }
+  .align-content-md-end {
+    -ms-flex-line-pack: end !important;
+    align-content: flex-end !important;
+  }
+  .align-content-md-center {
+    -ms-flex-line-pack: center !important;
+    align-content: center !important;
+  }
+  .align-content-md-between {
+    -ms-flex-line-pack: justify !important;
+    align-content: space-between !important;
+  }
+  .align-content-md-around {
+    -ms-flex-line-pack: distribute !important;
+    align-content: space-around !important;
+  }
+  .align-content-md-stretch {
+    -ms-flex-line-pack: stretch !important;
+    align-content: stretch !important;
+  }
+  .align-self-md-auto {
+    -ms-flex-item-align: auto !important;
+    align-self: auto !important;
+  }
+  .align-self-md-start {
+    -ms-flex-item-align: start !important;
+    align-self: flex-start !important;
+  }
+  .align-self-md-end {
+    -ms-flex-item-align: end !important;
+    align-self: flex-end !important;
+  }
+  .align-self-md-center {
+    -ms-flex-item-align: center !important;
+    align-self: center !important;
+  }
+  .align-self-md-baseline {
+    -ms-flex-item-align: baseline !important;
+    align-self: baseline !important;
+  }
+  .align-self-md-stretch {
+    -ms-flex-item-align: stretch !important;
+    align-self: stretch !important;
+  }
+}
+
+@media (min-width: 992px) {
+  .flex-lg-row {
+    -ms-flex-direction: row !important;
+    flex-direction: row !important;
+  }
+  .flex-lg-column {
+    -ms-flex-direction: column !important;
+    flex-direction: column !important;
+  }
+  .flex-lg-row-reverse {
+    -ms-flex-direction: row-reverse !important;
+    flex-direction: row-reverse !important;
+  }
+  .flex-lg-column-reverse {
+    -ms-flex-direction: column-reverse !important;
+    flex-direction: column-reverse !important;
+  }
+  .flex-lg-wrap {
+    -ms-flex-wrap: wrap !important;
+    flex-wrap: wrap !important;
+  }
+  .flex-lg-nowrap {
+    -ms-flex-wrap: nowrap !important;
+    flex-wrap: nowrap !important;
+  }
+  .flex-lg-wrap-reverse {
+    -ms-flex-wrap: wrap-reverse !important;
+    flex-wrap: wrap-reverse !important;
+  }
+  .flex-lg-fill {
+    -ms-flex: 1 1 auto !important;
+    flex: 1 1 auto !important;
+  }
+  .flex-lg-grow-0 {
+    -ms-flex-positive: 0 !important;
+    flex-grow: 0 !important;
+  }
+  .flex-lg-grow-1 {
+    -ms-flex-positive: 1 !important;
+    flex-grow: 1 !important;
+  }
+  .flex-lg-shrink-0 {
+    -ms-flex-negative: 0 !important;
+    flex-shrink: 0 !important;
+  }
+  .flex-lg-shrink-1 {
+    -ms-flex-negative: 1 !important;
+    flex-shrink: 1 !important;
+  }
+  .justify-content-lg-start {
+    -ms-flex-pack: start !important;
+    justify-content: flex-start !important;
+  }
+  .justify-content-lg-end {
+    -ms-flex-pack: end !important;
+    justify-content: flex-end !important;
+  }
+  .justify-content-lg-center {
+    -ms-flex-pack: center !important;
+    justify-content: center !important;
+  }
+  .justify-content-lg-between {
+    -ms-flex-pack: justify !important;
+    justify-content: space-between !important;
+  }
+  .justify-content-lg-around {
+    -ms-flex-pack: distribute !important;
+    justify-content: space-around !important;
+  }
+  .align-items-lg-start {
+    -ms-flex-align: start !important;
+    align-items: flex-start !important;
+  }
+  .align-items-lg-end {
+    -ms-flex-align: end !important;
+    align-items: flex-end !important;
+  }
+  .align-items-lg-center {
+    -ms-flex-align: center !important;
+    align-items: center !important;
+  }
+  .align-items-lg-baseline {
+    -ms-flex-align: baseline !important;
+    align-items: baseline !important;
+  }
+  .align-items-lg-stretch {
+    -ms-flex-align: stretch !important;
+    align-items: stretch !important;
+  }
+  .align-content-lg-start {
+    -ms-flex-line-pack: start !important;
+    align-content: flex-start !important;
+  }
+  .align-content-lg-end {
+    -ms-flex-line-pack: end !important;
+    align-content: flex-end !important;
+  }
+  .align-content-lg-center {
+    -ms-flex-line-pack: center !important;
+    align-content: center !important;
+  }
+  .align-content-lg-between {
+    -ms-flex-line-pack: justify !important;
+    align-content: space-between !important;
+  }
+  .align-content-lg-around {
+    -ms-flex-line-pack: distribute !important;
+    align-content: space-around !important;
+  }
+  .align-content-lg-stretch {
+    -ms-flex-line-pack: stretch !important;
+    align-content: stretch !important;
+  }
+  .align-self-lg-auto {
+    -ms-flex-item-align: auto !important;
+    align-self: auto !important;
+  }
+  .align-self-lg-start {
+    -ms-flex-item-align: start !important;
+    align-self: flex-start !important;
+  }
+  .align-self-lg-end {
+    -ms-flex-item-align: end !important;
+    align-self: flex-end !important;
+  }
+  .align-self-lg-center {
+    -ms-flex-item-align: center !important;
+    align-self: center !important;
+  }
+  .align-self-lg-baseline {
+    -ms-flex-item-align: baseline !important;
+    align-self: baseline !important;
+  }
+  .align-self-lg-stretch {
+    -ms-flex-item-align: stretch !important;
+    align-self: stretch !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .flex-xl-row {
+    -ms-flex-direction: row !important;
+    flex-direction: row !important;
+  }
+  .flex-xl-column {
+    -ms-flex-direction: column !important;
+    flex-direction: column !important;
+  }
+  .flex-xl-row-reverse {
+    -ms-flex-direction: row-reverse !important;
+    flex-direction: row-reverse !important;
+  }
+  .flex-xl-column-reverse {
+    -ms-flex-direction: column-reverse !important;
+    flex-direction: column-reverse !important;
+  }
+  .flex-xl-wrap {
+    -ms-flex-wrap: wrap !important;
+    flex-wrap: wrap !important;
+  }
+  .flex-xl-nowrap {
+    -ms-flex-wrap: nowrap !important;
+    flex-wrap: nowrap !important;
+  }
+  .flex-xl-wrap-reverse {
+    -ms-flex-wrap: wrap-reverse !important;
+    flex-wrap: wrap-reverse !important;
+  }
+  .flex-xl-fill {
+    -ms-flex: 1 1 auto !important;
+    flex: 1 1 auto !important;
+  }
+  .flex-xl-grow-0 {
+    -ms-flex-positive: 0 !important;
+    flex-grow: 0 !important;
+  }
+  .flex-xl-grow-1 {
+    -ms-flex-positive: 1 !important;
+    flex-grow: 1 !important;
+  }
+  .flex-xl-shrink-0 {
+    -ms-flex-negative: 0 !important;
+    flex-shrink: 0 !important;
+  }
+  .flex-xl-shrink-1 {
+    -ms-flex-negative: 1 !important;
+    flex-shrink: 1 !important;
+  }
+  .justify-content-xl-start {
+    -ms-flex-pack: start !important;
+    justify-content: flex-start !important;
+  }
+  .justify-content-xl-end {
+    -ms-flex-pack: end !important;
+    justify-content: flex-end !important;
+  }
+  .justify-content-xl-center {
+    -ms-flex-pack: center !important;
+    justify-content: center !important;
+  }
+  .justify-content-xl-between {
+    -ms-flex-pack: justify !important;
+    justify-content: space-between !important;
+  }
+  .justify-content-xl-around {
+    -ms-flex-pack: distribute !important;
+    justify-content: space-around !important;
+  }
+  .align-items-xl-start {
+    -ms-flex-align: start !important;
+    align-items: flex-start !important;
+  }
+  .align-items-xl-end {
+    -ms-flex-align: end !important;
+    align-items: flex-end !important;
+  }
+  .align-items-xl-center {
+    -ms-flex-align: center !important;
+    align-items: center !important;
+  }
+  .align-items-xl-baseline {
+    -ms-flex-align: baseline !important;
+    align-items: baseline !important;
+  }
+  .align-items-xl-stretch {
+    -ms-flex-align: stretch !important;
+    align-items: stretch !important;
+  }
+  .align-content-xl-start {
+    -ms-flex-line-pack: start !important;
+    align-content: flex-start !important;
+  }
+  .align-content-xl-end {
+    -ms-flex-line-pack: end !important;
+    align-content: flex-end !important;
+  }
+  .align-content-xl-center {
+    -ms-flex-line-pack: center !important;
+    align-content: center !important;
+  }
+  .align-content-xl-between {
+    -ms-flex-line-pack: justify !important;
+    align-content: space-between !important;
+  }
+  .align-content-xl-around {
+    -ms-flex-line-pack: distribute !important;
+    align-content: space-around !important;
+  }
+  .align-content-xl-stretch {
+    -ms-flex-line-pack: stretch !important;
+    align-content: stretch !important;
+  }
+  .align-self-xl-auto {
+    -ms-flex-item-align: auto !important;
+    align-self: auto !important;
+  }
+  .align-self-xl-start {
+    -ms-flex-item-align: start !important;
+    align-self: flex-start !important;
+  }
+  .align-self-xl-end {
+    -ms-flex-item-align: end !important;
+    align-self: flex-end !important;
+  }
+  .align-self-xl-center {
+    -ms-flex-item-align: center !important;
+    align-self: center !important;
+  }
+  .align-self-xl-baseline {
+    -ms-flex-item-align: baseline !important;
+    align-self: baseline !important;
+  }
+  .align-self-xl-stretch {
+    -ms-flex-item-align: stretch !important;
+    align-self: stretch !important;
+  }
+}
+
+.m-0 {
+  margin: 0 !important;
+}
+
+.mt-0,
+.my-0 {
+  margin-top: 0 !important;
+}
+
+.mr-0,
+.mx-0 {
+  margin-right: 0 !important;
+}
+
+.mb-0,
+.my-0 {
+  margin-bottom: 0 !important;
+}
+
+.ml-0,
+.mx-0 {
+  margin-left: 0 !important;
+}
+
+.m-1 {
+  margin: 0.25rem !important;
+}
+
+.mt-1,
+.my-1 {
+  margin-top: 0.25rem !important;
+}
+
+.mr-1,
+.mx-1 {
+  margin-right: 0.25rem !important;
+}
+
+.mb-1,
+.my-1 {
+  margin-bottom: 0.25rem !important;
+}
+
+.ml-1,
+.mx-1 {
+  margin-left: 0.25rem !important;
+}
+
+.m-2 {
+  margin: 0.5rem !important;
+}
+
+.mt-2,
+.my-2 {
+  margin-top: 0.5rem !important;
+}
+
+.mr-2,
+.mx-2 {
+  margin-right: 0.5rem !important;
+}
+
+.mb-2,
+.my-2 {
+  margin-bottom: 0.5rem !important;
+}
+
+.ml-2,
+.mx-2 {
+  margin-left: 0.5rem !important;
+}
+
+.m-3 {
+  margin: 1rem !important;
+}
+
+.mt-3,
+.my-3 {
+  margin-top: 1rem !important;
+}
+
+.mr-3,
+.mx-3 {
+  margin-right: 1rem !important;
+}
+
+.mb-3,
+.my-3 {
+  margin-bottom: 1rem !important;
+}
+
+.ml-3,
+.mx-3 {
+  margin-left: 1rem !important;
+}
+
+.m-4 {
+  margin: 1.5rem !important;
+}
+
+.mt-4,
+.my-4 {
+  margin-top: 1.5rem !important;
+}
+
+.mr-4,
+.mx-4 {
+  margin-right: 1.5rem !important;
+}
+
+.mb-4,
+.my-4 {
+  margin-bottom: 1.5rem !important;
+}
+
+.ml-4,
+.mx-4 {
+  margin-left: 1.5rem !important;
+}
+
+.m-5 {
+  margin: 3rem !important;
+}
+
+.mt-5,
+.my-5 {
+  margin-top: 3rem !important;
+}
+
+.mr-5,
+.mx-5 {
+  margin-right: 3rem !important;
+}
+
+.mb-5,
+.my-5 {
+  margin-bottom: 3rem !important;
+}
+
+.ml-5,
+.mx-5 {
+  margin-left: 3rem !important;
+}
+
+.p-0 {
+  padding: 0 !important;
+}
+
+.pt-0,
+.py-0 {
+  padding-top: 0 !important;
+}
+
+.pr-0,
+.px-0 {
+  padding-right: 0 !important;
+}
+
+.pb-0,
+.py-0 {
+  padding-bottom: 0 !important;
+}
+
+.pl-0,
+.px-0 {
+  padding-left: 0 !important;
+}
+
+.p-1 {
+  padding: 0.25rem !important;
+}
+
+.pt-1,
+.py-1 {
+  padding-top: 0.25rem !important;
+}
+
+.pr-1,
+.px-1 {
+  padding-right: 0.25rem !important;
+}
+
+.pb-1,
+.py-1 {
+  padding-bottom: 0.25rem !important;
+}
+
+.pl-1,
+.px-1 {
+  padding-left: 0.25rem !important;
+}
+
+.p-2 {
+  padding: 0.5rem !important;
+}
+
+.pt-2,
+.py-2 {
+  padding-top: 0.5rem !important;
+}
+
+.pr-2,
+.px-2 {
+  padding-right: 0.5rem !important;
+}
+
+.pb-2,
+.py-2 {
+  padding-bottom: 0.5rem !important;
+}
+
+.pl-2,
+.px-2 {
+  padding-left: 0.5rem !important;
+}
+
+.p-3 {
+  padding: 1rem !important;
+}
+
+.pt-3,
+.py-3 {
+  padding-top: 1rem !important;
+}
+
+.pr-3,
+.px-3 {
+  padding-right: 1rem !important;
+}
+
+.pb-3,
+.py-3 {
+  padding-bottom: 1rem !important;
+}
+
+.pl-3,
+.px-3 {
+  padding-left: 1rem !important;
+}
+
+.p-4 {
+  padding: 1.5rem !important;
+}
+
+.pt-4,
+.py-4 {
+  padding-top: 1.5rem !important;
+}
+
+.pr-4,
+.px-4 {
+  padding-right: 1.5rem !important;
+}
+
+.pb-4,
+.py-4 {
+  padding-bottom: 1.5rem !important;
+}
+
+.pl-4,
+.px-4 {
+  padding-left: 1.5rem !important;
+}
+
+.p-5 {
+  padding: 3rem !important;
+}
+
+.pt-5,
+.py-5 {
+  padding-top: 3rem !important;
+}
+
+.pr-5,
+.px-5 {
+  padding-right: 3rem !important;
+}
+
+.pb-5,
+.py-5 {
+  padding-bottom: 3rem !important;
+}
+
+.pl-5,
+.px-5 {
+  padding-left: 3rem !important;
+}
+
+.m-n1 {
+  margin: -0.25rem !important;
+}
+
+.mt-n1,
+.my-n1 {
+  margin-top: -0.25rem !important;
+}
+
+.mr-n1,
+.mx-n1 {
+  margin-right: -0.25rem !important;
+}
+
+.mb-n1,
+.my-n1 {
+  margin-bottom: -0.25rem !important;
+}
+
+.ml-n1,
+.mx-n1 {
+  margin-left: -0.25rem !important;
+}
+
+.m-n2 {
+  margin: -0.5rem !important;
+}
+
+.mt-n2,
+.my-n2 {
+  margin-top: -0.5rem !important;
+}
+
+.mr-n2,
+.mx-n2 {
+  margin-right: -0.5rem !important;
+}
+
+.mb-n2,
+.my-n2 {
+  margin-bottom: -0.5rem !important;
+}
+
+.ml-n2,
+.mx-n2 {
+  margin-left: -0.5rem !important;
+}
+
+.m-n3 {
+  margin: -1rem !important;
+}
+
+.mt-n3,
+.my-n3 {
+  margin-top: -1rem !important;
+}
+
+.mr-n3,
+.mx-n3 {
+  margin-right: -1rem !important;
+}
+
+.mb-n3,
+.my-n3 {
+  margin-bottom: -1rem !important;
+}
+
+.ml-n3,
+.mx-n3 {
+  margin-left: -1rem !important;
+}
+
+.m-n4 {
+  margin: -1.5rem !important;
+}
+
+.mt-n4,
+.my-n4 {
+  margin-top: -1.5rem !important;
+}
+
+.mr-n4,
+.mx-n4 {
+  margin-right: -1.5rem !important;
+}
+
+.mb-n4,
+.my-n4 {
+  margin-bottom: -1.5rem !important;
+}
+
+.ml-n4,
+.mx-n4 {
+  margin-left: -1.5rem !important;
+}
+
+.m-n5 {
+  margin: -3rem !important;
+}
+
+.mt-n5,
+.my-n5 {
+  margin-top: -3rem !important;
+}
+
+.mr-n5,
+.mx-n5 {
+  margin-right: -3rem !important;
+}
+
+.mb-n5,
+.my-n5 {
+  margin-bottom: -3rem !important;
+}
+
+.ml-n5,
+.mx-n5 {
+  margin-left: -3rem !important;
+}
+
+.m-auto {
+  margin: auto !important;
+}
+
+.mt-auto,
+.my-auto {
+  margin-top: auto !important;
+}
+
+.mr-auto,
+.mx-auto {
+  margin-right: auto !important;
+}
+
+.mb-auto,
+.my-auto {
+  margin-bottom: auto !important;
+}
+
+.ml-auto,
+.mx-auto {
+  margin-left: auto !important;
+}
+
+@media (min-width: 576px) {
+  .m-sm-0 {
+    margin: 0 !important;
+  }
+  .mt-sm-0,
+  .my-sm-0 {
+    margin-top: 0 !important;
+  }
+  .mr-sm-0,
+  .mx-sm-0 {
+    margin-right: 0 !important;
+  }
+  .mb-sm-0,
+  .my-sm-0 {
+    margin-bottom: 0 !important;
+  }
+  .ml-sm-0,
+  .mx-sm-0 {
+    margin-left: 0 !important;
+  }
+  .m-sm-1 {
+    margin: 0.25rem !important;
+  }
+  .mt-sm-1,
+  .my-sm-1 {
+    margin-top: 0.25rem !important;
+  }
+  .mr-sm-1,
+  .mx-sm-1 {
+    margin-right: 0.25rem !important;
+  }
+  .mb-sm-1,
+  .my-sm-1 {
+    margin-bottom: 0.25rem !important;
+  }
+  .ml-sm-1,
+  .mx-sm-1 {
+    margin-left: 0.25rem !important;
+  }
+  .m-sm-2 {
+    margin: 0.5rem !important;
+  }
+  .mt-sm-2,
+  .my-sm-2 {
+    margin-top: 0.5rem !important;
+  }
+  .mr-sm-2,
+  .mx-sm-2 {
+    margin-right: 0.5rem !important;
+  }
+  .mb-sm-2,
+  .my-sm-2 {
+    margin-bottom: 0.5rem !important;
+  }
+  .ml-sm-2,
+  .mx-sm-2 {
+    margin-left: 0.5rem !important;
+  }
+  .m-sm-3 {
+    margin: 1rem !important;
+  }
+  .mt-sm-3,
+  .my-sm-3 {
+    margin-top: 1rem !important;
+  }
+  .mr-sm-3,
+  .mx-sm-3 {
+    margin-right: 1rem !important;
+  }
+  .mb-sm-3,
+  .my-sm-3 {
+    margin-bottom: 1rem !important;
+  }
+  .ml-sm-3,
+  .mx-sm-3 {
+    margin-left: 1rem !important;
+  }
+  .m-sm-4 {
+    margin: 1.5rem !important;
+  }
+  .mt-sm-4,
+  .my-sm-4 {
+    margin-top: 1.5rem !important;
+  }
+  .mr-sm-4,
+  .mx-sm-4 {
+    margin-right: 1.5rem !important;
+  }
+  .mb-sm-4,
+  .my-sm-4 {
+    margin-bottom: 1.5rem !important;
+  }
+  .ml-sm-4,
+  .mx-sm-4 {
+    margin-left: 1.5rem !important;
+  }
+  .m-sm-5 {
+    margin: 3rem !important;
+  }
+  .mt-sm-5,
+  .my-sm-5 {
+    margin-top: 3rem !important;
+  }
+  .mr-sm-5,
+  .mx-sm-5 {
+    margin-right: 3rem !important;
+  }
+  .mb-sm-5,
+  .my-sm-5 {
+    margin-bottom: 3rem !important;
+  }
+  .ml-sm-5,
+  .mx-sm-5 {
+    margin-left: 3rem !important;
+  }
+  .p-sm-0 {
+    padding: 0 !important;
+  }
+  .pt-sm-0,
+  .py-sm-0 {
+    padding-top: 0 !important;
+  }
+  .pr-sm-0,
+  .px-sm-0 {
+    padding-right: 0 !important;
+  }
+  .pb-sm-0,
+  .py-sm-0 {
+    padding-bottom: 0 !important;
+  }
+  .pl-sm-0,
+  .px-sm-0 {
+    padding-left: 0 !important;
+  }
+  .p-sm-1 {
+    padding: 0.25rem !important;
+  }
+  .pt-sm-1,
+  .py-sm-1 {
+    padding-top: 0.25rem !important;
+  }
+  .pr-sm-1,
+  .px-sm-1 {
+    padding-right: 0.25rem !important;
+  }
+  .pb-sm-1,
+  .py-sm-1 {
+    padding-bottom: 0.25rem !important;
+  }
+  .pl-sm-1,
+  .px-sm-1 {
+    padding-left: 0.25rem !important;
+  }
+  .p-sm-2 {
+    padding: 0.5rem !important;
+  }
+  .pt-sm-2,
+  .py-sm-2 {
+    padding-top: 0.5rem !important;
+  }
+  .pr-sm-2,
+  .px-sm-2 {
+    padding-right: 0.5rem !important;
+  }
+  .pb-sm-2,
+  .py-sm-2 {
+    padding-bottom: 0.5rem !important;
+  }
+  .pl-sm-2,
+  .px-sm-2 {
+    padding-left: 0.5rem !important;
+  }
+  .p-sm-3 {
+    padding: 1rem !important;
+  }
+  .pt-sm-3,
+  .py-sm-3 {
+    padding-top: 1rem !important;
+  }
+  .pr-sm-3,
+  .px-sm-3 {
+    padding-right: 1rem !important;
+  }
+  .pb-sm-3,
+  .py-sm-3 {
+    padding-bottom: 1rem !important;
+  }
+  .pl-sm-3,
+  .px-sm-3 {
+    padding-left: 1rem !important;
+  }
+  .p-sm-4 {
+    padding: 1.5rem !important;
+  }
+  .pt-sm-4,
+  .py-sm-4 {
+    padding-top: 1.5rem !important;
+  }
+  .pr-sm-4,
+  .px-sm-4 {
+    padding-right: 1.5rem !important;
+  }
+  .pb-sm-4,
+  .py-sm-4 {
+    padding-bottom: 1.5rem !important;
+  }
+  .pl-sm-4,
+  .px-sm-4 {
+    padding-left: 1.5rem !important;
+  }
+  .p-sm-5 {
+    padding: 3rem !important;
+  }
+  .pt-sm-5,
+  .py-sm-5 {
+    padding-top: 3rem !important;
+  }
+  .pr-sm-5,
+  .px-sm-5 {
+    padding-right: 3rem !important;
+  }
+  .pb-sm-5,
+  .py-sm-5 {
+    padding-bottom: 3rem !important;
+  }
+  .pl-sm-5,
+  .px-sm-5 {
+    padding-left: 3rem !important;
+  }
+  .m-sm-n1 {
+    margin: -0.25rem !important;
+  }
+  .mt-sm-n1,
+  .my-sm-n1 {
+    margin-top: -0.25rem !important;
+  }
+  .mr-sm-n1,
+  .mx-sm-n1 {
+    margin-right: -0.25rem !important;
+  }
+  .mb-sm-n1,
+  .my-sm-n1 {
+    margin-bottom: -0.25rem !important;
+  }
+  .ml-sm-n1,
+  .mx-sm-n1 {
+    margin-left: -0.25rem !important;
+  }
+  .m-sm-n2 {
+    margin: -0.5rem !important;
+  }
+  .mt-sm-n2,
+  .my-sm-n2 {
+    margin-top: -0.5rem !important;
+  }
+  .mr-sm-n2,
+  .mx-sm-n2 {
+    margin-right: -0.5rem !important;
+  }
+  .mb-sm-n2,
+  .my-sm-n2 {
+    margin-bottom: -0.5rem !important;
+  }
+  .ml-sm-n2,
+  .mx-sm-n2 {
+    margin-left: -0.5rem !important;
+  }
+  .m-sm-n3 {
+    margin: -1rem !important;
+  }
+  .mt-sm-n3,
+  .my-sm-n3 {
+    margin-top: -1rem !important;
+  }
+  .mr-sm-n3,
+  .mx-sm-n3 {
+    margin-right: -1rem !important;
+  }
+  .mb-sm-n3,
+  .my-sm-n3 {
+    margin-bottom: -1rem !important;
+  }
+  .ml-sm-n3,
+  .mx-sm-n3 {
+    margin-left: -1rem !important;
+  }
+  .m-sm-n4 {
+    margin: -1.5rem !important;
+  }
+  .mt-sm-n4,
+  .my-sm-n4 {
+    margin-top: -1.5rem !important;
+  }
+  .mr-sm-n4,
+  .mx-sm-n4 {
+    margin-right: -1.5rem !important;
+  }
+  .mb-sm-n4,
+  .my-sm-n4 {
+    margin-bottom: -1.5rem !important;
+  }
+  .ml-sm-n4,
+  .mx-sm-n4 {
+    margin-left: -1.5rem !important;
+  }
+  .m-sm-n5 {
+    margin: -3rem !important;
+  }
+  .mt-sm-n5,
+  .my-sm-n5 {
+    margin-top: -3rem !important;
+  }
+  .mr-sm-n5,
+  .mx-sm-n5 {
+    margin-right: -3rem !important;
+  }
+  .mb-sm-n5,
+  .my-sm-n5 {
+    margin-bottom: -3rem !important;
+  }
+  .ml-sm-n5,
+  .mx-sm-n5 {
+    margin-left: -3rem !important;
+  }
+  .m-sm-auto {
+    margin: auto !important;
+  }
+  .mt-sm-auto,
+  .my-sm-auto {
+    margin-top: auto !important;
+  }
+  .mr-sm-auto,
+  .mx-sm-auto {
+    margin-right: auto !important;
+  }
+  .mb-sm-auto,
+  .my-sm-auto {
+    margin-bottom: auto !important;
+  }
+  .ml-sm-auto,
+  .mx-sm-auto {
+    margin-left: auto !important;
+  }
+}
+
+@media (min-width: 768px) {
+  .m-md-0 {
+    margin: 0 !important;
+  }
+  .mt-md-0,
+  .my-md-0 {
+    margin-top: 0 !important;
+  }
+  .mr-md-0,
+  .mx-md-0 {
+    margin-right: 0 !important;
+  }
+  .mb-md-0,
+  .my-md-0 {
+    margin-bottom: 0 !important;
+  }
+  .ml-md-0,
+  .mx-md-0 {
+    margin-left: 0 !important;
+  }
+  .m-md-1 {
+    margin: 0.25rem !important;
+  }
+  .mt-md-1,
+  .my-md-1 {
+    margin-top: 0.25rem !important;
+  }
+  .mr-md-1,
+  .mx-md-1 {
+    margin-right: 0.25rem !important;
+  }
+  .mb-md-1,
+  .my-md-1 {
+    margin-bottom: 0.25rem !important;
+  }
+  .ml-md-1,
+  .mx-md-1 {
+    margin-left: 0.25rem !important;
+  }
+  .m-md-2 {
+    margin: 0.5rem !important;
+  }
+  .mt-md-2,
+  .my-md-2 {
+    margin-top: 0.5rem !important;
+  }
+  .mr-md-2,
+  .mx-md-2 {
+    margin-right: 0.5rem !important;
+  }
+  .mb-md-2,
+  .my-md-2 {
+    margin-bottom: 0.5rem !important;
+  }
+  .ml-md-2,
+  .mx-md-2 {
+    margin-left: 0.5rem !important;
+  }
+  .m-md-3 {
+    margin: 1rem !important;
+  }
+  .mt-md-3,
+  .my-md-3 {
+    margin-top: 1rem !important;
+  }
+  .mr-md-3,
+  .mx-md-3 {
+    margin-right: 1rem !important;
+  }
+  .mb-md-3,
+  .my-md-3 {
+    margin-bottom: 1rem !important;
+  }
+  .ml-md-3,
+  .mx-md-3 {
+    margin-left: 1rem !important;
+  }
+  .m-md-4 {
+    margin: 1.5rem !important;
+  }
+  .mt-md-4,
+  .my-md-4 {
+    margin-top: 1.5rem !important;
+  }
+  .mr-md-4,
+  .mx-md-4 {
+    margin-right: 1.5rem !important;
+  }
+  .mb-md-4,
+  .my-md-4 {
+    margin-bottom: 1.5rem !important;
+  }
+  .ml-md-4,
+  .mx-md-4 {
+    margin-left: 1.5rem !important;
+  }
+  .m-md-5 {
+    margin: 3rem !important;
+  }
+  .mt-md-5,
+  .my-md-5 {
+    margin-top: 3rem !important;
+  }
+  .mr-md-5,
+  .mx-md-5 {
+    margin-right: 3rem !important;
+  }
+  .mb-md-5,
+  .my-md-5 {
+    margin-bottom: 3rem !important;
+  }
+  .ml-md-5,
+  .mx-md-5 {
+    margin-left: 3rem !important;
+  }
+  .p-md-0 {
+    padding: 0 !important;
+  }
+  .pt-md-0,
+  .py-md-0 {
+    padding-top: 0 !important;
+  }
+  .pr-md-0,
+  .px-md-0 {
+    padding-right: 0 !important;
+  }
+  .pb-md-0,
+  .py-md-0 {
+    padding-bottom: 0 !important;
+  }
+  .pl-md-0,
+  .px-md-0 {
+    padding-left: 0 !important;
+  }
+  .p-md-1 {
+    padding: 0.25rem !important;
+  }
+  .pt-md-1,
+  .py-md-1 {
+    padding-top: 0.25rem !important;
+  }
+  .pr-md-1,
+  .px-md-1 {
+    padding-right: 0.25rem !important;
+  }
+  .pb-md-1,
+  .py-md-1 {
+    padding-bottom: 0.25rem !important;
+  }
+  .pl-md-1,
+  .px-md-1 {
+    padding-left: 0.25rem !important;
+  }
+  .p-md-2 {
+    padding: 0.5rem !important;
+  }
+  .pt-md-2,
+  .py-md-2 {
+    padding-top: 0.5rem !important;
+  }
+  .pr-md-2,
+  .px-md-2 {
+    padding-right: 0.5rem !important;
+  }
+  .pb-md-2,
+  .py-md-2 {
+    padding-bottom: 0.5rem !important;
+  }
+  .pl-md-2,
+  .px-md-2 {
+    padding-left: 0.5rem !important;
+  }
+  .p-md-3 {
+    padding: 1rem !important;
+  }
+  .pt-md-3,
+  .py-md-3 {
+    padding-top: 1rem !important;
+  }
+  .pr-md-3,
+  .px-md-3 {
+    padding-right: 1rem !important;
+  }
+  .pb-md-3,
+  .py-md-3 {
+    padding-bottom: 1rem !important;
+  }
+  .pl-md-3,
+  .px-md-3 {
+    padding-left: 1rem !important;
+  }
+  .p-md-4 {
+    padding: 1.5rem !important;
+  }
+  .pt-md-4,
+  .py-md-4 {
+    padding-top: 1.5rem !important;
+  }
+  .pr-md-4,
+  .px-md-4 {
+    padding-right: 1.5rem !important;
+  }
+  .pb-md-4,
+  .py-md-4 {
+    padding-bottom: 1.5rem !important;
+  }
+  .pl-md-4,
+  .px-md-4 {
+    padding-left: 1.5rem !important;
+  }
+  .p-md-5 {
+    padding: 3rem !important;
+  }
+  .pt-md-5,
+  .py-md-5 {
+    padding-top: 3rem !important;
+  }
+  .pr-md-5,
+  .px-md-5 {
+    padding-right: 3rem !important;
+  }
+  .pb-md-5,
+  .py-md-5 {
+    padding-bottom: 3rem !important;
+  }
+  .pl-md-5,
+  .px-md-5 {
+    padding-left: 3rem !important;
+  }
+  .m-md-n1 {
+    margin: -0.25rem !important;
+  }
+  .mt-md-n1,
+  .my-md-n1 {
+    margin-top: -0.25rem !important;
+  }
+  .mr-md-n1,
+  .mx-md-n1 {
+    margin-right: -0.25rem !important;
+  }
+  .mb-md-n1,
+  .my-md-n1 {
+    margin-bottom: -0.25rem !important;
+  }
+  .ml-md-n1,
+  .mx-md-n1 {
+    margin-left: -0.25rem !important;
+  }
+  .m-md-n2 {
+    margin: -0.5rem !important;
+  }
+  .mt-md-n2,
+  .my-md-n2 {
+    margin-top: -0.5rem !important;
+  }
+  .mr-md-n2,
+  .mx-md-n2 {
+    margin-right: -0.5rem !important;
+  }
+  .mb-md-n2,
+  .my-md-n2 {
+    margin-bottom: -0.5rem !important;
+  }
+  .ml-md-n2,
+  .mx-md-n2 {
+    margin-left: -0.5rem !important;
+  }
+  .m-md-n3 {
+    margin: -1rem !important;
+  }
+  .mt-md-n3,
+  .my-md-n3 {
+    margin-top: -1rem !important;
+  }
+  .mr-md-n3,
+  .mx-md-n3 {
+    margin-right: -1rem !important;
+  }
+  .mb-md-n3,
+  .my-md-n3 {
+    margin-bottom: -1rem !important;
+  }
+  .ml-md-n3,
+  .mx-md-n3 {
+    margin-left: -1rem !important;
+  }
+  .m-md-n4 {
+    margin: -1.5rem !important;
+  }
+  .mt-md-n4,
+  .my-md-n4 {
+    margin-top: -1.5rem !important;
+  }
+  .mr-md-n4,
+  .mx-md-n4 {
+    margin-right: -1.5rem !important;
+  }
+  .mb-md-n4,
+  .my-md-n4 {
+    margin-bottom: -1.5rem !important;
+  }
+  .ml-md-n4,
+  .mx-md-n4 {
+    margin-left: -1.5rem !important;
+  }
+  .m-md-n5 {
+    margin: -3rem !important;
+  }
+  .mt-md-n5,
+  .my-md-n5 {
+    margin-top: -3rem !important;
+  }
+  .mr-md-n5,
+  .mx-md-n5 {
+    margin-right: -3rem !important;
+  }
+  .mb-md-n5,
+  .my-md-n5 {
+    margin-bottom: -3rem !important;
+  }
+  .ml-md-n5,
+  .mx-md-n5 {
+    margin-left: -3rem !important;
+  }
+  .m-md-auto {
+    margin: auto !important;
+  }
+  .mt-md-auto,
+  .my-md-auto {
+    margin-top: auto !important;
+  }
+  .mr-md-auto,
+  .mx-md-auto {
+    margin-right: auto !important;
+  }
+  .mb-md-auto,
+  .my-md-auto {
+    margin-bottom: auto !important;
+  }
+  .ml-md-auto,
+  .mx-md-auto {
+    margin-left: auto !important;
+  }
+}
+
+@media (min-width: 992px) {
+  .m-lg-0 {
+    margin: 0 !important;
+  }
+  .mt-lg-0,
+  .my-lg-0 {
+    margin-top: 0 !important;
+  }
+  .mr-lg-0,
+  .mx-lg-0 {
+    margin-right: 0 !important;
+  }
+  .mb-lg-0,
+  .my-lg-0 {
+    margin-bottom: 0 !important;
+  }
+  .ml-lg-0,
+  .mx-lg-0 {
+    margin-left: 0 !important;
+  }
+  .m-lg-1 {
+    margin: 0.25rem !important;
+  }
+  .mt-lg-1,
+  .my-lg-1 {
+    margin-top: 0.25rem !important;
+  }
+  .mr-lg-1,
+  .mx-lg-1 {
+    margin-right: 0.25rem !important;
+  }
+  .mb-lg-1,
+  .my-lg-1 {
+    margin-bottom: 0.25rem !important;
+  }
+  .ml-lg-1,
+  .mx-lg-1 {
+    margin-left: 0.25rem !important;
+  }
+  .m-lg-2 {
+    margin: 0.5rem !important;
+  }
+  .mt-lg-2,
+  .my-lg-2 {
+    margin-top: 0.5rem !important;
+  }
+  .mr-lg-2,
+  .mx-lg-2 {
+    margin-right: 0.5rem !important;
+  }
+  .mb-lg-2,
+  .my-lg-2 {
+    margin-bottom: 0.5rem !important;
+  }
+  .ml-lg-2,
+  .mx-lg-2 {
+    margin-left: 0.5rem !important;
+  }
+  .m-lg-3 {
+    margin: 1rem !important;
+  }
+  .mt-lg-3,
+  .my-lg-3 {
+    margin-top: 1rem !important;
+  }
+  .mr-lg-3,
+  .mx-lg-3 {
+    margin-right: 1rem !important;
+  }
+  .mb-lg-3,
+  .my-lg-3 {
+    margin-bottom: 1rem !important;
+  }
+  .ml-lg-3,
+  .mx-lg-3 {
+    margin-left: 1rem !important;
+  }
+  .m-lg-4 {
+    margin: 1.5rem !important;
+  }
+  .mt-lg-4,
+  .my-lg-4 {
+    margin-top: 1.5rem !important;
+  }
+  .mr-lg-4,
+  .mx-lg-4 {
+    margin-right: 1.5rem !important;
+  }
+  .mb-lg-4,
+  .my-lg-4 {
+    margin-bottom: 1.5rem !important;
+  }
+  .ml-lg-4,
+  .mx-lg-4 {
+    margin-left: 1.5rem !important;
+  }
+  .m-lg-5 {
+    margin: 3rem !important;
+  }
+  .mt-lg-5,
+  .my-lg-5 {
+    margin-top: 3rem !important;
+  }
+  .mr-lg-5,
+  .mx-lg-5 {
+    margin-right: 3rem !important;
+  }
+  .mb-lg-5,
+  .my-lg-5 {
+    margin-bottom: 3rem !important;
+  }
+  .ml-lg-5,
+  .mx-lg-5 {
+    margin-left: 3rem !important;
+  }
+  .p-lg-0 {
+    padding: 0 !important;
+  }
+  .pt-lg-0,
+  .py-lg-0 {
+    padding-top: 0 !important;
+  }
+  .pr-lg-0,
+  .px-lg-0 {
+    padding-right: 0 !important;
+  }
+  .pb-lg-0,
+  .py-lg-0 {
+    padding-bottom: 0 !important;
+  }
+  .pl-lg-0,
+  .px-lg-0 {
+    padding-left: 0 !important;
+  }
+  .p-lg-1 {
+    padding: 0.25rem !important;
+  }
+  .pt-lg-1,
+  .py-lg-1 {
+    padding-top: 0.25rem !important;
+  }
+  .pr-lg-1,
+  .px-lg-1 {
+    padding-right: 0.25rem !important;
+  }
+  .pb-lg-1,
+  .py-lg-1 {
+    padding-bottom: 0.25rem !important;
+  }
+  .pl-lg-1,
+  .px-lg-1 {
+    padding-left: 0.25rem !important;
+  }
+  .p-lg-2 {
+    padding: 0.5rem !important;
+  }
+  .pt-lg-2,
+  .py-lg-2 {
+    padding-top: 0.5rem !important;
+  }
+  .pr-lg-2,
+  .px-lg-2 {
+    padding-right: 0.5rem !important;
+  }
+  .pb-lg-2,
+  .py-lg-2 {
+    padding-bottom: 0.5rem !important;
+  }
+  .pl-lg-2,
+  .px-lg-2 {
+    padding-left: 0.5rem !important;
+  }
+  .p-lg-3 {
+    padding: 1rem !important;
+  }
+  .pt-lg-3,
+  .py-lg-3 {
+    padding-top: 1rem !important;
+  }
+  .pr-lg-3,
+  .px-lg-3 {
+    padding-right: 1rem !important;
+  }
+  .pb-lg-3,
+  .py-lg-3 {
+    padding-bottom: 1rem !important;
+  }
+  .pl-lg-3,
+  .px-lg-3 {
+    padding-left: 1rem !important;
+  }
+  .p-lg-4 {
+    padding: 1.5rem !important;
+  }
+  .pt-lg-4,
+  .py-lg-4 {
+    padding-top: 1.5rem !important;
+  }
+  .pr-lg-4,
+  .px-lg-4 {
+    padding-right: 1.5rem !important;
+  }
+  .pb-lg-4,
+  .py-lg-4 {
+    padding-bottom: 1.5rem !important;
+  }
+  .pl-lg-4,
+  .px-lg-4 {
+    padding-left: 1.5rem !important;
+  }
+  .p-lg-5 {
+    padding: 3rem !important;
+  }
+  .pt-lg-5,
+  .py-lg-5 {
+    padding-top: 3rem !important;
+  }
+  .pr-lg-5,
+  .px-lg-5 {
+    padding-right: 3rem !important;
+  }
+  .pb-lg-5,
+  .py-lg-5 {
+    padding-bottom: 3rem !important;
+  }
+  .pl-lg-5,
+  .px-lg-5 {
+    padding-left: 3rem !important;
+  }
+  .m-lg-n1 {
+    margin: -0.25rem !important;
+  }
+  .mt-lg-n1,
+  .my-lg-n1 {
+    margin-top: -0.25rem !important;
+  }
+  .mr-lg-n1,
+  .mx-lg-n1 {
+    margin-right: -0.25rem !important;
+  }
+  .mb-lg-n1,
+  .my-lg-n1 {
+    margin-bottom: -0.25rem !important;
+  }
+  .ml-lg-n1,
+  .mx-lg-n1 {
+    margin-left: -0.25rem !important;
+  }
+  .m-lg-n2 {
+    margin: -0.5rem !important;
+  }
+  .mt-lg-n2,
+  .my-lg-n2 {
+    margin-top: -0.5rem !important;
+  }
+  .mr-lg-n2,
+  .mx-lg-n2 {
+    margin-right: -0.5rem !important;
+  }
+  .mb-lg-n2,
+  .my-lg-n2 {
+    margin-bottom: -0.5rem !important;
+  }
+  .ml-lg-n2,
+  .mx-lg-n2 {
+    margin-left: -0.5rem !important;
+  }
+  .m-lg-n3 {
+    margin: -1rem !important;
+  }
+  .mt-lg-n3,
+  .my-lg-n3 {
+    margin-top: -1rem !important;
+  }
+  .mr-lg-n3,
+  .mx-lg-n3 {
+    margin-right: -1rem !important;
+  }
+  .mb-lg-n3,
+  .my-lg-n3 {
+    margin-bottom: -1rem !important;
+  }
+  .ml-lg-n3,
+  .mx-lg-n3 {
+    margin-left: -1rem !important;
+  }
+  .m-lg-n4 {
+    margin: -1.5rem !important;
+  }
+  .mt-lg-n4,
+  .my-lg-n4 {
+    margin-top: -1.5rem !important;
+  }
+  .mr-lg-n4,
+  .mx-lg-n4 {
+    margin-right: -1.5rem !important;
+  }
+  .mb-lg-n4,
+  .my-lg-n4 {
+    margin-bottom: -1.5rem !important;
+  }
+  .ml-lg-n4,
+  .mx-lg-n4 {
+    margin-left: -1.5rem !important;
+  }
+  .m-lg-n5 {
+    margin: -3rem !important;
+  }
+  .mt-lg-n5,
+  .my-lg-n5 {
+    margin-top: -3rem !important;
+  }
+  .mr-lg-n5,
+  .mx-lg-n5 {
+    margin-right: -3rem !important;
+  }
+  .mb-lg-n5,
+  .my-lg-n5 {
+    margin-bottom: -3rem !important;
+  }
+  .ml-lg-n5,
+  .mx-lg-n5 {
+    margin-left: -3rem !important;
+  }
+  .m-lg-auto {
+    margin: auto !important;
+  }
+  .mt-lg-auto,
+  .my-lg-auto {
+    margin-top: auto !important;
+  }
+  .mr-lg-auto,
+  .mx-lg-auto {
+    margin-right: auto !important;
+  }
+  .mb-lg-auto,
+  .my-lg-auto {
+    margin-bottom: auto !important;
+  }
+  .ml-lg-auto,
+  .mx-lg-auto {
+    margin-left: auto !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .m-xl-0 {
+    margin: 0 !important;
+  }
+  .mt-xl-0,
+  .my-xl-0 {
+    margin-top: 0 !important;
+  }
+  .mr-xl-0,
+  .mx-xl-0 {
+    margin-right: 0 !important;
+  }
+  .mb-xl-0,
+  .my-xl-0 {
+    margin-bottom: 0 !important;
+  }
+  .ml-xl-0,
+  .mx-xl-0 {
+    margin-left: 0 !important;
+  }
+  .m-xl-1 {
+    margin: 0.25rem !important;
+  }
+  .mt-xl-1,
+  .my-xl-1 {
+    margin-top: 0.25rem !important;
+  }
+  .mr-xl-1,
+  .mx-xl-1 {
+    margin-right: 0.25rem !important;
+  }
+  .mb-xl-1,
+  .my-xl-1 {
+    margin-bottom: 0.25rem !important;
+  }
+  .ml-xl-1,
+  .mx-xl-1 {
+    margin-left: 0.25rem !important;
+  }
+  .m-xl-2 {
+    margin: 0.5rem !important;
+  }
+  .mt-xl-2,
+  .my-xl-2 {
+    margin-top: 0.5rem !important;
+  }
+  .mr-xl-2,
+  .mx-xl-2 {
+    margin-right: 0.5rem !important;
+  }
+  .mb-xl-2,
+  .my-xl-2 {
+    margin-bottom: 0.5rem !important;
+  }
+  .ml-xl-2,
+  .mx-xl-2 {
+    margin-left: 0.5rem !important;
+  }
+  .m-xl-3 {
+    margin: 1rem !important;
+  }
+  .mt-xl-3,
+  .my-xl-3 {
+    margin-top: 1rem !important;
+  }
+  .mr-xl-3,
+  .mx-xl-3 {
+    margin-right: 1rem !important;
+  }
+  .mb-xl-3,
+  .my-xl-3 {
+    margin-bottom: 1rem !important;
+  }
+  .ml-xl-3,
+  .mx-xl-3 {
+    margin-left: 1rem !important;
+  }
+  .m-xl-4 {
+    margin: 1.5rem !important;
+  }
+  .mt-xl-4,
+  .my-xl-4 {
+    margin-top: 1.5rem !important;
+  }
+  .mr-xl-4,
+  .mx-xl-4 {
+    margin-right: 1.5rem !important;
+  }
+  .mb-xl-4,
+  .my-xl-4 {
+    margin-bottom: 1.5rem !important;
+  }
+  .ml-xl-4,
+  .mx-xl-4 {
+    margin-left: 1.5rem !important;
+  }
+  .m-xl-5 {
+    margin: 3rem !important;
+  }
+  .mt-xl-5,
+  .my-xl-5 {
+    margin-top: 3rem !important;
+  }
+  .mr-xl-5,
+  .mx-xl-5 {
+    margin-right: 3rem !important;
+  }
+  .mb-xl-5,
+  .my-xl-5 {
+    margin-bottom: 3rem !important;
+  }
+  .ml-xl-5,
+  .mx-xl-5 {
+    margin-left: 3rem !important;
+  }
+  .p-xl-0 {
+    padding: 0 !important;
+  }
+  .pt-xl-0,
+  .py-xl-0 {
+    padding-top: 0 !important;
+  }
+  .pr-xl-0,
+  .px-xl-0 {
+    padding-right: 0 !important;
+  }
+  .pb-xl-0,
+  .py-xl-0 {
+    padding-bottom: 0 !important;
+  }
+  .pl-xl-0,
+  .px-xl-0 {
+    padding-left: 0 !important;
+  }
+  .p-xl-1 {
+    padding: 0.25rem !important;
+  }
+  .pt-xl-1,
+  .py-xl-1 {
+    padding-top: 0.25rem !important;
+  }
+  .pr-xl-1,
+  .px-xl-1 {
+    padding-right: 0.25rem !important;
+  }
+  .pb-xl-1,
+  .py-xl-1 {
+    padding-bottom: 0.25rem !important;
+  }
+  .pl-xl-1,
+  .px-xl-1 {
+    padding-left: 0.25rem !important;
+  }
+  .p-xl-2 {
+    padding: 0.5rem !important;
+  }
+  .pt-xl-2,
+  .py-xl-2 {
+    padding-top: 0.5rem !important;
+  }
+  .pr-xl-2,
+  .px-xl-2 {
+    padding-right: 0.5rem !important;
+  }
+  .pb-xl-2,
+  .py-xl-2 {
+    padding-bottom: 0.5rem !important;
+  }
+  .pl-xl-2,
+  .px-xl-2 {
+    padding-left: 0.5rem !important;
+  }
+  .p-xl-3 {
+    padding: 1rem !important;
+  }
+  .pt-xl-3,
+  .py-xl-3 {
+    padding-top: 1rem !important;
+  }
+  .pr-xl-3,
+  .px-xl-3 {
+    padding-right: 1rem !important;
+  }
+  .pb-xl-3,
+  .py-xl-3 {
+    padding-bottom: 1rem !important;
+  }
+  .pl-xl-3,
+  .px-xl-3 {
+    padding-left: 1rem !important;
+  }
+  .p-xl-4 {
+    padding: 1.5rem !important;
+  }
+  .pt-xl-4,
+  .py-xl-4 {
+    padding-top: 1.5rem !important;
+  }
+  .pr-xl-4,
+  .px-xl-4 {
+    padding-right: 1.5rem !important;
+  }
+  .pb-xl-4,
+  .py-xl-4 {
+    padding-bottom: 1.5rem !important;
+  }
+  .pl-xl-4,
+  .px-xl-4 {
+    padding-left: 1.5rem !important;
+  }
+  .p-xl-5 {
+    padding: 3rem !important;
+  }
+  .pt-xl-5,
+  .py-xl-5 {
+    padding-top: 3rem !important;
+  }
+  .pr-xl-5,
+  .px-xl-5 {
+    padding-right: 3rem !important;
+  }
+  .pb-xl-5,
+  .py-xl-5 {
+    padding-bottom: 3rem !important;
+  }
+  .pl-xl-5,
+  .px-xl-5 {
+    padding-left: 3rem !important;
+  }
+  .m-xl-n1 {
+    margin: -0.25rem !important;
+  }
+  .mt-xl-n1,
+  .my-xl-n1 {
+    margin-top: -0.25rem !important;
+  }
+  .mr-xl-n1,
+  .mx-xl-n1 {
+    margin-right: -0.25rem !important;
+  }
+  .mb-xl-n1,
+  .my-xl-n1 {
+    margin-bottom: -0.25rem !important;
+  }
+  .ml-xl-n1,
+  .mx-xl-n1 {
+    margin-left: -0.25rem !important;
+  }
+  .m-xl-n2 {
+    margin: -0.5rem !important;
+  }
+  .mt-xl-n2,
+  .my-xl-n2 {
+    margin-top: -0.5rem !important;
+  }
+  .mr-xl-n2,
+  .mx-xl-n2 {
+    margin-right: -0.5rem !important;
+  }
+  .mb-xl-n2,
+  .my-xl-n2 {
+    margin-bottom: -0.5rem !important;
+  }
+  .ml-xl-n2,
+  .mx-xl-n2 {
+    margin-left: -0.5rem !important;
+  }
+  .m-xl-n3 {
+    margin: -1rem !important;
+  }
+  .mt-xl-n3,
+  .my-xl-n3 {
+    margin-top: -1rem !important;
+  }
+  .mr-xl-n3,
+  .mx-xl-n3 {
+    margin-right: -1rem !important;
+  }
+  .mb-xl-n3,
+  .my-xl-n3 {
+    margin-bottom: -1rem !important;
+  }
+  .ml-xl-n3,
+  .mx-xl-n3 {
+    margin-left: -1rem !important;
+  }
+  .m-xl-n4 {
+    margin: -1.5rem !important;
+  }
+  .mt-xl-n4,
+  .my-xl-n4 {
+    margin-top: -1.5rem !important;
+  }
+  .mr-xl-n4,
+  .mx-xl-n4 {
+    margin-right: -1.5rem !important;
+  }
+  .mb-xl-n4,
+  .my-xl-n4 {
+    margin-bottom: -1.5rem !important;
+  }
+  .ml-xl-n4,
+  .mx-xl-n4 {
+    margin-left: -1.5rem !important;
+  }
+  .m-xl-n5 {
+    margin: -3rem !important;
+  }
+  .mt-xl-n5,
+  .my-xl-n5 {
+    margin-top: -3rem !important;
+  }
+  .mr-xl-n5,
+  .mx-xl-n5 {
+    margin-right: -3rem !important;
+  }
+  .mb-xl-n5,
+  .my-xl-n5 {
+    margin-bottom: -3rem !important;
+  }
+  .ml-xl-n5,
+  .mx-xl-n5 {
+    margin-left: -3rem !important;
+  }
+  .m-xl-auto {
+    margin: auto !important;
+  }
+  .mt-xl-auto,
+  .my-xl-auto {
+    margin-top: auto !important;
+  }
+  .mr-xl-auto,
+  .mx-xl-auto {
+    margin-right: auto !important;
+  }
+  .mb-xl-auto,
+  .my-xl-auto {
+    margin-bottom: auto !important;
+  }
+  .ml-xl-auto,
+  .mx-xl-auto {
+    margin-left: auto !important;
+  }
+}
+/*# sourceMappingURL=bootstrap-grid.css.map */
\ No newline at end of file
diff --git a/content/assets/css/bootstrap-grid.css.map b/content/assets/css/bootstrap-grid.css.map
new file mode 100644
index 0000000..7d2e3f5
--- /dev/null
+++ b/content/assets/css/bootstrap-grid.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/_variables.scss","bootstrap-grid.css","../../scss/mixins/_grid-framework.scss","../../scss/utilities/_display.scss","../../scss/utilities/_flex.scss","../../scss/utilities/_spacing.scss"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;EACE,uBAAsB;EACtB,8BAA6B;CAC9B;;AAED;;;EAGE,oBAAmB;CACpB;;ACXC;ECAA,YAAW;EACX,oBAA0B;EAC1B,mBAAyB;EA [...]
\ No newline at end of file
diff --git a/content/assets/css/bootstrap-grid.min.css b/content/assets/css/bootstrap-grid.min.css
new file mode 100644
index 0000000..b3e6881
--- /dev/null
+++ b/content/assets/css/bootstrap-grid.min.css
@@ -0,0 +1,7 @@
+/*!
+ * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
+ * Copyright 2011-2018 The Bootstrap Authors
+ * Copyright 2011-2018 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;marg [...]
+/*# sourceMappingURL=bootstrap-grid.min.css.map */
\ No newline at end of file
diff --git a/content/assets/css/bootstrap-grid.min.css.map b/content/assets/css/bootstrap-grid.min.css.map
new file mode 100644
index 0000000..47d7cdd
--- /dev/null
+++ b/content/assets/css/bootstrap-grid.min.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["../../scss/bootstrap-grid.scss","dist/css/bootstrap-grid.css","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid-framework.scss","../../scss/utilities/_display.scss","../../scss/utilities/_flex.scss","../../scss/utilities/_spacing.scss"],"names":[],"mappings":"AAAA;;;;;AAOA,KACE,WAAA,WACA,mBAAA,UAGF,ECCA,QADA,SDGE,WAAA,QEVA,WCAA,MAAA,KACA,cAAA,KACA,aAAA,KACA,aAAA,KACA,YAAA,KCmDE,yBFvDF,WCYI,UAAA,O [...]
\ No newline at end of file
diff --git a/content/assets/css/bootstrap-reboot.css b/content/assets/css/bootstrap-reboot.css
new file mode 100644
index 0000000..4b93d71
--- /dev/null
+++ b/content/assets/css/bootstrap-reboot.css
@@ -0,0 +1,319 @@
+/*!
+ * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
+ * Copyright 2011-2018 The Bootstrap Authors
+ * Copyright 2011-2018 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
+ */
+*,
+*::before,
+*::after {
+  box-sizing: border-box;
+}
+
+html {
+  font-family: sans-serif;
+  line-height: 1.15;
+  -webkit-text-size-adjust: 100%;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
+  display: block;
+}
+
+body {
+  margin: 0;
+  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+  font-size: 1rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #212529;
+  text-align: left;
+  background-color: #fff;
+}
+
+[tabindex="-1"]:focus {
+  outline: 0 !important;
+}
+
+hr {
+  box-sizing: content-box;
+  height: 0;
+  overflow: visible;
+}
+
+h1, h2, h3, h4, h5, h6 {
+  margin-top: 0;
+  margin-bottom: 0.5rem;
+}
+
+p {
+  margin-top: 0;
+  margin-bottom: 1rem;
+}
+
+abbr[title],
+abbr[data-original-title] {
+  text-decoration: underline;
+  -webkit-text-decoration: underline dotted;
+  text-decoration: underline dotted;
+  cursor: help;
+  border-bottom: 0;
+  text-decoration-skip-ink: none;
+}
+
+address {
+  margin-bottom: 1rem;
+  font-style: normal;
+  line-height: inherit;
+}
+
+ol,
+ul,
+dl {
+  margin-top: 0;
+  margin-bottom: 1rem;
+}
+
+ol ol,
+ul ul,
+ol ul,
+ul ol {
+  margin-bottom: 0;
+}
+
+dt {
+  font-weight: 700;
+}
+
+dd {
+  margin-bottom: .5rem;
+  margin-left: 0;
+}
+
+blockquote {
+  margin: 0 0 1rem;
+}
+
+b,
+strong {
+  font-weight: bolder;
+}
+
+small {
+  font-size: 80%;
+}
+
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+
+sub {
+  bottom: -.25em;
+}
+
+sup {
+  top: -.5em;
+}
+
+a {
+  color: #007bff;
+  text-decoration: none;
+  background-color: transparent;
+}
+
+a:hover {
+  color: #0056b3;
+  text-decoration: underline;
+}
+
+a:not([href]):not([tabindex]) {
+  color: inherit;
+  text-decoration: none;
+}
+
+a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
+  color: inherit;
+  text-decoration: none;
+}
+
+a:not([href]):not([tabindex]):focus {
+  outline: 0;
+}
+
+pre,
+code,
+kbd,
+samp {
+  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+  font-size: 1em;
+}
+
+pre {
+  margin-top: 0;
+  margin-bottom: 1rem;
+  overflow: auto;
+}
+
+figure {
+  margin: 0 0 1rem;
+}
+
+img {
+  vertical-align: middle;
+  border-style: none;
+}
+
+svg {
+  overflow: hidden;
+  vertical-align: middle;
+}
+
+table {
+  border-collapse: collapse;
+}
+
+caption {
+  padding-top: 0.75rem;
+  padding-bottom: 0.75rem;
+  color: #6c757d;
+  text-align: left;
+  caption-side: bottom;
+}
+
+th {
+  text-align: inherit;
+}
+
+label {
+  display: inline-block;
+  margin-bottom: 0.5rem;
+}
+
+button {
+  border-radius: 0;
+}
+
+button:focus {
+  outline: 1px dotted;
+  outline: 5px auto -webkit-focus-ring-color;
+}
+
+input,
+button,
+select,
+optgroup,
+textarea {
+  margin: 0;
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
+}
+
+button,
+input {
+  overflow: visible;
+}
+
+button,
+select {
+  text-transform: none;
+}
+
+button,
+[type="button"],
+[type="reset"],
+[type="submit"] {
+  -webkit-appearance: button;
+}
+
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+  padding: 0;
+  border-style: none;
+}
+
+input[type="radio"],
+input[type="checkbox"] {
+  box-sizing: border-box;
+  padding: 0;
+}
+
+input[type="date"],
+input[type="time"],
+input[type="datetime-local"],
+input[type="month"] {
+  -webkit-appearance: listbox;
+}
+
+textarea {
+  overflow: auto;
+  resize: vertical;
+}
+
+fieldset {
+  min-width: 0;
+  padding: 0;
+  margin: 0;
+  border: 0;
+}
+
+legend {
+  display: block;
+  width: 100%;
+  max-width: 100%;
+  padding: 0;
+  margin-bottom: .5rem;
+  font-size: 1.5rem;
+  line-height: inherit;
+  color: inherit;
+  white-space: normal;
+}
+
+progress {
+  vertical-align: baseline;
+}
+
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+  height: auto;
+}
+
+[type="search"] {
+  outline-offset: -2px;
+  -webkit-appearance: none;
+}
+
+[type="search"]::-webkit-search-decoration {
+  -webkit-appearance: none;
+}
+
+::-webkit-file-upload-button {
+  font: inherit;
+  -webkit-appearance: button;
+}
+
+output {
+  display: inline-block;
+}
+
+summary {
+  display: list-item;
+  cursor: pointer;
+}
+
+template {
+  display: none;
+}
+
+[hidden] {
+  display: none !important;
+}
+/*# sourceMappingURL=bootstrap-reboot.css.map */
\ No newline at end of file
diff --git a/content/assets/css/bootstrap-reboot.css.map b/content/assets/css/bootstrap-reboot.css.map
new file mode 100644
index 0000000..4d217e8
--- /dev/null
+++ b/content/assets/css/bootstrap-reboot.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["../../scss/bootstrap-reboot.scss","../../scss/_reboot.scss","../../scss/_variables.scss","bootstrap-reboot.css","../../scss/mixins/_hover.scss"],"names":[],"mappings":"AAAA;;;;;;GAMG;ACYH;;;EAGE,uBAAsB;CACvB;;AAED;EACE,wBAAuB;EACvB,kBAAiB;EACjB,+BAA8B;EAC9B,8CCXa;CDYd;;AAKD;EACE,eAAc;CACf;;AASD;EACE,UAAS;EACT,mMCsOiN;EDrOjN,gBC0OgC;EDzOhC,iBC+O+B;ED9O/B,iBCmP+B;EDlP/B,eCnCgB;EDoChB,iBAAgB;EAChB,uBC9Ca;CD+Cd;;AEnBD;EF2BE,sBAAqB;CACtB;;AAQD;EACE,wBAAuB;EACvB,UAAS;E [...]
\ No newline at end of file
diff --git a/content/assets/css/bootstrap-reboot.min.css b/content/assets/css/bootstrap-reboot.min.css
new file mode 100644
index 0000000..0668a8c
--- /dev/null
+++ b/content/assets/css/bootstrap-reboot.min.css
@@ -0,0 +1,8 @@
+/*!
+ * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
+ * Copyright 2011-2018 The Bootstrap Authors
+ * Copyright 2011-2018 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
+ */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color [...]
+/*# sourceMappingURL=bootstrap-reboot.min.css.map */
\ No newline at end of file
diff --git a/content/assets/css/bootstrap-reboot.min.css.map b/content/assets/css/bootstrap-reboot.min.css.map
new file mode 100644
index 0000000..69bdfff
--- /dev/null
+++ b/content/assets/css/bootstrap-reboot.min.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["../../scss/bootstrap-reboot.scss","../../scss/_reboot.scss","dist/css/bootstrap-reboot.css","bootstrap-reboot.css","../../scss/mixins/_hover.scss"],"names":[],"mappings":"AAAA;;;;;;ACkBA,ECTA,QADA,SDaE,WAAA,WAGF,KACE,YAAA,WACA,YAAA,KACA,yBAAA,KACA,4BAAA,YAMF,QAAA,MAAA,WAAA,OAAA,OAAA,OAAA,OAAA,KAAA,IAAA,QACE,QAAA,MAUF,KACE,OAAA,EACA,YAAA,aAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,mBACA,UAAA,KA [...]
\ No newline at end of file
diff --git a/content/assets/css/bootstrap.css b/content/assets/css/bootstrap.css
new file mode 100644
index 0000000..f1980e8
--- /dev/null
+++ b/content/assets/css/bootstrap.css
@@ -0,0 +1,9887 @@
+/*!
+ * Bootstrap v4.2.1 (https://getbootstrap.com/)
+ * Copyright 2011-2018 The Bootstrap Authors
+ * Copyright 2011-2018 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+:root {
+  --blue: #007bff;
+  --indigo: #6610f2;
+  --purple: #6f42c1;
+  --pink: #e83e8c;
+  --red: #dc3545;
+  --orange: #fd7e14;
+  --yellow: #ffc107;
+  --green: #28a745;
+  --teal: #20c997;
+  --cyan: #17a2b8;
+  --white: #fff;
+  --gray: #6c757d;
+  --gray-dark: #343a40;
+  --primary: #007bff;
+  --secondary: #6c757d;
+  --success: #28a745;
+  --info: #17a2b8;
+  --warning: #ffc107;
+  --danger: #dc3545;
+  --light: #f8f9fa;
+  --dark: #343a40;
+  --breakpoint-xs: 0;
+  --breakpoint-sm: 576px;
+  --breakpoint-md: 768px;
+  --breakpoint-lg: 992px;
+  --breakpoint-xl: 1200px;
+  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+}
+
+*,
+*::before,
+*::after {
+  box-sizing: border-box;
+}
+
+html {
+  font-family: sans-serif;
+  line-height: 1.15;
+  -webkit-text-size-adjust: 100%;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
+  display: block;
+}
+
+body {
+  margin: 0;
+  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+  font-size: 1rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #212529;
+  text-align: left;
+  background-color: #fff;
+}
+
+[tabindex="-1"]:focus {
+  outline: 0 !important;
+}
+
+hr {
+  box-sizing: content-box;
+  height: 0;
+  overflow: visible;
+}
+
+h1, h2, h3, h4, h5, h6 {
+  margin-top: 0;
+  margin-bottom: 0.5rem;
+}
+
+p {
+  margin-top: 0;
+  margin-bottom: 1rem;
+}
+
+abbr[title],
+abbr[data-original-title] {
+  text-decoration: underline;
+  -webkit-text-decoration: underline dotted;
+  text-decoration: underline dotted;
+  cursor: help;
+  border-bottom: 0;
+  text-decoration-skip-ink: none;
+}
+
+address {
+  margin-bottom: 1rem;
+  font-style: normal;
+  line-height: inherit;
+}
+
+ol,
+ul,
+dl {
+  margin-top: 0;
+  margin-bottom: 1rem;
+}
+
+ol ol,
+ul ul,
+ol ul,
+ul ol {
+  margin-bottom: 0;
+}
+
+dt {
+  font-weight: 700;
+}
+
+dd {
+  margin-bottom: .5rem;
+  margin-left: 0;
+}
+
+blockquote {
+  margin: 0 0 1rem;
+}
+
+b,
+strong {
+  font-weight: bolder;
+}
+
+small {
+  font-size: 80%;
+}
+
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+
+sub {
+  bottom: -.25em;
+}
+
+sup {
+  top: -.5em;
+}
+
+a {
+  color: #007bff;
+  text-decoration: none;
+  background-color: transparent;
+}
+
+a:hover {
+  color: #0056b3;
+  text-decoration: underline;
+}
+
+a:not([href]):not([tabindex]) {
+  color: inherit;
+  text-decoration: none;
+}
+
+a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
+  color: inherit;
+  text-decoration: none;
+}
+
+a:not([href]):not([tabindex]):focus {
+  outline: 0;
+}
+
+pre,
+code,
+kbd,
+samp {
+  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+  font-size: 1em;
+}
+
+pre {
+  margin-top: 0;
+  margin-bottom: 1rem;
+  overflow: auto;
+}
+
+figure {
+  margin: 0 0 1rem;
+}
+
+img {
+  vertical-align: middle;
+  border-style: none;
+}
+
+svg {
+  overflow: hidden;
+  vertical-align: middle;
+}
+
+table {
+  border-collapse: collapse;
+}
+
+caption {
+  padding-top: 0.75rem;
+  padding-bottom: 0.75rem;
+  color: #6c757d;
+  text-align: left;
+  caption-side: bottom;
+}
+
+th {
+  text-align: inherit;
+}
+
+label {
+  display: inline-block;
+  margin-bottom: 0.5rem;
+}
+
+button {
+  border-radius: 0;
+}
+
+button:focus {
+  outline: 1px dotted;
+  outline: 5px auto -webkit-focus-ring-color;
+}
+
+input,
+button,
+select,
+optgroup,
+textarea {
+  margin: 0;
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
+}
+
+button,
+input {
+  overflow: visible;
+}
+
+button,
+select {
+  text-transform: none;
+}
+
+button,
+[type="button"],
+[type="reset"],
+[type="submit"] {
+  -webkit-appearance: button;
+}
+
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+  padding: 0;
+  border-style: none;
+}
+
+input[type="radio"],
+input[type="checkbox"] {
+  box-sizing: border-box;
+  padding: 0;
+}
+
+input[type="date"],
+input[type="time"],
+input[type="datetime-local"],
+input[type="month"] {
+  -webkit-appearance: listbox;
+}
+
+textarea {
+  overflow: auto;
+  resize: vertical;
+}
+
+fieldset {
+  min-width: 0;
+  padding: 0;
+  margin: 0;
+  border: 0;
+}
+
+legend {
+  display: block;
+  width: 100%;
+  max-width: 100%;
+  padding: 0;
+  margin-bottom: .5rem;
+  font-size: 1.5rem;
+  line-height: inherit;
+  color: inherit;
+  white-space: normal;
+}
+
+progress {
+  vertical-align: baseline;
+}
+
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+  height: auto;
+}
+
+[type="search"] {
+  outline-offset: -2px;
+  -webkit-appearance: none;
+}
+
+[type="search"]::-webkit-search-decoration {
+  -webkit-appearance: none;
+}
+
+::-webkit-file-upload-button {
+  font: inherit;
+  -webkit-appearance: button;
+}
+
+output {
+  display: inline-block;
+}
+
+summary {
+  display: list-item;
+  cursor: pointer;
+}
+
+template {
+  display: none;
+}
+
+[hidden] {
+  display: none !important;
+}
+
+h1, h2, h3, h4, h5, h6,
+.h1, .h2, .h3, .h4, .h5, .h6 {
+  margin-bottom: 0.5rem;
+  font-family: inherit;
+  font-weight: 500;
+  line-height: 1.2;
+  color: inherit;
+}
+
+h1, .h1 {
+  font-size: 2.5rem;
+}
+
+h2, .h2 {
+  font-size: 2rem;
+}
+
+h3, .h3 {
+  font-size: 1.75rem;
+}
+
+h4, .h4 {
+  font-size: 1.5rem;
+}
+
+h5, .h5 {
+  font-size: 1.25rem;
+}
+
+h6, .h6 {
+  font-size: 1rem;
+}
+
+.lead {
+  font-size: 1.25rem;
+  font-weight: 300;
+}
+
+.display-1 {
+  font-size: 6rem;
+  font-weight: 300;
+  line-height: 1.2;
+}
+
+.display-2 {
+  font-size: 5.5rem;
+  font-weight: 300;
+  line-height: 1.2;
+}
+
+.display-3 {
+  font-size: 4.5rem;
+  font-weight: 300;
+  line-height: 1.2;
+}
+
+.display-4 {
+  font-size: 3.5rem;
+  font-weight: 300;
+  line-height: 1.2;
+}
+
+hr {
+  margin-top: 1rem;
+  margin-bottom: 1rem;
+  border: 0;
+  border-top: 1px solid rgba(0, 0, 0, 0.1);
+}
+
+small,
+.small {
+  font-size: 80%;
+  font-weight: 400;
+}
+
+mark,
+.mark {
+  padding: 0.2em;
+  background-color: #fcf8e3;
+}
+
+.list-unstyled {
+  padding-left: 0;
+  list-style: none;
+}
+
+.list-inline {
+  padding-left: 0;
+  list-style: none;
+}
+
+.list-inline-item {
+  display: inline-block;
+}
+
+.list-inline-item:not(:last-child) {
+  margin-right: 0.5rem;
+}
+
+.initialism {
+  font-size: 90%;
+  text-transform: uppercase;
+}
+
+.blockquote {
+  margin-bottom: 1rem;
+  font-size: 1.25rem;
+}
+
+.blockquote-footer {
+  display: block;
+  font-size: 80%;
+  color: #6c757d;
+}
+
+.blockquote-footer::before {
+  content: "\2014\00A0";
+}
+
+.img-fluid {
+  max-width: 100%;
+  height: auto;
+}
+
+.img-thumbnail {
+  padding: 0.25rem;
+  background-color: #fff;
+  border: 1px solid #dee2e6;
+  border-radius: 0.25rem;
+  max-width: 100%;
+  height: auto;
+}
+
+.figure {
+  display: inline-block;
+}
+
+.figure-img {
+  margin-bottom: 0.5rem;
+  line-height: 1;
+}
+
+.figure-caption {
+  font-size: 90%;
+  color: #6c757d;
+}
+
+code {
+  font-size: 87.5%;
+  color: #e83e8c;
+  word-break: break-word;
+}
+
+a > code {
+  color: inherit;
+}
+
+kbd {
+  padding: 0.2rem 0.4rem;
+  font-size: 87.5%;
+  color: #fff;
+  background-color: #212529;
+  border-radius: 0.2rem;
+}
+
+kbd kbd {
+  padding: 0;
+  font-size: 100%;
+  font-weight: 700;
+}
+
+pre {
+  display: block;
+  font-size: 87.5%;
+  color: #212529;
+}
+
+pre code {
+  font-size: inherit;
+  color: inherit;
+  word-break: normal;
+}
+
+.pre-scrollable {
+  max-height: 340px;
+  overflow-y: scroll;
+}
+
+.container {
+  width: 100%;
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+@media (min-width: 576px) {
+  .container {
+    max-width: 540px;
+  }
+}
+
+@media (min-width: 768px) {
+  .container {
+    max-width: 720px;
+  }
+}
+
+@media (min-width: 992px) {
+  .container {
+    max-width: 960px;
+  }
+}
+
+@media (min-width: 1200px) {
+  .container {
+    max-width: 1140px;
+  }
+}
+
+.container-fluid {
+  width: 100%;
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+.row {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+  margin-right: -15px;
+  margin-left: -15px;
+}
+
+.no-gutters {
+  margin-right: 0;
+  margin-left: 0;
+}
+
+.no-gutters > .col,
+.no-gutters > [class*="col-"] {
+  padding-right: 0;
+  padding-left: 0;
+}
+
+.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
+.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
+.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
+.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
+.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
+.col-xl-auto {
+  position: relative;
+  width: 100%;
+  padding-right: 15px;
+  padding-left: 15px;
+}
+
+.col {
+  -ms-flex-preferred-size: 0;
+  flex-basis: 0;
+  -ms-flex-positive: 1;
+  flex-grow: 1;
+  max-width: 100%;
+}
+
+.col-auto {
+  -ms-flex: 0 0 auto;
+  flex: 0 0 auto;
+  width: auto;
+  max-width: 100%;
+}
+
+.col-1 {
+  -ms-flex: 0 0 8.333333%;
+  flex: 0 0 8.333333%;
+  max-width: 8.333333%;
+}
+
+.col-2 {
+  -ms-flex: 0 0 16.666667%;
+  flex: 0 0 16.666667%;
+  max-width: 16.666667%;
+}
+
+.col-3 {
+  -ms-flex: 0 0 25%;
+  flex: 0 0 25%;
+  max-width: 25%;
+}
+
+.col-4 {
+  -ms-flex: 0 0 33.333333%;
+  flex: 0 0 33.333333%;
+  max-width: 33.333333%;
+}
+
+.col-5 {
+  -ms-flex: 0 0 41.666667%;
+  flex: 0 0 41.666667%;
+  max-width: 41.666667%;
+}
+
+.col-6 {
+  -ms-flex: 0 0 50%;
+  flex: 0 0 50%;
+  max-width: 50%;
+}
+
+.col-7 {
+  -ms-flex: 0 0 58.333333%;
+  flex: 0 0 58.333333%;
+  max-width: 58.333333%;
+}
+
+.col-8 {
+  -ms-flex: 0 0 66.666667%;
+  flex: 0 0 66.666667%;
+  max-width: 66.666667%;
+}
+
+.col-9 {
+  -ms-flex: 0 0 75%;
+  flex: 0 0 75%;
+  max-width: 75%;
+}
+
+.col-10 {
+  -ms-flex: 0 0 83.333333%;
+  flex: 0 0 83.333333%;
+  max-width: 83.333333%;
+}
+
+.col-11 {
+  -ms-flex: 0 0 91.666667%;
+  flex: 0 0 91.666667%;
+  max-width: 91.666667%;
+}
+
+.col-12 {
+  -ms-flex: 0 0 100%;
+  flex: 0 0 100%;
+  max-width: 100%;
+}
+
+.order-first {
+  -ms-flex-order: -1;
+  order: -1;
+}
+
+.order-last {
+  -ms-flex-order: 13;
+  order: 13;
+}
+
+.order-0 {
+  -ms-flex-order: 0;
+  order: 0;
+}
+
+.order-1 {
+  -ms-flex-order: 1;
+  order: 1;
+}
+
+.order-2 {
+  -ms-flex-order: 2;
+  order: 2;
+}
+
+.order-3 {
+  -ms-flex-order: 3;
+  order: 3;
+}
+
+.order-4 {
+  -ms-flex-order: 4;
+  order: 4;
+}
+
+.order-5 {
+  -ms-flex-order: 5;
+  order: 5;
+}
+
+.order-6 {
+  -ms-flex-order: 6;
+  order: 6;
+}
+
+.order-7 {
+  -ms-flex-order: 7;
+  order: 7;
+}
+
+.order-8 {
+  -ms-flex-order: 8;
+  order: 8;
+}
+
+.order-9 {
+  -ms-flex-order: 9;
+  order: 9;
+}
+
+.order-10 {
+  -ms-flex-order: 10;
+  order: 10;
+}
+
+.order-11 {
+  -ms-flex-order: 11;
+  order: 11;
+}
+
+.order-12 {
+  -ms-flex-order: 12;
+  order: 12;
+}
+
+.offset-1 {
+  margin-left: 8.333333%;
+}
+
+.offset-2 {
+  margin-left: 16.666667%;
+}
+
+.offset-3 {
+  margin-left: 25%;
+}
+
+.offset-4 {
+  margin-left: 33.333333%;
+}
+
+.offset-5 {
+  margin-left: 41.666667%;
+}
+
+.offset-6 {
+  margin-left: 50%;
+}
+
+.offset-7 {
+  margin-left: 58.333333%;
+}
+
+.offset-8 {
+  margin-left: 66.666667%;
+}
+
+.offset-9 {
+  margin-left: 75%;
+}
+
+.offset-10 {
+  margin-left: 83.333333%;
+}
+
+.offset-11 {
+  margin-left: 91.666667%;
+}
+
+@media (min-width: 576px) {
+  .col-sm {
+    -ms-flex-preferred-size: 0;
+    flex-basis: 0;
+    -ms-flex-positive: 1;
+    flex-grow: 1;
+    max-width: 100%;
+  }
+  .col-sm-auto {
+    -ms-flex: 0 0 auto;
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%;
+  }
+  .col-sm-1 {
+    -ms-flex: 0 0 8.333333%;
+    flex: 0 0 8.333333%;
+    max-width: 8.333333%;
+  }
+  .col-sm-2 {
+    -ms-flex: 0 0 16.666667%;
+    flex: 0 0 16.666667%;
+    max-width: 16.666667%;
+  }
+  .col-sm-3 {
+    -ms-flex: 0 0 25%;
+    flex: 0 0 25%;
+    max-width: 25%;
+  }
+  .col-sm-4 {
+    -ms-flex: 0 0 33.333333%;
+    flex: 0 0 33.333333%;
+    max-width: 33.333333%;
+  }
+  .col-sm-5 {
+    -ms-flex: 0 0 41.666667%;
+    flex: 0 0 41.666667%;
+    max-width: 41.666667%;
+  }
+  .col-sm-6 {
+    -ms-flex: 0 0 50%;
+    flex: 0 0 50%;
+    max-width: 50%;
+  }
+  .col-sm-7 {
+    -ms-flex: 0 0 58.333333%;
+    flex: 0 0 58.333333%;
+    max-width: 58.333333%;
+  }
+  .col-sm-8 {
+    -ms-flex: 0 0 66.666667%;
+    flex: 0 0 66.666667%;
+    max-width: 66.666667%;
+  }
+  .col-sm-9 {
+    -ms-flex: 0 0 75%;
+    flex: 0 0 75%;
+    max-width: 75%;
+  }
+  .col-sm-10 {
+    -ms-flex: 0 0 83.333333%;
+    flex: 0 0 83.333333%;
+    max-width: 83.333333%;
+  }
+  .col-sm-11 {
+    -ms-flex: 0 0 91.666667%;
+    flex: 0 0 91.666667%;
+    max-width: 91.666667%;
+  }
+  .col-sm-12 {
+    -ms-flex: 0 0 100%;
+    flex: 0 0 100%;
+    max-width: 100%;
+  }
+  .order-sm-first {
+    -ms-flex-order: -1;
+    order: -1;
+  }
+  .order-sm-last {
+    -ms-flex-order: 13;
+    order: 13;
+  }
+  .order-sm-0 {
+    -ms-flex-order: 0;
+    order: 0;
+  }
+  .order-sm-1 {
+    -ms-flex-order: 1;
+    order: 1;
+  }
+  .order-sm-2 {
+    -ms-flex-order: 2;
+    order: 2;
+  }
+  .order-sm-3 {
+    -ms-flex-order: 3;
+    order: 3;
+  }
+  .order-sm-4 {
+    -ms-flex-order: 4;
+    order: 4;
+  }
+  .order-sm-5 {
+    -ms-flex-order: 5;
+    order: 5;
+  }
+  .order-sm-6 {
+    -ms-flex-order: 6;
+    order: 6;
+  }
+  .order-sm-7 {
+    -ms-flex-order: 7;
+    order: 7;
+  }
+  .order-sm-8 {
+    -ms-flex-order: 8;
+    order: 8;
+  }
+  .order-sm-9 {
+    -ms-flex-order: 9;
+    order: 9;
+  }
+  .order-sm-10 {
+    -ms-flex-order: 10;
+    order: 10;
+  }
+  .order-sm-11 {
+    -ms-flex-order: 11;
+    order: 11;
+  }
+  .order-sm-12 {
+    -ms-flex-order: 12;
+    order: 12;
+  }
+  .offset-sm-0 {
+    margin-left: 0;
+  }
+  .offset-sm-1 {
+    margin-left: 8.333333%;
+  }
+  .offset-sm-2 {
+    margin-left: 16.666667%;
+  }
+  .offset-sm-3 {
+    margin-left: 25%;
+  }
+  .offset-sm-4 {
+    margin-left: 33.333333%;
+  }
+  .offset-sm-5 {
+    margin-left: 41.666667%;
+  }
+  .offset-sm-6 {
+    margin-left: 50%;
+  }
+  .offset-sm-7 {
+    margin-left: 58.333333%;
+  }
+  .offset-sm-8 {
+    margin-left: 66.666667%;
+  }
+  .offset-sm-9 {
+    margin-left: 75%;
+  }
+  .offset-sm-10 {
+    margin-left: 83.333333%;
+  }
+  .offset-sm-11 {
+    margin-left: 91.666667%;
+  }
+}
+
+@media (min-width: 768px) {
+  .col-md {
+    -ms-flex-preferred-size: 0;
+    flex-basis: 0;
+    -ms-flex-positive: 1;
+    flex-grow: 1;
+    max-width: 100%;
+  }
+  .col-md-auto {
+    -ms-flex: 0 0 auto;
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%;
+  }
+  .col-md-1 {
+    -ms-flex: 0 0 8.333333%;
+    flex: 0 0 8.333333%;
+    max-width: 8.333333%;
+  }
+  .col-md-2 {
+    -ms-flex: 0 0 16.666667%;
+    flex: 0 0 16.666667%;
+    max-width: 16.666667%;
+  }
+  .col-md-3 {
+    -ms-flex: 0 0 25%;
+    flex: 0 0 25%;
+    max-width: 25%;
+  }
+  .col-md-4 {
+    -ms-flex: 0 0 33.333333%;
+    flex: 0 0 33.333333%;
+    max-width: 33.333333%;
+  }
+  .col-md-5 {
+    -ms-flex: 0 0 41.666667%;
+    flex: 0 0 41.666667%;
+    max-width: 41.666667%;
+  }
+  .col-md-6 {
+    -ms-flex: 0 0 50%;
+    flex: 0 0 50%;
+    max-width: 50%;
+  }
+  .col-md-7 {
+    -ms-flex: 0 0 58.333333%;
+    flex: 0 0 58.333333%;
+    max-width: 58.333333%;
+  }
+  .col-md-8 {
+    -ms-flex: 0 0 66.666667%;
+    flex: 0 0 66.666667%;
+    max-width: 66.666667%;
+  }
+  .col-md-9 {
+    -ms-flex: 0 0 75%;
+    flex: 0 0 75%;
+    max-width: 75%;
+  }
+  .col-md-10 {
+    -ms-flex: 0 0 83.333333%;
+    flex: 0 0 83.333333%;
+    max-width: 83.333333%;
+  }
+  .col-md-11 {
+    -ms-flex: 0 0 91.666667%;
+    flex: 0 0 91.666667%;
+    max-width: 91.666667%;
+  }
+  .col-md-12 {
+    -ms-flex: 0 0 100%;
+    flex: 0 0 100%;
+    max-width: 100%;
+  }
+  .order-md-first {
+    -ms-flex-order: -1;
+    order: -1;
+  }
+  .order-md-last {
+    -ms-flex-order: 13;
+    order: 13;
+  }
+  .order-md-0 {
+    -ms-flex-order: 0;
+    order: 0;
+  }
+  .order-md-1 {
+    -ms-flex-order: 1;
+    order: 1;
+  }
+  .order-md-2 {
+    -ms-flex-order: 2;
+    order: 2;
+  }
+  .order-md-3 {
+    -ms-flex-order: 3;
+    order: 3;
+  }
+  .order-md-4 {
+    -ms-flex-order: 4;
+    order: 4;
+  }
+  .order-md-5 {
+    -ms-flex-order: 5;
+    order: 5;
+  }
+  .order-md-6 {
+    -ms-flex-order: 6;
+    order: 6;
+  }
+  .order-md-7 {
+    -ms-flex-order: 7;
+    order: 7;
+  }
+  .order-md-8 {
+    -ms-flex-order: 8;
+    order: 8;
+  }
+  .order-md-9 {
+    -ms-flex-order: 9;
+    order: 9;
+  }
+  .order-md-10 {
+    -ms-flex-order: 10;
+    order: 10;
+  }
+  .order-md-11 {
+    -ms-flex-order: 11;
+    order: 11;
+  }
+  .order-md-12 {
+    -ms-flex-order: 12;
+    order: 12;
+  }
+  .offset-md-0 {
+    margin-left: 0;
+  }
+  .offset-md-1 {
+    margin-left: 8.333333%;
+  }
+  .offset-md-2 {
+    margin-left: 16.666667%;
+  }
+  .offset-md-3 {
+    margin-left: 25%;
+  }
+  .offset-md-4 {
+    margin-left: 33.333333%;
+  }
+  .offset-md-5 {
+    margin-left: 41.666667%;
+  }
+  .offset-md-6 {
+    margin-left: 50%;
+  }
+  .offset-md-7 {
+    margin-left: 58.333333%;
+  }
+  .offset-md-8 {
+    margin-left: 66.666667%;
+  }
+  .offset-md-9 {
+    margin-left: 75%;
+  }
+  .offset-md-10 {
+    margin-left: 83.333333%;
+  }
+  .offset-md-11 {
+    margin-left: 91.666667%;
+  }
+}
+
+@media (min-width: 992px) {
+  .col-lg {
+    -ms-flex-preferred-size: 0;
+    flex-basis: 0;
+    -ms-flex-positive: 1;
+    flex-grow: 1;
+    max-width: 100%;
+  }
+  .col-lg-auto {
+    -ms-flex: 0 0 auto;
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%;
+  }
+  .col-lg-1 {
+    -ms-flex: 0 0 8.333333%;
+    flex: 0 0 8.333333%;
+    max-width: 8.333333%;
+  }
+  .col-lg-2 {
+    -ms-flex: 0 0 16.666667%;
+    flex: 0 0 16.666667%;
+    max-width: 16.666667%;
+  }
+  .col-lg-3 {
+    -ms-flex: 0 0 25%;
+    flex: 0 0 25%;
+    max-width: 25%;
+  }
+  .col-lg-4 {
+    -ms-flex: 0 0 33.333333%;
+    flex: 0 0 33.333333%;
+    max-width: 33.333333%;
+  }
+  .col-lg-5 {
+    -ms-flex: 0 0 41.666667%;
+    flex: 0 0 41.666667%;
+    max-width: 41.666667%;
+  }
+  .col-lg-6 {
+    -ms-flex: 0 0 50%;
+    flex: 0 0 50%;
+    max-width: 50%;
+  }
+  .col-lg-7 {
+    -ms-flex: 0 0 58.333333%;
+    flex: 0 0 58.333333%;
+    max-width: 58.333333%;
+  }
+  .col-lg-8 {
+    -ms-flex: 0 0 66.666667%;
+    flex: 0 0 66.666667%;
+    max-width: 66.666667%;
+  }
+  .col-lg-9 {
+    -ms-flex: 0 0 75%;
+    flex: 0 0 75%;
+    max-width: 75%;
+  }
+  .col-lg-10 {
+    -ms-flex: 0 0 83.333333%;
+    flex: 0 0 83.333333%;
+    max-width: 83.333333%;
+  }
+  .col-lg-11 {
+    -ms-flex: 0 0 91.666667%;
+    flex: 0 0 91.666667%;
+    max-width: 91.666667%;
+  }
+  .col-lg-12 {
+    -ms-flex: 0 0 100%;
+    flex: 0 0 100%;
+    max-width: 100%;
+  }
+  .order-lg-first {
+    -ms-flex-order: -1;
+    order: -1;
+  }
+  .order-lg-last {
+    -ms-flex-order: 13;
+    order: 13;
+  }
+  .order-lg-0 {
+    -ms-flex-order: 0;
+    order: 0;
+  }
+  .order-lg-1 {
+    -ms-flex-order: 1;
+    order: 1;
+  }
+  .order-lg-2 {
+    -ms-flex-order: 2;
+    order: 2;
+  }
+  .order-lg-3 {
+    -ms-flex-order: 3;
+    order: 3;
+  }
+  .order-lg-4 {
+    -ms-flex-order: 4;
+    order: 4;
+  }
+  .order-lg-5 {
+    -ms-flex-order: 5;
+    order: 5;
+  }
+  .order-lg-6 {
+    -ms-flex-order: 6;
+    order: 6;
+  }
+  .order-lg-7 {
+    -ms-flex-order: 7;
+    order: 7;
+  }
+  .order-lg-8 {
+    -ms-flex-order: 8;
+    order: 8;
+  }
+  .order-lg-9 {
+    -ms-flex-order: 9;
+    order: 9;
+  }
+  .order-lg-10 {
+    -ms-flex-order: 10;
+    order: 10;
+  }
+  .order-lg-11 {
+    -ms-flex-order: 11;
+    order: 11;
+  }
+  .order-lg-12 {
+    -ms-flex-order: 12;
+    order: 12;
+  }
+  .offset-lg-0 {
+    margin-left: 0;
+  }
+  .offset-lg-1 {
+    margin-left: 8.333333%;
+  }
+  .offset-lg-2 {
+    margin-left: 16.666667%;
+  }
+  .offset-lg-3 {
+    margin-left: 25%;
+  }
+  .offset-lg-4 {
+    margin-left: 33.333333%;
+  }
+  .offset-lg-5 {
+    margin-left: 41.666667%;
+  }
+  .offset-lg-6 {
+    margin-left: 50%;
+  }
+  .offset-lg-7 {
+    margin-left: 58.333333%;
+  }
+  .offset-lg-8 {
+    margin-left: 66.666667%;
+  }
+  .offset-lg-9 {
+    margin-left: 75%;
+  }
+  .offset-lg-10 {
+    margin-left: 83.333333%;
+  }
+  .offset-lg-11 {
+    margin-left: 91.666667%;
+  }
+}
+
+@media (min-width: 1200px) {
+  .col-xl {
+    -ms-flex-preferred-size: 0;
+    flex-basis: 0;
+    -ms-flex-positive: 1;
+    flex-grow: 1;
+    max-width: 100%;
+  }
+  .col-xl-auto {
+    -ms-flex: 0 0 auto;
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%;
+  }
+  .col-xl-1 {
+    -ms-flex: 0 0 8.333333%;
+    flex: 0 0 8.333333%;
+    max-width: 8.333333%;
+  }
+  .col-xl-2 {
+    -ms-flex: 0 0 16.666667%;
+    flex: 0 0 16.666667%;
+    max-width: 16.666667%;
+  }
+  .col-xl-3 {
+    -ms-flex: 0 0 25%;
+    flex: 0 0 25%;
+    max-width: 25%;
+  }
+  .col-xl-4 {
+    -ms-flex: 0 0 33.333333%;
+    flex: 0 0 33.333333%;
+    max-width: 33.333333%;
+  }
+  .col-xl-5 {
+    -ms-flex: 0 0 41.666667%;
+    flex: 0 0 41.666667%;
+    max-width: 41.666667%;
+  }
+  .col-xl-6 {
+    -ms-flex: 0 0 50%;
+    flex: 0 0 50%;
+    max-width: 50%;
+  }
+  .col-xl-7 {
+    -ms-flex: 0 0 58.333333%;
+    flex: 0 0 58.333333%;
+    max-width: 58.333333%;
+  }
+  .col-xl-8 {
+    -ms-flex: 0 0 66.666667%;
+    flex: 0 0 66.666667%;
+    max-width: 66.666667%;
+  }
+  .col-xl-9 {
+    -ms-flex: 0 0 75%;
+    flex: 0 0 75%;
+    max-width: 75%;
+  }
+  .col-xl-10 {
+    -ms-flex: 0 0 83.333333%;
+    flex: 0 0 83.333333%;
+    max-width: 83.333333%;
+  }
+  .col-xl-11 {
+    -ms-flex: 0 0 91.666667%;
+    flex: 0 0 91.666667%;
+    max-width: 91.666667%;
+  }
+  .col-xl-12 {
+    -ms-flex: 0 0 100%;
+    flex: 0 0 100%;
+    max-width: 100%;
+  }
+  .order-xl-first {
+    -ms-flex-order: -1;
+    order: -1;
+  }
+  .order-xl-last {
+    -ms-flex-order: 13;
+    order: 13;
+  }
+  .order-xl-0 {
+    -ms-flex-order: 0;
+    order: 0;
+  }
+  .order-xl-1 {
+    -ms-flex-order: 1;
+    order: 1;
+  }
+  .order-xl-2 {
+    -ms-flex-order: 2;
+    order: 2;
+  }
+  .order-xl-3 {
+    -ms-flex-order: 3;
+    order: 3;
+  }
+  .order-xl-4 {
+    -ms-flex-order: 4;
+    order: 4;
+  }
+  .order-xl-5 {
+    -ms-flex-order: 5;
+    order: 5;
+  }
+  .order-xl-6 {
+    -ms-flex-order: 6;
+    order: 6;
+  }
+  .order-xl-7 {
+    -ms-flex-order: 7;
+    order: 7;
+  }
+  .order-xl-8 {
+    -ms-flex-order: 8;
+    order: 8;
+  }
+  .order-xl-9 {
+    -ms-flex-order: 9;
+    order: 9;
+  }
+  .order-xl-10 {
+    -ms-flex-order: 10;
+    order: 10;
+  }
+  .order-xl-11 {
+    -ms-flex-order: 11;
+    order: 11;
+  }
+  .order-xl-12 {
+    -ms-flex-order: 12;
+    order: 12;
+  }
+  .offset-xl-0 {
+    margin-left: 0;
+  }
+  .offset-xl-1 {
+    margin-left: 8.333333%;
+  }
+  .offset-xl-2 {
+    margin-left: 16.666667%;
+  }
+  .offset-xl-3 {
+    margin-left: 25%;
+  }
+  .offset-xl-4 {
+    margin-left: 33.333333%;
+  }
+  .offset-xl-5 {
+    margin-left: 41.666667%;
+  }
+  .offset-xl-6 {
+    margin-left: 50%;
+  }
+  .offset-xl-7 {
+    margin-left: 58.333333%;
+  }
+  .offset-xl-8 {
+    margin-left: 66.666667%;
+  }
+  .offset-xl-9 {
+    margin-left: 75%;
+  }
+  .offset-xl-10 {
+    margin-left: 83.333333%;
+  }
+  .offset-xl-11 {
+    margin-left: 91.666667%;
+  }
+}
+
+.table {
+  width: 100%;
+  margin-bottom: 1rem;
+  background-color: transparent;
+}
+
+.table th,
+.table td {
+  padding: 0.75rem;
+  vertical-align: top;
+  border-top: 1px solid #dee2e6;
+}
+
+.table thead th {
+  vertical-align: bottom;
+  border-bottom: 2px solid #dee2e6;
+}
+
+.table tbody + tbody {
+  border-top: 2px solid #dee2e6;
+}
+
+.table .table {
+  background-color: #fff;
+}
+
+.table-sm th,
+.table-sm td {
+  padding: 0.3rem;
+}
+
+.table-bordered {
+  border: 1px solid #dee2e6;
+}
+
+.table-bordered th,
+.table-bordered td {
+  border: 1px solid #dee2e6;
+}
+
+.table-bordered thead th,
+.table-bordered thead td {
+  border-bottom-width: 2px;
+}
+
+.table-borderless th,
+.table-borderless td,
+.table-borderless thead th,
+.table-borderless tbody + tbody {
+  border: 0;
+}
+
+.table-striped tbody tr:nth-of-type(odd) {
+  background-color: rgba(0, 0, 0, 0.05);
+}
+
+.table-hover tbody tr:hover {
+  background-color: rgba(0, 0, 0, 0.075);
+}
+
+.table-primary,
+.table-primary > th,
+.table-primary > td {
+  background-color: #b8daff;
+}
+
+.table-primary th,
+.table-primary td,
+.table-primary thead th,
+.table-primary tbody + tbody {
+  border-color: #7abaff;
+}
+
+.table-hover .table-primary:hover {
+  background-color: #9fcdff;
+}
+
+.table-hover .table-primary:hover > td,
+.table-hover .table-primary:hover > th {
+  background-color: #9fcdff;
+}
+
+.table-secondary,
+.table-secondary > th,
+.table-secondary > td {
+  background-color: #d6d8db;
+}
+
+.table-secondary th,
+.table-secondary td,
+.table-secondary thead th,
+.table-secondary tbody + tbody {
+  border-color: #b3b7bb;
+}
+
+.table-hover .table-secondary:hover {
+  background-color: #c8cbcf;
+}
+
+.table-hover .table-secondary:hover > td,
+.table-hover .table-secondary:hover > th {
+  background-color: #c8cbcf;
+}
+
+.table-success,
+.table-success > th,
+.table-success > td {
+  background-color: #c3e6cb;
+}
+
+.table-success th,
+.table-success td,
+.table-success thead th,
+.table-success tbody + tbody {
+  border-color: #8fd19e;
+}
+
+.table-hover .table-success:hover {
+  background-color: #b1dfbb;
+}
+
+.table-hover .table-success:hover > td,
+.table-hover .table-success:hover > th {
+  background-color: #b1dfbb;
+}
+
+.table-info,
+.table-info > th,
+.table-info > td {
+  background-color: #bee5eb;
+}
+
+.table-info th,
+.table-info td,
+.table-info thead th,
+.table-info tbody + tbody {
+  border-color: #86cfda;
+}
+
+.table-hover .table-info:hover {
+  background-color: #abdde5;
+}
+
+.table-hover .table-info:hover > td,
+.table-hover .table-info:hover > th {
+  background-color: #abdde5;
+}
+
+.table-warning,
+.table-warning > th,
+.table-warning > td {
+  background-color: #ffeeba;
+}
+
+.table-warning th,
+.table-warning td,
+.table-warning thead th,
+.table-warning tbody + tbody {
+  border-color: #ffdf7e;
+}
+
+.table-hover .table-warning:hover {
+  background-color: #ffe8a1;
+}
+
+.table-hover .table-warning:hover > td,
+.table-hover .table-warning:hover > th {
+  background-color: #ffe8a1;
+}
+
+.table-danger,
+.table-danger > th,
+.table-danger > td {
+  background-color: #f5c6cb;
+}
+
+.table-danger th,
+.table-danger td,
+.table-danger thead th,
+.table-danger tbody + tbody {
+  border-color: #ed969e;
+}
+
+.table-hover .table-danger:hover {
+  background-color: #f1b0b7;
+}
+
+.table-hover .table-danger:hover > td,
+.table-hover .table-danger:hover > th {
+  background-color: #f1b0b7;
+}
+
+.table-light,
+.table-light > th,
+.table-light > td {
+  background-color: #fdfdfe;
+}
+
+.table-light th,
+.table-light td,
+.table-light thead th,
+.table-light tbody + tbody {
+  border-color: #fbfcfc;
+}
+
+.table-hover .table-light:hover {
+  background-color: #ececf6;
+}
+
+.table-hover .table-light:hover > td,
+.table-hover .table-light:hover > th {
+  background-color: #ececf6;
+}
+
+.table-dark,
+.table-dark > th,
+.table-dark > td {
+  background-color: #c6c8ca;
+}
+
+.table-dark th,
+.table-dark td,
+.table-dark thead th,
+.table-dark tbody + tbody {
+  border-color: #95999c;
+}
+
+.table-hover .table-dark:hover {
+  background-color: #b9bbbe;
+}
+
+.table-hover .table-dark:hover > td,
+.table-hover .table-dark:hover > th {
+  background-color: #b9bbbe;
+}
+
+.table-active,
+.table-active > th,
+.table-active > td {
+  background-color: rgba(0, 0, 0, 0.075);
+}
+
+.table-hover .table-active:hover {
+  background-color: rgba(0, 0, 0, 0.075);
+}
+
+.table-hover .table-active:hover > td,
+.table-hover .table-active:hover > th {
+  background-color: rgba(0, 0, 0, 0.075);
+}
+
+.table .thead-dark th {
+  color: #fff;
+  background-color: #212529;
+  border-color: #32383e;
+}
+
+.table .thead-light th {
+  color: #495057;
+  background-color: #e9ecef;
+  border-color: #dee2e6;
+}
+
+.table-dark {
+  color: #fff;
+  background-color: #212529;
+}
+
+.table-dark th,
+.table-dark td,
+.table-dark thead th {
+  border-color: #32383e;
+}
+
+.table-dark.table-bordered {
+  border: 0;
+}
+
+.table-dark.table-striped tbody tr:nth-of-type(odd) {
+  background-color: rgba(255, 255, 255, 0.05);
+}
+
+.table-dark.table-hover tbody tr:hover {
+  background-color: rgba(255, 255, 255, 0.075);
+}
+
+@media (max-width: 575.98px) {
+  .table-responsive-sm {
+    display: block;
+    width: 100%;
+    overflow-x: auto;
+    -webkit-overflow-scrolling: touch;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+  }
+  .table-responsive-sm > .table-bordered {
+    border: 0;
+  }
+}
+
+@media (max-width: 767.98px) {
+  .table-responsive-md {
+    display: block;
+    width: 100%;
+    overflow-x: auto;
+    -webkit-overflow-scrolling: touch;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+  }
+  .table-responsive-md > .table-bordered {
+    border: 0;
+  }
+}
+
+@media (max-width: 991.98px) {
+  .table-responsive-lg {
+    display: block;
+    width: 100%;
+    overflow-x: auto;
+    -webkit-overflow-scrolling: touch;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+  }
+  .table-responsive-lg > .table-bordered {
+    border: 0;
+  }
+}
+
+@media (max-width: 1199.98px) {
+  .table-responsive-xl {
+    display: block;
+    width: 100%;
+    overflow-x: auto;
+    -webkit-overflow-scrolling: touch;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+  }
+  .table-responsive-xl > .table-bordered {
+    border: 0;
+  }
+}
+
+.table-responsive {
+  display: block;
+  width: 100%;
+  overflow-x: auto;
+  -webkit-overflow-scrolling: touch;
+  -ms-overflow-style: -ms-autohiding-scrollbar;
+}
+
+.table-responsive > .table-bordered {
+  border: 0;
+}
+
+.form-control {
+  display: block;
+  width: 100%;
+  height: calc(2.25rem + 2px);
+  padding: 0.375rem 0.75rem;
+  font-size: 1rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #495057;
+  background-color: #fff;
+  background-clip: padding-box;
+  border: 1px solid #ced4da;
+  border-radius: 0.25rem;
+  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .form-control {
+    transition: none;
+  }
+}
+
+.form-control::-ms-expand {
+  background-color: transparent;
+  border: 0;
+}
+
+.form-control:focus {
+  color: #495057;
+  background-color: #fff;
+  border-color: #80bdff;
+  outline: 0;
+  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+}
+
+.form-control::-webkit-input-placeholder {
+  color: #6c757d;
+  opacity: 1;
+}
+
+.form-control::-moz-placeholder {
+  color: #6c757d;
+  opacity: 1;
+}
+
+.form-control:-ms-input-placeholder {
+  color: #6c757d;
+  opacity: 1;
+}
+
+.form-control::-ms-input-placeholder {
+  color: #6c757d;
+  opacity: 1;
+}
+
+.form-control::placeholder {
+  color: #6c757d;
+  opacity: 1;
+}
+
+.form-control:disabled, .form-control[readonly] {
+  background-color: #e9ecef;
+  opacity: 1;
+}
+
+select.form-control:focus::-ms-value {
+  color: #495057;
+  background-color: #fff;
+}
+
+.form-control-file,
+.form-control-range {
+  display: block;
+  width: 100%;
+}
+
+.col-form-label {
+  padding-top: calc(0.375rem + 1px);
+  padding-bottom: calc(0.375rem + 1px);
+  margin-bottom: 0;
+  font-size: inherit;
+  line-height: 1.5;
+}
+
+.col-form-label-lg {
+  padding-top: calc(0.5rem + 1px);
+  padding-bottom: calc(0.5rem + 1px);
+  font-size: 1.25rem;
+  line-height: 1.5;
+}
+
+.col-form-label-sm {
+  padding-top: calc(0.25rem + 1px);
+  padding-bottom: calc(0.25rem + 1px);
+  font-size: 0.875rem;
+  line-height: 1.5;
+}
+
+.form-control-plaintext {
+  display: block;
+  width: 100%;
+  padding-top: 0.375rem;
+  padding-bottom: 0.375rem;
+  margin-bottom: 0;
+  line-height: 1.5;
+  color: #212529;
+  background-color: transparent;
+  border: solid transparent;
+  border-width: 1px 0;
+}
+
+.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
+  padding-right: 0;
+  padding-left: 0;
+}
+
+.form-control-sm {
+  height: calc(1.8125rem + 2px);
+  padding: 0.25rem 0.5rem;
+  font-size: 0.875rem;
+  line-height: 1.5;
+  border-radius: 0.2rem;
+}
+
+.form-control-lg {
+  height: calc(2.875rem + 2px);
+  padding: 0.5rem 1rem;
+  font-size: 1.25rem;
+  line-height: 1.5;
+  border-radius: 0.3rem;
+}
+
+select.form-control[size], select.form-control[multiple] {
+  height: auto;
+}
+
+textarea.form-control {
+  height: auto;
+}
+
+.form-group {
+  margin-bottom: 1rem;
+}
+
+.form-text {
+  display: block;
+  margin-top: 0.25rem;
+}
+
+.form-row {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+  margin-right: -5px;
+  margin-left: -5px;
+}
+
+.form-row > .col,
+.form-row > [class*="col-"] {
+  padding-right: 5px;
+  padding-left: 5px;
+}
+
+.form-check {
+  position: relative;
+  display: block;
+  padding-left: 1.25rem;
+}
+
+.form-check-input {
+  position: absolute;
+  margin-top: 0.3rem;
+  margin-left: -1.25rem;
+}
+
+.form-check-input:disabled ~ .form-check-label {
+  color: #6c757d;
+}
+
+.form-check-label {
+  margin-bottom: 0;
+}
+
+.form-check-inline {
+  display: -ms-inline-flexbox;
+  display: inline-flex;
+  -ms-flex-align: center;
+  align-items: center;
+  padding-left: 0;
+  margin-right: 0.75rem;
+}
+
+.form-check-inline .form-check-input {
+  position: static;
+  margin-top: 0;
+  margin-right: 0.3125rem;
+  margin-left: 0;
+}
+
+.valid-feedback {
+  display: none;
+  width: 100%;
+  margin-top: 0.25rem;
+  font-size: 80%;
+  color: #28a745;
+}
+
+.valid-tooltip {
+  position: absolute;
+  top: 100%;
+  z-index: 5;
+  display: none;
+  max-width: 100%;
+  padding: 0.25rem 0.5rem;
+  margin-top: .1rem;
+  font-size: 0.875rem;
+  line-height: 1.5;
+  color: #fff;
+  background-color: rgba(40, 167, 69, 0.9);
+  border-radius: 0.25rem;
+}
+
+.was-validated .form-control:valid, .form-control.is-valid {
+  border-color: #28a745;
+  padding-right: 2.25rem;
+  background-repeat: no-repeat;
+  background-position: center right calc(2.25rem / 4);
+  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
+}
+
+.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
+  border-color: #28a745;
+  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+}
+
+.was-validated .form-control:valid ~ .valid-feedback,
+.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
+.form-control.is-valid ~ .valid-tooltip {
+  display: block;
+}
+
+.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
+  padding-right: 2.25rem;
+  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
+}
+
+.was-validated .custom-select:valid, .custom-select.is-valid {
+  border-color: #28a745;
+  padding-right: 3.4375rem;
+  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
+}
+
+.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
+  border-color: #28a745;
+  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+}
+
+.was-validated .custom-select:valid ~ .valid-feedback,
+.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
+.custom-select.is-valid ~ .valid-tooltip {
+  display: block;
+}
+
+.was-validated .form-control-file:valid ~ .valid-feedback,
+.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
+.form-control-file.is-valid ~ .valid-tooltip {
+  display: block;
+}
+
+.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
+  color: #28a745;
+}
+
+.was-validated .form-check-input:valid ~ .valid-feedback,
+.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
+.form-check-input.is-valid ~ .valid-tooltip {
+  display: block;
+}
+
+.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
+  color: #28a745;
+}
+
+.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
+  border-color: #28a745;
+}
+
+.was-validated .custom-control-input:valid ~ .valid-feedback,
+.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
+.custom-control-input.is-valid ~ .valid-tooltip {
+  display: block;
+}
+
+.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
+  border-color: #34ce57;
+  background-color: #34ce57;
+}
+
+.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
+  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+}
+
+.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
+  border-color: #28a745;
+}
+
+.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
+  border-color: #28a745;
+}
+
+.was-validated .custom-file-input:valid ~ .valid-feedback,
+.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
+.custom-file-input.is-valid ~ .valid-tooltip {
+  display: block;
+}
+
+.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
+  border-color: #28a745;
+  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+}
+
+.invalid-feedback {
+  display: none;
+  width: 100%;
+  margin-top: 0.25rem;
+  font-size: 80%;
+  color: #dc3545;
+}
+
+.invalid-tooltip {
+  position: absolute;
+  top: 100%;
+  z-index: 5;
+  display: none;
+  max-width: 100%;
+  padding: 0.25rem 0.5rem;
+  margin-top: .1rem;
+  font-size: 0.875rem;
+  line-height: 1.5;
+  color: #fff;
+  background-color: rgba(220, 53, 69, 0.9);
+  border-radius: 0.25rem;
+}
+
+.was-validated .form-control:invalid, .form-control.is-invalid {
+  border-color: #dc3545;
+  padding-right: 2.25rem;
+  background-repeat: no-repeat;
+  background-position: center right calc(2.25rem / 4);
+  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
+}
+
+.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
+  border-color: #dc3545;
+  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+}
+
+.was-validated .form-control:invalid ~ .invalid-feedback,
+.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
+.form-control.is-invalid ~ .invalid-tooltip {
+  display: block;
+}
+
+.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
+  padding-right: 2.25rem;
+  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
+}
+
+.was-validated .custom-select:invalid, .custom-select.is-invalid {
+  border-color: #dc3545;
+  padding-right: 3.4375rem;
+  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-rep [...]
+}
+
+.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
+  border-color: #dc3545;
+  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+}
+
+.was-validated .custom-select:invalid ~ .invalid-feedback,
+.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
+.custom-select.is-invalid ~ .invalid-tooltip {
+  display: block;
+}
+
+.was-validated .form-control-file:invalid ~ .invalid-feedback,
+.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
+.form-control-file.is-invalid ~ .invalid-tooltip {
+  display: block;
+}
+
+.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
+  color: #dc3545;
+}
+
+.was-validated .form-check-input:invalid ~ .invalid-feedback,
+.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
+.form-check-input.is-invalid ~ .invalid-tooltip {
+  display: block;
+}
+
+.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
+  color: #dc3545;
+}
+
+.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
+  border-color: #dc3545;
+}
+
+.was-validated .custom-control-input:invalid ~ .invalid-feedback,
+.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
+.custom-control-input.is-invalid ~ .invalid-tooltip {
+  display: block;
+}
+
+.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
+  border-color: #e4606d;
+  background-color: #e4606d;
+}
+
+.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
+  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+}
+
+.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
+  border-color: #dc3545;
+}
+
+.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
+  border-color: #dc3545;
+}
+
+.was-validated .custom-file-input:invalid ~ .invalid-feedback,
+.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
+.custom-file-input.is-invalid ~ .invalid-tooltip {
+  display: block;
+}
+
+.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
+  border-color: #dc3545;
+  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+}
+
+.form-inline {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-flow: row wrap;
+  flex-flow: row wrap;
+  -ms-flex-align: center;
+  align-items: center;
+}
+
+.form-inline .form-check {
+  width: 100%;
+}
+
+@media (min-width: 576px) {
+  .form-inline label {
+    display: -ms-flexbox;
+    display: flex;
+    -ms-flex-align: center;
+    align-items: center;
+    -ms-flex-pack: center;
+    justify-content: center;
+    margin-bottom: 0;
+  }
+  .form-inline .form-group {
+    display: -ms-flexbox;
+    display: flex;
+    -ms-flex: 0 0 auto;
+    flex: 0 0 auto;
+    -ms-flex-flow: row wrap;
+    flex-flow: row wrap;
+    -ms-flex-align: center;
+    align-items: center;
+    margin-bottom: 0;
+  }
+  .form-inline .form-control {
+    display: inline-block;
+    width: auto;
+    vertical-align: middle;
+  }
+  .form-inline .form-control-plaintext {
+    display: inline-block;
+  }
+  .form-inline .input-group,
+  .form-inline .custom-select {
+    width: auto;
+  }
+  .form-inline .form-check {
+    display: -ms-flexbox;
+    display: flex;
+    -ms-flex-align: center;
+    align-items: center;
+    -ms-flex-pack: center;
+    justify-content: center;
+    width: auto;
+    padding-left: 0;
+  }
+  .form-inline .form-check-input {
+    position: relative;
+    margin-top: 0;
+    margin-right: 0.25rem;
+    margin-left: 0;
+  }
+  .form-inline .custom-control {
+    -ms-flex-align: center;
+    align-items: center;
+    -ms-flex-pack: center;
+    justify-content: center;
+  }
+  .form-inline .custom-control-label {
+    margin-bottom: 0;
+  }
+}
+
+.btn {
+  display: inline-block;
+  font-weight: 400;
+  color: #212529;
+  text-align: center;
+  vertical-align: middle;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
+  background-color: transparent;
+  border: 1px solid transparent;
+  padding: 0.375rem 0.75rem;
+  font-size: 1rem;
+  line-height: 1.5;
+  border-radius: 0.25rem;
+  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .btn {
+    transition: none;
+  }
+}
+
+.btn:hover {
+  color: #212529;
+  text-decoration: none;
+}
+
+.btn:focus, .btn.focus {
+  outline: 0;
+  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+}
+
+.btn.disabled, .btn:disabled {
+  opacity: 0.65;
+}
+
+.btn:not(:disabled):not(.disabled) {
+  cursor: pointer;
+}
+
+a.btn.disabled,
+fieldset:disabled a.btn {
+  pointer-events: none;
+}
+
+.btn-primary {
+  color: #fff;
+  background-color: #007bff;
+  border-color: #007bff;
+}
+
+.btn-primary:hover {
+  color: #fff;
+  background-color: #0069d9;
+  border-color: #0062cc;
+}
+
+.btn-primary:focus, .btn-primary.focus {
+  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
+}
+
+.btn-primary.disabled, .btn-primary:disabled {
+  color: #fff;
+  background-color: #007bff;
+  border-color: #007bff;
+}
+
+.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
+.show > .btn-primary.dropdown-toggle {
+  color: #fff;
+  background-color: #0062cc;
+  border-color: #005cbf;
+}
+
+.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
+.show > .btn-primary.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
+}
+
+.btn-secondary {
+  color: #fff;
+  background-color: #6c757d;
+  border-color: #6c757d;
+}
+
+.btn-secondary:hover {
+  color: #fff;
+  background-color: #5a6268;
+  border-color: #545b62;
+}
+
+.btn-secondary:focus, .btn-secondary.focus {
+  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
+}
+
+.btn-secondary.disabled, .btn-secondary:disabled {
+  color: #fff;
+  background-color: #6c757d;
+  border-color: #6c757d;
+}
+
+.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
+.show > .btn-secondary.dropdown-toggle {
+  color: #fff;
+  background-color: #545b62;
+  border-color: #4e555b;
+}
+
+.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
+.show > .btn-secondary.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
+}
+
+.btn-success {
+  color: #fff;
+  background-color: #28a745;
+  border-color: #28a745;
+}
+
+.btn-success:hover {
+  color: #fff;
+  background-color: #218838;
+  border-color: #1e7e34;
+}
+
+.btn-success:focus, .btn-success.focus {
+  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
+}
+
+.btn-success.disabled, .btn-success:disabled {
+  color: #fff;
+  background-color: #28a745;
+  border-color: #28a745;
+}
+
+.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
+.show > .btn-success.dropdown-toggle {
+  color: #fff;
+  background-color: #1e7e34;
+  border-color: #1c7430;
+}
+
+.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
+.show > .btn-success.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
+}
+
+.btn-info {
+  color: #fff;
+  background-color: #17a2b8;
+  border-color: #17a2b8;
+}
+
+.btn-info:hover {
+  color: #fff;
+  background-color: #138496;
+  border-color: #117a8b;
+}
+
+.btn-info:focus, .btn-info.focus {
+  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
+}
+
+.btn-info.disabled, .btn-info:disabled {
+  color: #fff;
+  background-color: #17a2b8;
+  border-color: #17a2b8;
+}
+
+.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
+.show > .btn-info.dropdown-toggle {
+  color: #fff;
+  background-color: #117a8b;
+  border-color: #10707f;
+}
+
+.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
+.show > .btn-info.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
+}
+
+.btn-warning {
+  color: #212529;
+  background-color: #ffc107;
+  border-color: #ffc107;
+}
+
+.btn-warning:hover {
+  color: #212529;
+  background-color: #e0a800;
+  border-color: #d39e00;
+}
+
+.btn-warning:focus, .btn-warning.focus {
+  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
+}
+
+.btn-warning.disabled, .btn-warning:disabled {
+  color: #212529;
+  background-color: #ffc107;
+  border-color: #ffc107;
+}
+
+.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
+.show > .btn-warning.dropdown-toggle {
+  color: #212529;
+  background-color: #d39e00;
+  border-color: #c69500;
+}
+
+.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
+.show > .btn-warning.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
+}
+
+.btn-danger {
+  color: #fff;
+  background-color: #dc3545;
+  border-color: #dc3545;
+}
+
+.btn-danger:hover {
+  color: #fff;
+  background-color: #c82333;
+  border-color: #bd2130;
+}
+
+.btn-danger:focus, .btn-danger.focus {
+  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
+}
+
+.btn-danger.disabled, .btn-danger:disabled {
+  color: #fff;
+  background-color: #dc3545;
+  border-color: #dc3545;
+}
+
+.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
+.show > .btn-danger.dropdown-toggle {
+  color: #fff;
+  background-color: #bd2130;
+  border-color: #b21f2d;
+}
+
+.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
+.show > .btn-danger.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
+}
+
+.btn-light {
+  color: #212529;
+  background-color: #f8f9fa;
+  border-color: #f8f9fa;
+}
+
+.btn-light:hover {
+  color: #212529;
+  background-color: #e2e6ea;
+  border-color: #dae0e5;
+}
+
+.btn-light:focus, .btn-light.focus {
+  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
+}
+
+.btn-light.disabled, .btn-light:disabled {
+  color: #212529;
+  background-color: #f8f9fa;
+  border-color: #f8f9fa;
+}
+
+.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
+.show > .btn-light.dropdown-toggle {
+  color: #212529;
+  background-color: #dae0e5;
+  border-color: #d3d9df;
+}
+
+.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
+.show > .btn-light.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
+}
+
+.btn-dark {
+  color: #fff;
+  background-color: #343a40;
+  border-color: #343a40;
+}
+
+.btn-dark:hover {
+  color: #fff;
+  background-color: #23272b;
+  border-color: #1d2124;
+}
+
+.btn-dark:focus, .btn-dark.focus {
+  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
+}
+
+.btn-dark.disabled, .btn-dark:disabled {
+  color: #fff;
+  background-color: #343a40;
+  border-color: #343a40;
+}
+
+.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
+.show > .btn-dark.dropdown-toggle {
+  color: #fff;
+  background-color: #1d2124;
+  border-color: #171a1d;
+}
+
+.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
+.show > .btn-dark.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
+}
+
+.btn-outline-primary {
+  color: #007bff;
+  border-color: #007bff;
+}
+
+.btn-outline-primary:hover {
+  color: #fff;
+  background-color: #007bff;
+  border-color: #007bff;
+}
+
+.btn-outline-primary:focus, .btn-outline-primary.focus {
+  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
+}
+
+.btn-outline-primary.disabled, .btn-outline-primary:disabled {
+  color: #007bff;
+  background-color: transparent;
+}
+
+.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
+.show > .btn-outline-primary.dropdown-toggle {
+  color: #fff;
+  background-color: #007bff;
+  border-color: #007bff;
+}
+
+.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
+.show > .btn-outline-primary.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
+}
+
+.btn-outline-secondary {
+  color: #6c757d;
+  border-color: #6c757d;
+}
+
+.btn-outline-secondary:hover {
+  color: #fff;
+  background-color: #6c757d;
+  border-color: #6c757d;
+}
+
+.btn-outline-secondary:focus, .btn-outline-secondary.focus {
+  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
+}
+
+.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
+  color: #6c757d;
+  background-color: transparent;
+}
+
+.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
+.show > .btn-outline-secondary.dropdown-toggle {
+  color: #fff;
+  background-color: #6c757d;
+  border-color: #6c757d;
+}
+
+.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
+.show > .btn-outline-secondary.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
+}
+
+.btn-outline-success {
+  color: #28a745;
+  border-color: #28a745;
+}
+
+.btn-outline-success:hover {
+  color: #fff;
+  background-color: #28a745;
+  border-color: #28a745;
+}
+
+.btn-outline-success:focus, .btn-outline-success.focus {
+  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+}
+
+.btn-outline-success.disabled, .btn-outline-success:disabled {
+  color: #28a745;
+  background-color: transparent;
+}
+
+.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
+.show > .btn-outline-success.dropdown-toggle {
+  color: #fff;
+  background-color: #28a745;
+  border-color: #28a745;
+}
+
+.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
+.show > .btn-outline-success.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+}
+
+.btn-outline-info {
+  color: #17a2b8;
+  border-color: #17a2b8;
+}
+
+.btn-outline-info:hover {
+  color: #fff;
+  background-color: #17a2b8;
+  border-color: #17a2b8;
+}
+
+.btn-outline-info:focus, .btn-outline-info.focus {
+  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+}
+
+.btn-outline-info.disabled, .btn-outline-info:disabled {
+  color: #17a2b8;
+  background-color: transparent;
+}
+
+.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
+.show > .btn-outline-info.dropdown-toggle {
+  color: #fff;
+  background-color: #17a2b8;
+  border-color: #17a2b8;
+}
+
+.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
+.show > .btn-outline-info.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+}
+
+.btn-outline-warning {
+  color: #ffc107;
+  border-color: #ffc107;
+}
+
+.btn-outline-warning:hover {
+  color: #212529;
+  background-color: #ffc107;
+  border-color: #ffc107;
+}
+
+.btn-outline-warning:focus, .btn-outline-warning.focus {
+  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
+}
+
+.btn-outline-warning.disabled, .btn-outline-warning:disabled {
+  color: #ffc107;
+  background-color: transparent;
+}
+
+.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
+.show > .btn-outline-warning.dropdown-toggle {
+  color: #212529;
+  background-color: #ffc107;
+  border-color: #ffc107;
+}
+
+.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
+.show > .btn-outline-warning.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
+}
+
+.btn-outline-danger {
+  color: #dc3545;
+  border-color: #dc3545;
+}
+
+.btn-outline-danger:hover {
+  color: #fff;
+  background-color: #dc3545;
+  border-color: #dc3545;
+}
+
+.btn-outline-danger:focus, .btn-outline-danger.focus {
+  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
+}
+
+.btn-outline-danger.disabled, .btn-outline-danger:disabled {
+  color: #dc3545;
+  background-color: transparent;
+}
+
+.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
+.show > .btn-outline-danger.dropdown-toggle {
+  color: #fff;
+  background-color: #dc3545;
+  border-color: #dc3545;
+}
+
+.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
+.show > .btn-outline-danger.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
+}
+
+.btn-outline-light {
+  color: #f8f9fa;
+  border-color: #f8f9fa;
+}
+
+.btn-outline-light:hover {
+  color: #212529;
+  background-color: #f8f9fa;
+  border-color: #f8f9fa;
+}
+
+.btn-outline-light:focus, .btn-outline-light.focus {
+  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
+}
+
+.btn-outline-light.disabled, .btn-outline-light:disabled {
+  color: #f8f9fa;
+  background-color: transparent;
+}
+
+.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
+.show > .btn-outline-light.dropdown-toggle {
+  color: #212529;
+  background-color: #f8f9fa;
+  border-color: #f8f9fa;
+}
+
+.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
+.show > .btn-outline-light.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
+}
+
+.btn-outline-dark {
+  color: #343a40;
+  border-color: #343a40;
+}
+
+.btn-outline-dark:hover {
+  color: #fff;
+  background-color: #343a40;
+  border-color: #343a40;
+}
+
+.btn-outline-dark:focus, .btn-outline-dark.focus {
+  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
+}
+
+.btn-outline-dark.disabled, .btn-outline-dark:disabled {
+  color: #343a40;
+  background-color: transparent;
+}
+
+.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
+.show > .btn-outline-dark.dropdown-toggle {
+  color: #fff;
+  background-color: #343a40;
+  border-color: #343a40;
+}
+
+.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
+.show > .btn-outline-dark.dropdown-toggle:focus {
+  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
+}
+
+.btn-link {
+  font-weight: 400;
+  color: #007bff;
+}
+
+.btn-link:hover {
+  color: #0056b3;
+  text-decoration: underline;
+}
+
+.btn-link:focus, .btn-link.focus {
+  text-decoration: underline;
+  box-shadow: none;
+}
+
+.btn-link:disabled, .btn-link.disabled {
+  color: #6c757d;
+  pointer-events: none;
+}
+
+.btn-lg, .btn-group-lg > .btn {
+  padding: 0.5rem 1rem;
+  font-size: 1.25rem;
+  line-height: 1.5;
+  border-radius: 0.3rem;
+}
+
+.btn-sm, .btn-group-sm > .btn {
+  padding: 0.25rem 0.5rem;
+  font-size: 0.875rem;
+  line-height: 1.5;
+  border-radius: 0.2rem;
+}
+
+.btn-block {
+  display: block;
+  width: 100%;
+}
+
+.btn-block + .btn-block {
+  margin-top: 0.5rem;
+}
+
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+  width: 100%;
+}
+
+.fade {
+  transition: opacity 0.15s linear;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .fade {
+    transition: none;
+  }
+}
+
+.fade:not(.show) {
+  opacity: 0;
+}
+
+.collapse:not(.show) {
+  display: none;
+}
+
+.collapsing {
+  position: relative;
+  height: 0;
+  overflow: hidden;
+  transition: height 0.35s ease;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .collapsing {
+    transition: none;
+  }
+}
+
+.dropup,
+.dropright,
+.dropdown,
+.dropleft {
+  position: relative;
+}
+
+.dropdown-toggle::after {
+  display: inline-block;
+  margin-left: 0.255em;
+  vertical-align: 0.255em;
+  content: "";
+  border-top: 0.3em solid;
+  border-right: 0.3em solid transparent;
+  border-bottom: 0;
+  border-left: 0.3em solid transparent;
+}
+
+.dropdown-toggle:empty::after {
+  margin-left: 0;
+}
+
+.dropdown-menu {
+  position: absolute;
+  top: 100%;
+  left: 0;
+  z-index: 1000;
+  display: none;
+  float: left;
+  min-width: 10rem;
+  padding: 0.5rem 0;
+  margin: 0.125rem 0 0;
+  font-size: 1rem;
+  color: #212529;
+  text-align: left;
+  list-style: none;
+  background-color: #fff;
+  background-clip: padding-box;
+  border: 1px solid rgba(0, 0, 0, 0.15);
+  border-radius: 0.25rem;
+}
+
+.dropdown-menu-right {
+  right: 0;
+  left: auto;
+}
+
+@media (min-width: 576px) {
+  .dropdown-menu-sm-right {
+    right: 0;
+    left: auto;
+  }
+}
+
+@media (min-width: 768px) {
+  .dropdown-menu-md-right {
+    right: 0;
+    left: auto;
+  }
+}
+
+@media (min-width: 992px) {
+  .dropdown-menu-lg-right {
+    right: 0;
+    left: auto;
+  }
+}
+
+@media (min-width: 1200px) {
+  .dropdown-menu-xl-right {
+    right: 0;
+    left: auto;
+  }
+}
+
+.dropdown-menu-left {
+  right: auto;
+  left: 0;
+}
+
+@media (min-width: 576px) {
+  .dropdown-menu-sm-left {
+    right: auto;
+    left: 0;
+  }
+}
+
+@media (min-width: 768px) {
+  .dropdown-menu-md-left {
+    right: auto;
+    left: 0;
+  }
+}
+
+@media (min-width: 992px) {
+  .dropdown-menu-lg-left {
+    right: auto;
+    left: 0;
+  }
+}
+
+@media (min-width: 1200px) {
+  .dropdown-menu-xl-left {
+    right: auto;
+    left: 0;
+  }
+}
+
+.dropup .dropdown-menu {
+  top: auto;
+  bottom: 100%;
+  margin-top: 0;
+  margin-bottom: 0.125rem;
+}
+
+.dropup .dropdown-toggle::after {
+  display: inline-block;
+  margin-left: 0.255em;
+  vertical-align: 0.255em;
+  content: "";
+  border-top: 0;
+  border-right: 0.3em solid transparent;
+  border-bottom: 0.3em solid;
+  border-left: 0.3em solid transparent;
+}
+
+.dropup .dropdown-toggle:empty::after {
+  margin-left: 0;
+}
+
+.dropright .dropdown-menu {
+  top: 0;
+  right: auto;
+  left: 100%;
+  margin-top: 0;
+  margin-left: 0.125rem;
+}
+
+.dropright .dropdown-toggle::after {
+  display: inline-block;
+  margin-left: 0.255em;
+  vertical-align: 0.255em;
+  content: "";
+  border-top: 0.3em solid transparent;
+  border-right: 0;
+  border-bottom: 0.3em solid transparent;
+  border-left: 0.3em solid;
+}
+
+.dropright .dropdown-toggle:empty::after {
+  margin-left: 0;
+}
+
+.dropright .dropdown-toggle::after {
+  vertical-align: 0;
+}
+
+.dropleft .dropdown-menu {
+  top: 0;
+  right: 100%;
+  left: auto;
+  margin-top: 0;
+  margin-right: 0.125rem;
+}
+
+.dropleft .dropdown-toggle::after {
+  display: inline-block;
+  margin-left: 0.255em;
+  vertical-align: 0.255em;
+  content: "";
+}
+
+.dropleft .dropdown-toggle::after {
+  display: none;
+}
+
+.dropleft .dropdown-toggle::before {
+  display: inline-block;
+  margin-right: 0.255em;
+  vertical-align: 0.255em;
+  content: "";
+  border-top: 0.3em solid transparent;
+  border-right: 0.3em solid;
+  border-bottom: 0.3em solid transparent;
+}
+
+.dropleft .dropdown-toggle:empty::after {
+  margin-left: 0;
+}
+
+.dropleft .dropdown-toggle::before {
+  vertical-align: 0;
+}
+
+.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
+  right: auto;
+  bottom: auto;
+}
+
+.dropdown-divider {
+  height: 0;
+  margin: 0.5rem 0;
+  overflow: hidden;
+  border-top: 1px solid #e9ecef;
+}
+
+.dropdown-item {
+  display: block;
+  width: 100%;
+  padding: 0.25rem 1.5rem;
+  clear: both;
+  font-weight: 400;
+  color: #212529;
+  text-align: inherit;
+  white-space: nowrap;
+  background-color: transparent;
+  border: 0;
+}
+
+.dropdown-item:first-child {
+  border-top-left-radius: calc(0.25rem - 1px);
+  border-top-right-radius: calc(0.25rem - 1px);
+}
+
+.dropdown-item:last-child {
+  border-bottom-right-radius: calc(0.25rem - 1px);
+  border-bottom-left-radius: calc(0.25rem - 1px);
+}
+
+.dropdown-item:hover, .dropdown-item:focus {
+  color: #16181b;
+  text-decoration: none;
+  background-color: #f8f9fa;
+}
+
+.dropdown-item.active, .dropdown-item:active {
+  color: #fff;
+  text-decoration: none;
+  background-color: #007bff;
+}
+
+.dropdown-item.disabled, .dropdown-item:disabled {
+  color: #6c757d;
+  pointer-events: none;
+  background-color: transparent;
+}
+
+.dropdown-menu.show {
+  display: block;
+}
+
+.dropdown-header {
+  display: block;
+  padding: 0.5rem 1.5rem;
+  margin-bottom: 0;
+  font-size: 0.875rem;
+  color: #6c757d;
+  white-space: nowrap;
+}
+
+.dropdown-item-text {
+  display: block;
+  padding: 0.25rem 1.5rem;
+  color: #212529;
+}
+
+.btn-group,
+.btn-group-vertical {
+  position: relative;
+  display: -ms-inline-flexbox;
+  display: inline-flex;
+  vertical-align: middle;
+}
+
+.btn-group > .btn,
+.btn-group-vertical > .btn {
+  position: relative;
+  -ms-flex: 1 1 auto;
+  flex: 1 1 auto;
+}
+
+.btn-group > .btn:hover,
+.btn-group-vertical > .btn:hover {
+  z-index: 1;
+}
+
+.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
+.btn-group-vertical > .btn:focus,
+.btn-group-vertical > .btn:active,
+.btn-group-vertical > .btn.active {
+  z-index: 1;
+}
+
+.btn-toolbar {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+  -ms-flex-pack: start;
+  justify-content: flex-start;
+}
+
+.btn-toolbar .input-group {
+  width: auto;
+}
+
+.btn-group > .btn:not(:first-child),
+.btn-group > .btn-group:not(:first-child) {
+  margin-left: -1px;
+}
+
+.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
+.btn-group > .btn-group:not(:last-child) > .btn {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.btn-group > .btn:not(:first-child),
+.btn-group > .btn-group:not(:first-child) > .btn {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.dropdown-toggle-split {
+  padding-right: 0.5625rem;
+  padding-left: 0.5625rem;
+}
+
+.dropdown-toggle-split::after,
+.dropup .dropdown-toggle-split::after,
+.dropright .dropdown-toggle-split::after {
+  margin-left: 0;
+}
+
+.dropleft .dropdown-toggle-split::before {
+  margin-right: 0;
+}
+
+.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
+  padding-right: 0.375rem;
+  padding-left: 0.375rem;
+}
+
+.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
+  padding-right: 0.75rem;
+  padding-left: 0.75rem;
+}
+
+.btn-group-vertical {
+  -ms-flex-direction: column;
+  flex-direction: column;
+  -ms-flex-align: start;
+  align-items: flex-start;
+  -ms-flex-pack: center;
+  justify-content: center;
+}
+
+.btn-group-vertical > .btn,
+.btn-group-vertical > .btn-group {
+  width: 100%;
+}
+
+.btn-group-vertical > .btn:not(:first-child),
+.btn-group-vertical > .btn-group:not(:first-child) {
+  margin-top: -1px;
+}
+
+.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
+.btn-group-vertical > .btn-group:not(:last-child) > .btn {
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.btn-group-vertical > .btn:not(:first-child),
+.btn-group-vertical > .btn-group:not(:first-child) > .btn {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
+
+.btn-group-toggle > .btn,
+.btn-group-toggle > .btn-group > .btn {
+  margin-bottom: 0;
+}
+
+.btn-group-toggle > .btn input[type="radio"],
+.btn-group-toggle > .btn input[type="checkbox"],
+.btn-group-toggle > .btn-group > .btn input[type="radio"],
+.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
+  position: absolute;
+  clip: rect(0, 0, 0, 0);
+  pointer-events: none;
+}
+
+.input-group {
+  position: relative;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+  -ms-flex-align: stretch;
+  align-items: stretch;
+  width: 100%;
+}
+
+.input-group > .form-control,
+.input-group > .form-control-plaintext,
+.input-group > .custom-select,
+.input-group > .custom-file {
+  position: relative;
+  -ms-flex: 1 1 auto;
+  flex: 1 1 auto;
+  width: 1%;
+  margin-bottom: 0;
+}
+
+.input-group > .form-control + .form-control,
+.input-group > .form-control + .custom-select,
+.input-group > .form-control + .custom-file,
+.input-group > .form-control-plaintext + .form-control,
+.input-group > .form-control-plaintext + .custom-select,
+.input-group > .form-control-plaintext + .custom-file,
+.input-group > .custom-select + .form-control,
+.input-group > .custom-select + .custom-select,
+.input-group > .custom-select + .custom-file,
+.input-group > .custom-file + .form-control,
+.input-group > .custom-file + .custom-select,
+.input-group > .custom-file + .custom-file {
+  margin-left: -1px;
+}
+
+.input-group > .form-control:focus,
+.input-group > .custom-select:focus,
+.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
+  z-index: 3;
+}
+
+.input-group > .custom-file .custom-file-input:focus {
+  z-index: 4;
+}
+
+.input-group > .form-control:not(:last-child),
+.input-group > .custom-select:not(:last-child) {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.input-group > .form-control:not(:first-child),
+.input-group > .custom-select:not(:first-child) {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.input-group > .custom-file {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-align: center;
+  align-items: center;
+}
+
+.input-group > .custom-file:not(:last-child) .custom-file-label,
+.input-group > .custom-file:not(:last-child) .custom-file-label::after {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.input-group > .custom-file:not(:first-child) .custom-file-label {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.input-group-prepend,
+.input-group-append {
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.input-group-prepend .btn,
+.input-group-append .btn {
+  position: relative;
+  z-index: 2;
+}
+
+.input-group-prepend .btn:focus,
+.input-group-append .btn:focus {
+  z-index: 3;
+}
+
+.input-group-prepend .btn + .btn,
+.input-group-prepend .btn + .input-group-text,
+.input-group-prepend .input-group-text + .input-group-text,
+.input-group-prepend .input-group-text + .btn,
+.input-group-append .btn + .btn,
+.input-group-append .btn + .input-group-text,
+.input-group-append .input-group-text + .input-group-text,
+.input-group-append .input-group-text + .btn {
+  margin-left: -1px;
+}
+
+.input-group-prepend {
+  margin-right: -1px;
+}
+
+.input-group-append {
+  margin-left: -1px;
+}
+
+.input-group-text {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-align: center;
+  align-items: center;
+  padding: 0.375rem 0.75rem;
+  margin-bottom: 0;
+  font-size: 1rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #495057;
+  text-align: center;
+  white-space: nowrap;
+  background-color: #e9ecef;
+  border: 1px solid #ced4da;
+  border-radius: 0.25rem;
+}
+
+.input-group-text input[type="radio"],
+.input-group-text input[type="checkbox"] {
+  margin-top: 0;
+}
+
+.input-group-lg > .form-control:not(textarea),
+.input-group-lg > .custom-select {
+  height: calc(2.875rem + 2px);
+}
+
+.input-group-lg > .form-control,
+.input-group-lg > .custom-select,
+.input-group-lg > .input-group-prepend > .input-group-text,
+.input-group-lg > .input-group-append > .input-group-text,
+.input-group-lg > .input-group-prepend > .btn,
+.input-group-lg > .input-group-append > .btn {
+  padding: 0.5rem 1rem;
+  font-size: 1.25rem;
+  line-height: 1.5;
+  border-radius: 0.3rem;
+}
+
+.input-group-sm > .form-control:not(textarea),
+.input-group-sm > .custom-select {
+  height: calc(1.8125rem + 2px);
+}
+
+.input-group-sm > .form-control,
+.input-group-sm > .custom-select,
+.input-group-sm > .input-group-prepend > .input-group-text,
+.input-group-sm > .input-group-append > .input-group-text,
+.input-group-sm > .input-group-prepend > .btn,
+.input-group-sm > .input-group-append > .btn {
+  padding: 0.25rem 0.5rem;
+  font-size: 0.875rem;
+  line-height: 1.5;
+  border-radius: 0.2rem;
+}
+
+.input-group-lg > .custom-select,
+.input-group-sm > .custom-select {
+  padding-right: 1.75rem;
+}
+
+.input-group > .input-group-prepend > .btn,
+.input-group > .input-group-prepend > .input-group-text,
+.input-group > .input-group-append:not(:last-child) > .btn,
+.input-group > .input-group-append:not(:last-child) > .input-group-text,
+.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
+.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.input-group > .input-group-append > .btn,
+.input-group > .input-group-append > .input-group-text,
+.input-group > .input-group-prepend:not(:first-child) > .btn,
+.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
+.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
+.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.custom-control {
+  position: relative;
+  display: block;
+  min-height: 1.5rem;
+  padding-left: 1.5rem;
+}
+
+.custom-control-inline {
+  display: -ms-inline-flexbox;
+  display: inline-flex;
+  margin-right: 1rem;
+}
+
+.custom-control-input {
+  position: absolute;
+  z-index: -1;
+  opacity: 0;
+}
+
+.custom-control-input:checked ~ .custom-control-label::before {
+  color: #fff;
+  border-color: #007bff;
+  background-color: #007bff;
+}
+
+.custom-control-input:focus ~ .custom-control-label::before {
+  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+}
+
+.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
+  border-color: #80bdff;
+}
+
+.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
+  color: #fff;
+  background-color: #b3d7ff;
+  border-color: #b3d7ff;
+}
+
+.custom-control-input:disabled ~ .custom-control-label {
+  color: #6c757d;
+}
+
+.custom-control-input:disabled ~ .custom-control-label::before {
+  background-color: #e9ecef;
+}
+
+.custom-control-label {
+  position: relative;
+  margin-bottom: 0;
+  vertical-align: top;
+}
+
+.custom-control-label::before {
+  position: absolute;
+  top: 0.25rem;
+  left: -1.5rem;
+  display: block;
+  width: 1rem;
+  height: 1rem;
+  pointer-events: none;
+  content: "";
+  background-color: #fff;
+  border: #adb5bd solid 1px;
+}
+
+.custom-control-label::after {
+  position: absolute;
+  top: 0.25rem;
+  left: -1.5rem;
+  display: block;
+  width: 1rem;
+  height: 1rem;
+  content: "";
+  background-repeat: no-repeat;
+  background-position: center center;
+  background-size: 50% 50%;
+}
+
+.custom-checkbox .custom-control-label::before {
+  border-radius: 0.25rem;
+}
+
+.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
+}
+
+.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
+  border-color: #007bff;
+  background-color: #007bff;
+}
+
+.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
+}
+
+.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
+  background-color: rgba(0, 123, 255, 0.5);
+}
+
+.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
+  background-color: rgba(0, 123, 255, 0.5);
+}
+
+.custom-radio .custom-control-label::before {
+  border-radius: 50%;
+}
+
+.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
+}
+
+.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
+  background-color: rgba(0, 123, 255, 0.5);
+}
+
+.custom-switch {
+  padding-left: 2.25rem;
+}
+
+.custom-switch .custom-control-label::before {
+  left: -2.25rem;
+  width: 1.75rem;
+  pointer-events: all;
+  border-radius: 0.5rem;
+}
+
+.custom-switch .custom-control-label::after {
+  top: calc(0.25rem + 2px);
+  left: calc(-2.25rem + 2px);
+  width: calc(1rem - 4px);
+  height: calc(1rem - 4px);
+  background-color: #adb5bd;
+  border-radius: 0.5rem;
+  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
+  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .custom-switch .custom-control-label::after {
+    transition: none;
+  }
+}
+
+.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
+  background-color: #fff;
+  -webkit-transform: translateX(0.75rem);
+  transform: translateX(0.75rem);
+}
+
+.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
+  background-color: rgba(0, 123, 255, 0.5);
+}
+
+.custom-select {
+  display: inline-block;
+  width: 100%;
+  height: calc(2.25rem + 2px);
+  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #495057;
+  vertical-align: middle;
+  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
+  background-color: #fff;
+  border: 1px solid #ced4da;
+  border-radius: 0.25rem;
+  -webkit-appearance: none;
+  -moz-appearance: none;
+  appearance: none;
+}
+
+.custom-select:focus {
+  border-color: #80bdff;
+  outline: 0;
+  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
+}
+
+.custom-select:focus::-ms-value {
+  color: #495057;
+  background-color: #fff;
+}
+
+.custom-select[multiple], .custom-select[size]:not([size="1"]) {
+  height: auto;
+  padding-right: 0.75rem;
+  background-image: none;
+}
+
+.custom-select:disabled {
+  color: #6c757d;
+  background-color: #e9ecef;
+}
+
+.custom-select::-ms-expand {
+  opacity: 0;
+}
+
+.custom-select-sm {
+  height: calc(1.8125rem + 2px);
+  padding-top: 0.25rem;
+  padding-bottom: 0.25rem;
+  padding-left: 0.5rem;
+  font-size: 0.875rem;
+}
+
+.custom-select-lg {
+  height: calc(2.875rem + 2px);
+  padding-top: 0.5rem;
+  padding-bottom: 0.5rem;
+  padding-left: 1rem;
+  font-size: 1.25rem;
+}
+
+.custom-file {
+  position: relative;
+  display: inline-block;
+  width: 100%;
+  height: calc(2.25rem + 2px);
+  margin-bottom: 0;
+}
+
+.custom-file-input {
+  position: relative;
+  z-index: 2;
+  width: 100%;
+  height: calc(2.25rem + 2px);
+  margin: 0;
+  opacity: 0;
+}
+
+.custom-file-input:focus ~ .custom-file-label {
+  border-color: #80bdff;
+  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+}
+
+.custom-file-input:disabled ~ .custom-file-label {
+  background-color: #e9ecef;
+}
+
+.custom-file-input:lang(en) ~ .custom-file-label::after {
+  content: "Browse";
+}
+
+.custom-file-input ~ .custom-file-label[data-browse]::after {
+  content: attr(data-browse);
+}
+
+.custom-file-label {
+  position: absolute;
+  top: 0;
+  right: 0;
+  left: 0;
+  z-index: 1;
+  height: calc(2.25rem + 2px);
+  padding: 0.375rem 0.75rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #495057;
+  background-color: #fff;
+  border: 1px solid #ced4da;
+  border-radius: 0.25rem;
+}
+
+.custom-file-label::after {
+  position: absolute;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  z-index: 3;
+  display: block;
+  height: 2.25rem;
+  padding: 0.375rem 0.75rem;
+  line-height: 1.5;
+  color: #495057;
+  content: "Browse";
+  background-color: #e9ecef;
+  border-left: inherit;
+  border-radius: 0 0.25rem 0.25rem 0;
+}
+
+.custom-range {
+  width: 100%;
+  height: calc(1rem + 0.4rem);
+  padding: 0;
+  background-color: transparent;
+  -webkit-appearance: none;
+  -moz-appearance: none;
+  appearance: none;
+}
+
+.custom-range:focus {
+  outline: none;
+}
+
+.custom-range:focus::-webkit-slider-thumb {
+  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+}
+
+.custom-range:focus::-moz-range-thumb {
+  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+}
+
+.custom-range:focus::-ms-thumb {
+  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+}
+
+.custom-range::-moz-focus-outer {
+  border: 0;
+}
+
+.custom-range::-webkit-slider-thumb {
+  width: 1rem;
+  height: 1rem;
+  margin-top: -0.25rem;
+  background-color: #007bff;
+  border: 0;
+  border-radius: 1rem;
+  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+  -webkit-appearance: none;
+  appearance: none;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .custom-range::-webkit-slider-thumb {
+    transition: none;
+  }
+}
+
+.custom-range::-webkit-slider-thumb:active {
+  background-color: #b3d7ff;
+}
+
+.custom-range::-webkit-slider-runnable-track {
+  width: 100%;
+  height: 0.5rem;
+  color: transparent;
+  cursor: pointer;
+  background-color: #dee2e6;
+  border-color: transparent;
+  border-radius: 1rem;
+}
+
+.custom-range::-moz-range-thumb {
+  width: 1rem;
+  height: 1rem;
+  background-color: #007bff;
+  border: 0;
+  border-radius: 1rem;
+  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+  -moz-appearance: none;
+  appearance: none;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .custom-range::-moz-range-thumb {
+    transition: none;
+  }
+}
+
+.custom-range::-moz-range-thumb:active {
+  background-color: #b3d7ff;
+}
+
+.custom-range::-moz-range-track {
+  width: 100%;
+  height: 0.5rem;
+  color: transparent;
+  cursor: pointer;
+  background-color: #dee2e6;
+  border-color: transparent;
+  border-radius: 1rem;
+}
+
+.custom-range::-ms-thumb {
+  width: 1rem;
+  height: 1rem;
+  margin-top: 0;
+  margin-right: 0.2rem;
+  margin-left: 0.2rem;
+  background-color: #007bff;
+  border: 0;
+  border-radius: 1rem;
+  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+  appearance: none;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .custom-range::-ms-thumb {
+    transition: none;
+  }
+}
+
+.custom-range::-ms-thumb:active {
+  background-color: #b3d7ff;
+}
+
+.custom-range::-ms-track {
+  width: 100%;
+  height: 0.5rem;
+  color: transparent;
+  cursor: pointer;
+  background-color: transparent;
+  border-color: transparent;
+  border-width: 0.5rem;
+}
+
+.custom-range::-ms-fill-lower {
+  background-color: #dee2e6;
+  border-radius: 1rem;
+}
+
+.custom-range::-ms-fill-upper {
+  margin-right: 15px;
+  background-color: #dee2e6;
+  border-radius: 1rem;
+}
+
+.custom-range:disabled::-webkit-slider-thumb {
+  background-color: #adb5bd;
+}
+
+.custom-range:disabled::-webkit-slider-runnable-track {
+  cursor: default;
+}
+
+.custom-range:disabled::-moz-range-thumb {
+  background-color: #adb5bd;
+}
+
+.custom-range:disabled::-moz-range-track {
+  cursor: default;
+}
+
+.custom-range:disabled::-ms-thumb {
+  background-color: #adb5bd;
+}
+
+.custom-control-label::before,
+.custom-file-label,
+.custom-select {
+  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .custom-control-label::before,
+  .custom-file-label,
+  .custom-select {
+    transition: none;
+  }
+}
+
+.nav {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+  padding-left: 0;
+  margin-bottom: 0;
+  list-style: none;
+}
+
+.nav-link {
+  display: block;
+  padding: 0.5rem 1rem;
+}
+
+.nav-link:hover, .nav-link:focus {
+  text-decoration: none;
+}
+
+.nav-link.disabled {
+  color: #6c757d;
+  pointer-events: none;
+  cursor: default;
+}
+
+.nav-tabs {
+  border-bottom: 1px solid #dee2e6;
+}
+
+.nav-tabs .nav-item {
+  margin-bottom: -1px;
+}
+
+.nav-tabs .nav-link {
+  border: 1px solid transparent;
+  border-top-left-radius: 0.25rem;
+  border-top-right-radius: 0.25rem;
+}
+
+.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
+  border-color: #e9ecef #e9ecef #dee2e6;
+}
+
+.nav-tabs .nav-link.disabled {
+  color: #6c757d;
+  background-color: transparent;
+  border-color: transparent;
+}
+
+.nav-tabs .nav-link.active,
+.nav-tabs .nav-item.show .nav-link {
+  color: #495057;
+  background-color: #fff;
+  border-color: #dee2e6 #dee2e6 #fff;
+}
+
+.nav-tabs .dropdown-menu {
+  margin-top: -1px;
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
+
+.nav-pills .nav-link {
+  border-radius: 0.25rem;
+}
+
+.nav-pills .nav-link.active,
+.nav-pills .show > .nav-link {
+  color: #fff;
+  background-color: #007bff;
+}
+
+.nav-fill .nav-item {
+  -ms-flex: 1 1 auto;
+  flex: 1 1 auto;
+  text-align: center;
+}
+
+.nav-justified .nav-item {
+  -ms-flex-preferred-size: 0;
+  flex-basis: 0;
+  -ms-flex-positive: 1;
+  flex-grow: 1;
+  text-align: center;
+}
+
+.tab-content > .tab-pane {
+  display: none;
+}
+
+.tab-content > .active {
+  display: block;
+}
+
+.navbar {
+  position: relative;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+  -ms-flex-align: center;
+  align-items: center;
+  -ms-flex-pack: justify;
+  justify-content: space-between;
+  padding: 0.5rem 1rem;
+}
+
+.navbar > .container,
+.navbar > .container-fluid {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+  -ms-flex-align: center;
+  align-items: center;
+  -ms-flex-pack: justify;
+  justify-content: space-between;
+}
+
+.navbar-brand {
+  display: inline-block;
+  padding-top: 0.3125rem;
+  padding-bottom: 0.3125rem;
+  margin-right: 1rem;
+  font-size: 1.25rem;
+  line-height: inherit;
+  white-space: nowrap;
+}
+
+.navbar-brand:hover, .navbar-brand:focus {
+  text-decoration: none;
+}
+
+.navbar-nav {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+  flex-direction: column;
+  padding-left: 0;
+  margin-bottom: 0;
+  list-style: none;
+}
+
+.navbar-nav .nav-link {
+  padding-right: 0;
+  padding-left: 0;
+}
+
+.navbar-nav .dropdown-menu {
+  position: static;
+  float: none;
+}
+
+.navbar-text {
+  display: inline-block;
+  padding-top: 0.5rem;
+  padding-bottom: 0.5rem;
+}
+
+.navbar-collapse {
+  -ms-flex-preferred-size: 100%;
+  flex-basis: 100%;
+  -ms-flex-positive: 1;
+  flex-grow: 1;
+  -ms-flex-align: center;
+  align-items: center;
+}
+
+.navbar-toggler {
+  padding: 0.25rem 0.75rem;
+  font-size: 1.25rem;
+  line-height: 1;
+  background-color: transparent;
+  border: 1px solid transparent;
+  border-radius: 0.25rem;
+}
+
+.navbar-toggler:hover, .navbar-toggler:focus {
+  text-decoration: none;
+}
+
+.navbar-toggler:not(:disabled):not(.disabled) {
+  cursor: pointer;
+}
+
+.navbar-toggler-icon {
+  display: inline-block;
+  width: 1.5em;
+  height: 1.5em;
+  vertical-align: middle;
+  content: "";
+  background: no-repeat center center;
+  background-size: 100% 100%;
+}
+
+@media (max-width: 575.98px) {
+  .navbar-expand-sm > .container,
+  .navbar-expand-sm > .container-fluid {
+    padding-right: 0;
+    padding-left: 0;
+  }
+}
+
+@media (min-width: 576px) {
+  .navbar-expand-sm {
+    -ms-flex-flow: row nowrap;
+    flex-flow: row nowrap;
+    -ms-flex-pack: start;
+    justify-content: flex-start;
+  }
+  .navbar-expand-sm .navbar-nav {
+    -ms-flex-direction: row;
+    flex-direction: row;
+  }
+  .navbar-expand-sm .navbar-nav .dropdown-menu {
+    position: absolute;
+  }
+  .navbar-expand-sm .navbar-nav .nav-link {
+    padding-right: 0.5rem;
+    padding-left: 0.5rem;
+  }
+  .navbar-expand-sm > .container,
+  .navbar-expand-sm > .container-fluid {
+    -ms-flex-wrap: nowrap;
+    flex-wrap: nowrap;
+  }
+  .navbar-expand-sm .navbar-collapse {
+    display: -ms-flexbox !important;
+    display: flex !important;
+    -ms-flex-preferred-size: auto;
+    flex-basis: auto;
+  }
+  .navbar-expand-sm .navbar-toggler {
+    display: none;
+  }
+}
+
+@media (max-width: 767.98px) {
+  .navbar-expand-md > .container,
+  .navbar-expand-md > .container-fluid {
+    padding-right: 0;
+    padding-left: 0;
+  }
+}
+
+@media (min-width: 768px) {
+  .navbar-expand-md {
+    -ms-flex-flow: row nowrap;
+    flex-flow: row nowrap;
+    -ms-flex-pack: start;
+    justify-content: flex-start;
+  }
+  .navbar-expand-md .navbar-nav {
+    -ms-flex-direction: row;
+    flex-direction: row;
+  }
+  .navbar-expand-md .navbar-nav .dropdown-menu {
+    position: absolute;
+  }
+  .navbar-expand-md .navbar-nav .nav-link {
+    padding-right: 0.5rem;
+    padding-left: 0.5rem;
+  }
+  .navbar-expand-md > .container,
+  .navbar-expand-md > .container-fluid {
+    -ms-flex-wrap: nowrap;
+    flex-wrap: nowrap;
+  }
+  .navbar-expand-md .navbar-collapse {
+    display: -ms-flexbox !important;
+    display: flex !important;
+    -ms-flex-preferred-size: auto;
+    flex-basis: auto;
+  }
+  .navbar-expand-md .navbar-toggler {
+    display: none;
+  }
+}
+
+@media (max-width: 991.98px) {
+  .navbar-expand-lg > .container,
+  .navbar-expand-lg > .container-fluid {
+    padding-right: 0;
+    padding-left: 0;
+  }
+}
+
+@media (min-width: 992px) {
+  .navbar-expand-lg {
+    -ms-flex-flow: row nowrap;
+    flex-flow: row nowrap;
+    -ms-flex-pack: start;
+    justify-content: flex-start;
+  }
+  .navbar-expand-lg .navbar-nav {
+    -ms-flex-direction: row;
+    flex-direction: row;
+  }
+  .navbar-expand-lg .navbar-nav .dropdown-menu {
+    position: absolute;
+  }
+  .navbar-expand-lg .navbar-nav .nav-link {
+    padding-right: 0.5rem;
+    padding-left: 0.5rem;
+  }
+  .navbar-expand-lg > .container,
+  .navbar-expand-lg > .container-fluid {
+    -ms-flex-wrap: nowrap;
+    flex-wrap: nowrap;
+  }
+  .navbar-expand-lg .navbar-collapse {
+    display: -ms-flexbox !important;
+    display: flex !important;
+    -ms-flex-preferred-size: auto;
+    flex-basis: auto;
+  }
+  .navbar-expand-lg .navbar-toggler {
+    display: none;
+  }
+}
+
+@media (max-width: 1199.98px) {
+  .navbar-expand-xl > .container,
+  .navbar-expand-xl > .container-fluid {
+    padding-right: 0;
+    padding-left: 0;
+  }
+}
+
+@media (min-width: 1200px) {
+  .navbar-expand-xl {
+    -ms-flex-flow: row nowrap;
+    flex-flow: row nowrap;
+    -ms-flex-pack: start;
+    justify-content: flex-start;
+  }
+  .navbar-expand-xl .navbar-nav {
+    -ms-flex-direction: row;
+    flex-direction: row;
+  }
+  .navbar-expand-xl .navbar-nav .dropdown-menu {
+    position: absolute;
+  }
+  .navbar-expand-xl .navbar-nav .nav-link {
+    padding-right: 0.5rem;
+    padding-left: 0.5rem;
+  }
+  .navbar-expand-xl > .container,
+  .navbar-expand-xl > .container-fluid {
+    -ms-flex-wrap: nowrap;
+    flex-wrap: nowrap;
+  }
+  .navbar-expand-xl .navbar-collapse {
+    display: -ms-flexbox !important;
+    display: flex !important;
+    -ms-flex-preferred-size: auto;
+    flex-basis: auto;
+  }
+  .navbar-expand-xl .navbar-toggler {
+    display: none;
+  }
+}
+
+.navbar-expand {
+  -ms-flex-flow: row nowrap;
+  flex-flow: row nowrap;
+  -ms-flex-pack: start;
+  justify-content: flex-start;
+}
+
+.navbar-expand > .container,
+.navbar-expand > .container-fluid {
+  padding-right: 0;
+  padding-left: 0;
+}
+
+.navbar-expand .navbar-nav {
+  -ms-flex-direction: row;
+  flex-direction: row;
+}
+
+.navbar-expand .navbar-nav .dropdown-menu {
+  position: absolute;
+}
+
+.navbar-expand .navbar-nav .nav-link {
+  padding-right: 0.5rem;
+  padding-left: 0.5rem;
+}
+
+.navbar-expand > .container,
+.navbar-expand > .container-fluid {
+  -ms-flex-wrap: nowrap;
+  flex-wrap: nowrap;
+}
+
+.navbar-expand .navbar-collapse {
+  display: -ms-flexbox !important;
+  display: flex !important;
+  -ms-flex-preferred-size: auto;
+  flex-basis: auto;
+}
+
+.navbar-expand .navbar-toggler {
+  display: none;
+}
+
+.navbar-light .navbar-brand {
+  color: rgba(0, 0, 0, 0.9);
+}
+
+.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
+  color: rgba(0, 0, 0, 0.9);
+}
+
+.navbar-light .navbar-nav .nav-link {
+  color: rgba(0, 0, 0, 0.5);
+}
+
+.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
+  color: rgba(0, 0, 0, 0.7);
+}
+
+.navbar-light .navbar-nav .nav-link.disabled {
+  color: rgba(0, 0, 0, 0.3);
+}
+
+.navbar-light .navbar-nav .show > .nav-link,
+.navbar-light .navbar-nav .active > .nav-link,
+.navbar-light .navbar-nav .nav-link.show,
+.navbar-light .navbar-nav .nav-link.active {
+  color: rgba(0, 0, 0, 0.9);
+}
+
+.navbar-light .navbar-toggler {
+  color: rgba(0, 0, 0, 0.5);
+  border-color: rgba(0, 0, 0, 0.1);
+}
+
+.navbar-light .navbar-toggler-icon {
+  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
+}
+
+.navbar-light .navbar-text {
+  color: rgba(0, 0, 0, 0.5);
+}
+
+.navbar-light .navbar-text a {
+  color: rgba(0, 0, 0, 0.9);
+}
+
+.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
+  color: rgba(0, 0, 0, 0.9);
+}
+
+.navbar-dark .navbar-brand {
+  color: #fff;
+}
+
+.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
+  color: #fff;
+}
+
+.navbar-dark .navbar-nav .nav-link {
+  color: rgba(255, 255, 255, 0.5);
+}
+
+.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
+  color: rgba(255, 255, 255, 0.75);
+}
+
+.navbar-dark .navbar-nav .nav-link.disabled {
+  color: rgba(255, 255, 255, 0.25);
+}
+
+.navbar-dark .navbar-nav .show > .nav-link,
+.navbar-dark .navbar-nav .active > .nav-link,
+.navbar-dark .navbar-nav .nav-link.show,
+.navbar-dark .navbar-nav .nav-link.active {
+  color: #fff;
+}
+
+.navbar-dark .navbar-toggler {
+  color: rgba(255, 255, 255, 0.5);
+  border-color: rgba(255, 255, 255, 0.1);
+}
+
+.navbar-dark .navbar-toggler-icon {
+  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
+}
+
+.navbar-dark .navbar-text {
+  color: rgba(255, 255, 255, 0.5);
+}
+
+.navbar-dark .navbar-text a {
+  color: #fff;
+}
+
+.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
+  color: #fff;
+}
+
+.card {
+  position: relative;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+  flex-direction: column;
+  min-width: 0;
+  word-wrap: break-word;
+  background-color: #fff;
+  background-clip: border-box;
+  border: 1px solid rgba(0, 0, 0, 0.125);
+  border-radius: 0.25rem;
+}
+
+.card > hr {
+  margin-right: 0;
+  margin-left: 0;
+}
+
+.card > .list-group:first-child .list-group-item:first-child {
+  border-top-left-radius: 0.25rem;
+  border-top-right-radius: 0.25rem;
+}
+
+.card > .list-group:last-child .list-group-item:last-child {
+  border-bottom-right-radius: 0.25rem;
+  border-bottom-left-radius: 0.25rem;
+}
+
+.card-body {
+  -ms-flex: 1 1 auto;
+  flex: 1 1 auto;
+  padding: 1.25rem;
+}
+
+.card-title {
+  margin-bottom: 0.75rem;
+}
+
+.card-subtitle {
+  margin-top: -0.375rem;
+  margin-bottom: 0;
+}
+
+.card-text:last-child {
+  margin-bottom: 0;
+}
+
+.card-link:hover {
+  text-decoration: none;
+}
+
+.card-link + .card-link {
+  margin-left: 1.25rem;
+}
+
+.card-header {
+  padding: 0.75rem 1.25rem;
+  margin-bottom: 0;
+  color: inherit;
+  background-color: rgba(0, 0, 0, 0.03);
+  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
+}
+
+.card-header:first-child {
+  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
+}
+
+.card-header + .list-group .list-group-item:first-child {
+  border-top: 0;
+}
+
+.card-footer {
+  padding: 0.75rem 1.25rem;
+  background-color: rgba(0, 0, 0, 0.03);
+  border-top: 1px solid rgba(0, 0, 0, 0.125);
+}
+
+.card-footer:last-child {
+  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
+}
+
+.card-header-tabs {
+  margin-right: -0.625rem;
+  margin-bottom: -0.75rem;
+  margin-left: -0.625rem;
+  border-bottom: 0;
+}
+
+.card-header-pills {
+  margin-right: -0.625rem;
+  margin-left: -0.625rem;
+}
+
+.card-img-overlay {
+  position: absolute;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  padding: 1.25rem;
+}
+
+.card-img {
+  width: 100%;
+  border-radius: calc(0.25rem - 1px);
+}
+
+.card-img-top {
+  width: 100%;
+  border-top-left-radius: calc(0.25rem - 1px);
+  border-top-right-radius: calc(0.25rem - 1px);
+}
+
+.card-img-bottom {
+  width: 100%;
+  border-bottom-right-radius: calc(0.25rem - 1px);
+  border-bottom-left-radius: calc(0.25rem - 1px);
+}
+
+.card-deck {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+  flex-direction: column;
+}
+
+.card-deck .card {
+  margin-bottom: 15px;
+}
+
+@media (min-width: 576px) {
+  .card-deck {
+    -ms-flex-flow: row wrap;
+    flex-flow: row wrap;
+    margin-right: -15px;
+    margin-left: -15px;
+  }
+  .card-deck .card {
+    display: -ms-flexbox;
+    display: flex;
+    -ms-flex: 1 0 0%;
+    flex: 1 0 0%;
+    -ms-flex-direction: column;
+    flex-direction: column;
+    margin-right: 15px;
+    margin-bottom: 0;
+    margin-left: 15px;
+  }
+}
+
+.card-group {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+  flex-direction: column;
+}
+
+.card-group > .card {
+  margin-bottom: 15px;
+}
+
+@media (min-width: 576px) {
+  .card-group {
+    -ms-flex-flow: row wrap;
+    flex-flow: row wrap;
+  }
+  .card-group > .card {
+    -ms-flex: 1 0 0%;
+    flex: 1 0 0%;
+    margin-bottom: 0;
+  }
+  .card-group > .card + .card {
+    margin-left: 0;
+    border-left: 0;
+  }
+  .card-group > .card:first-child {
+    border-top-right-radius: 0;
+    border-bottom-right-radius: 0;
+  }
+  .card-group > .card:first-child .card-img-top,
+  .card-group > .card:first-child .card-header {
+    border-top-right-radius: 0;
+  }
+  .card-group > .card:first-child .card-img-bottom,
+  .card-group > .card:first-child .card-footer {
+    border-bottom-right-radius: 0;
+  }
+  .card-group > .card:last-child {
+    border-top-left-radius: 0;
+    border-bottom-left-radius: 0;
+  }
+  .card-group > .card:last-child .card-img-top,
+  .card-group > .card:last-child .card-header {
+    border-top-left-radius: 0;
+  }
+  .card-group > .card:last-child .card-img-bottom,
+  .card-group > .card:last-child .card-footer {
+    border-bottom-left-radius: 0;
+  }
+  .card-group > .card:only-child {
+    border-radius: 0.25rem;
+  }
+  .card-group > .card:only-child .card-img-top,
+  .card-group > .card:only-child .card-header {
+    border-top-left-radius: 0.25rem;
+    border-top-right-radius: 0.25rem;
+  }
+  .card-group > .card:only-child .card-img-bottom,
+  .card-group > .card:only-child .card-footer {
+    border-bottom-right-radius: 0.25rem;
+    border-bottom-left-radius: 0.25rem;
+  }
+  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
+    border-radius: 0;
+  }
+  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
+  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
+  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
+  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
+    border-radius: 0;
+  }
+}
+
+.card-columns .card {
+  margin-bottom: 0.75rem;
+}
+
+@media (min-width: 576px) {
+  .card-columns {
+    -webkit-column-count: 3;
+    -moz-column-count: 3;
+    column-count: 3;
+    -webkit-column-gap: 1.25rem;
+    -moz-column-gap: 1.25rem;
+    column-gap: 1.25rem;
+    orphans: 1;
+    widows: 1;
+  }
+  .card-columns .card {
+    display: inline-block;
+    width: 100%;
+  }
+}
+
+.accordion .card {
+  overflow: hidden;
+}
+
+.accordion .card:not(:first-of-type) .card-header:first-child {
+  border-radius: 0;
+}
+
+.accordion .card:not(:first-of-type):not(:last-of-type) {
+  border-bottom: 0;
+  border-radius: 0;
+}
+
+.accordion .card:first-of-type {
+  border-bottom: 0;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.accordion .card:last-of-type {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
+
+.accordion .card .card-header {
+  margin-bottom: -1px;
+}
+
+.breadcrumb {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+  padding: 0.75rem 1rem;
+  margin-bottom: 1rem;
+  list-style: none;
+  background-color: #e9ecef;
+  border-radius: 0.25rem;
+}
+
+.breadcrumb-item + .breadcrumb-item {
+  padding-left: 0.5rem;
+}
+
+.breadcrumb-item + .breadcrumb-item::before {
+  display: inline-block;
+  padding-right: 0.5rem;
+  color: #6c757d;
+  content: "/";
+}
+
+.breadcrumb-item + .breadcrumb-item:hover::before {
+  text-decoration: underline;
+}
+
+.breadcrumb-item + .breadcrumb-item:hover::before {
+  text-decoration: none;
+}
+
+.breadcrumb-item.active {
+  color: #6c757d;
+}
+
+.pagination {
+  display: -ms-flexbox;
+  display: flex;
+  padding-left: 0;
+  list-style: none;
+  border-radius: 0.25rem;
+}
+
+.page-link {
+  position: relative;
+  display: block;
+  padding: 0.5rem 0.75rem;
+  margin-left: -1px;
+  line-height: 1.25;
+  color: #007bff;
+  background-color: #fff;
+  border: 1px solid #dee2e6;
+}
+
+.page-link:hover {
+  z-index: 2;
+  color: #0056b3;
+  text-decoration: none;
+  background-color: #e9ecef;
+  border-color: #dee2e6;
+}
+
+.page-link:focus {
+  z-index: 2;
+  outline: 0;
+  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+}
+
+.page-link:not(:disabled):not(.disabled) {
+  cursor: pointer;
+}
+
+.page-item:first-child .page-link {
+  margin-left: 0;
+  border-top-left-radius: 0.25rem;
+  border-bottom-left-radius: 0.25rem;
+}
+
+.page-item:last-child .page-link {
+  border-top-right-radius: 0.25rem;
+  border-bottom-right-radius: 0.25rem;
+}
+
+.page-item.active .page-link {
+  z-index: 1;
+  color: #fff;
+  background-color: #007bff;
+  border-color: #007bff;
+}
+
+.page-item.disabled .page-link {
+  color: #6c757d;
+  pointer-events: none;
+  cursor: auto;
+  background-color: #fff;
+  border-color: #dee2e6;
+}
+
+.pagination-lg .page-link {
+  padding: 0.75rem 1.5rem;
+  font-size: 1.25rem;
+  line-height: 1.5;
+}
+
+.pagination-lg .page-item:first-child .page-link {
+  border-top-left-radius: 0.3rem;
+  border-bottom-left-radius: 0.3rem;
+}
+
+.pagination-lg .page-item:last-child .page-link {
+  border-top-right-radius: 0.3rem;
+  border-bottom-right-radius: 0.3rem;
+}
+
+.pagination-sm .page-link {
+  padding: 0.25rem 0.5rem;
+  font-size: 0.875rem;
+  line-height: 1.5;
+}
+
+.pagination-sm .page-item:first-child .page-link {
+  border-top-left-radius: 0.2rem;
+  border-bottom-left-radius: 0.2rem;
+}
+
+.pagination-sm .page-item:last-child .page-link {
+  border-top-right-radius: 0.2rem;
+  border-bottom-right-radius: 0.2rem;
+}
+
+.badge {
+  display: inline-block;
+  padding: 0.25em 0.4em;
+  font-size: 75%;
+  font-weight: 700;
+  line-height: 1;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: baseline;
+  border-radius: 0.25rem;
+}
+
+a.badge:hover, a.badge:focus {
+  text-decoration: none;
+}
+
+.badge:empty {
+  display: none;
+}
+
+.btn .badge {
+  position: relative;
+  top: -1px;
+}
+
+.badge-pill {
+  padding-right: 0.6em;
+  padding-left: 0.6em;
+  border-radius: 10rem;
+}
+
+.badge-primary {
+  color: #fff;
+  background-color: #007bff;
+}
+
+a.badge-primary:hover, a.badge-primary:focus {
+  color: #fff;
+  background-color: #0062cc;
+}
+
+.badge-secondary {
+  color: #fff;
+  background-color: #6c757d;
+}
+
+a.badge-secondary:hover, a.badge-secondary:focus {
+  color: #fff;
+  background-color: #545b62;
+}
+
+.badge-success {
+  color: #fff;
+  background-color: #28a745;
+}
+
+a.badge-success:hover, a.badge-success:focus {
+  color: #fff;
+  background-color: #1e7e34;
+}
+
+.badge-info {
+  color: #fff;
+  background-color: #17a2b8;
+}
+
+a.badge-info:hover, a.badge-info:focus {
+  color: #fff;
+  background-color: #117a8b;
+}
+
+.badge-warning {
+  color: #212529;
+  background-color: #ffc107;
+}
+
+a.badge-warning:hover, a.badge-warning:focus {
+  color: #212529;
+  background-color: #d39e00;
+}
+
+.badge-danger {
+  color: #fff;
+  background-color: #dc3545;
+}
+
+a.badge-danger:hover, a.badge-danger:focus {
+  color: #fff;
+  background-color: #bd2130;
+}
+
+.badge-light {
+  color: #212529;
+  background-color: #f8f9fa;
+}
+
+a.badge-light:hover, a.badge-light:focus {
+  color: #212529;
+  background-color: #dae0e5;
+}
+
+.badge-dark {
+  color: #fff;
+  background-color: #343a40;
+}
+
+a.badge-dark:hover, a.badge-dark:focus {
+  color: #fff;
+  background-color: #1d2124;
+}
+
+.jumbotron {
+  padding: 2rem 1rem;
+  margin-bottom: 2rem;
+  background-color: #e9ecef;
+  border-radius: 0.3rem;
+}
+
+@media (min-width: 576px) {
+  .jumbotron {
+    padding: 4rem 2rem;
+  }
+}
+
+.jumbotron-fluid {
+  padding-right: 0;
+  padding-left: 0;
+  border-radius: 0;
+}
+
+.alert {
+  position: relative;
+  padding: 0.75rem 1.25rem;
+  margin-bottom: 1rem;
+  border: 1px solid transparent;
+  border-radius: 0.25rem;
+}
+
+.alert-heading {
+  color: inherit;
+}
+
+.alert-link {
+  font-weight: 700;
+}
+
+.alert-dismissible {
+  padding-right: 4rem;
+}
+
+.alert-dismissible .close {
+  position: absolute;
+  top: 0;
+  right: 0;
+  padding: 0.75rem 1.25rem;
+  color: inherit;
+}
+
+.alert-primary {
+  color: #004085;
+  background-color: #cce5ff;
+  border-color: #b8daff;
+}
+
+.alert-primary hr {
+  border-top-color: #9fcdff;
+}
+
+.alert-primary .alert-link {
+  color: #002752;
+}
+
+.alert-secondary {
+  color: #383d41;
+  background-color: #e2e3e5;
+  border-color: #d6d8db;
+}
+
+.alert-secondary hr {
+  border-top-color: #c8cbcf;
+}
+
+.alert-secondary .alert-link {
+  color: #202326;
+}
+
+.alert-success {
+  color: #155724;
+  background-color: #d4edda;
+  border-color: #c3e6cb;
+}
+
+.alert-success hr {
+  border-top-color: #b1dfbb;
+}
+
+.alert-success .alert-link {
+  color: #0b2e13;
+}
+
+.alert-info {
+  color: #0c5460;
+  background-color: #d1ecf1;
+  border-color: #bee5eb;
+}
+
+.alert-info hr {
+  border-top-color: #abdde5;
+}
+
+.alert-info .alert-link {
+  color: #062c33;
+}
+
+.alert-warning {
+  color: #856404;
+  background-color: #fff3cd;
+  border-color: #ffeeba;
+}
+
+.alert-warning hr {
+  border-top-color: #ffe8a1;
+}
+
+.alert-warning .alert-link {
+  color: #533f03;
+}
+
+.alert-danger {
+  color: #721c24;
+  background-color: #f8d7da;
+  border-color: #f5c6cb;
+}
+
+.alert-danger hr {
+  border-top-color: #f1b0b7;
+}
+
+.alert-danger .alert-link {
+  color: #491217;
+}
+
+.alert-light {
+  color: #818182;
+  background-color: #fefefe;
+  border-color: #fdfdfe;
+}
+
+.alert-light hr {
+  border-top-color: #ececf6;
+}
+
+.alert-light .alert-link {
+  color: #686868;
+}
+
+.alert-dark {
+  color: #1b1e21;
+  background-color: #d6d8d9;
+  border-color: #c6c8ca;
+}
+
+.alert-dark hr {
+  border-top-color: #b9bbbe;
+}
+
+.alert-dark .alert-link {
+  color: #040505;
+}
+
+@-webkit-keyframes progress-bar-stripes {
+  from {
+    background-position: 1rem 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+
+@keyframes progress-bar-stripes {
+  from {
+    background-position: 1rem 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+
+.progress {
+  display: -ms-flexbox;
+  display: flex;
+  height: 1rem;
+  overflow: hidden;
+  font-size: 0.75rem;
+  background-color: #e9ecef;
+  border-radius: 0.25rem;
+}
+
+.progress-bar {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+  flex-direction: column;
+  -ms-flex-pack: center;
+  justify-content: center;
+  color: #fff;
+  text-align: center;
+  white-space: nowrap;
+  background-color: #007bff;
+  transition: width 0.6s ease;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+  .progress-bar {
+    transition: none;
+  }
+}
+
+.progress-bar-striped {
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-size: 1rem 1rem;
+}
+
+.progress-bar-animated {
+  -webkit-animation: progress-bar-stripes 1s linear infinite;
+  animation: progress-bar-stripes 1s linear infinite;
+}
+
+.media {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-align: start;
+  align-items: flex-start;
+}
+
+.media-body {
+  -ms-flex: 1;
+  flex: 1;
+}
+
+.list-group {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+  flex-direction: column;
+  padding-left: 0;
+  margin-bottom: 0;
+}
+
+.list-group-item-action {
+  width: 100%;
+  color: #495057;
+  text-align: inherit;
+}
+
+.list-group-item-action:hover, .list-group-item-action:focus {
+  color: #495057;
+  text-decoration: none;
+  background-color: #f8f9fa;
+}
+
+.list-group-item-action:active {
+  color: #212529;
+  background-color: #e9ecef;
+}
+
+.list-group-item {
+  position: relative;
+  display: block;
+  padding: 0.75rem 1.25rem;
+  margin-bottom: -1px;
+  background-color: #fff;
+  border: 1px solid rgba(0, 0, 0, 0.125);
+}
+
+.list-group-item:first-child {
+  border-top-left-radius: 0.25rem;
+  border-top-right-radius: 0.25rem;
+}
+
+.list-group-item:last-child {
+  margin-bottom: 0;
+  border-bottom-right-radius: 0.25rem;
+  border-bottom-left-radius: 0.25rem;
+}
+
+.list-group-item:hover, .list-group-item:focus {
+  z-index: 1;
+  text-decoration: none;
+}
+
+.list-group-item.disabled, .list-group-item:disabled {
+  color: #6c757d;
+  pointer-events: none;
+  background-color: #fff;
+}
+
+.list-group-item.active {
+  z-index: 2;
+  color: #fff;
+  background-color: #007bff;
+  border-color: #007bff;
+}
+
+.list-group-flush .list-group-item {
+  border-right: 0;
+  border-left: 0;
+  border-radius: 0;
+}
+
+.list-group-flush .list-group-item:last-child {
+  margin-bottom: -1px;
+}
+
+.list-group-flush:first-child .list-group-item:first-child {
+  border-top: 0;
+}
+
+.list-group-flush:last-child .list-group-item:last-child {
+  margin-bottom: 0;
+  border-bottom: 0;
+}
+
+.list-group-item-primary {
+  color: #004085;
+  background-color: #b8daff;
+}
+
+.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
+  color: #004085;
+  background-color: #9fcdff;
+}
+
+.list-group-item-primary.list-group-item-action.active {
+  color: #fff;
+  background-color: #004085;
+  border-color: #004085;
+}
+
+.list-group-item-secondary {
+  color: #383d41;
+  background-color: #d6d8db;
+}
+
+.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
+  color: #383d41;
+  background-color: #c8cbcf;
+}
+
+.list-group-item-secondary.list-group-item-action.active {
+  color: #fff;
+  background-color: #383d41;
+  border-color: #383d41;
+}
+
+.list-group-item-success {
+  color: #155724;
+  background-color: #c3e6cb;
+}
+
+.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
+  color: #155724;
+  background-color: #b1dfbb;
+}
+
+.list-group-item-success.list-group-item-action.active {
+  color: #fff;
+  background-color: #155724;
+  border-color: #155724;
+}
+
+.list-group-item-info {
+  color: #0c5460;
+  background-color: #bee5eb;
+}
+
+.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
+  color: #0c5460;
+  background-color: #abdde5;
+}
+
+.list-group-item-info.list-group-item-action.active {
+  color: #fff;
+  background-color: #0c5460;
+  border-color: #0c5460;
+}
+
+.list-group-item-warning {
+  color: #856404;
+  background-color: #ffeeba;
+}
+
+.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
+  color: #856404;
+  background-color: #ffe8a1;
+}
+
+.list-group-item-warning.list-group-item-action.active {
+  color: #fff;
+  background-color: #856404;
+  border-color: #856404;
+}
+
+.list-group-item-danger {
+  color: #721c24;
+  background-color: #f5c6cb;
+}
+
+.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
+  color: #721c24;
+  background-color: #f1b0b7;
+}
+
+.list-group-item-danger.list-group-item-action.active {
+  color: #fff;
+  background-color: #721c24;
+  border-color: #721c24;
+}
+
+.list-group-item-light {
+  color: #818182;
+  background-color: #fdfdfe;
+}
+
+.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
+  color: #818182;
+  background-color: #ececf6;
+}
+
+.list-group-item-light.list-group-item-action.active {
+  color: #fff;
+  background-color: #818182;
+  border-color: #818182;
+}
+
+.list-group-item-dark {
+  color: #1b1e21;
+  background-color: #c6c8ca;
+}
+
+.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
+  color: #1b1e21;
+  background-color: #b9bbbe;
+}
+
+.list-group-item-dark.list-group-item-action.active {
+  color: #fff;
+  background-color: #1b1e21;
+  border-color: #1b1e21;
+}
+
... 53248 lines suppressed ...


[celix-site] 08/10: Updated site from master (ca067bc90a46ab33b639a254d1d9eb3c28ff2002)

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 7731a2fcbd678a945c0f9ff364446be2782f55c1
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sun Dec 30 12:35:25 2018 +0100

    Updated site from master (ca067bc90a46ab33b639a254d1d9eb3c28ff2002)
---
 content/docs/celix/CHANGES.html                                         | 2 +-
 content/docs/celix/README.html                                          | 2 +-
 content/docs/celix/config_admin/readme.html                             | 2 +-
 content/docs/celix/dependency_manager/readme.html                       | 2 +-
 content/docs/celix/dependency_manager_cxx/readme.html                   | 2 +-
 content/docs/celix/deployment_admin/README.html                         | 2 +-
 content/docs/celix/device_access/README.html                            | 2 +-
 content/docs/celix/documents/building/readme.html                       | 2 +-
 content/docs/celix/documents/cmake_commands/readme.html                 | 2 +-
 .../docs/celix/documents/getting_started/creating_a_simple_bundle.html  | 2 +-
 content/docs/celix/documents/getting_started/readme.html                | 2 +-
 content/docs/celix/documents/getting_started/using_services_with_c.html | 2 +-
 .../docs/celix/documents/getting_started/using_services_with_cxx.html   | 2 +-
 content/docs/celix/documents/intro/readme.html                          | 2 +-
 content/docs/celix/documents/roadmap/api_v3/readme.html                 | 2 +-
 content/docs/celix/documents/roadmap/improvement_ideas.html             | 2 +-
 content/docs/celix/documents/roadmap/roadmap.html                       | 2 +-
 content/docs/celix/documents/subprojects/readme.html                    | 2 +-
 content/docs/celix/etcdlib/README.html                                  | 2 +-
 content/docs/celix/launcher/README.html                                 | 2 +-
 content/docs/celix/log_service/README.html                              | 2 +-
 content/docs/celix/log_writer/README.html                               | 2 +-
 content/docs/celix/pubsub/README.html                                   | 2 +-
 content/docs/celix/pubsub/examples/keys/README.html                     | 2 +-
 content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html               | 2 +-
 content/docs/celix/remote_services/README.html                          | 2 +-
 content/docs/celix/remote_services/discovery_etcd/README.html           | 2 +-
 content/docs/celix/remote_services/remote_service_admin/README.html     | 2 +-
 content/docs/celix/remote_services/topology_manager/README.html         | 2 +-
 content/docs/celix/remote_shell/README.html                             | 2 +-
 content/docs/celix/shell/README.html                                    | 2 +-
 content/docs/celix/shell_tui/README.html                                | 2 +-
 content/docs/celix/utils/README.html                                    | 2 +-
 content/docs/celix/utils/docs/thpool/Design.html                        | 2 +-
 content/docs/celix/utils/docs/thpool/FAQ.html                           | 2 +-
 content/docs/celix/utils/docs/thpool/README.html                        | 2 +-
 content/docs/celix/utils/public/include/memstream/README.html           | 2 +-
 37 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/content/docs/celix/CHANGES.html b/content/docs/celix/CHANGES.html
index 87e04f1..54f52b7 100644
--- a/content/docs/celix/CHANGES.html
+++ b/content/docs/celix/CHANGES.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/CHANGES.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/CHANGES.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/README.html b/content/docs/celix/README.html
index 6064c58..ad0981d 100644
--- a/content/docs/celix/README.html
+++ b/content/docs/celix/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/config_admin/readme.html b/content/docs/celix/config_admin/readme.html
index dc4a14a..a0473b1 100644
--- a/content/docs/celix/config_admin/readme.html
+++ b/content/docs/celix/config_admin/readme.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/config_admin/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/config_admin/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/dependency_manager/readme.html b/content/docs/celix/dependency_manager/readme.html
index 93b951c..45073c3 100644
--- a/content/docs/celix/dependency_manager/readme.html
+++ b/content/docs/celix/dependency_manager/readme.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/dependency_manager/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/dependency_manager/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/dependency_manager_cxx/readme.html b/content/docs/celix/dependency_manager_cxx/readme.html
index 0f539ea..6821c33 100644
--- a/content/docs/celix/dependency_manager_cxx/readme.html
+++ b/content/docs/celix/dependency_manager_cxx/readme.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/dependency_manager_cxx/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/dependency_manager_cxx/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/deployment_admin/README.html b/content/docs/celix/deployment_admin/README.html
index 6387a82..d5e218d 100644
--- a/content/docs/celix/deployment_admin/README.html
+++ b/content/docs/celix/deployment_admin/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/deployment_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/deployment_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/device_access/README.html b/content/docs/celix/device_access/README.html
index 54350d2..fb17c1e 100644
--- a/content/docs/celix/device_access/README.html
+++ b/content/docs/celix/device_access/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/device_access/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/device_access/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/documents/building/readme.html b/content/docs/celix/documents/building/readme.html
index 57a84bd..641c2d9 100644
--- a/content/docs/celix/documents/building/readme.html
+++ b/content/docs/celix/documents/building/readme.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/building/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/building/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/documents/cmake_commands/readme.html b/content/docs/celix/documents/cmake_commands/readme.html
index 0174416..cda5ef8 100644
--- a/content/docs/celix/documents/cmake_commands/readme.html
+++ b/content/docs/celix/documents/cmake_commands/readme.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/cmake_commands/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/cmake_commands/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <p>&lt;!–
diff --git a/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html b/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
index bff926a..c84de49 100644
--- a/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
+++ b/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/getting_started/creating_a_simple_bundle.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/creating_a_simple_bundle.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/documents/getting_started/readme.html b/content/docs/celix/documents/getting_started/readme.html
index 7a33df6..364e703 100644
--- a/content/docs/celix/documents/getting_started/readme.html
+++ b/content/docs/celix/documents/getting_started/readme.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/getting_started/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/documents/getting_started/using_services_with_c.html b/content/docs/celix/documents/getting_started/using_services_with_c.html
index f699585..22284da 100644
--- a/content/docs/celix/documents/getting_started/using_services_with_c.html
+++ b/content/docs/celix/documents/getting_started/using_services_with_c.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/getting_started/using_services_with_c.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/using_services_with_c.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/documents/getting_started/using_services_with_cxx.html b/content/docs/celix/documents/getting_started/using_services_with_cxx.html
index 5d435a4..3a84c12 100644
--- a/content/docs/celix/documents/getting_started/using_services_with_cxx.html
+++ b/content/docs/celix/documents/getting_started/using_services_with_cxx.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/getting_started/using_services_with_cxx.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/using_services_with_cxx.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/documents/intro/readme.html b/content/docs/celix/documents/intro/readme.html
index 5ddaade..759c640 100644
--- a/content/docs/celix/documents/intro/readme.html
+++ b/content/docs/celix/documents/intro/readme.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/intro/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/intro/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/documents/roadmap/api_v3/readme.html b/content/docs/celix/documents/roadmap/api_v3/readme.html
index 2b5795d..a712ab4 100644
--- a/content/docs/celix/documents/roadmap/api_v3/readme.html
+++ b/content/docs/celix/documents/roadmap/api_v3/readme.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/roadmap/api_v3/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/roadmap/api_v3/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <p>&lt;!–
diff --git a/content/docs/celix/documents/roadmap/improvement_ideas.html b/content/docs/celix/documents/roadmap/improvement_ideas.html
index 8ee226a..517858b 100644
--- a/content/docs/celix/documents/roadmap/improvement_ideas.html
+++ b/content/docs/celix/documents/roadmap/improvement_ideas.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/roadmap/improvement_ideas.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/roadmap/improvement_ideas.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/documents/roadmap/roadmap.html b/content/docs/celix/documents/roadmap/roadmap.html
index d01577b..dc6fbd3 100644
--- a/content/docs/celix/documents/roadmap/roadmap.html
+++ b/content/docs/celix/documents/roadmap/roadmap.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/roadmap/roadmap.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/roadmap/roadmap.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/documents/subprojects/readme.html b/content/docs/celix/documents/subprojects/readme.html
index 7dfd00a..00b031d 100644
--- a/content/docs/celix/documents/subprojects/readme.html
+++ b/content/docs/celix/documents/subprojects/readme.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/subprojects/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/subprojects/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/etcdlib/README.html b/content/docs/celix/etcdlib/README.html
index d8ea18f..be691bb 100644
--- a/content/docs/celix/etcdlib/README.html
+++ b/content/docs/celix/etcdlib/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/etcdlib/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/etcdlib/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/launcher/README.html b/content/docs/celix/launcher/README.html
index d847e8d..2fc5a63 100644
--- a/content/docs/celix/launcher/README.html
+++ b/content/docs/celix/launcher/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/launcher/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/launcher/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/log_service/README.html b/content/docs/celix/log_service/README.html
index 3234c8e..0fb50e0 100644
--- a/content/docs/celix/log_service/README.html
+++ b/content/docs/celix/log_service/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/log_service/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/log_service/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/log_writer/README.html b/content/docs/celix/log_writer/README.html
index d195feb..8e7a26f 100644
--- a/content/docs/celix/log_writer/README.html
+++ b/content/docs/celix/log_writer/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/log_writer/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/log_writer/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/pubsub/README.html b/content/docs/celix/pubsub/README.html
index 6736d8e..0bbdc46 100644
--- a/content/docs/celix/pubsub/README.html
+++ b/content/docs/celix/pubsub/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/pubsub/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/pubsub/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/pubsub/examples/keys/README.html b/content/docs/celix/pubsub/examples/keys/README.html
index 54b384e..a61e232 100644
--- a/content/docs/celix/pubsub/examples/keys/README.html
+++ b/content/docs/celix/pubsub/examples/keys/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/pubsub/examples/keys/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/pubsub/examples/keys/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html b/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
index c609e1f..225c43f 100644
--- a/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
+++ b/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/pubsub/pubsub_admin_udp_mc/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/pubsub/pubsub_admin_udp_mc/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/remote_services/README.html b/content/docs/celix/remote_services/README.html
index b41e8c5..12aabde 100644
--- a/content/docs/celix/remote_services/README.html
+++ b/content/docs/celix/remote_services/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_services/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/remote_services/discovery_etcd/README.html b/content/docs/celix/remote_services/discovery_etcd/README.html
index ebbde64..2f16d1b 100644
--- a/content/docs/celix/remote_services/discovery_etcd/README.html
+++ b/content/docs/celix/remote_services/discovery_etcd/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_services/discovery_etcd/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/discovery_etcd/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/remote_services/remote_service_admin/README.html b/content/docs/celix/remote_services/remote_service_admin/README.html
index 088f7a1..e43850c 100644
--- a/content/docs/celix/remote_services/remote_service_admin/README.html
+++ b/content/docs/celix/remote_services/remote_service_admin/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_services/remote_service_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/remote_service_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/remote_services/topology_manager/README.html b/content/docs/celix/remote_services/topology_manager/README.html
index f3ccb98..bd80407 100644
--- a/content/docs/celix/remote_services/topology_manager/README.html
+++ b/content/docs/celix/remote_services/topology_manager/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_services/topology_manager/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/topology_manager/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/remote_shell/README.html b/content/docs/celix/remote_shell/README.html
index 7cd6eff..4dce202 100644
--- a/content/docs/celix/remote_shell/README.html
+++ b/content/docs/celix/remote_shell/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/shell/README.html b/content/docs/celix/shell/README.html
index c1bc5e8..bc5e2da 100644
--- a/content/docs/celix/shell/README.html
+++ b/content/docs/celix/shell/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/shell_tui/README.html b/content/docs/celix/shell_tui/README.html
index efa0247..b27bacf 100644
--- a/content/docs/celix/shell_tui/README.html
+++ b/content/docs/celix/shell_tui/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/shell_tui/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/shell_tui/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/utils/README.html b/content/docs/celix/utils/README.html
index d353e9f..7733c3c 100644
--- a/content/docs/celix/utils/README.html
+++ b/content/docs/celix/utils/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/utils/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
diff --git a/content/docs/celix/utils/docs/thpool/Design.html b/content/docs/celix/utils/docs/thpool/Design.html
index 20d1e8b..b0c2f29 100644
--- a/content/docs/celix/utils/docs/thpool/Design.html
+++ b/content/docs/celix/utils/docs/thpool/Design.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/docs/thpool/Design.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/utils/docs/thpool/Design.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <h2 id="high-level">High level</h2>
diff --git a/content/docs/celix/utils/docs/thpool/FAQ.html b/content/docs/celix/utils/docs/thpool/FAQ.html
index 7b2fe5c..a7205d0 100644
--- a/content/docs/celix/utils/docs/thpool/FAQ.html
+++ b/content/docs/celix/utils/docs/thpool/FAQ.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/docs/thpool/FAQ.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/utils/docs/thpool/FAQ.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <h3 id="why-isnt-pthread_exit-used-to-exit-a-thread">Why isn’t pthread_exit() used to exit a thread?</h3>
diff --git a/content/docs/celix/utils/docs/thpool/README.html b/content/docs/celix/utils/docs/thpool/README.html
index ba52959..c2bbbf4 100644
--- a/content/docs/celix/utils/docs/thpool/README.html
+++ b/content/docs/celix/utils/docs/thpool/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/docs/thpool/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/utils/docs/thpool/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <p><img src="http://178.62.170.124:3000/pithikos/c-thread-pool/badge/?branch=master" alt="Build status" /></p>
diff --git a/content/docs/celix/utils/public/include/memstream/README.html b/content/docs/celix/utils/public/include/memstream/README.html
index 13ba8ef..2bb509f 100644
--- a/content/docs/celix/utils/public/include/memstream/README.html
+++ b/content/docs/celix/utils/public/include/memstream/README.html
@@ -101,7 +101,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/public/include/memstream/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/utils/public/include/memstream/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <h1 id="fmemopen-for-mac-os-and-ios">fmemopen for Mac OS and iOS</h1>


[celix-site] 10/10: Updated site from master (10b863e3b8cd6083472cee86cd7ab6d3a73ff762)

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit eb8db2e1149b7437147abb92a230afe6ca7fa438
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sun Dec 30 23:45:44 2018 +0100

    Updated site from master (10b863e3b8cd6083472cee86cd7ab6d3a73ff762)
---
 content/404.html                                    | 21 +++++++++++++++------
 content/contributing/releasing.html                 | 21 +++++++++++++++------
 content/contributing/submitting-patches.html        | 21 +++++++++++++++------
 content/contributing/volunteers.html                | 21 +++++++++++++++------
 content/contributing/youatcelix.html                | 21 +++++++++++++++------
 content/docs/celix/CHANGES.html                     | 21 +++++++++++++++------
 content/docs/celix/README.html                      | 21 +++++++++++++++------
 content/docs/celix/config_admin/readme.html         | 21 +++++++++++++++------
 content/docs/celix/dependency_manager/readme.html   | 21 +++++++++++++++------
 .../docs/celix/dependency_manager_cxx/readme.html   | 21 +++++++++++++++------
 content/docs/celix/deployment_admin/README.html     | 21 +++++++++++++++------
 content/docs/celix/device_access/README.html        | 21 +++++++++++++++------
 content/docs/celix/documents/building/readme.html   | 21 +++++++++++++++------
 .../docs/celix/documents/cmake_commands/readme.html | 21 +++++++++++++++------
 .../getting_started/creating_a_simple_bundle.html   | 21 +++++++++++++++------
 .../celix/documents/getting_started/readme.html     | 21 +++++++++++++++------
 .../getting_started/using_services_with_c.html      | 21 +++++++++++++++------
 .../getting_started/using_services_with_cxx.html    | 21 +++++++++++++++------
 content/docs/celix/documents/intro/readme.html      | 21 +++++++++++++++------
 .../docs/celix/documents/roadmap/api_v3/readme.html | 21 +++++++++++++++------
 .../celix/documents/roadmap/improvement_ideas.html  | 21 +++++++++++++++------
 content/docs/celix/documents/roadmap/roadmap.html   | 21 +++++++++++++++------
 .../docs/celix/documents/subprojects/readme.html    | 21 +++++++++++++++------
 content/docs/celix/etcdlib/README.html              | 21 +++++++++++++++------
 content/docs/celix/launcher/README.html             | 21 +++++++++++++++------
 content/docs/celix/log_service/README.html          | 21 +++++++++++++++------
 content/docs/celix/log_writer/README.html           | 21 +++++++++++++++------
 content/docs/celix/pubsub/README.html               | 21 +++++++++++++++------
 content/docs/celix/pubsub/examples/keys/README.html | 21 +++++++++++++++------
 .../celix/pubsub/pubsub_admin_udp_mc/README.html    | 21 +++++++++++++++------
 content/docs/celix/remote_services/README.html      | 21 +++++++++++++++------
 .../remote_services/discovery_etcd/README.html      | 21 +++++++++++++++------
 .../remote_service_admin/README.html                | 21 +++++++++++++++------
 .../remote_services/topology_manager/README.html    | 21 +++++++++++++++------
 content/docs/celix/remote_shell/README.html         | 21 +++++++++++++++------
 content/docs/celix/shell/README.html                | 21 +++++++++++++++------
 content/docs/celix/shell_tui/README.html            | 21 +++++++++++++++------
 content/docs/celix/utils/README.html                | 21 +++++++++++++++------
 content/docs/celix/utils/docs/thpool/Design.html    | 21 +++++++++++++++------
 content/docs/celix/utils/docs/thpool/FAQ.html       | 21 +++++++++++++++------
 content/docs/celix/utils/docs/thpool/README.html    | 21 +++++++++++++++------
 .../utils/public/include/memstream/README.html      | 21 +++++++++++++++------
 content/docs/index.html                             | 21 +++++++++++++++------
 content/download.html                               | 21 +++++++++++++++------
 content/index.html                                  | 21 +++++++++++++++------
 content/support/issue-tracking.html                 | 21 +++++++++++++++------
 content/support/mailing-list.html                   | 21 +++++++++++++++------
 47 files changed, 705 insertions(+), 282 deletions(-)

diff --git a/content/404.html b/content/404.html
index 6a3931f..a0e1eef 100644
--- a/content/404.html
+++ b/content/404.html
@@ -121,12 +121,21 @@ For example, some redirects are configured in <a href="https://github.com/apache
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/contributing/releasing.html b/content/contributing/releasing.html
index f5e46dd..ebe4c66 100644
--- a/content/contributing/releasing.html
+++ b/content/contributing/releasing.html
@@ -403,12 +403,21 @@ The Apache Celix Team
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/contributing/submitting-patches.html b/content/contributing/submitting-patches.html
index 3a48a03..9dd6029 100644
--- a/content/contributing/submitting-patches.html
+++ b/content/contributing/submitting-patches.html
@@ -244,12 +244,21 @@ At that moment, it’s easier to use GitHub, as GitHub provides the functionalit
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/contributing/volunteers.html b/content/contributing/volunteers.html
index 068ab60..16e150f 100644
--- a/content/contributing/volunteers.html
+++ b/content/contributing/volunteers.html
@@ -151,12 +151,21 @@ or committee member.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/contributing/youatcelix.html b/content/contributing/youatcelix.html
index a7998eb..dc34aaf 100644
--- a/content/contributing/youatcelix.html
+++ b/content/contributing/youatcelix.html
@@ -158,12 +158,21 @@ any questions.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/CHANGES.html b/content/docs/celix/CHANGES.html
index c0bfb78..8346337 100644
--- a/content/docs/celix/CHANGES.html
+++ b/content/docs/celix/CHANGES.html
@@ -368,12 +368,21 @@ CELIX-386: Fixes an issue with the C++ dependency manager and register multiple
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/README.html b/content/docs/celix/README.html
index 0276936..b9011da 100644
--- a/content/docs/celix/README.html
+++ b/content/docs/celix/README.html
@@ -143,12 +143,21 @@ limitations under the License.
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/config_admin/readme.html b/content/docs/celix/config_admin/readme.html
index 19f56ee..fbf9bf9 100644
--- a/content/docs/celix/config_admin/readme.html
+++ b/content/docs/celix/config_admin/readme.html
@@ -172,12 +172,21 @@ This bundle needs to retrieve the running config_admin service. With this servic
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/dependency_manager/readme.html b/content/docs/celix/dependency_manager/readme.html
index 3fd04f0..30d289d 100644
--- a/content/docs/celix/dependency_manager/readme.html
+++ b/content/docs/celix/dependency_manager/readme.html
@@ -263,12 +263,21 @@ their state, provided interfaces and required interfaces.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/dependency_manager_cxx/readme.html b/content/docs/celix/dependency_manager_cxx/readme.html
index 88704c4..dab1ef9 100644
--- a/content/docs/celix/dependency_manager_cxx/readme.html
+++ b/content/docs/celix/dependency_manager_cxx/readme.html
@@ -200,12 +200,21 @@ When correctly used this strategy removes the need for locking services during u
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/deployment_admin/README.html b/content/docs/celix/deployment_admin/README.html
index 900b0b0..9c40a3d 100644
--- a/content/docs/celix/deployment_admin/README.html
+++ b/content/docs/celix/deployment_admin/README.html
@@ -147,12 +147,21 @@ deployment_tags                     tags used by the deployment admin
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/device_access/README.html b/content/docs/celix/device_access/README.html
index 39dff59..4a67607 100644
--- a/content/docs/celix/device_access/README.html
+++ b/content/docs/celix/device_access/README.html
@@ -143,12 +143,21 @@ limitations under the License.
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/building/readme.html b/content/docs/celix/documents/building/readme.html
index 0d06f27..0971c54 100644
--- a/content/docs/celix/documents/building/readme.html
+++ b/content/docs/celix/documents/building/readme.html
@@ -262,12 +262,21 @@ make
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/cmake_commands/readme.html b/content/docs/celix/documents/cmake_commands/readme.html
index ae19857..838411d 100644
--- a/content/docs/celix/documents/cmake_commands/readme.html
+++ b/content/docs/celix/documents/cmake_commands/readme.html
@@ -411,12 +411,21 @@ If the bundle target is never added CMake will give an error:</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html b/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
index 0b6a5ad..f5a2ed0 100644
--- a/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
+++ b/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
@@ -445,12 +445,21 @@ For a guide how to provide and use services see</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/getting_started/readme.html b/content/docs/celix/documents/getting_started/readme.html
index b8a5bf8..56ffe68 100644
--- a/content/docs/celix/documents/getting_started/readme.html
+++ b/content/docs/celix/documents/getting_started/readme.html
@@ -142,12 +142,21 @@ and this should get you started for your first C and/or C++ bundle.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/getting_started/using_services_with_c.html b/content/docs/celix/documents/getting_started/using_services_with_c.html
index 6ab95c8..d4b9a14 100644
--- a/content/docs/celix/documents/getting_started/using_services_with_c.html
+++ b/content/docs/celix/documents/getting_started/using_services_with_c.html
@@ -717,12 +717,21 @@ The suspend or non-locking strategy <code class="highlighter-rouge">DM_SERVICE_D
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/getting_started/using_services_with_cxx.html b/content/docs/celix/documents/getting_started/using_services_with_cxx.html
index 660f8fa..feb9e74 100644
--- a/content/docs/celix/documents/getting_started/using_services_with_cxx.html
+++ b/content/docs/celix/documents/getting_started/using_services_with_cxx.html
@@ -675,12 +675,21 @@ The suspend or non-locking strategy <code class="highlighter-rouge">DependencyUp
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/intro/readme.html b/content/docs/celix/documents/intro/readme.html
index 31e55e6..abbc4fd 100644
--- a/content/docs/celix/documents/intro/readme.html
+++ b/content/docs/celix/documents/intro/readme.html
@@ -271,12 +271,21 @@ The Dependency Manager is arguably the most convenient way to interact with serv
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/roadmap/api_v3/readme.html b/content/docs/celix/documents/roadmap/api_v3/readme.html
index ceed61d..26a85e2 100644
--- a/content/docs/celix/documents/roadmap/api_v3/readme.html
+++ b/content/docs/celix/documents/roadmap/api_v3/readme.html
@@ -397,12 +397,21 @@ library modules and bundle modules.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/roadmap/improvement_ideas.html b/content/docs/celix/documents/roadmap/improvement_ideas.html
index b98ff5c..04064bd 100644
--- a/content/docs/celix/documents/roadmap/improvement_ideas.html
+++ b/content/docs/celix/documents/roadmap/improvement_ideas.html
@@ -167,12 +167,21 @@ Add interfaces for other languages (Python / Rust / Go / …)</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/roadmap/roadmap.html b/content/docs/celix/documents/roadmap/roadmap.html
index b043923..ff3eb8f 100644
--- a/content/docs/celix/documents/roadmap/roadmap.html
+++ b/content/docs/celix/documents/roadmap/roadmap.html
@@ -244,12 +244,21 @@ and the service registry.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/documents/subprojects/readme.html b/content/docs/celix/documents/subprojects/readme.html
index 58f0e41..c76d387 100644
--- a/content/docs/celix/documents/subprojects/readme.html
+++ b/content/docs/celix/documents/subprojects/readme.html
@@ -162,12 +162,21 @@ limitations under the License.
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/etcdlib/README.html b/content/docs/celix/etcdlib/README.html
index fefd8c5..babf9a3 100644
--- a/content/docs/celix/etcdlib/README.html
+++ b/content/docs/celix/etcdlib/README.html
@@ -204,12 +204,21 @@ make
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/launcher/README.html b/content/docs/celix/launcher/README.html
index c9fc80f..bd99f5b 100644
--- a/content/docs/celix/launcher/README.html
+++ b/content/docs/celix/launcher/README.html
@@ -150,12 +150,21 @@ org.osgi.framework.storage.clean    If set to "onFirstInit", the bundle cache wi
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/log_service/README.html b/content/docs/celix/log_service/README.html
index 3a552f1..760f32c 100644
--- a/content/docs/celix/log_service/README.html
+++ b/content/docs/celix/log_service/README.html
@@ -145,12 +145,21 @@ limitations under the License.
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/log_writer/README.html b/content/docs/celix/log_writer/README.html
index d3db63c..3e9ec0e 100644
--- a/content/docs/celix/log_writer/README.html
+++ b/content/docs/celix/log_writer/README.html
@@ -139,12 +139,21 @@ BUILD_LOG_WRITER_SYSLOG=ON
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/pubsub/README.html b/content/docs/celix/pubsub/README.html
index 1d7440b..988cce5 100644
--- a/content/docs/celix/pubsub/README.html
+++ b/content/docs/celix/pubsub/README.html
@@ -206,12 +206,21 @@ For low-level communication, UDP and ZMQ is used.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/pubsub/examples/keys/README.html b/content/docs/celix/pubsub/examples/keys/README.html
index f4be226..0ec8060 100644
--- a/content/docs/celix/pubsub/examples/keys/README.html
+++ b/content/docs/celix/pubsub/examples/keys/README.html
@@ -152,12 +152,21 @@ These files need to be encrypted using the ‘ed_file’ executable.</li>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html b/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
index afa3aed..96ec0af 100644
--- a/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
+++ b/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
@@ -198,12 +198,21 @@ This endpoint is published by the PubSubDiscovery within its topic in ETCD (i.e.
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/remote_services/README.html b/content/docs/celix/remote_services/README.html
index 50d3157..c3d127f 100644
--- a/content/docs/celix/remote_services/README.html
+++ b/content/docs/celix/remote_services/README.html
@@ -371,12 +371,21 @@ CALCULATOR: Add: 3.000000 + 5.000000 = 8.000000
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/remote_services/discovery_etcd/README.html b/content/docs/celix/remote_services/discovery_etcd/README.html
index cb4938b..c019eba 100644
--- a/content/docs/celix/remote_services/discovery_etcd/README.html
+++ b/content/docs/celix/remote_services/discovery_etcd/README.html
@@ -145,12 +145,21 @@ DEFAULT_ETCD_TTL                     time-to-live for etcd entries in seconds (d
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/remote_services/remote_service_admin/README.html b/content/docs/celix/remote_services/remote_service_admin/README.html
index 4979442..ddeaea2 100644
--- a/content/docs/celix/remote_services/remote_service_admin/README.html
+++ b/content/docs/celix/remote_services/remote_service_admin/README.html
@@ -143,12 +143,21 @@ CELIX_FRAMEWORK_EXTENDER_PATH  Used in RSA_DFI only. Can be used to define a pat
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/remote_services/topology_manager/README.html b/content/docs/celix/remote_services/topology_manager/README.html
index f9a6f28..b8e6ce8 100644
--- a/content/docs/celix/remote_services/topology_manager/README.html
+++ b/content/docs/celix/remote_services/topology_manager/README.html
@@ -138,12 +138,21 @@ limitations under the License.
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/remote_shell/README.html b/content/docs/celix/remote_shell/README.html
index e4e4a86..f9db927 100644
--- a/content/docs/celix/remote_shell/README.html
+++ b/content/docs/celix/remote_shell/README.html
@@ -143,12 +143,21 @@ remote.shell.telnet.maxconn           amount of concurrent connections (default:
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/shell/README.html b/content/docs/celix/shell/README.html
index b758c80..0dc5347 100644
--- a/content/docs/celix/shell/README.html
+++ b/content/docs/celix/shell/README.html
@@ -163,12 +163,21 @@ ANSI colors when printing info. default is true.</li>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/shell_tui/README.html b/content/docs/celix/shell_tui/README.html
index 3b060b0..ace025a 100644
--- a/content/docs/celix/shell_tui/README.html
+++ b/content/docs/celix/shell_tui/README.html
@@ -146,12 +146,21 @@ shell tui. Default is true if a TERM environment is set else false.</li>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/utils/README.html b/content/docs/celix/utils/README.html
index ad6640f..bb5bd62 100644
--- a/content/docs/celix/utils/README.html
+++ b/content/docs/celix/utils/README.html
@@ -145,12 +145,21 @@ Thread Pool
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/utils/docs/thpool/Design.html b/content/docs/celix/utils/docs/thpool/Design.html
index d193a2d..b915390 100644
--- a/content/docs/celix/utils/docs/thpool/Design.html
+++ b/content/docs/celix/utils/docs/thpool/Design.html
@@ -166,12 +166,21 @@ limitations under the License.
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/utils/docs/thpool/FAQ.html b/content/docs/celix/utils/docs/thpool/FAQ.html
index cf52ef7..22e1b9f 100644
--- a/content/docs/celix/utils/docs/thpool/FAQ.html
+++ b/content/docs/celix/utils/docs/thpool/FAQ.html
@@ -145,12 +145,21 @@ and thus threads will have more than enough time to terminate.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/utils/docs/thpool/README.html b/content/docs/celix/utils/docs/thpool/README.html
index c06a59b..9f15dcf 100644
--- a/content/docs/celix/utils/docs/thpool/README.html
+++ b/content/docs/celix/utils/docs/thpool/README.html
@@ -204,12 +204,21 @@ you can use <code class="highlighter-rouge">thpool_wait(thpool);</code>. If you
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/celix/utils/public/include/memstream/README.html b/content/docs/celix/utils/public/include/memstream/README.html
index 2710c23..56236cc 100644
--- a/content/docs/celix/utils/public/include/memstream/README.html
+++ b/content/docs/celix/utils/public/include/memstream/README.html
@@ -163,12 +163,21 @@ wherever you need to use <code class="highlighter-rouge">fmemopen</code>.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/index.html b/content/docs/index.html
index ff9693d..adfef6f 100644
--- a/content/docs/index.html
+++ b/content/docs/index.html
@@ -140,12 +140,21 @@ an answer to your problem in the mailing list archives, post a new question on t
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/download.html b/content/download.html
index b793d0a..47fff66 100644
--- a/content/download.html
+++ b/content/download.html
@@ -153,12 +153,21 @@ mirrors (at the end of the mirrors list) that should be available.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/index.html b/content/index.html
index ec7b60c..566a7c4 100644
--- a/content/index.html
+++ b/content/index.html
@@ -179,12 +179,21 @@ limitations under the License.
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/support/issue-tracking.html b/content/support/issue-tracking.html
index 38bd927..4c49e61 100644
--- a/content/support/issue-tracking.html
+++ b/content/support/issue-tracking.html
@@ -132,12 +132,21 @@ limitations under the License.
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/support/mailing-list.html b/content/support/mailing-list.html
index 93ae16b..b233ddb 100644
--- a/content/support/mailing-list.html
+++ b/content/support/mailing-list.html
@@ -160,12 +160,21 @@ There are many other archives out there as well.</p>
 <!-- Footer -->
 <footer class="py-3 bg-secondary">
     <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
+        <div class="row">
+            <div class="col-md-8 text-center">
+                <p class="m-0 text-white">
+                    Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+                    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                    <br>
+                    Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+                </p>
+            </div>
+            <div class="col-md-4 text-center">
+                <a href="http://www.apachecon.com/" target="_blank">
+                    <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0">
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 


[celix-site] 04/10: Updated site from master (a0ea163c0eb34cf450133294e081c4326ca8bcef)

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 265f20c71feac8cc312b9b2c4abc5f6469e31362
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sat Dec 29 18:06:36 2018 +0100

    Updated site from master (a0ea163c0eb34cf450133294e081c4326ca8bcef)
---
 content/assets/css/style.css | 8 ++++++++
 content/index.html           | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/content/assets/css/style.css b/content/assets/css/style.css
index 1abac29..fc551c9 100644
--- a/content/assets/css/style.css
+++ b/content/assets/css/style.css
@@ -142,6 +142,14 @@ a.edit-on-gh {
   color: #fff;
 }
 
+.img-home {
+  display: inline;
+  max-width: 100%;
+  height: auto;
+  padding-left: 10px;
+  padding-right: 10px;
+}
+
 .card {
   height: 100%;
 }
diff --git a/content/index.html b/content/index.html
index 5b02763..0217e60 100644
--- a/content/index.html
+++ b/content/index.html
@@ -108,7 +108,7 @@ limitations under the License.
       </div>
 
       <div class="row my-4">
-        <img class="text-center mx-auto" src="/assets/img/celix.svg">
+        <img class="text-center mx-auto img-home" src="/assets/img/celix.svg">
       </div>
 
       <div class="col-sm-12 mb-4">


[celix-site] 07/10: Updated site from master (369aa6b4b40ca570d2c014edfba021eaa853b969)

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 604ac0ffe549aefebb8f25f44f890b4958c9d7ce
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sun Dec 30 12:01:31 2018 +0100

    Updated site from master (369aa6b4b40ca570d2c014edfba021eaa853b969)
---
 content/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/index.html b/content/index.html
index 0217e60..7e0eb5a 100644
--- a/content/index.html
+++ b/content/index.html
@@ -108,7 +108,7 @@ limitations under the License.
       </div>
 
       <div class="row my-4">
-        <img class="text-center mx-auto img-home" src="/assets/img/celix.svg">
+        <img class="text-center mx-auto img-home" src="/assets/img/celix.svg" alt="Celix Logo">
       </div>
 
       <div class="col-sm-12 mb-4">


[celix-site] 03/10: CELIX-449: Updated .gitignore to ignore celix-src submodule as well as source directory

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit de5aafccea993a4ba532ead2b507c5e0359d695d
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sat Dec 29 14:23:40 2018 +0100

    CELIX-449: Updated .gitignore to ignore celix-src submodule as well as source directory
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 30a1b8f..4fafde0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,7 @@ target
 # Bundler generated
 .bundle
 vendor/
+
+# Sources
+celix-src/
+source/


[celix-site] 06/10: Updated site from master (c75140f8c9c4e46e38a95c5ced9bab4a0519e855)

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 1840a959d462562ce4f275bb54c9d4917fc637df
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sun Dec 30 11:54:10 2018 +0100

    Updated site from master (c75140f8c9c4e46e38a95c5ced9bab4a0519e855)
---
 content/docs/celix/CHANGES.html                    |  2 +-
 content/docs/celix/README.html                     |  2 +-
 content/docs/celix/config_admin/readme.html        |  2 +-
 content/docs/celix/dependency_manager/readme.html  |  2 +-
 .../docs/celix/dependency_manager_cxx/readme.html  |  2 +-
 content/docs/celix/deployment_admin/README.html    |  2 +-
 content/docs/celix/device_access/README.html       |  2 +-
 content/docs/celix/documents/building/readme.html  |  2 +-
 .../celix/documents/cmake_commands/readme.html     |  2 +-
 .../getting_started/creating_a_simple_bundle.html  |  2 +-
 .../celix/documents/getting_started/readme.html    |  2 +-
 .../getting_started/using_services_with_c.html     |  2 +-
 .../getting_started/using_services_with_cxx.html   |  2 +-
 content/docs/celix/documents/intro/readme.html     |  2 +-
 .../celix/documents/roadmap/api_v3/readme.html     |  2 +-
 .../celix/documents/roadmap/improvement_ideas.html |  2 +-
 content/docs/celix/documents/roadmap/roadmap.html  |  2 +-
 .../docs/celix/documents/subprojects/readme.html   |  2 +-
 content/docs/celix/etcdlib/README.html             |  2 +-
 content/docs/celix/launcher/README.html            |  2 +-
 content/docs/celix/log_service/README.html         |  2 +-
 content/docs/celix/log_writer/README.html          |  2 +-
 content/docs/celix/pubsub/README.html              |  2 +-
 .../docs/celix/pubsub/examples/keys/README.html    |  2 +-
 .../celix/pubsub/pubsub_admin_udp_mc/README.html   |  2 +-
 content/docs/celix/remote_services/README.html     |  2 +-
 .../remote_services/discovery_etcd/README.html     |  2 +-
 .../remote_service_admin/README.html               |  2 +-
 .../remote_services/topology_manager/README.html   |  2 +-
 content/docs/celix/remote_shell/README.html        |  2 +-
 content/docs/celix/shell/README.html               |  2 +-
 content/docs/celix/shell_tui/README.html           |  2 +-
 content/docs/celix/utils/README.html               |  2 +-
 content/docs/celix/utils/docs/thpool/Design.html   |  2 +-
 content/docs/celix/utils/docs/thpool/FAQ.html      |  2 +-
 content/docs/celix/utils/docs/thpool/README.html   |  2 +-
 .../utils/public/include/memstream/README.html     |  2 +-
 content/support/mailing-list.html                  | 30 ++++++++++++----------
 38 files changed, 54 insertions(+), 50 deletions(-)

diff --git a/content/docs/celix/CHANGES.html b/content/docs/celix/CHANGES.html
index 19e4ba3..87e04f1 100644
--- a/content/docs/celix/CHANGES.html
+++ b/content/docs/celix/CHANGES.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/CHANGES.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/README.html b/content/docs/celix/README.html
index 16c9ae1..6064c58 100644
--- a/content/docs/celix/README.html
+++ b/content/docs/celix/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/config_admin/readme.html b/content/docs/celix/config_admin/readme.html
index 57edd83..dc4a14a 100644
--- a/content/docs/celix/config_admin/readme.html
+++ b/content/docs/celix/config_admin/readme.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/config_admin/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/dependency_manager/readme.html b/content/docs/celix/dependency_manager/readme.html
index dd2eb92..93b951c 100644
--- a/content/docs/celix/dependency_manager/readme.html
+++ b/content/docs/celix/dependency_manager/readme.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/dependency_manager/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/dependency_manager_cxx/readme.html b/content/docs/celix/dependency_manager_cxx/readme.html
index b37e260..0f539ea 100644
--- a/content/docs/celix/dependency_manager_cxx/readme.html
+++ b/content/docs/celix/dependency_manager_cxx/readme.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/dependency_manager_cxx/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/deployment_admin/README.html b/content/docs/celix/deployment_admin/README.html
index 7875783..6387a82 100644
--- a/content/docs/celix/deployment_admin/README.html
+++ b/content/docs/celix/deployment_admin/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/deployment_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/device_access/README.html b/content/docs/celix/device_access/README.html
index 7db98e4..54350d2 100644
--- a/content/docs/celix/device_access/README.html
+++ b/content/docs/celix/device_access/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/device_access/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/building/readme.html b/content/docs/celix/documents/building/readme.html
index 084685d..57a84bd 100644
--- a/content/docs/celix/documents/building/readme.html
+++ b/content/docs/celix/documents/building/readme.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/building/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/cmake_commands/readme.html b/content/docs/celix/documents/cmake_commands/readme.html
index e922585..0174416 100644
--- a/content/docs/celix/documents/cmake_commands/readme.html
+++ b/content/docs/celix/documents/cmake_commands/readme.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/cmake_commands/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <p>&lt;!–
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html b/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
index 5124aa2..bff926a 100644
--- a/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
+++ b/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/getting_started/creating_a_simple_bundle.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/getting_started/readme.html b/content/docs/celix/documents/getting_started/readme.html
index dd652b9..7a33df6 100644
--- a/content/docs/celix/documents/getting_started/readme.html
+++ b/content/docs/celix/documents/getting_started/readme.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/getting_started/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/getting_started/using_services_with_c.html b/content/docs/celix/documents/getting_started/using_services_with_c.html
index e95aea1..f699585 100644
--- a/content/docs/celix/documents/getting_started/using_services_with_c.html
+++ b/content/docs/celix/documents/getting_started/using_services_with_c.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/getting_started/using_services_with_c.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/getting_started/using_services_with_cxx.html b/content/docs/celix/documents/getting_started/using_services_with_cxx.html
index 0e5f32f..5d435a4 100644
--- a/content/docs/celix/documents/getting_started/using_services_with_cxx.html
+++ b/content/docs/celix/documents/getting_started/using_services_with_cxx.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/getting_started/using_services_with_cxx.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/intro/readme.html b/content/docs/celix/documents/intro/readme.html
index e91ca22..5ddaade 100644
--- a/content/docs/celix/documents/intro/readme.html
+++ b/content/docs/celix/documents/intro/readme.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/intro/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/roadmap/api_v3/readme.html b/content/docs/celix/documents/roadmap/api_v3/readme.html
index 6575908..2b5795d 100644
--- a/content/docs/celix/documents/roadmap/api_v3/readme.html
+++ b/content/docs/celix/documents/roadmap/api_v3/readme.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/roadmap/api_v3/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <p>&lt;!–
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/roadmap/improvement_ideas.html b/content/docs/celix/documents/roadmap/improvement_ideas.html
index 48845cc..8ee226a 100644
--- a/content/docs/celix/documents/roadmap/improvement_ideas.html
+++ b/content/docs/celix/documents/roadmap/improvement_ideas.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/roadmap/improvement_ideas.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/roadmap/roadmap.html b/content/docs/celix/documents/roadmap/roadmap.html
index b6f78b8..d01577b 100644
--- a/content/docs/celix/documents/roadmap/roadmap.html
+++ b/content/docs/celix/documents/roadmap/roadmap.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/roadmap/roadmap.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/documents/subprojects/readme.html b/content/docs/celix/documents/subprojects/readme.html
index a59e729..7dfd00a 100644
--- a/content/docs/celix/documents/subprojects/readme.html
+++ b/content/docs/celix/documents/subprojects/readme.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/documents/subprojects/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/etcdlib/README.html b/content/docs/celix/etcdlib/README.html
index a6145fd..d8ea18f 100644
--- a/content/docs/celix/etcdlib/README.html
+++ b/content/docs/celix/etcdlib/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/etcdlib/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/launcher/README.html b/content/docs/celix/launcher/README.html
index 29a425e..d847e8d 100644
--- a/content/docs/celix/launcher/README.html
+++ b/content/docs/celix/launcher/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/launcher/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/log_service/README.html b/content/docs/celix/log_service/README.html
index bce4970..3234c8e 100644
--- a/content/docs/celix/log_service/README.html
+++ b/content/docs/celix/log_service/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/log_service/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/log_writer/README.html b/content/docs/celix/log_writer/README.html
index f8c456d..d195feb 100644
--- a/content/docs/celix/log_writer/README.html
+++ b/content/docs/celix/log_writer/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/log_writer/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/pubsub/README.html b/content/docs/celix/pubsub/README.html
index b857cae..6736d8e 100644
--- a/content/docs/celix/pubsub/README.html
+++ b/content/docs/celix/pubsub/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/pubsub/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/pubsub/examples/keys/README.html b/content/docs/celix/pubsub/examples/keys/README.html
index e3d838f..54b384e 100644
--- a/content/docs/celix/pubsub/examples/keys/README.html
+++ b/content/docs/celix/pubsub/examples/keys/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/pubsub/examples/keys/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html b/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
index c753515..c609e1f 100644
--- a/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
+++ b/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/pubsub/pubsub_admin_udp_mc/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/remote_services/README.html b/content/docs/celix/remote_services/README.html
index 59cf6ea..b41e8c5 100644
--- a/content/docs/celix/remote_services/README.html
+++ b/content/docs/celix/remote_services/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_services/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/remote_services/discovery_etcd/README.html b/content/docs/celix/remote_services/discovery_etcd/README.html
index 9ce1772..ebbde64 100644
--- a/content/docs/celix/remote_services/discovery_etcd/README.html
+++ b/content/docs/celix/remote_services/discovery_etcd/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_services/discovery_etcd/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/remote_services/remote_service_admin/README.html b/content/docs/celix/remote_services/remote_service_admin/README.html
index c25b71a..088f7a1 100644
--- a/content/docs/celix/remote_services/remote_service_admin/README.html
+++ b/content/docs/celix/remote_services/remote_service_admin/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_services/remote_service_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/remote_services/topology_manager/README.html b/content/docs/celix/remote_services/topology_manager/README.html
index da6bd5d..f3ccb98 100644
--- a/content/docs/celix/remote_services/topology_manager/README.html
+++ b/content/docs/celix/remote_services/topology_manager/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_services/topology_manager/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/remote_shell/README.html b/content/docs/celix/remote_shell/README.html
index 0c943d6..7cd6eff 100644
--- a/content/docs/celix/remote_shell/README.html
+++ b/content/docs/celix/remote_shell/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/remote_shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/shell/README.html b/content/docs/celix/shell/README.html
index 1088027..c1bc5e8 100644
--- a/content/docs/celix/shell/README.html
+++ b/content/docs/celix/shell/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/shell_tui/README.html b/content/docs/celix/shell_tui/README.html
index abf4923..efa0247 100644
--- a/content/docs/celix/shell_tui/README.html
+++ b/content/docs/celix/shell_tui/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/shell_tui/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/utils/README.html b/content/docs/celix/utils/README.html
index 957394d..d353e9f 100644
--- a/content/docs/celix/utils/README.html
+++ b/content/docs/celix/utils/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/content/docs/celix/utils/docs/thpool/Design.html b/content/docs/celix/utils/docs/thpool/Design.html
index baa4a82..20d1e8b 100644
--- a/content/docs/celix/utils/docs/thpool/Design.html
+++ b/content/docs/celix/utils/docs/thpool/Design.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/docs/thpool/Design.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <h2 id="high-level">High level</h2>
 
diff --git a/content/docs/celix/utils/docs/thpool/FAQ.html b/content/docs/celix/utils/docs/thpool/FAQ.html
index 804bee4..7b2fe5c 100644
--- a/content/docs/celix/utils/docs/thpool/FAQ.html
+++ b/content/docs/celix/utils/docs/thpool/FAQ.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/docs/thpool/FAQ.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <h3 id="why-isnt-pthread_exit-used-to-exit-a-thread">Why isn’t pthread_exit() used to exit a thread?</h3>
 <p><code class="highlighter-rouge">thread_do</code> used to use pthread_exit(). However that resulted in
diff --git a/content/docs/celix/utils/docs/thpool/README.html b/content/docs/celix/utils/docs/thpool/README.html
index 7a6d99e..ba52959 100644
--- a/content/docs/celix/utils/docs/thpool/README.html
+++ b/content/docs/celix/utils/docs/thpool/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/docs/thpool/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <p><img src="http://178.62.170.124:3000/pithikos/c-thread-pool/badge/?branch=master" alt="Build status" /></p>
 
diff --git a/content/docs/celix/utils/public/include/memstream/README.html b/content/docs/celix/utils/public/include/memstream/README.html
index 96b1ba6..13ba8ef 100644
--- a/content/docs/celix/utils/public/include/memstream/README.html
+++ b/content/docs/celix/utils/public/include/memstream/README.html
@@ -102,7 +102,7 @@ limitations under the License.
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
                     <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/docs/utils/public/include/memstream/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation"><< back to documentation</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
 
                     <h1 id="fmemopen-for-mac-os-and-ios">fmemopen for Mac OS and iOS</h1>
 
diff --git a/content/support/mailing-list.html b/content/support/mailing-list.html
index 9315f24..b817d01 100644
--- a/content/support/mailing-list.html
+++ b/content/support/mailing-list.html
@@ -113,7 +113,7 @@ lists are the primary means of communication for people working on Apache projec
 
 <p><strong>HEADS UP!</strong></p>
 
-<p class="alert alert-block alert-error">A message sent to a public mailing list cannot be unpublished. Although we might be able to modify our own mail archives, 
+<p class="alert alert-primary">A message sent to a public mailing list cannot be unpublished. Although we might be able to modify our own mail archives, 
 the message is mirrored to a lot of other archiving systems which we do not have under control. Therefore almost 100% 
 of all delete requests are denied. Please make sure you <strong>do not send any potential sensitive information to the mailing list</strong>,
 including passwords, server names, ips and so on.</p>
@@ -121,24 +121,28 @@ including passwords, server names, ips and so on.</p>
 <h2 id="lists">Lists</h2>
 
 <table>
+  <thead>
     <tr>
-        <th>Name</th>
-        <th>Subscribe</th>
-        <th>Unsubscribe</th>
-        <th>Description</th>
+      <th>Name</th>
+      <th>Subscribe</th>
+      <th>Unsubscribe</th>
+      <th>Description</th>
     </tr>
+  </thead>
+  <tbody>
     <tr>
-        <td><a href="https://lists.apache.org/list.html?dev@celix.apache.org">celix-dev</a></td>
-        <td><a href="mailto:dev-subscribe@celix.apache.org?subject=subscribe&amp;body=subscribe">subscribe</a></td>
-        <td><a href="mailto:dev-unsubscribe@celix.apache.org?subject=unsubscribe&amp;body=unsubscribe">unsubscribe</a></td>
-        <td>Contact other developers interested in expanding and improving Celix</td>
+      <td><a href="https://lists.apache.org/list.html?dev@celix.apache.org">celix-dev</a></td>
+      <td><a href="mailto:dev-subscribe@celix.apache.org?subject=subscribe&amp;body=subscribe">subscribe</a></td>
+      <td><a href="mailto:dev-unsubscribe@celix.apache.org?subject=unsubscribe&amp;body=unsubscribe">unsubscribe</a></td>
+      <td>Contact other developers interested in expanding and improving Celix</td>
     </tr>
     <tr>
-        <td><a href="https://lists.apache.org/list.html?commits@celix.apache.org">celix-commits</a></td>
-        <td><a href="mailto:commits-subscribe@celix.apache.org?subject=subscribe&amp;body=subscribe">subscribe</a></td>
-        <td><a href="mailto:commits-unsubscribe@celix.apache.org?subject=unsubscribe&amp;body=unsubscribe">unsubscribe</a></td>
-        <td>Receive notifications of changes to the Celix source code repository.</td>
+      <td><a href="https://lists.apache.org/list.html?commits@celix.apache.org">celix-commits</a></td>
+      <td><a href="mailto:commits-subscribe@celix.apache.org?subject=subscribe&amp;body=subscribe">subscribe</a></td>
+      <td><a href="mailto:commits-unsubscribe@celix.apache.org?subject=unsubscribe&amp;body=unsubscribe">unsubscribe</a></td>
+      <td>Receive notifications of changes to the Celix source code repository</td>
     </tr>
+  </tbody>
 </table>
 
 <h2 id="archives">Archives</h2>


[celix-site] 05/10: Updated site from master (e37d938e3528df1fdd81862280e3c222f6b141f1)

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 6876bba9635020eb70bc99e4258d6391d556ec92
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sat Dec 29 18:22:13 2018 +0100

    Updated site from master (e37d938e3528df1fdd81862280e3c222f6b141f1)
---
 content/contributing/submitting-patches.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/contributing/submitting-patches.html b/content/contributing/submitting-patches.html
index 58b71e3..8890349 100644
--- a/content/contributing/submitting-patches.html
+++ b/content/contributing/submitting-patches.html
@@ -204,12 +204,12 @@ git pull
 
 <p>Celix uses Git so you must install a git client locally and then you can clone the Celix repository:</p>
 
-<p>either using Apache GitBox (read/write)</p>
+<p>either using Apache GitBox</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://gitbox.apache.org/repos/asf/celix.git    
 </code></pre></div></div>
 
-<p>or GitHub (read/write)</p>
+<p>or GitHub</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://github.com/apache/celix.git
 </code></pre></div></div>
@@ -221,8 +221,8 @@ and the most recent work is on the <code class="highlighter-rouge">develop</code
 
 <h2 id="non-committers">Non-committers</h2>
 
-<p>If you are not a committer you can still the Apache repo but you won’t be able push to any changes to it.
-At that moment, it’s easier to use GitHub, as GitHub provides the functionality to open a Pull Request.</p>
+<p>If you are not a committer you can still clone the Gitbox repo but you won’t be able push to any changes to it.
+At that moment, it’s easier to use GitHub, as GitHub provides the functionality to handle Pull Requests.</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://github.com/apache/celix.git
 </code></pre></div></div>


[celix-site] 09/10: Updated site from master (ff548656cd237163337459353ef2d2ea2fef2db3)

Posted by rl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 4a968259505130e4df79cf376e807ab7225018ea
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sun Dec 30 12:43:38 2018 +0100

    Updated site from master (ff548656cd237163337459353ef2d2ea2fef2db3)
---
 content/404.html                                   | 266 ++++++++++-----------
 content/contributing/releasing.html                | 266 ++++++++++-----------
 content/contributing/submitting-patches.html       | 266 ++++++++++-----------
 content/contributing/volunteers.html               | 266 ++++++++++-----------
 content/contributing/youatcelix.html               | 266 ++++++++++-----------
 content/docs/celix/CHANGES.html                    | 264 ++++++++++----------
 content/docs/celix/README.html                     | 264 ++++++++++----------
 content/docs/celix/config_admin/readme.html        | 264 ++++++++++----------
 content/docs/celix/dependency_manager/readme.html  | 264 ++++++++++----------
 .../docs/celix/dependency_manager_cxx/readme.html  | 264 ++++++++++----------
 content/docs/celix/deployment_admin/README.html    | 264 ++++++++++----------
 content/docs/celix/device_access/README.html       | 264 ++++++++++----------
 content/docs/celix/documents/building/readme.html  | 264 ++++++++++----------
 .../celix/documents/cmake_commands/readme.html     | 264 ++++++++++----------
 .../getting_started/creating_a_simple_bundle.html  | 264 ++++++++++----------
 .../celix/documents/getting_started/readme.html    | 264 ++++++++++----------
 .../getting_started/using_services_with_c.html     | 264 ++++++++++----------
 .../getting_started/using_services_with_cxx.html   | 264 ++++++++++----------
 content/docs/celix/documents/intro/readme.html     | 264 ++++++++++----------
 .../celix/documents/roadmap/api_v3/readme.html     | 264 ++++++++++----------
 .../celix/documents/roadmap/improvement_ideas.html | 264 ++++++++++----------
 content/docs/celix/documents/roadmap/roadmap.html  | 264 ++++++++++----------
 .../docs/celix/documents/subprojects/readme.html   | 264 ++++++++++----------
 content/docs/celix/etcdlib/README.html             | 264 ++++++++++----------
 content/docs/celix/launcher/README.html            | 264 ++++++++++----------
 content/docs/celix/log_service/README.html         | 264 ++++++++++----------
 content/docs/celix/log_writer/README.html          | 264 ++++++++++----------
 content/docs/celix/pubsub/README.html              | 264 ++++++++++----------
 .../docs/celix/pubsub/examples/keys/README.html    | 264 ++++++++++----------
 .../celix/pubsub/pubsub_admin_udp_mc/README.html   | 264 ++++++++++----------
 content/docs/celix/remote_services/README.html     | 264 ++++++++++----------
 .../remote_services/discovery_etcd/README.html     | 264 ++++++++++----------
 .../remote_service_admin/README.html               | 264 ++++++++++----------
 .../remote_services/topology_manager/README.html   | 264 ++++++++++----------
 content/docs/celix/remote_shell/README.html        | 264 ++++++++++----------
 content/docs/celix/shell/README.html               | 264 ++++++++++----------
 content/docs/celix/shell_tui/README.html           | 264 ++++++++++----------
 content/docs/celix/utils/README.html               | 264 ++++++++++----------
 content/docs/celix/utils/docs/thpool/Design.html   | 264 ++++++++++----------
 content/docs/celix/utils/docs/thpool/FAQ.html      | 264 ++++++++++----------
 content/docs/celix/utils/docs/thpool/README.html   | 264 ++++++++++----------
 .../utils/public/include/memstream/README.html     | 264 ++++++++++----------
 content/docs/index.html                            | 266 ++++++++++-----------
 content/download.html                              | 266 ++++++++++-----------
 content/index.html                                 | 244 +++++++++----------
 content/robots.txt                                 |   2 +-
 content/support/issue-tracking.html                | 266 ++++++++++-----------
 content/support/mailing-list.html                  | 266 ++++++++++-----------
 48 files changed, 6204 insertions(+), 6204 deletions(-)

diff --git a/content/404.html b/content/404.html
index 19ecb24..6a3931f 100644
--- a/content/404.html
+++ b/content/404.html
@@ -1,139 +1,139 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>404 Page Not Found / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/404.md" title="Edit this page on GitHub">Edit on GitHub</a>
-
-                    
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>404 Page Not Found / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/404.md" title="Edit this page on GitHub">Edit on GitHub</a>
+
+                    
+
                     <h1 id="404-page-not-found">404 Page Not Found</h1>
 
 <p>The page was moved or never existed. Use menu above to navigate or go to <a href="/">home page</a>. 
 If you noticed any site problem, typos, etc on any page, please correct 
 using “Edit on GitHub” button or check on <a href="https://github.com/apache/celix-site">https://github.com/apache/celix-site</a>. 
 For example, some redirects are configured in <a href="https://github.com/apache/celix-site/blob/master/source/.htaccess"><code class="highlighter-rouge">.htaccess</code></a>.</p>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/contributing/releasing.html b/content/contributing/releasing.html
index 5c7b651..f5e46dd 100644
--- a/content/contributing/releasing.html
+++ b/content/contributing/releasing.html
@@ -1,110 +1,110 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>Releasing Process / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown active">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/contributing/releasing.md" title="Edit this page on GitHub">Edit on GitHub</a>
-
-                    
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>Releasing Process / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown active">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/contributing/releasing.md" title="Edit this page on GitHub">Edit on GitHub</a>
+
+                    
+
                     <h1 class="no_toc" id="releasing-apache-celix">Releasing Apache Celix</h1>
 
 <p>Note: This information is only of use to Apache Celix Release Managers!</p>
@@ -393,29 +393,29 @@ The Apache Celix Team
 </code></pre></div></div>
 
 <p class="alert alert-block alert-error">Note: the email must be sent from an @apache.org address</p>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/contributing/submitting-patches.html b/content/contributing/submitting-patches.html
index 8890349..3a48a03 100644
--- a/content/contributing/submitting-patches.html
+++ b/content/contributing/submitting-patches.html
@@ -1,110 +1,110 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>Submitting patches / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown active">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/contributing/submitting-patches.md" title="Edit this page on GitHub">Edit on GitHub</a>
-
-                    
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>Submitting patches / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown active">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/contributing/submitting-patches.md" title="Edit this page on GitHub">Edit on GitHub</a>
+
+                    
+
                     <h1 class="no_toc" id="submitting-patches">Submitting patches</h1>
 
 <ul id="markdown-toc">
@@ -234,29 +234,29 @@ At that moment, it’s easier to use GitHub, as GitHub provides the functionalit
 <ul>
   <li><a href="http://wiki.apache.org/general/GitAtApache">Git at Apache</a></li>
 </ul>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/contributing/volunteers.html b/content/contributing/volunteers.html
index b107258..068ab60 100644
--- a/content/contributing/volunteers.html
+++ b/content/contributing/volunteers.html
@@ -1,110 +1,110 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>Volunteers / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown active">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/contributing/volunteers.md" title="Edit this page on GitHub">Edit on GitHub</a>
-
-                    
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>Volunteers / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown active">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/contributing/volunteers.md" title="Edit this page on GitHub">Edit on GitHub</a>
+
+                    
+
                     <h1 class="no_toc" id="volunteers">Volunteers</h1>
 
 <ul id="markdown-toc">
@@ -141,29 +141,29 @@ or committee member.</p>
   <li>Luciano Resende (lresende at apache.org)</li>
   <li>Karl Pauls (pauls at apache.org)</li>
 </ul>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/contributing/youatcelix.html b/content/contributing/youatcelix.html
index d9f0be0..a7998eb 100644
--- a/content/contributing/youatcelix.html
+++ b/content/contributing/youatcelix.html
@@ -1,110 +1,110 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>You at Celix / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown active">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/contributing/youatcelix.md" title="Edit this page on GitHub">Edit on GitHub</a>
-
-                    
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>You at Celix / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown active">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix-site/edit/master/source/contributing/youatcelix.md" title="Edit this page on GitHub">Edit on GitHub</a>
+
+                    
+
                     <h1 id="you-at-apache-celix">You at Apache Celix</h1>
 
 <p>We are happy you are considering to contribute to Apache Celix and
@@ -148,29 +148,29 @@ And a good community does not reduce itself to people who write code.</p>
 
 <p>Feel free to ping us on the <a href="/support/mailing-list.html">mailing list</a> if you have
 any questions.</p>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/CHANGES.html b/content/docs/celix/CHANGES.html
index 54f52b7..c0bfb78 100644
--- a/content/docs/celix/CHANGES.html
+++ b/content/docs/celix/CHANGES.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>CHANGES.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/CHANGES.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>CHANGES.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/CHANGES.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -358,29 +358,29 @@ CELIX-386: Fixes an issue with the C++ dependency manager and register multiple
 [CELIX-380] PROPERTIES_FOR_EACH macro does not iterate over all keys
 [CELIX-381] Invoke set for dependency manager called before suspending the component
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/README.html b/content/docs/celix/README.html
index ad0981d..0276936 100644
--- a/content/docs/celix/README.html
+++ b/content/docs/celix/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -133,29 +133,29 @@ limitations under the License.
 <h2 id="getting-started-with-apache-celix">Getting Started with Apache Celix</h2>
 <p>For a guide how to start writing your own bundles and services see <a href="documents/getting_started/readme.html">Getting Started Guide</a></p>
 
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/config_admin/readme.html b/content/docs/celix/config_admin/readme.html
index a0473b1..19f56ee 100644
--- a/content/docs/celix/config_admin/readme.html
+++ b/content/docs/celix/config_admin/readme.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>readme.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/config_admin/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>readme.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/config_admin/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -162,29 +162,29 @@ This bundle has to register next to its normal service a managed service that ha
   <li>Bundle/application that wants to update the configuration data of the system
 This bundle needs to retrieve the running config_admin service. With this service it can retrieve all configuration objects for all known Persistent Identifiers (PIDs). For each PID, get all properites that need to be updated. See config_admin_test for an example.</li>
 </ol>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/dependency_manager/readme.html b/content/docs/celix/dependency_manager/readme.html
index 45073c3..3fd04f0 100644
--- a/content/docs/celix/dependency_manager/readme.html
+++ b/content/docs/celix/dependency_manager/readme.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>readme.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/dependency_manager/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>readme.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/dependency_manager/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -253,29 +253,29 @@ their state, provided interfaces and required interfaces.</p>
   <li><a href="../documents/getting_started/using_services_with_c.html">Getting Started: Using Service with C</a>: A introduction how to work with services using the dependency manager</li>
   <li><a href="../examples/dm_example">Dm example</a>: A DM example.</li>
 </ul>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/dependency_manager_cxx/readme.html b/content/docs/celix/dependency_manager_cxx/readme.html
index 6821c33..88704c4 100644
--- a/content/docs/celix/dependency_manager_cxx/readme.html
+++ b/content/docs/celix/dependency_manager_cxx/readme.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>readme.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/dependency_manager_cxx/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>readme.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/dependency_manager_cxx/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -190,29 +190,29 @@ When correctly used this strategy removes the need for locking services during u
   <li><a href="../examples/dm_example_cxx">Dm C++ example</a>: A DM C++ example.</li>
   <li><a href="../documents/getting_started/using_services_with_cxx.html">Getting Started: Using Services with C++</a>: A introduction how to work with services using the C++ dependency manager</li>
 </ul>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/deployment_admin/README.html b/content/docs/celix/deployment_admin/README.html
index d5e218d..900b0b0 100644
--- a/content/docs/celix/deployment_admin/README.html
+++ b/content/docs/celix/deployment_admin/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/deployment_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/deployment_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -137,29 +137,29 @@ deployment_tags                     tags used by the deployment admin
 <h6 id="cmake-option">CMake option</h6>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BUILD_DEPLOYMENT_ADMIN=ON
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/device_access/README.html b/content/docs/celix/device_access/README.html
index fb17c1e..39dff59 100644
--- a/content/docs/celix/device_access/README.html
+++ b/content/docs/celix/device_access/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/device_access/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/device_access/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -133,29 +133,29 @@ limitations under the License.
 <h6 id="cmake-option">CMake option</h6>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BUILD_DEVICE_ACCESS=ON
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/building/readme.html b/content/docs/celix/documents/building/readme.html
index 641c2d9..0d06f27 100644
--- a/content/docs/celix/documents/building/readme.html
+++ b/content/docs/celix/documents/building/readme.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>readme.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/building/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>readme.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/building/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -252,29 +252,29 @@ make
 “Error: invalid or non-existing configuration file: ‘config.properties’.No such file or directory”.</p>
 
 <p>For more info how to build your own projects and/or running the Apache Celix examples see <a href="../getting_started/readme.html">Getting Started</a>.</p>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/cmake_commands/readme.html b/content/docs/celix/documents/cmake_commands/readme.html
index cda5ef8..ae19857 100644
--- a/content/docs/celix/documents/cmake_commands/readme.html
+++ b/content/docs/celix/documents/cmake_commands/readme.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>readme.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/cmake_commands/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>readme.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/cmake_commands/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <p>&lt;!–
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -401,29 +401,29 @@ If the bundle target is never added CMake will give an error:</p>
   <li>If PROPERTIES is provided, the list of properties will added to the generated <code class="highlighter-rouge">config.properties</code> file</li>
   <li>If INSTRUCTIONS id provided, the list of docker instructions will be added the the generated <code class="highlighter-rouge">Dockerfile</code></li>
 </ul>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html b/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
index c84de49..0b6a5ad 100644
--- a/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
+++ b/content/docs/celix/documents/getting_started/creating_a_simple_bundle.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>creating_a_simple_bundle.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/creating_a_simple_bundle.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>creating_a_simple_bundle.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/creating_a_simple_bundle.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -435,29 +435,29 @@ For a guide how to provide and use services see</p>
   <li><a href="using_services_with_cxx.html">Apache Celix - Getting Started Guide: Using Services with C++</a></li>
 </ul>
 
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/getting_started/readme.html b/content/docs/celix/documents/getting_started/readme.html
index 364e703..b8a5bf8 100644
--- a/content/docs/celix/documents/getting_started/readme.html
+++ b/content/docs/celix/documents/getting_started/readme.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>readme.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>readme.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -132,29 +132,29 @@ and this should get you started for your first C and/or C++ bundle.</p>
   <li><a href="using_services_with_c.html">Getting Started: Using Services with C</a></li>
   <li><a href="using_services_with_cxx.html">Getting Started: Using Services with C++</a>.</li>
 </ul>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/getting_started/using_services_with_c.html b/content/docs/celix/documents/getting_started/using_services_with_c.html
index 22284da..6ab95c8 100644
--- a/content/docs/celix/documents/getting_started/using_services_with_c.html
+++ b/content/docs/celix/documents/getting_started/using_services_with_c.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>using_services_with_c.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/using_services_with_c.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>using_services_with_c.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/using_services_with_c.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -707,29 +707,29 @@ The suspend or non-locking strategy <code class="highlighter-rouge">DM_SERVICE_D
 <h2 id="see-also">See also</h2>
 
 <p>See the <a href="../../dependency_manager/readme.html">C Dependeny Manager</a> and <a href="../../examples/dm_example">C Dependency Manager example</a> for more information and a more complex working example.</p>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/getting_started/using_services_with_cxx.html b/content/docs/celix/documents/getting_started/using_services_with_cxx.html
index 3a84c12..660f8fa 100644
--- a/content/docs/celix/documents/getting_started/using_services_with_cxx.html
+++ b/content/docs/celix/documents/getting_started/using_services_with_cxx.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>using_services_with_cxx.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/using_services_with_cxx.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>using_services_with_cxx.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/getting_started/using_services_with_cxx.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -665,29 +665,29 @@ The suspend or non-locking strategy <code class="highlighter-rouge">DependencyUp
 <h2 id="see-also">See also</h2>
 
 <p>See the <a href="../../dependency_manager_cxx/readme.html">C++ Dependeny Manager</a> and <a href="../../examples/dm_example_cxx">C++ Dependency Manager example</a> for more information and a more complex working example.</p>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/intro/readme.html b/content/docs/celix/documents/intro/readme.html
index 759c640..31e55e6 100644
--- a/content/docs/celix/documents/intro/readme.html
+++ b/content/docs/celix/documents/intro/readme.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>readme.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/intro/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>readme.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/intro/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -261,29 +261,29 @@ The Dependency Manager is arguably the most convenient way to interact with serv
   <li><a href="../getting_started/readme.html">Apache Celix - Getting Started Guide</a></li>
   <li><a href="../cmake_commands/readme.html">Apache Celix - CMake Commands</a></li>
 </ul>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/roadmap/api_v3/readme.html b/content/docs/celix/documents/roadmap/api_v3/readme.html
index a712ab4..ceed61d 100644
--- a/content/docs/celix/documents/roadmap/api_v3/readme.html
+++ b/content/docs/celix/documents/roadmap/api_v3/readme.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>readme.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/roadmap/api_v3/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>readme.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/roadmap/api_v3/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <p>&lt;!–
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -387,29 +387,29 @@ library modules and bundle modules.</p>
     [PROPERTIES "prop1=val1" "prop2=val2" ...]
 )
 </code></pre>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/roadmap/improvement_ideas.html b/content/docs/celix/documents/roadmap/improvement_ideas.html
index 517858b..b98ff5c 100644
--- a/content/docs/celix/documents/roadmap/improvement_ideas.html
+++ b/content/docs/celix/documents/roadmap/improvement_ideas.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>improvement_ideas.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/roadmap/improvement_ideas.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>improvement_ideas.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/roadmap/improvement_ideas.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -157,29 +157,29 @@ create a more clear root directory structure.</p>
 <p>The current implementation uses JSON over multicast UDP or over ZMQ.<br />
 One or more could be added. i.e. serialization based on Apache-Avro, communication over TCP / Kafka / Shared Memory<br />
 Add interfaces for other languages (Python / Rust / Go / …)</p>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/roadmap/roadmap.html b/content/docs/celix/documents/roadmap/roadmap.html
index dc6fbd3..b043923 100644
--- a/content/docs/celix/documents/roadmap/roadmap.html
+++ b/content/docs/celix/documents/roadmap/roadmap.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>roadmap.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/roadmap/roadmap.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>roadmap.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/roadmap/roadmap.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -234,29 +234,29 @@ a unregister/register event leads to other services being registered/unregisterd
 this sync problem is to remove it by adding a single thread which handle al interaction between bundles 
 and the service registry.</p>
 
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/documents/subprojects/readme.html b/content/docs/celix/documents/subprojects/readme.html
index 00b031d..58f0e41 100644
--- a/content/docs/celix/documents/subprojects/readme.html
+++ b/content/docs/celix/documents/subprojects/readme.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>readme.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/subprojects/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>readme.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/documents/subprojects/readme.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -152,29 +152,29 @@ limitations under the License.
   <li><a href="../../deployment_admin">Deployment Admin</a> - A deployment admin implementation.</li>
 </ul>
 
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/etcdlib/README.html b/content/docs/celix/etcdlib/README.html
index be691bb..fefd8c5 100644
--- a/content/docs/celix/etcdlib/README.html
+++ b/content/docs/celix/etcdlib/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/etcdlib/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/etcdlib/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -194,29 +194,29 @@ ccmake <span class="nb">.</span>
 make
 <span class="nb">sudo </span>make <span class="nb">install</span>
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/launcher/README.html b/content/docs/celix/launcher/README.html
index 2fc5a63..c9fc80f 100644
--- a/content/docs/celix/launcher/README.html
+++ b/content/docs/celix/launcher/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/launcher/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/launcher/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -140,29 +140,29 @@ org.osgi.framework.storage.clean    If set to "onFirstInit", the bundle cache wi
 <h6 id="cmake-option">CMake option</h6>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BUILD_LAUNCHER=ON
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/log_service/README.html b/content/docs/celix/log_service/README.html
index 0fb50e0..3a552f1 100644
--- a/content/docs/celix/log_service/README.html
+++ b/content/docs/celix/log_service/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/log_service/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/log_service/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -135,29 +135,29 @@ limitations under the License.
 <h6 id="cmake-option">CMake option</h6>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BUILD_LOG_SERVICE=ON
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/log_writer/README.html b/content/docs/celix/log_writer/README.html
index 8e7a26f..d3db63c 100644
--- a/content/docs/celix/log_writer/README.html
+++ b/content/docs/celix/log_writer/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/log_writer/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/log_writer/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -129,29 +129,29 @@ limitations under the License.
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BUILD_LOG_WRITER=ON
 BUILD_LOG_WRITER_SYSLOG=ON
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/pubsub/README.html b/content/docs/celix/pubsub/README.html
index 0bbdc46..1d7440b 100644
--- a/content/docs/celix/pubsub/README.html
+++ b/content/docs/celix/pubsub/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/pubsub/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/pubsub/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -196,29 +196,29 @@ For low-level communication, UDP and ZMQ is used.</p>
   <li>Run <code class="highlighter-rouge">cat ~/pubsub.conf &gt;&gt; config.properties</code> (only for ZeroMQ with encryption)</li>
   <li>Run <code class="highlighter-rouge">sh run.sh</code></li>
 </ol>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/pubsub/examples/keys/README.html b/content/docs/celix/pubsub/examples/keys/README.html
index a61e232..f4be226 100644
--- a/content/docs/celix/pubsub/examples/keys/README.html
+++ b/content/docs/celix/pubsub/examples/keys/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/pubsub/examples/keys/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/pubsub/examples/keys/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -142,29 +142,29 @@ Use the $PROJECT_BUILD/pubsub/keygen/ed_file for encrypting and decrypting priva
   <li>sub_{topic}.key.enc
 These files need to be encrypted using the ‘ed_file’ executable.</li>
 </ul>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html b/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
index 225c43f..afa3aed 100644
--- a/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
+++ b/content/docs/celix/pubsub/pubsub_admin_udp_mc/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/pubsub/pubsub_admin_udp_mc/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/pubsub/pubsub_admin_udp_mc/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -188,29 +188,29 @@ This endpoint is published by the PubSubDiscovery within its topic in ETCD (i.e.
   <li>A Hash is created, using the message definition, to identify the message type. When 2 messages generate the same hash something will terribly go wrong. A check should be added to prevent this (or another way to identify the message type). This problem is also valid for the other admins.</li>
 </ol>
 
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/remote_services/README.html b/content/docs/celix/remote_services/README.html
index 12aabde..50d3157 100644
--- a/content/docs/celix/remote_services/README.html
+++ b/content/docs/celix/remote_services/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -361,29 +361,29 @@ CALCULATOR: Add: 3.000000 + 5.000000 = 8.000000
     </li>
   </ol>
 </div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/remote_services/discovery_etcd/README.html b/content/docs/celix/remote_services/discovery_etcd/README.html
index 2f16d1b..cb4938b 100644
--- a/content/docs/celix/remote_services/discovery_etcd/README.html
+++ b/content/docs/celix/remote_services/discovery_etcd/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/discovery_etcd/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/discovery_etcd/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -135,29 +135,29 @@ DEFAULT_ETCD_TTL                     time-to-live for etcd entries in seconds (d
 <h6 id="cmake-option">CMake option</h6>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BUILD_RSA_DISCOVERY_ETCD=ON
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/remote_services/remote_service_admin/README.html b/content/docs/celix/remote_services/remote_service_admin/README.html
index e43850c..4979442 100644
--- a/content/docs/celix/remote_services/remote_service_admin/README.html
+++ b/content/docs/celix/remote_services/remote_service_admin/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/remote_service_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/remote_service_admin/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -133,29 +133,29 @@ limitations under the License.
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>ENDPOINTS				 defines the relative directory where endpoints and proxys can be found (default: endpoints)
 CELIX_FRAMEWORK_EXTENDER_PATH  Used in RSA_DFI only. Can be used to define a path to use as an extender path point for the framework bundle. For normal bundles the bundle cache is used. 
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/remote_services/topology_manager/README.html b/content/docs/celix/remote_services/topology_manager/README.html
index bd80407..f9a6f28 100644
--- a/content/docs/celix/remote_services/topology_manager/README.html
+++ b/content/docs/celix/remote_services/topology_manager/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/topology_manager/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_services/topology_manager/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -128,29 +128,29 @@ limitations under the License.
 <h6 id="cmake-option">CMake option</h6>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BUILD_RSA_TOPOLOGY_MANAGER=ON
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/remote_shell/README.html b/content/docs/celix/remote_shell/README.html
index 4dce202..e4e4a86 100644
--- a/content/docs/celix/remote_shell/README.html
+++ b/content/docs/celix/remote_shell/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/remote_shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -133,29 +133,29 @@ remote.shell.telnet.maxconn           amount of concurrent connections (default:
 <h6 id="cmake-option">CMake option</h6>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BUILD_REMOTE_SHELL=ON
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
+</html>
diff --git a/content/docs/celix/shell/README.html b/content/docs/celix/shell/README.html
index bc5e2da..b758c80 100644
--- a/content/docs/celix/shell/README.html
+++ b/content/docs/celix/shell/README.html
@@ -1,109 +1,109 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <title>README.md / Apache Celix</title>
-
-    <!-- Bootstrap core CSS -->
-    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
-
-    <!-- Custom style -->
-    <link href="/assets/css/style.css" rel="stylesheet">
-</head>
-<body class="light-grey">
-
-<a href="https://github.com/apache/celix" class="github-ribbon">
-    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
-</a>
-
-<!-- Navigation -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
-    <div class="container">
-        <a class="navbar-brand" href="/">
-            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
-        </a>
-        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
-            <span class="navbar-toggler-icon"></span>
-        </button>
-        <div class="collapse navbar-collapse" id="navbarResponsive">
-            <ul class="navbar-nav ml-auto">
-                <li class="nav-item">
-                    <a class="nav-link" href="/">Home</a>
-                </li>
-                <li class="nav-item">
-                    <a class="nav-link" href="/download.cgi">Download</a>
-                </li>
-                <li class="nav-item active">
-                    <a class="nav-link" href="/docs/">Docs</a>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Community
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
-                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
-                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
-                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
-                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
-                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        Support
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddSupport">
-                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
-                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
-                    </div>
-                </li>
-                <li class="nav-item dropdown">
-                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        ASF
-                    </a>
-                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
-                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
-                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
-                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
-                    </div>
-                </li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="section">
-    <div class="container">
-        <div class="row py-4">
-            <div class="col-sm-12 card">
-                <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
-                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>README.md / Apache Celix</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Custom style -->
+    <link href="/assets/css/style.css" rel="stylesheet">
+</head>
+<body class="light-grey">
+
+<a href="https://github.com/apache/celix" class="github-ribbon">
+    <img src="/assets/img/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<!-- Navigation -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
+    <div class="container">
+        <a class="navbar-brand" href="/">
+            <img src="/assets/img/celix-white.svg" height="40" class="d-inline-block align-top" alt="Celix Logo">
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarResponsive">
+            <ul class="navbar-nav ml-auto">
+                <li class="nav-item">
+                    <a class="nav-link" href="/">Home</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/download.cgi">Download</a>
+                </li>
+                <li class="nav-item active">
+                    <a class="nav-link" href="/docs/">Docs</a>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Community
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddCommunity">
+                        <a class="dropdown-item" href="/contributing/youatcelix.html">You at Celix</a>
+                        <a class="dropdown-item" href="/contributing/submitting-patches.html">Submitting patches</a>
+                        <a class="dropdown-item" href="/contributing/releasing.html">Releasing</a>
+                        <a class="dropdown-item" href="/contributing/volunteers.html">Volunteers</a>
+                        <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Celix.html">Board Reports</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddSupport" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        Support
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddSupport">
+                        <a class="dropdown-item" href="/support/mailing-list.html">Mailing Lists</a>
+                        <a class="dropdown-item" href="/support/issue-tracking.html">Issue Tracking</a>
+                    </div>
+                </li>
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle" href="#" id="ddFoundation" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                        ASF
+                    </a>
+                    <div class="dropdown-menu" aria-labelledby="ddFoundation">
+                        <a class="dropdown-item" href="https://www.apache.org/">ASF Home</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/how-it-works.html">How it works</a>
+                        <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                        <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+                        <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+
+<div class="section">
+    <div class="container">
+        <div class="row py-4">
+            <div class="col-sm-12 card">
+                <div class="card-body pt-5">
+                    <a class="edit-on-gh" href="https://github.com/apache/celix/edit/develop/shell/README.md" title="Edit this page on GitHub">Edit on GitHub</a>
+                    <a href="/docs/" title="back to documentation">&lt;&lt; back to documentation</a>
+
                     <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -153,29 +153,29 @@ ANSI colors when printing info. default is true.</li>
 <h2 id="cmake-options">CMake options</h2>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BUILD_SHELL=ON
 </code></pre></div></div>
-
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<!-- Footer -->
-<footer class="py-3 bg-secondary">
-    <div class="container">
-        <p class="m-0 text-center text-white">
-            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
-            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-            <br>
-            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-<!-- Bootstrap core JavaScript -->
-<script src="/assets/js/jquery.min.js"></script>
-<script src="/assets/js/bootstrap.bundle.min.js"></script>
-
-
-</body>
-</html>
+
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="py-3 bg-secondary">
+    <div class="container">
+        <p class="m-0 text-center text-white">
+            Copyright &copy; 2018 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+            <br>
+            Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation.
+        </p>
+    </div>
+</footer>
+
+<!-- Bootstrap core JavaScript -->
+<script src="/assets/js/jquery.min.js"></script>
+<script src="/assets/js/bootstrap.bundle.min.js"></script>
+
+
+</body>
... 3032 lines suppressed ...