You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/09/30 05:11:06 UTC

[isis-app-demo] 04/05: updates app name. welcome page and banner

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

danhaywood pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/isis-app-demo.git

commit cf25957adf5b9eb8fd1593595dc3464be1c99e57
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Sep 29 23:29:40 2021 +0100

    updates app name. welcome page and banner
---
 webapp/src/main/resources/application.yml   |  4 ++--
 webapp/src/main/resources/banner.txt        | 13 +++++++------
 webapp/src/main/resources/static/index.html |  5 ++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/webapp/src/main/resources/application.yml b/webapp/src/main/resources/application.yml
index 5960b92..5d1d898 100644
--- a/webapp/src/main/resources/application.yml
+++ b/webapp/src/main/resources/application.yml
@@ -41,13 +41,13 @@ isis:
   viewer:
     wicket:
       application:
-        about: Simple App
+        about: PetClinic
         brand-logo-header: images/apache-isis/logo-48x48.png
         css: css/application.css
         favicon-url: images/favicon.png
         js: scripts/application.js
         menubars-layout-xml: menubars.layout.xml
-        name: Simple App
+        name: PetClinic
         # https://stackoverflow.com/a/38983935/56880
         version: @project.version@
 
diff --git a/webapp/src/main/resources/banner.txt b/webapp/src/main/resources/banner.txt
index 1348a76..e335779 100644
--- a/webapp/src/main/resources/banner.txt
+++ b/webapp/src/main/resources/banner.txt
@@ -1,6 +1,7 @@
-     _                     _            ___     _
-    / \   _ __   __ _  ___| |__   ___  |_ _|___(_)___
-   / _ \ | '_ \ / _` |/ __| '_ \ / _ \  | |/ __| / __|
-  / ___ \| |_) | (_| | (__| | | |  __/  | |\__ \ \__ \
- /_/   \_\ .__/ \__,_|\___|_| |_|\___| |___|___/_|___/
-         |_|
\ No newline at end of file
+ _______         _      ______  __    _             _
+|_   __ \       / |_  .' ___  |[  |  (_)           (_)
+  | |__) |.---.`| |-'/ .'   \_| | |  __   _ .--.   __   .---.
+  |  ___// /__\\| |  | |        | | [  | [ `.-. | [  | / /'`\]
+ _| |_   | \__.,| |, \ `.___.'\ | |  | |  | | | |  | | | \__.
+|_____|   '.__.'\__/  `.____ .'[___][___][___||__][___]'.___.'
+                                                               
diff --git a/webapp/src/main/resources/static/index.html b/webapp/src/main/resources/static/index.html
index 5e8c12d..f9ed402 100644
--- a/webapp/src/main/resources/static/index.html
+++ b/webapp/src/main/resources/static/index.html
@@ -2,7 +2,7 @@
 <html>
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-        <title>Apache Isis&trade; Simple App</title>
+        <title>Apache Isis&trade; PetClinic app</title>
 
         <link rel="stylesheet" type="text/css" href="css/page.css">
     </head>
@@ -11,8 +11,7 @@
             <img alt="Isis Logo" src="images/apache-isis/logo.png" />
 
             <p>
-                This is a simple <a href="http://isis.apache.org">Apache Isis</a> application, structured so it can be
-                used as a starting point for developing your own applications.
+                This is a PetClinic app implemented as an <a href="http://isis.apache.org">Apache Isis</a> application.
                 <br/>
             </p>