You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2021/02/21 05:51:23 UTC

[guacamole-client] branch master updated (c1e7d22 -> 5319f90)

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

mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from c1e7d22  GUACAMOLE-1055: Merge Russian OSK support for Latin characters.
     add 30d3005  GUACAMOLE-747: Provide example branding extension.
     new 5319f90  GUACAMOLE-747: Merge example branding extension.

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:
 doc/guacamole-branding-example/README              |  18 ++
 .../css/0-font-raleway.css                         |  35 ++++
 doc/guacamole-branding-example/css/example.css     | 118 +++++++++++
 doc/guacamole-branding-example/guac-manifest.json  |  34 +++
 doc/guacamole-branding-example/html/warning.html   |   8 +
 .../guacamole-branding-example/licenses}/LICENSE   |   0
 .../guacamole-branding-example}/licenses/NOTICE    |   0
 .../resources/fonts/raleway/LICENSE                |  95 +++++++++
 .../resources/fonts/raleway/Raleway-Bold.otf       | Bin 0 -> 195704 bytes
 .../resources/fonts/raleway/Raleway-Bold.ttf       | Bin 0 -> 173756 bytes
 .../resources/fonts/raleway/Raleway-Bold.woff      | Bin 0 -> 70936 bytes
 .../resources/fonts/raleway/Raleway-BoldItalic.otf | Bin 0 -> 158464 bytes
 .../resources/fonts/raleway/Raleway-BoldItalic.ttf | Bin 0 -> 142788 bytes
 .../fonts/raleway/Raleway-BoldItalic.woff          | Bin 0 -> 62608 bytes
 .../resources/fonts/raleway/Raleway-Italic.otf     | Bin 0 -> 165628 bytes
 .../resources/fonts/raleway/Raleway-Italic.ttf     | Bin 0 -> 140520 bytes
 .../resources/fonts/raleway/Raleway-Italic.woff    | Bin 0 -> 61512 bytes
 .../resources/fonts/raleway/Raleway-Regular.otf    | Bin 0 -> 199032 bytes
 .../resources/fonts/raleway/Raleway-Regular.ttf    | Bin 0 -> 172992 bytes
 .../resources/fonts/raleway/Raleway-Regular.woff   | Bin 0 -> 70260 bytes
 .../resources/images/saturn/LICENSE                | 229 +++++++++++++++++++++
 .../resources/images/saturn/saturn.png             | Bin 0 -> 52659 bytes
 .../translations/en.json                           |   5 +
 23 files changed, 542 insertions(+)
 create mode 100644 doc/guacamole-branding-example/README
 create mode 100644 doc/guacamole-branding-example/css/0-font-raleway.css
 create mode 100644 doc/guacamole-branding-example/css/example.css
 create mode 100644 doc/guacamole-branding-example/guac-manifest.json
 create mode 100644 doc/guacamole-branding-example/html/warning.html
 copy {extensions/guacamole-auth-saml/src/licenses/bundled/woodstox-core-5.0.3 => doc/guacamole-branding-example/licenses}/LICENSE (100%)
 copy {guacamole/src => doc/guacamole-branding-example}/licenses/NOTICE (100%)
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/LICENSE
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-Bold.otf
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-Bold.ttf
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-Bold.woff
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-BoldItalic.otf
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-BoldItalic.ttf
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-BoldItalic.woff
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-Italic.otf
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-Italic.ttf
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-Italic.woff
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-Regular.otf
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-Regular.ttf
 create mode 100644 doc/guacamole-branding-example/resources/fonts/raleway/Raleway-Regular.woff
 create mode 100644 doc/guacamole-branding-example/resources/images/saturn/LICENSE
 create mode 100644 doc/guacamole-branding-example/resources/images/saturn/saturn.png
 create mode 100644 doc/guacamole-branding-example/translations/en.json


[guacamole-client] 01/01: GUACAMOLE-747: Merge example branding extension.

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

mjumper pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 5319f9011a0cca5b024709adb9a512c2d1070e90
Merge: c1e7d22 30d3005
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Sat Feb 20 21:51:15 2021 -0800

    GUACAMOLE-747: Merge example branding extension.

 doc/guacamole-branding-example/README              |  18 ++
 .../css/0-font-raleway.css                         |  35 ++++
 doc/guacamole-branding-example/css/example.css     | 118 +++++++++++
 doc/guacamole-branding-example/guac-manifest.json  |  34 +++
 doc/guacamole-branding-example/html/warning.html   |   8 +
 doc/guacamole-branding-example/licenses/LICENSE    | 202 ++++++++++++++++++
 doc/guacamole-branding-example/licenses/NOTICE     |   5 +
 .../resources/fonts/raleway/LICENSE                |  95 +++++++++
 .../resources/fonts/raleway/Raleway-Bold.otf       | Bin 0 -> 195704 bytes
 .../resources/fonts/raleway/Raleway-Bold.ttf       | Bin 0 -> 173756 bytes
 .../resources/fonts/raleway/Raleway-Bold.woff      | Bin 0 -> 70936 bytes
 .../resources/fonts/raleway/Raleway-BoldItalic.otf | Bin 0 -> 158464 bytes
 .../resources/fonts/raleway/Raleway-BoldItalic.ttf | Bin 0 -> 142788 bytes
 .../fonts/raleway/Raleway-BoldItalic.woff          | Bin 0 -> 62608 bytes
 .../resources/fonts/raleway/Raleway-Italic.otf     | Bin 0 -> 165628 bytes
 .../resources/fonts/raleway/Raleway-Italic.ttf     | Bin 0 -> 140520 bytes
 .../resources/fonts/raleway/Raleway-Italic.woff    | Bin 0 -> 61512 bytes
 .../resources/fonts/raleway/Raleway-Regular.otf    | Bin 0 -> 199032 bytes
 .../resources/fonts/raleway/Raleway-Regular.ttf    | Bin 0 -> 172992 bytes
 .../resources/fonts/raleway/Raleway-Regular.woff   | Bin 0 -> 70260 bytes
 .../resources/images/saturn/LICENSE                | 229 +++++++++++++++++++++
 .../resources/images/saturn/saturn.png             | Bin 0 -> 52659 bytes
 .../translations/en.json                           |   5 +
 23 files changed, 749 insertions(+)