You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/18 15:37:37 UTC

[causeway] 01/02: CAUSEWAY-3255 : updates logo for demo apps

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 7229bbcb1a07d890b18ca5b7bdf09efc14779908
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 18 15:36:40 2023 +0000

    CAUSEWAY-3255 : updates logo for demo apps
---
 .../demo/domain/src/main/resources/application.yml   |   8 ++++----
 .../images/apache-causeway/causeway-logo-65x48.png   | Bin 0 -> 1960 bytes
 .../static/images/apache-causeway/logo-48x48.png     | Bin 2875 -> 0 bytes
 .../resources/static/images/apache-causeway/logo.png | Bin 13687 -> 6143 bytes
 .../stable/src/main/resources/application.yml        |   2 +-
 .../modules/ROOT/pages/setup-and-configuration.adoc  |   2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/demo/domain/src/main/resources/application.yml b/examples/demo/domain/src/main/resources/application.yml
index 618d2f01ec..d09462de6b 100644
--- a/examples/demo/domain/src/main/resources/application.yml
+++ b/examples/demo/domain/src/main/resources/application.yml
@@ -67,11 +67,11 @@ causeway:
       translation:
         po:
           mode: disabled
-          
+
   value-types:
     kroki:
       # don't use this in production, as you might not want to share sensitive data over the public wire
-      # instead use a private docker instance like eg. yuzutech/kroki 
+      # instead use a private docker instance like eg. yuzutech/kroki
       backend-url: https://kroki.io
 
   viewer:
@@ -88,9 +88,9 @@ causeway:
         about: This application demonstrates many aspects of the Apache Causeway programming model, as well as some of the most significant domain services and extensions such as the WrapperFactory, security, commands and publishing.
       credit:
         - url:  https://causeway.apache.org
-          image: images/apache-causeway/logo-48x48.png
+          image: images/apache-causeway/causeway-logo-65x48.png
           name: Apache Causeway
-          
+
     wicket:
       css: css/application.css
       js: scripts/application.js
diff --git a/examples/demo/domain/src/main/resources/static/images/apache-causeway/causeway-logo-65x48.png b/examples/demo/domain/src/main/resources/static/images/apache-causeway/causeway-logo-65x48.png
new file mode 100644
index 0000000000..813d514e02
Binary files /dev/null and b/examples/demo/domain/src/main/resources/static/images/apache-causeway/causeway-logo-65x48.png differ
diff --git a/examples/demo/domain/src/main/resources/static/images/apache-causeway/logo-48x48.png b/examples/demo/domain/src/main/resources/static/images/apache-causeway/logo-48x48.png
deleted file mode 100644
index be6283ed01..0000000000
Binary files a/examples/demo/domain/src/main/resources/static/images/apache-causeway/logo-48x48.png and /dev/null differ
diff --git a/examples/demo/domain/src/main/resources/static/images/apache-causeway/logo.png b/examples/demo/domain/src/main/resources/static/images/apache-causeway/logo.png
index 7dc6beefcc..544c5deadf 100644
Binary files a/examples/demo/domain/src/main/resources/static/images/apache-causeway/logo.png and b/examples/demo/domain/src/main/resources/static/images/apache-causeway/logo.png differ
diff --git a/regressiontests/stable/src/main/resources/application.yml b/regressiontests/stable/src/main/resources/application.yml
index f4d7b84b27..f7a4f6ebc4 100644
--- a/regressiontests/stable/src/main/resources/application.yml
+++ b/regressiontests/stable/src/main/resources/application.yml
@@ -56,7 +56,7 @@ causeway:
         about: Smoke Tests
       credit:
         - url:  https://causeway.apache.org
-          image: images/apache-causeway/logo-48x48.png
+          image: images/apache-causeway/causeway-logo-65x48.png
           name: Apache Causeway
     wicket:
       css: css/application.css
diff --git a/viewers/wicket/adoc/modules/ROOT/pages/setup-and-configuration.adoc b/viewers/wicket/adoc/modules/ROOT/pages/setup-and-configuration.adoc
index c7717db6bd..2c784c575a 100644
--- a/viewers/wicket/adoc/modules/ROOT/pages/setup-and-configuration.adoc
+++ b/viewers/wicket/adoc/modules/ROOT/pages/setup-and-configuration.adoc
@@ -142,7 +142,7 @@ causeway:
     wicket:
       credit:
         - url:  https://causeway.apache.org
-          image: images/apache-causeway/logo-48x48.png
+          image: images/apache-causeway/causeway-logo-65x48.png
           name: Apache Causeway
 ----