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/03/20 15:27:26 UTC

[isis-app-helloworld] branch jdo updated: fixes index.html links

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

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


The following commit(s) were added to refs/heads/jdo by this push:
     new 558f8f7  fixes index.html links
558f8f7 is described below

commit 558f8f7ff7f4ecca23ce9c4290f915028ac0d47b
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 20 15:27:14 2021 +0000

    fixes index.html links
---
 src/main/resources/static/index.html | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html
index 404c9b9..ec5144e 100644
--- a/src/main/resources/static/index.html
+++ b/src/main/resources/static/index.html
@@ -9,7 +9,7 @@
     <body>
         <div id="wrapper">
             <img alt="Isis Logo" src="images/apache-isis/logo.png" />
-             
+
             <p>
                 This is a minimal <a href="https://isis.apache.org">Apache Isis</a> application, intended as a starting
                 point to learn what the framework is all about.
@@ -23,10 +23,8 @@
                         <b><a href="wicket/">Generic UI (Wicket)</a></b>
                     </p>
                     <p>
-                        provides access to a generic UI for end-users, Apache Isis'
-                        <a href="http://isis.apache.org/guides/ugvw/ugvw.html" target="_blank">Wicket Viewer</a>.
-                        As its name suggests, this viewer is built on top of
-                        <a href="http://wicket.apache.org" target="_blank">Apache Wicket</a>&trade;.
+                        provides access to a generic UI for end-users.  This
+                        viewer is built with <a href="http://wicket.apache.org" target="_blank">Apache Wicket</a>&trade;.
                     </p>
                 </li>
                 <li>
@@ -36,14 +34,12 @@
                         </b>
                     </p>
                     <p>
-                        provides access to a Swagger UI for convenient access to a subset of the framework's RESTful
-                        API, automatically generated by the
-                        <a href="http://isis.apache.org/guides/ugvro/ugvro.html"
-                           target="_blank">Restful Objects viewer</a>.
+                        provides access to a Swagger UI for convenient access
+                        to (a subset of) the automatically generated REST API.
                     </p>
                     <p>
                         The full backend API (at <a href="restful/">restful/</a>) renders both simple and also richer
-                        hypermedia representations of domain objects, the latter conformant with the
+                        hypermedia representations of domain objects, the latter conforming to the
                         <a href="http://restfulobjects.org"  target="_blank">Restful Objects</a> spec.
                     </p>
                 </li>
@@ -52,7 +48,7 @@
             <p>
             The default user/password is <b><i>sven/pass</i></b>.
             </p>
-            
+
         </div>
     </body>
 </html>