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/10/09 08:06:40 UTC

[karaf-cellar] branch master updated (f1f3731 -> 9cb0359)

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

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


    from f1f3731  Merge pull request #57 from jbonofre/KARAF-5139
     add 0d5a62e  [KARAF-5899] Use the asciidoctor-maven-plugin and custom ASF theme for the manual generation
     new 9cb0359  Merge pull request #46 from fpapon/KARAF-5899

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:
 manual/pom.xml                                     |   62 +-
 manual/src/main/asciidoc/images/asf_logo.png       |  Bin 0 -> 21243 bytes
 manual/src/main/asciidoc/index.adoc                |    2 +
 manual/src/main/asciidoc/style/apache.css          | 2460 ++++++++++++++++++++
 manual/src/main/theme/apache-theme.yml             |  284 +++
 manual/src/main/theme/fonts/DroidSerif-Bold.ttf    |  Bin 0 -> 185228 bytes
 .../src/main/theme/fonts/DroidSerif-BoldItalic.ttf |  Bin 0 -> 190304 bytes
 manual/src/main/theme/fonts/DroidSerif-Italic.ttf  |  Bin 0 -> 177560 bytes
 manual/src/main/theme/fonts/DroidSerif-Regular.ttf |  Bin 0 -> 172916 bytes
 .../main/theme/fonts/DroidSerif_Apache License.txt |   28 +-
 manual/src/main/theme/fonts/OpenSans-Bold.ttf      |  Bin 0 -> 224452 bytes
 .../src/main/theme/fonts/OpenSans-BoldItalic.ttf   |  Bin 0 -> 213168 bytes
 manual/src/main/theme/fonts/OpenSans-ExtraBold.ttf |  Bin 0 -> 222424 bytes
 .../main/theme/fonts/OpenSans-ExtraBoldItalic.ttf  |  Bin 0 -> 213336 bytes
 manual/src/main/theme/fonts/OpenSans-Italic.ttf    |  Bin 0 -> 212760 bytes
 manual/src/main/theme/fonts/OpenSans-Light.ttf     |  Bin 0 -> 222236 bytes
 .../src/main/theme/fonts/OpenSans-LightItalic.ttf  |  Bin 0 -> 213024 bytes
 manual/src/main/theme/fonts/OpenSans-Regular.ttf   |  Bin 0 -> 217276 bytes
 manual/src/main/theme/fonts/OpenSans-SemiBold.ttf  |  Bin 0 -> 221164 bytes
 .../main/theme/fonts/OpenSans-SemiBoldItalic.ttf   |  Bin 0 -> 212732 bytes
 .../src/main/theme/fonts/OpenSans_LICENSE.txt      |  427 ++--
 manual/src/main/theme/images/asf_logo.png          |  Bin 0 -> 21243 bytes
 manual/src/main/theme/images/asf_logo_url.png      |  Bin 0 -> 21121 bytes
 23 files changed, 3001 insertions(+), 262 deletions(-)
 create mode 100644 manual/src/main/asciidoc/images/asf_logo.png
 create mode 100644 manual/src/main/asciidoc/style/apache.css
 create mode 100644 manual/src/main/theme/apache-theme.yml
 create mode 100644 manual/src/main/theme/fonts/DroidSerif-Bold.ttf
 create mode 100644 manual/src/main/theme/fonts/DroidSerif-BoldItalic.ttf
 create mode 100644 manual/src/main/theme/fonts/DroidSerif-Italic.ttf
 create mode 100644 manual/src/main/theme/fonts/DroidSerif-Regular.ttf
 copy LICENSE => manual/src/main/theme/fonts/DroidSerif_Apache License.txt (90%)
 create mode 100644 manual/src/main/theme/fonts/OpenSans-Bold.ttf
 create mode 100644 manual/src/main/theme/fonts/OpenSans-BoldItalic.ttf
 create mode 100644 manual/src/main/theme/fonts/OpenSans-ExtraBold.ttf
 create mode 100644 manual/src/main/theme/fonts/OpenSans-ExtraBoldItalic.ttf
 create mode 100644 manual/src/main/theme/fonts/OpenSans-Italic.ttf
 create mode 100644 manual/src/main/theme/fonts/OpenSans-Light.ttf
 create mode 100644 manual/src/main/theme/fonts/OpenSans-LightItalic.ttf
 create mode 100644 manual/src/main/theme/fonts/OpenSans-Regular.ttf
 create mode 100644 manual/src/main/theme/fonts/OpenSans-SemiBold.ttf
 create mode 100644 manual/src/main/theme/fonts/OpenSans-SemiBoldItalic.ttf
 copy LICENSE => manual/src/main/theme/fonts/OpenSans_LICENSE.txt (91%)
 create mode 100644 manual/src/main/theme/images/asf_logo.png
 create mode 100644 manual/src/main/theme/images/asf_logo_url.png


[karaf-cellar] 01/01: Merge pull request #46 from fpapon/KARAF-5899

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

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

commit 9cb0359b3f393a81efa913f1207943255b41f9fb
Merge: f1f3731 0d5a62e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 9 10:06:36 2018 +0200

    Merge pull request #46 from fpapon/KARAF-5899
    
    [KARAF-5899] Use the asciidoctor-maven-plugin and custom ASF theme fo…

 manual/pom.xml                                     |   62 +-
 manual/src/main/asciidoc/images/asf_logo.png       |  Bin 0 -> 21243 bytes
 manual/src/main/asciidoc/index.adoc                |    2 +
 manual/src/main/asciidoc/style/apache.css          | 2460 ++++++++++++++++++++
 manual/src/main/theme/apache-theme.yml             |  284 +++
 manual/src/main/theme/fonts/DroidSerif-Bold.ttf    |  Bin 0 -> 185228 bytes
 .../src/main/theme/fonts/DroidSerif-BoldItalic.ttf |  Bin 0 -> 190304 bytes
 manual/src/main/theme/fonts/DroidSerif-Italic.ttf  |  Bin 0 -> 177560 bytes
 manual/src/main/theme/fonts/DroidSerif-Regular.ttf |  Bin 0 -> 172916 bytes
 .../main/theme/fonts/DroidSerif_Apache License.txt |  201 ++
 manual/src/main/theme/fonts/OpenSans-Bold.ttf      |  Bin 0 -> 224452 bytes
 .../src/main/theme/fonts/OpenSans-BoldItalic.ttf   |  Bin 0 -> 213168 bytes
 manual/src/main/theme/fonts/OpenSans-ExtraBold.ttf |  Bin 0 -> 222424 bytes
 .../main/theme/fonts/OpenSans-ExtraBoldItalic.ttf  |  Bin 0 -> 213336 bytes
 manual/src/main/theme/fonts/OpenSans-Italic.ttf    |  Bin 0 -> 212760 bytes
 manual/src/main/theme/fonts/OpenSans-Light.ttf     |  Bin 0 -> 222236 bytes
 .../src/main/theme/fonts/OpenSans-LightItalic.ttf  |  Bin 0 -> 213024 bytes
 manual/src/main/theme/fonts/OpenSans-Regular.ttf   |  Bin 0 -> 217276 bytes
 manual/src/main/theme/fonts/OpenSans-SemiBold.ttf  |  Bin 0 -> 221164 bytes
 .../main/theme/fonts/OpenSans-SemiBoldItalic.ttf   |  Bin 0 -> 212732 bytes
 manual/src/main/theme/fonts/OpenSans_LICENSE.txt   |  202 ++
 manual/src/main/theme/images/asf_logo.png          |  Bin 0 -> 21243 bytes
 manual/src/main/theme/images/asf_logo_url.png      |  Bin 0 -> 21121 bytes
 23 files changed, 3200 insertions(+), 11 deletions(-)