You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/06/12 12:22:22 UTC

[karaf-site] branch trunk updated (fcf8d62 -> db23500)

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

jbonofre pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/karaf-site.git.


    from fcf8d62  Merge pull request #6 from fpapon/APACHECON
     add f87e476  Change responsive css to Bootstrap
     new db23500  Merge pull request #9 from fpapon/KARAF-5712

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:
 src/main/webapp/archives.html                      | 1298 +--
 src/main/webapp/assets/js/vendor/anchor.min.js     |    6 +
 src/main/webapp/assets/js/vendor/clipboard.min.js  |    7 +
 src/main/webapp/assets/js/vendor/holder.min.js     |   13 +
 .../webapp/assets/js/vendor/jquery-slim.min.js     |    2 +
 src/main/webapp/assets/js/vendor/popper.min.js     |    5 +
 src/main/webapp/cave_installation.html             |  105 -
 src/main/webapp/cellar_installation.html           |  105 -
 src/main/webapp/community.html                     |  474 +-
 src/main/webapp/css/bootstrap-grid.css             | 1912 +++++
 src/main/webapp/css/bootstrap-grid.css.map         |    1 +
 src/main/webapp/css/bootstrap-grid.min.css         |    7 +
 src/main/webapp/css/bootstrap-grid.min.css.map     |    1 +
 src/main/webapp/css/bootstrap-reboot.css           |  330 +
 src/main/webapp/css/bootstrap-reboot.css.map       |    1 +
 src/main/webapp/css/bootstrap-reboot.min.css       |    8 +
 src/main/webapp/css/bootstrap-reboot.min.css.map   |    1 +
 src/main/webapp/css/bootstrap.css                  | 8981 ++++++++++++++++++++
 src/main/webapp/css/bootstrap.css.map              |    1 +
 src/main/webapp/css/bootstrap.min.css              |    7 +
 src/main/webapp/css/bootstrap.min.css.map          |    1 +
 src/main/webapp/css/karaf.css                      |  790 +-
 src/main/webapp/decanter_installation.html         |   96 -
 src/main/webapp/documentation.html                 |  735 +-
 src/main/webapp/download.html                      |  936 +-
 src/main/webapp/images/apache-feather-tm-new.png   |  Bin 0 -> 1359 bytes
 src/main/webapp/images/apache-feather-tm.png       |  Bin 3318 -> 0 bytes
 src/main/webapp/images/apache-feather-tm.svg       | 7592 -----------------
 src/main/webapp/images/book.png                    |  Bin 17534 -> 0 bytes
 src/main/webapp/images/cellar_architecture.png     |  Bin 29893 -> 0 bytes
 src/main/webapp/images/cloud.png                   |  Bin 13120 -> 0 bytes
 src/main/webapp/images/container.png               |  Bin 16295 -> 0 bytes
 src/main/webapp/images/deployer.png                |  Bin 51372 -> 0 bytes
 src/main/webapp/images/enterprise.png              |  Bin 30546 -> 0 bytes
 src/main/webapp/images/favicon.ico                 |  Bin 318 -> 13702 bytes
 src/main/webapp/images/feather.svg                 |  138 +
 src/main/webapp/images/github.png                  |  Bin 0 -> 1714 bytes
 src/main/webapp/images/karaf-dessin-dark.svg       |  508 ++
 src/main/webapp/images/karaf-dessin.svg            |  480 ++
 src/main/webapp/images/karaf-logo-light.svg        |  482 ++
 src/main/webapp/images/karaf-logo-new.png          |  Bin 0 -> 4291 bytes
 src/main/webapp/images/karaf-logo.png              |  Bin 2720 -> 0 bytes
 src/main/webapp/images/karaf-logo.svg              |  478 +-
 src/main/webapp/images/karaf.png                   |  Bin 14521 -> 0 bytes
 src/main/webapp/images/karaf_architecture.png      |  Bin 48046 -> 0 bytes
 src/main/webapp/images/puzzle.png                  |  Bin 11762 -> 0 bytes
 src/main/webapp/index.html                         |  699 +-
 src/main/webapp/js/bootstrap.bundle.js             | 6444 ++++++++++++++
 src/main/webapp/js/bootstrap.bundle.js.map         |    1 +
 src/main/webapp/js/bootstrap.bundle.min.js         |    7 +
 src/main/webapp/js/bootstrap.bundle.min.js.map     |    1 +
 src/main/webapp/js/bootstrap.js                    | 3927 +++++++++
 src/main/webapp/js/bootstrap.js.map                |    1 +
 src/main/webapp/js/bootstrap.min.js                |    7 +
 src/main/webapp/js/bootstrap.min.js.map            |    1 +
 src/main/webapp/news.html                          | 1584 ++--
 src/main/webapp/privacy.html                       |  167 +-
 src/main/webapp/projects.html                      |  756 +-
 58 files changed, 27532 insertions(+), 11564 deletions(-)
 create mode 100644 src/main/webapp/assets/js/vendor/anchor.min.js
 create mode 100644 src/main/webapp/assets/js/vendor/clipboard.min.js
 create mode 100644 src/main/webapp/assets/js/vendor/holder.min.js
 create mode 100644 src/main/webapp/assets/js/vendor/jquery-slim.min.js
 create mode 100644 src/main/webapp/assets/js/vendor/popper.min.js
 delete mode 100644 src/main/webapp/cave_installation.html
 delete mode 100644 src/main/webapp/cellar_installation.html
 create mode 100644 src/main/webapp/css/bootstrap-grid.css
 create mode 100644 src/main/webapp/css/bootstrap-grid.css.map
 create mode 100644 src/main/webapp/css/bootstrap-grid.min.css
 create mode 100644 src/main/webapp/css/bootstrap-grid.min.css.map
 create mode 100644 src/main/webapp/css/bootstrap-reboot.css
 create mode 100644 src/main/webapp/css/bootstrap-reboot.css.map
 create mode 100644 src/main/webapp/css/bootstrap-reboot.min.css
 create mode 100644 src/main/webapp/css/bootstrap-reboot.min.css.map
 create mode 100644 src/main/webapp/css/bootstrap.css
 create mode 100644 src/main/webapp/css/bootstrap.css.map
 create mode 100644 src/main/webapp/css/bootstrap.min.css
 create mode 100644 src/main/webapp/css/bootstrap.min.css.map
 delete mode 100644 src/main/webapp/decanter_installation.html
 create mode 100644 src/main/webapp/images/apache-feather-tm-new.png
 delete mode 100644 src/main/webapp/images/apache-feather-tm.png
 delete mode 100644 src/main/webapp/images/apache-feather-tm.svg
 delete mode 100644 src/main/webapp/images/book.png
 delete mode 100644 src/main/webapp/images/cellar_architecture.png
 delete mode 100644 src/main/webapp/images/cloud.png
 delete mode 100644 src/main/webapp/images/container.png
 delete mode 100644 src/main/webapp/images/deployer.png
 delete mode 100644 src/main/webapp/images/enterprise.png
 create mode 100644 src/main/webapp/images/feather.svg
 create mode 100644 src/main/webapp/images/github.png
 create mode 100644 src/main/webapp/images/karaf-dessin-dark.svg
 create mode 100644 src/main/webapp/images/karaf-dessin.svg
 create mode 100644 src/main/webapp/images/karaf-logo-light.svg
 create mode 100644 src/main/webapp/images/karaf-logo-new.png
 delete mode 100644 src/main/webapp/images/karaf-logo.png
 delete mode 100644 src/main/webapp/images/karaf.png
 delete mode 100644 src/main/webapp/images/karaf_architecture.png
 delete mode 100644 src/main/webapp/images/puzzle.png
 create mode 100644 src/main/webapp/js/bootstrap.bundle.js
 create mode 100644 src/main/webapp/js/bootstrap.bundle.js.map
 create mode 100644 src/main/webapp/js/bootstrap.bundle.min.js
 create mode 100644 src/main/webapp/js/bootstrap.bundle.min.js.map
 create mode 100644 src/main/webapp/js/bootstrap.js
 create mode 100644 src/main/webapp/js/bootstrap.js.map
 create mode 100644 src/main/webapp/js/bootstrap.min.js
 create mode 100644 src/main/webapp/js/bootstrap.min.js.map

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.

[karaf-site] 01/01: Merge pull request #9 from fpapon/KARAF-5712

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

jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/karaf-site.git

commit db23500c9eb70e9721a2cc736449c233efd5ef48
Merge: fcf8d62 f87e476
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 12 14:22:15 2018 +0200

    Merge pull request #9 from fpapon/KARAF-5712
    
    [KARAF-5712] Change responsive css to Bootstrap

 src/main/webapp/archives.html                      | 1298 +--
 src/main/webapp/assets/js/vendor/anchor.min.js     |    6 +
 src/main/webapp/assets/js/vendor/clipboard.min.js  |    7 +
 src/main/webapp/assets/js/vendor/holder.min.js     |   13 +
 .../webapp/assets/js/vendor/jquery-slim.min.js     |    2 +
 src/main/webapp/assets/js/vendor/popper.min.js     |    5 +
 src/main/webapp/cave_installation.html             |  105 -
 src/main/webapp/cellar_installation.html           |  105 -
 src/main/webapp/community.html                     |  474 +-
 src/main/webapp/css/bootstrap-grid.css             | 1912 +++++
 src/main/webapp/css/bootstrap-grid.css.map         |    1 +
 src/main/webapp/css/bootstrap-grid.min.css         |    7 +
 src/main/webapp/css/bootstrap-grid.min.css.map     |    1 +
 src/main/webapp/css/bootstrap-reboot.css           |  330 +
 src/main/webapp/css/bootstrap-reboot.css.map       |    1 +
 src/main/webapp/css/bootstrap-reboot.min.css       |    8 +
 src/main/webapp/css/bootstrap-reboot.min.css.map   |    1 +
 src/main/webapp/css/bootstrap.css                  | 8981 ++++++++++++++++++++
 src/main/webapp/css/bootstrap.css.map              |    1 +
 src/main/webapp/css/bootstrap.min.css              |    7 +
 src/main/webapp/css/bootstrap.min.css.map          |    1 +
 src/main/webapp/css/karaf.css                      |  790 +-
 src/main/webapp/decanter_installation.html         |   96 -
 src/main/webapp/documentation.html                 |  735 +-
 src/main/webapp/download.html                      |  936 +-
 src/main/webapp/images/apache-feather-tm-new.png   |  Bin 0 -> 1359 bytes
 src/main/webapp/images/apache-feather-tm.png       |  Bin 3318 -> 0 bytes
 src/main/webapp/images/apache-feather-tm.svg       | 7592 -----------------
 src/main/webapp/images/book.png                    |  Bin 17534 -> 0 bytes
 src/main/webapp/images/cellar_architecture.png     |  Bin 29893 -> 0 bytes
 src/main/webapp/images/cloud.png                   |  Bin 13120 -> 0 bytes
 src/main/webapp/images/container.png               |  Bin 16295 -> 0 bytes
 src/main/webapp/images/deployer.png                |  Bin 51372 -> 0 bytes
 src/main/webapp/images/enterprise.png              |  Bin 30546 -> 0 bytes
 src/main/webapp/images/favicon.ico                 |  Bin 318 -> 13702 bytes
 src/main/webapp/images/feather.svg                 |  138 +
 src/main/webapp/images/github.png                  |  Bin 0 -> 1714 bytes
 src/main/webapp/images/karaf-dessin-dark.svg       |  508 ++
 src/main/webapp/images/karaf-dessin.svg            |  480 ++
 src/main/webapp/images/karaf-logo-light.svg        |  482 ++
 src/main/webapp/images/karaf-logo-new.png          |  Bin 0 -> 4291 bytes
 src/main/webapp/images/karaf-logo.png              |  Bin 2720 -> 0 bytes
 src/main/webapp/images/karaf-logo.svg              |  478 +-
 src/main/webapp/images/karaf.png                   |  Bin 14521 -> 0 bytes
 src/main/webapp/images/karaf_architecture.png      |  Bin 48046 -> 0 bytes
 src/main/webapp/images/puzzle.png                  |  Bin 11762 -> 0 bytes
 src/main/webapp/index.html                         |  699 +-
 src/main/webapp/js/bootstrap.bundle.js             | 6444 ++++++++++++++
 src/main/webapp/js/bootstrap.bundle.js.map         |    1 +
 src/main/webapp/js/bootstrap.bundle.min.js         |    7 +
 src/main/webapp/js/bootstrap.bundle.min.js.map     |    1 +
 src/main/webapp/js/bootstrap.js                    | 3927 +++++++++
 src/main/webapp/js/bootstrap.js.map                |    1 +
 src/main/webapp/js/bootstrap.min.js                |    7 +
 src/main/webapp/js/bootstrap.min.js.map            |    1 +
 src/main/webapp/news.html                          | 1584 ++--
 src/main/webapp/privacy.html                       |  167 +-
 src/main/webapp/projects.html                      |  756 +-
 58 files changed, 27532 insertions(+), 11564 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.