You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by yi...@apache.org on 2019/01/07 11:27:39 UTC

[incubator-marvin-website] branch master updated (d6f28d0 -> cef6b36)

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

yifeizhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-marvin-website.git.


    from d6f28d0  Merge pull request #3 from Wei-1/master
     add 5547486  marvin-website-content-generation-fix
     new cef6b36  Merge pull request #4 from Wei-1/master

The 1 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:
 README.md                                          |   7 +
 content/_includes/themes/apache/page.html          |  10 -
 content/_posts/2015-09-25-release-0.1.0.md         |  31 --
 content/_posts/2015-11-08-new-committers.md        |  31 --
 content/_posts/2015-11-10-release-0.2.0.md         |  34 --
 content/community-members/index.html               | 208 ++++++++++
 content/community/index.html                       | 186 +++++++++
 content/css/main.css                               | 457 +++++++++++++++++++++
 content/download.md                                |  78 ----
 content/feed.xml                                   |  30 --
 content/history.md                                 |  50 ---
 content/index.html                                 | 196 +++++++++
 content/marvin-platform-book/README/index.html     | 144 +++++++
 content/marvin-platform-book/SUMMARY/index.html    | 202 +++++++++
 .../ch1_main_components/artefacts/index.html       | 144 +++++++
 .../ch1_main_components/dasfe/index.html           | 151 +++++++
 .../ch1_main_components/engine/index.html          | 144 +++++++
 .../ch1_main_components/engine_executor/index.html | 144 +++++++
 .../ch1_main_components/notebook/index.html        | 144 +++++++
 .../ch1_main_components/overview/index.html        | 151 +++++++
 .../ch1_main_components/toolbox/index.html         | 145 +++++++
 .../ch2_toolbox_installation/docker/index.html     | 142 +++++++
 .../ch2_toolbox_installation/mac/index.html        | 206 ++++++++++
 .../ch2_toolbox_installation/overview/index.html   | 149 +++++++
 .../ch2_toolbox_installation/ubuntu/index.html     | 205 +++++++++
 .../ch2_toolbox_installation/vagrant/index.html    | 174 ++++++++
 .../ch3_get_started/create_engine/index.html       | 173 ++++++++
 .../ch3_get_started/engine_examples/index.html     | 167 ++++++++
 .../ch3_get_started/existent_engine/index.html     | 169 ++++++++
 .../ch3_get_started/iris_engine/index.html         | 221 ++++++++++
 .../ch3_get_started/mnist_engine/index.html        | 144 +++++++
 .../ch3_get_started/overview/index.html            | 147 +++++++
 .../ch3_get_started/sms_engine/index.html          | 303 ++++++++++++++
 .../ch4_documentation/engine_cli/index.html        | 174 ++++++++
 .../ch4_documentation/generic_rest_api/index.html  | 144 +++++++
 .../ch4_documentation/overview/index.html          | 149 +++++++
 .../ch4_documentation/setting_params/index.html    | 169 ++++++++
 .../ch4_documentation/toolbox_cli/index.html       | 174 ++++++++
 .../toolbox_common_lib/index.html                  | 144 +++++++
 .../ch5_deploying/deploying/index.html             | 144 +++++++
 .../ch5_deploying/overview/index.html              | 146 +++++++
 .../ch6_platform_architecture/overview/index.html  | 142 +++++++
 .../ch7_community/community/index.html             | 148 +++++++
 .../ch7_community/overview/index.html              | 148 +++++++
 .../ch8_versions/overview/index.html               | 142 +++++++
 .../08/27/Marvin-AI-in-ASF-incubator/index.html    | 167 ++++++++
 .../05/Marvin-AI-website-initialization/index.html | 171 ++++++++
 content/news/index.html                            | 150 +++++++
 {content => site}/.gitignore                       |   0
 {content => site}/Gemfile                          |   0
 {content => site}/_config.yml                      |   2 +-
 {content => site}/_data/contributors.yml           |   0
 {content => site}/_data/project.yml                |   0
 {content => site}/_includes/JB/analytics           |   0
 .../_includes/JB/analytics-providers/getclicky     |   0
 .../JB/analytics-providers/google-classic          |   0
 .../JB/analytics-providers/google-universal        |   0
 .../_includes/JB/analytics-providers/mixpanel      |   0
 .../_includes/JB/analytics-providers/piwik         |   0
 {content => site}/_includes/JB/categories_list     |   0
 {content => site}/_includes/JB/comments            |   0
 .../_includes/JB/comments-providers/disqus         |   0
 .../_includes/JB/comments-providers/facebook       |   0
 .../_includes/JB/comments-providers/intensedebate  |   0
 .../_includes/JB/comments-providers/livefyre       |   0
 {content => site}/_includes/JB/liquid_raw          |   0
 {content => site}/_includes/JB/pages_list          |   0
 {content => site}/_includes/JB/posts_collate       |   0
 {content => site}/_includes/JB/setup               |   0
 {content => site}/_includes/JB/sharing             |   0
 {content => site}/_includes/JB/tags_list           |   0
 .../_includes/themes/apache/_navigation.html       |   3 +-
 .../_includes/themes/apache/default.html           |   1 -
 .../_includes/themes/apache/footer.html            |   0
 site/_includes/themes/apache/page.html             |   6 +
 .../_includes/themes/apache/post.html              |   7 -
 .../_includes/themes/apache/settings.yml           |   0
 {content => site}/_layouts/default.html            |   0
 {content => site}/_layouts/page.html               |   0
 {content => site}/_layouts/post.html               |   0
 .../2018-08-27-Marvin-AI-in-ASF-incubator.md       |  18 +-
 .../2019-01-05-Marvin-AI-website-initialization.md |  25 +-
 {content => site}/_sass/_base.scss                 |   0
 {content => site}/_sass/_layout.scss               |   0
 {content => site}/_sass/_syntax-highlighting.scss  |   0
 .../apache/bootstrap/css/bootstrap-theme.css       |   0
 .../apache/bootstrap/css/bootstrap-theme.min.css   |   0
 .../themes/apache/bootstrap/css/bootstrap.css      |   0
 .../fonts/glyphicons-halflings-regular.eot         | Bin
 .../fonts/glyphicons-halflings-regular.svg         |   0
 .../fonts/glyphicons-halflings-regular.ttf         | Bin
 .../fonts/glyphicons-halflings-regular.woff        | Bin
 .../bootstrap/img/glyphicons-halflings-white.png   | Bin
 .../apache/bootstrap/img/glyphicons-halflings.png  | Bin
 .../assets/themes/apache/bootstrap/js/bootstrap.js |   0
 .../themes/apache/bootstrap/js/bootstrap.min.js    |   0
 .../assets/themes/apache/css/style.css             |   0
 .../assets/themes/apache/css/syntax.css            |   0
 .../assets/themes/apache/img/body-bg.jpg           | Bin
 .../img/docs-img/lens-interpreter-binding.png      | Bin
 .../img/docs-img/lens-interpreter-setting.png      | Bin
 .../themes/apache/img/docs-img/lens-logo.png       | Bin
 .../themes/apache/img/docs-img/lens-result.png     | Bin
 .../themes/apache/img/docs-img/lens-ui-service.png | Bin
 .../assets/themes/apache/img/egg-logo.png          | Bin
 .../assets/themes/apache/img/header-bg.jpg         | Bin
 .../assets/themes/apache/img/highlight-bg.jpg      | Bin
 .../assets/themes/apache/img/icon.png              | Bin
 .../assets/themes/apache/img/logo.png              | Bin
 .../assets/themes/apache/img/logo_white.png        | Bin
 .../assets/themes/apache/img/sidebar-bg.jpg        | Bin
 .../assets/themes/apache/jquery/jquery-2.1.1.js    |   0
 .../themes/apache/jquery/jquery-2.1.1.min.js       |   0
 {content => site}/community-members.md             |   4 +-
 {content => site}/community.md                     |   2 -
 {content => site}/css/main.scss                    |   0
 {content => site}/index.md                         |   0
 {content => site}/marvin-platform-book/README.md   |   0
 {content => site}/marvin-platform-book/SUMMARY.md  |   0
 .../ch1_main_components/artefacts.md               |   0
 .../ch1_main_components/dasfe.md                   |   0
 .../ch1_main_components/engine.md                  |   0
 .../ch1_main_components/engine_executor.md         |   0
 .../ch1_main_components/notebook.md                |   0
 .../ch1_main_components/overview.md                |   0
 .../ch1_main_components/toolbox.md                 |   0
 .../ch2_toolbox_installation/docker.md             |   0
 .../ch2_toolbox_installation/mac.md                |   0
 .../ch2_toolbox_installation/overview.md           |   0
 .../ch2_toolbox_installation/ubuntu.md             |   0
 .../ch2_toolbox_installation/vagrant.md            |   0
 .../ch3_get_started/create_engine.md               |   0
 .../ch3_get_started/engine_examples.md             |   0
 .../ch3_get_started/existent_engine.md             |   0
 .../ch3_get_started/iris_engine.md                 |   0
 .../ch3_get_started/mnist_engine.md                |   0
 .../ch3_get_started/overview.md                    |   0
 .../ch3_get_started/sms_engine.md                  |   0
 .../ch4_documentation/engine_cli.md                |   0
 .../ch4_documentation/generic_rest_api.md          |   0
 .../ch4_documentation/overview.md                  |   0
 .../ch4_documentation/setting_params.md            |   0
 .../ch4_documentation/toolbox_cli.md               |   0
 .../ch4_documentation/toolbox_common_lib.md        |   0
 .../ch5_deploying/deploying.md                     |   0
 .../marvin-platform-book/ch5_deploying/overview.md |   0
 .../ch6_platform_architecture/overview.md          |   0
 .../ch7_community/community.md                     |   0
 .../marvin-platform-book/ch7_community/overview.md |   0
 .../marvin-platform-book/ch8_versions/overview.md  |   0
 .../ch1_main_components/toolbox.md => site/news.md |  19 +-
 151 files changed, 6975 insertions(+), 311 deletions(-)
 delete mode 100644 content/_includes/themes/apache/page.html
 delete mode 100644 content/_posts/2015-09-25-release-0.1.0.md
 delete mode 100644 content/_posts/2015-11-08-new-committers.md
 delete mode 100644 content/_posts/2015-11-10-release-0.2.0.md
 create mode 100644 content/community-members/index.html
 create mode 100644 content/community/index.html
 create mode 100644 content/css/main.css
 delete mode 100644 content/download.md
 delete mode 100644 content/feed.xml
 delete mode 100644 content/history.md
 create mode 100644 content/index.html
 create mode 100644 content/marvin-platform-book/README/index.html
 create mode 100644 content/marvin-platform-book/SUMMARY/index.html
 create mode 100644 content/marvin-platform-book/ch1_main_components/artefacts/index.html
 create mode 100644 content/marvin-platform-book/ch1_main_components/dasfe/index.html
 create mode 100644 content/marvin-platform-book/ch1_main_components/engine/index.html
 create mode 100644 content/marvin-platform-book/ch1_main_components/engine_executor/index.html
 create mode 100644 content/marvin-platform-book/ch1_main_components/notebook/index.html
 create mode 100644 content/marvin-platform-book/ch1_main_components/overview/index.html
 create mode 100644 content/marvin-platform-book/ch1_main_components/toolbox/index.html
 create mode 100644 content/marvin-platform-book/ch2_toolbox_installation/docker/index.html
 create mode 100644 content/marvin-platform-book/ch2_toolbox_installation/mac/index.html
 create mode 100644 content/marvin-platform-book/ch2_toolbox_installation/overview/index.html
 create mode 100644 content/marvin-platform-book/ch2_toolbox_installation/ubuntu/index.html
 create mode 100644 content/marvin-platform-book/ch2_toolbox_installation/vagrant/index.html
 create mode 100644 content/marvin-platform-book/ch3_get_started/create_engine/index.html
 create mode 100644 content/marvin-platform-book/ch3_get_started/engine_examples/index.html
 create mode 100644 content/marvin-platform-book/ch3_get_started/existent_engine/index.html
 create mode 100644 content/marvin-platform-book/ch3_get_started/iris_engine/index.html
 create mode 100644 content/marvin-platform-book/ch3_get_started/mnist_engine/index.html
 create mode 100644 content/marvin-platform-book/ch3_get_started/overview/index.html
 create mode 100644 content/marvin-platform-book/ch3_get_started/sms_engine/index.html
 create mode 100644 content/marvin-platform-book/ch4_documentation/engine_cli/index.html
 create mode 100644 content/marvin-platform-book/ch4_documentation/generic_rest_api/index.html
 create mode 100644 content/marvin-platform-book/ch4_documentation/overview/index.html
 create mode 100644 content/marvin-platform-book/ch4_documentation/setting_params/index.html
 create mode 100644 content/marvin-platform-book/ch4_documentation/toolbox_cli/index.html
 create mode 100644 content/marvin-platform-book/ch4_documentation/toolbox_common_lib/index.html
 create mode 100644 content/marvin-platform-book/ch5_deploying/deploying/index.html
 create mode 100644 content/marvin-platform-book/ch5_deploying/overview/index.html
 create mode 100644 content/marvin-platform-book/ch6_platform_architecture/overview/index.html
 create mode 100644 content/marvin-platform-book/ch7_community/community/index.html
 create mode 100644 content/marvin-platform-book/ch7_community/overview/index.html
 create mode 100644 content/marvin-platform-book/ch8_versions/overview/index.html
 create mode 100644 content/news/2018/08/27/Marvin-AI-in-ASF-incubator/index.html
 create mode 100644 content/news/2019/01/05/Marvin-AI-website-initialization/index.html
 create mode 100644 content/news/index.html
 rename {content => site}/.gitignore (100%)
 rename {content => site}/Gemfile (100%)
 rename {content => site}/_config.yml (97%)
 rename {content => site}/_data/contributors.yml (100%)
 rename {content => site}/_data/project.yml (100%)
 rename {content => site}/_includes/JB/analytics (100%)
 rename {content => site}/_includes/JB/analytics-providers/getclicky (100%)
 rename {content => site}/_includes/JB/analytics-providers/google-classic (100%)
 rename {content => site}/_includes/JB/analytics-providers/google-universal (100%)
 rename {content => site}/_includes/JB/analytics-providers/mixpanel (100%)
 rename {content => site}/_includes/JB/analytics-providers/piwik (100%)
 rename {content => site}/_includes/JB/categories_list (100%)
 rename {content => site}/_includes/JB/comments (100%)
 rename {content => site}/_includes/JB/comments-providers/disqus (100%)
 rename {content => site}/_includes/JB/comments-providers/facebook (100%)
 rename {content => site}/_includes/JB/comments-providers/intensedebate (100%)
 rename {content => site}/_includes/JB/comments-providers/livefyre (100%)
 rename {content => site}/_includes/JB/liquid_raw (100%)
 rename {content => site}/_includes/JB/pages_list (100%)
 rename {content => site}/_includes/JB/posts_collate (100%)
 rename {content => site}/_includes/JB/setup (100%)
 rename {content => site}/_includes/JB/sharing (100%)
 rename {content => site}/_includes/JB/tags_list (100%)
 rename {content => site}/_includes/themes/apache/_navigation.html (97%)
 rename {content => site}/_includes/themes/apache/default.html (94%)
 rename {content => site}/_includes/themes/apache/footer.html (100%)
 create mode 100644 site/_includes/themes/apache/page.html
 rename {content => site}/_includes/themes/apache/post.html (83%)
 rename {content => site}/_includes/themes/apache/settings.yml (100%)
 rename {content => site}/_layouts/default.html (100%)
 rename {content => site}/_layouts/page.html (100%)
 rename {content => site}/_layouts/post.html (100%)
 rename content/marvin-platform-book/GLOSSARY.md => site/_posts/2018-08-27-Marvin-AI-in-ASF-incubator.md (76%)
 copy content/marvin-platform-book/README.md => site/_posts/2019-01-05-Marvin-AI-website-initialization.md (58%)
 rename {content => site}/_sass/_base.scss (100%)
 rename {content => site}/_sass/_layout.scss (100%)
 rename {content => site}/_sass/_syntax-highlighting.scss (100%)
 copy {content => site}/assets/themes/apache/bootstrap/css/bootstrap-theme.css (100%)
 copy {content => site}/assets/themes/apache/bootstrap/css/bootstrap-theme.min.css (100%)
 copy {content => site}/assets/themes/apache/bootstrap/css/bootstrap.css (100%)
 copy {content => site}/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.eot (100%)
 copy {content => site}/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.svg (100%)
 copy {content => site}/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.ttf (100%)
 copy {content => site}/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.woff (100%)
 copy {content => site}/assets/themes/apache/bootstrap/img/glyphicons-halflings-white.png (100%)
 copy {content => site}/assets/themes/apache/bootstrap/img/glyphicons-halflings.png (100%)
 copy {content => site}/assets/themes/apache/bootstrap/js/bootstrap.js (100%)
 copy {content => site}/assets/themes/apache/bootstrap/js/bootstrap.min.js (100%)
 copy {content => site}/assets/themes/apache/css/style.css (100%)
 copy {content => site}/assets/themes/apache/css/syntax.css (100%)
 copy {content => site}/assets/themes/apache/img/body-bg.jpg (100%)
 copy {content => site}/assets/themes/apache/img/docs-img/lens-interpreter-binding.png (100%)
 copy {content => site}/assets/themes/apache/img/docs-img/lens-interpreter-setting.png (100%)
 copy {content => site}/assets/themes/apache/img/docs-img/lens-logo.png (100%)
 copy {content => site}/assets/themes/apache/img/docs-img/lens-result.png (100%)
 copy {content => site}/assets/themes/apache/img/docs-img/lens-ui-service.png (100%)
 copy {content => site}/assets/themes/apache/img/egg-logo.png (100%)
 copy {content => site}/assets/themes/apache/img/header-bg.jpg (100%)
 copy {content => site}/assets/themes/apache/img/highlight-bg.jpg (100%)
 copy {content => site}/assets/themes/apache/img/icon.png (100%)
 copy {content => site}/assets/themes/apache/img/logo.png (100%)
 copy {content => site}/assets/themes/apache/img/logo_white.png (100%)
 copy {content => site}/assets/themes/apache/img/sidebar-bg.jpg (100%)
 copy {content => site}/assets/themes/apache/jquery/jquery-2.1.1.js (100%)
 copy {content => site}/assets/themes/apache/jquery/jquery-2.1.1.min.js (100%)
 rename {content => site}/community-members.md (95%)
 rename {content => site}/community.md (99%)
 rename {content => site}/css/main.scss (100%)
 rename {content => site}/index.md (100%)
 rename {content => site}/marvin-platform-book/README.md (100%)
 rename {content => site}/marvin-platform-book/SUMMARY.md (100%)
 rename {content => site}/marvin-platform-book/ch1_main_components/artefacts.md (100%)
 rename {content => site}/marvin-platform-book/ch1_main_components/dasfe.md (100%)
 rename {content => site}/marvin-platform-book/ch1_main_components/engine.md (100%)
 rename {content => site}/marvin-platform-book/ch1_main_components/engine_executor.md (100%)
 rename {content => site}/marvin-platform-book/ch1_main_components/notebook.md (100%)
 rename {content => site}/marvin-platform-book/ch1_main_components/overview.md (100%)
 copy {content => site}/marvin-platform-book/ch1_main_components/toolbox.md (100%)
 rename {content => site}/marvin-platform-book/ch2_toolbox_installation/docker.md (100%)
 rename {content => site}/marvin-platform-book/ch2_toolbox_installation/mac.md (100%)
 rename {content => site}/marvin-platform-book/ch2_toolbox_installation/overview.md (100%)
 rename {content => site}/marvin-platform-book/ch2_toolbox_installation/ubuntu.md (100%)
 rename {content => site}/marvin-platform-book/ch2_toolbox_installation/vagrant.md (100%)
 rename {content => site}/marvin-platform-book/ch3_get_started/create_engine.md (100%)
 rename {content => site}/marvin-platform-book/ch3_get_started/engine_examples.md (100%)
 rename {content => site}/marvin-platform-book/ch3_get_started/existent_engine.md (100%)
 rename {content => site}/marvin-platform-book/ch3_get_started/iris_engine.md (100%)
 rename {content => site}/marvin-platform-book/ch3_get_started/mnist_engine.md (100%)
 rename {content => site}/marvin-platform-book/ch3_get_started/overview.md (100%)
 rename {content => site}/marvin-platform-book/ch3_get_started/sms_engine.md (100%)
 rename {content => site}/marvin-platform-book/ch4_documentation/engine_cli.md (100%)
 rename {content => site}/marvin-platform-book/ch4_documentation/generic_rest_api.md (100%)
 rename {content => site}/marvin-platform-book/ch4_documentation/overview.md (100%)
 rename {content => site}/marvin-platform-book/ch4_documentation/setting_params.md (100%)
 rename {content => site}/marvin-platform-book/ch4_documentation/toolbox_cli.md (100%)
 rename {content => site}/marvin-platform-book/ch4_documentation/toolbox_common_lib.md (100%)
 rename {content => site}/marvin-platform-book/ch5_deploying/deploying.md (100%)
 rename {content => site}/marvin-platform-book/ch5_deploying/overview.md (100%)
 rename {content => site}/marvin-platform-book/ch6_platform_architecture/overview.md (100%)
 rename {content => site}/marvin-platform-book/ch7_community/community.md (100%)
 rename {content => site}/marvin-platform-book/ch7_community/overview.md (100%)
 rename {content => site}/marvin-platform-book/ch8_versions/overview.md (100%)
 rename content/marvin-platform-book/ch1_main_components/toolbox.md => site/news.md (73%)


[incubator-marvin-website] 01/01: Merge pull request #4 from Wei-1/master

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

yifeizhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-marvin-website.git

commit cef6b3621b11534bc46156115a71092c7d92eeeb
Merge: d6f28d0 5547486
Author: Yifei Zhang <yi...@gmail.com>
AuthorDate: Mon Jan 7 09:27:35 2019 -0200

    Merge pull request #4 from Wei-1/master
    
    [MARVIN-23] Website Content Generation Fix

 README.md                                          |    7 +
 content/_includes/themes/apache/page.html          |   10 -
 content/_posts/2015-09-25-release-0.1.0.md         |   31 -
 content/_posts/2015-11-08-new-committers.md        |   31 -
 content/_posts/2015-11-10-release-0.2.0.md         |   34 -
 content/community-members/index.html               |  208 +
 content/community/index.html                       |  186 +
 content/css/main.css                               |  457 +
 content/download.md                                |   78 -
 content/feed.xml                                   |   30 -
 content/history.md                                 |   50 -
 content/index.html                                 |  196 +
 content/marvin-platform-book/README/index.html     |  144 +
 content/marvin-platform-book/SUMMARY/index.html    |  202 +
 .../ch1_main_components/artefacts/index.html       |  144 +
 .../ch1_main_components/dasfe/index.html           |  151 +
 .../ch1_main_components/engine/index.html          |  144 +
 .../ch1_main_components/engine_executor/index.html |  144 +
 .../ch1_main_components/notebook/index.html        |  144 +
 .../ch1_main_components/overview/index.html        |  151 +
 .../ch1_main_components/toolbox/index.html         |  145 +
 .../ch2_toolbox_installation/docker/index.html     |  142 +
 .../ch2_toolbox_installation/mac/index.html        |  206 +
 .../ch2_toolbox_installation/overview/index.html   |  149 +
 .../ch2_toolbox_installation/ubuntu/index.html     |  205 +
 .../ch2_toolbox_installation/vagrant/index.html    |  174 +
 .../ch3_get_started/create_engine/index.html       |  173 +
 .../ch3_get_started/engine_examples/index.html     |  167 +
 .../ch3_get_started/existent_engine/index.html     |  169 +
 .../ch3_get_started/iris_engine/index.html         |  221 +
 .../ch3_get_started/mnist_engine/index.html        |  144 +
 .../ch3_get_started/overview/index.html            |  147 +
 .../ch3_get_started/sms_engine/index.html          |  303 +
 .../ch4_documentation/engine_cli/index.html        |  174 +
 .../ch4_documentation/generic_rest_api/index.html  |  144 +
 .../ch4_documentation/overview/index.html          |  149 +
 .../ch4_documentation/setting_params/index.html    |  169 +
 .../ch4_documentation/toolbox_cli/index.html       |  174 +
 .../toolbox_common_lib/index.html                  |  144 +
 .../ch5_deploying/deploying/index.html             |  144 +
 .../ch5_deploying/overview/index.html              |  146 +
 .../ch6_platform_architecture/overview/index.html  |  142 +
 .../ch7_community/community/index.html             |  148 +
 .../ch7_community/overview/index.html              |  148 +
 .../ch8_versions/overview/index.html               |  142 +
 .../08/27/Marvin-AI-in-ASF-incubator/index.html    |  167 +
 .../05/Marvin-AI-website-initialization/index.html |  171 +
 content/news/index.html                            |  150 +
 {content => site}/.gitignore                       |    0
 {content => site}/Gemfile                          |    0
 {content => site}/_config.yml                      |    2 +-
 {content => site}/_data/contributors.yml           |    0
 {content => site}/_data/project.yml                |    0
 {content => site}/_includes/JB/analytics           |    0
 .../_includes/JB/analytics-providers/getclicky     |    0
 .../JB/analytics-providers/google-classic          |    0
 .../JB/analytics-providers/google-universal        |    0
 .../_includes/JB/analytics-providers/mixpanel      |    0
 .../_includes/JB/analytics-providers/piwik         |    0
 {content => site}/_includes/JB/categories_list     |    0
 {content => site}/_includes/JB/comments            |    0
 .../_includes/JB/comments-providers/disqus         |    0
 .../_includes/JB/comments-providers/facebook       |    0
 .../_includes/JB/comments-providers/intensedebate  |    0
 .../_includes/JB/comments-providers/livefyre       |    0
 {content => site}/_includes/JB/liquid_raw          |    0
 {content => site}/_includes/JB/pages_list          |    0
 {content => site}/_includes/JB/posts_collate       |    0
 {content => site}/_includes/JB/setup               |    0
 {content => site}/_includes/JB/sharing             |    0
 {content => site}/_includes/JB/tags_list           |    0
 .../_includes/themes/apache/_navigation.html       |    3 +-
 .../_includes/themes/apache/default.html           |    1 -
 .../_includes/themes/apache/footer.html            |    0
 site/_includes/themes/apache/page.html             |    6 +
 .../_includes/themes/apache/post.html              |    7 -
 .../_includes/themes/apache/settings.yml           |    0
 {content => site}/_layouts/default.html            |    0
 {content => site}/_layouts/page.html               |    0
 {content => site}/_layouts/post.html               |    0
 .../2018-08-27-Marvin-AI-in-ASF-incubator.md       |   18 +-
 .../2019-01-05-Marvin-AI-website-initialization.md |   22 +-
 {content => site}/_sass/_base.scss                 |    0
 {content => site}/_sass/_layout.scss               |    0
 {content => site}/_sass/_syntax-highlighting.scss  |    0
 .../apache/bootstrap/css/bootstrap-theme.css       |  459 +
 .../apache/bootstrap/css/bootstrap-theme.min.css   |    9 +
 .../themes/apache/bootstrap/css/bootstrap.css      | 7100 +++++++++++++++
 .../fonts/glyphicons-halflings-regular.eot         |  Bin 0 -> 20290 bytes
 .../fonts/glyphicons-halflings-regular.svg         |  229 +
 .../fonts/glyphicons-halflings-regular.ttf         |  Bin 0 -> 41236 bytes
 .../fonts/glyphicons-halflings-regular.woff        |  Bin 0 -> 23292 bytes
 .../bootstrap/img/glyphicons-halflings-white.png   |  Bin 0 -> 8777 bytes
 .../apache/bootstrap/img/glyphicons-halflings.png  |  Bin 0 -> 12799 bytes
 .../assets/themes/apache/bootstrap/js/bootstrap.js | 2002 +++++
 .../themes/apache/bootstrap/js/bootstrap.min.js    |    9 +
 site/assets/themes/apache/css/style.css            |  357 +
 site/assets/themes/apache/css/syntax.css           |   60 +
 site/assets/themes/apache/img/body-bg.jpg          |  Bin 0 -> 3188 bytes
 .../img/docs-img/lens-interpreter-binding.png      |  Bin 0 -> 78255 bytes
 .../img/docs-img/lens-interpreter-setting.png      |  Bin 0 -> 73297 bytes
 .../themes/apache/img/docs-img/lens-logo.png       |  Bin 0 -> 223040 bytes
 .../themes/apache/img/docs-img/lens-result.png     |  Bin 0 -> 57509 bytes
 .../themes/apache/img/docs-img/lens-ui-service.png |  Bin 0 -> 87865 bytes
 site/assets/themes/apache/img/egg-logo.png         |  Bin 0 -> 7241 bytes
 site/assets/themes/apache/img/header-bg.jpg        |  Bin 0 -> 10442 bytes
 site/assets/themes/apache/img/highlight-bg.jpg     |  Bin 0 -> 34222 bytes
 site/assets/themes/apache/img/icon.png             |  Bin 0 -> 2759 bytes
 site/assets/themes/apache/img/logo.png             |  Bin 0 -> 6594 bytes
 site/assets/themes/apache/img/logo_white.png       |  Bin 0 -> 5031 bytes
 site/assets/themes/apache/img/sidebar-bg.jpg       |  Bin 0 -> 3200 bytes
 site/assets/themes/apache/jquery/jquery-2.1.1.js   | 9190 ++++++++++++++++++++
 .../themes/apache/jquery/jquery-2.1.1.min.js       |    4 +
 {content => site}/community-members.md             |    4 +-
 {content => site}/community.md                     |    2 -
 {content => site}/css/main.scss                    |    0
 {content => site}/index.md                         |    0
 {content => site}/marvin-platform-book/README.md   |    0
 {content => site}/marvin-platform-book/SUMMARY.md  |    0
 .../ch1_main_components/artefacts.md               |    0
 .../ch1_main_components/dasfe.md                   |    0
 .../ch1_main_components/engine.md                  |    0
 .../ch1_main_components/engine_executor.md         |    0
 .../ch1_main_components/notebook.md                |    0
 .../ch1_main_components/overview.md                |    0
 .../ch1_main_components/toolbox.md                 |    0
 .../ch2_toolbox_installation/docker.md             |    0
 .../ch2_toolbox_installation/mac.md                |    0
 .../ch2_toolbox_installation/overview.md           |    0
 .../ch2_toolbox_installation/ubuntu.md             |    0
 .../ch2_toolbox_installation/vagrant.md            |    0
 .../ch3_get_started/create_engine.md               |    0
 .../ch3_get_started/engine_examples.md             |    0
 .../ch3_get_started/existent_engine.md             |    0
 .../ch3_get_started/iris_engine.md                 |    0
 .../ch3_get_started/mnist_engine.md                |    0
 .../ch3_get_started/overview.md                    |    0
 .../ch3_get_started/sms_engine.md                  |    0
 .../ch4_documentation/engine_cli.md                |    0
 .../ch4_documentation/generic_rest_api.md          |    0
 .../ch4_documentation/overview.md                  |    0
 .../ch4_documentation/setting_params.md            |    0
 .../ch4_documentation/toolbox_cli.md               |    0
 .../ch4_documentation/toolbox_common_lib.md        |    0
 .../ch5_deploying/deploying.md                     |    0
 .../marvin-platform-book/ch5_deploying/overview.md |    0
 .../ch6_platform_architecture/overview.md          |    0
 .../ch7_community/community.md                     |    0
 .../marvin-platform-book/ch7_community/overview.md |    0
 .../marvin-platform-book/ch8_versions/overview.md  |    0
 .../GLOSSARY.md => site/news.md                    |   17 +-
 151 files changed, 26394 insertions(+), 306 deletions(-)