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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3ff68df  add ™
3ff68df is described below

commit 3ff68df2f1162a041bb1040f50d4ad11943cf47a
Author: Paul King <[email protected]>
AuthorDate: Mon May 5 12:07:15 2025 +1000

    add ™
---
 site/src/site/html/index.html            | 2 +-
 site/src/site/includes/bottommenu.groovy | 2 +-
 site/src/site/includes/topmenu.groovy    | 2 +-
 site/src/site/pages/contribute.groovy    | 4 ++--
 site/src/site/pages/documentation.groovy | 4 ++--
 site/src/site/pages/download.groovy      | 8 ++++----
 site/src/site/pages/index.groovy         | 2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/site/src/site/html/index.html b/site/src/site/html/index.html
index 8db1b4f..28d5e87 100644
--- a/site/src/site/html/index.html
+++ b/site/src/site/html/index.html
@@ -2,7 +2,7 @@
         <h1>A flexible and extensible Java-like language for the JVM</h1>
 
         <p>
-            Apache Groovy is a multi-faceted language for the JVM. It aims to
+            Apache Groovy™ is a multi-faceted language for the JVM. It aims to
             provide a <strong>Java-like feel and syntax</strong>,
             but with <strong>added productivity</strong> features.
             It supports OO and functional paradigms, and offers both
diff --git a/site/src/site/includes/bottommenu.groovy 
b/site/src/site/includes/bottommenu.groovy
index 98216a7..d09dccc 100644
--- a/site/src/site/includes/bottommenu.groovy
+++ b/site/src/site/includes/bottommenu.groovy
@@ -23,7 +23,7 @@ footer(id: 'footer') {
                 div('text-align':'right') {
                     img(src: relative('img/asf_logo.png'), title: 'The Apache 
Software Foundation', alt: 'The Apache Software Foundation', style:'width:60%')
                 }
-                p "Apache&reg; and the Apache feather logo are either 
registered trademarks or trademarks of The Apache Software Foundation."
+                p "Apache, Apache Groovy, Groovy, and the Apache feather logo 
are either registered trademarks or trademarks of The Apache Software 
Foundation."
             }
         }
         div(class: 'clearfix', "&copy; 
2003-${Calendar.instance[Calendar.YEAR]} the Apache Groovy project &mdash; " +
diff --git a/site/src/site/includes/topmenu.groovy 
b/site/src/site/includes/topmenu.groovy
index 2d5fc1d..a129130 100644
--- a/site/src/site/includes/topmenu.groovy
+++ b/site/src/site/includes/topmenu.groovy
@@ -9,7 +9,7 @@ div(class: 'navbar navbar-default navbar-static-top', role: 
'navigation') {
             }
             a(class: 'navbar-brand', href: relative('index.html')) {
                 i(class: 'fa fa-star') {}
-                yield ' Apache Groovy'
+                yield ' Apache Groovy™'
             }
         }
         div(class: 'navbar-collapse collapse') {
diff --git a/site/src/site/pages/contribute.groovy 
b/site/src/site/pages/contribute.groovy
index 32b687e..ef3039b 100644
--- a/site/src/site/pages/contribute.groovy
+++ b/site/src/site/pages/contribute.groovy
@@ -1,5 +1,5 @@
 layout 'layouts/main.groovy', true,
-        pageTitle: 'The Apache Groovy programming language - Contribute',
+        pageTitle: 'The Apache Groovy™ programming language - Contribute',
         mainContent: contents {
             div(id: 'content', class: 'page-1') {
                 section(class: 'row') {
@@ -12,7 +12,7 @@ layout 'layouts/main.groovy', true,
                             }
                             article {
                                 p '''
-                                    Would you like to help us make the Groovy 
programming language even better? 
+                                    Would you like to help us make the Groovy™ 
programming language even better? 
                                     There are many ways in which you can get 
involved, make a difference and help
                                     the Groovy development team to make Groovy 
even, well, groovier?
                                     We really appreciate and welcome 
contributions and you can help us by:
diff --git a/site/src/site/pages/documentation.groovy 
b/site/src/site/pages/documentation.groovy
index 02404fe..3e39858 100644
--- a/site/src/site/pages/documentation.groovy
+++ b/site/src/site/pages/documentation.groovy
@@ -1,5 +1,5 @@
 layout 'layouts/main.groovy', true,
-        pageTitle: 'The Apache Groovy programming language - Documentation',
+        pageTitle: 'The Apache Groovy™ programming language - Documentation',
         mainContent: contents {
             div(id: 'content', class: 'page-1') {
                 div(class: 'row') {
@@ -28,7 +28,7 @@ layout 'layouts/main.groovy', true,
                                 yield ' Documentation'
                             }
                             p {
-                                yield 'The documentation is available as a '
+                                yield 'The Apache Groovy™ documentation is 
available as a '
                                 a(href: "single-page-documentation.html", 
'single-page document')
                                 yield ', or a '
                                 a(href: 
"https://docs.groovy-lang.org/docs/latest/html/documentation/index.pdf";, 'PDF')
diff --git a/site/src/site/pages/download.groovy 
b/site/src/site/pages/download.groovy
index 89e791b..1590187 100644
--- a/site/src/site/pages/download.groovy
+++ b/site/src/site/pages/download.groovy
@@ -3,7 +3,7 @@ import generator.SiteGenerator
 def userSiteBase = 'http://groovy-lang.org/'
 
 layout 'layouts/main.groovy', true,
-        pageTitle: 'The Apache Groovy programming language - Download',
+        pageTitle: 'The Apache Groovy™ programming language - Download',
         mainContent: contents {
             div(id: 'content', class: 'page-1') {
                 div(class: 'row') {
@@ -11,7 +11,7 @@ layout 'layouts/main.groovy', true,
                         div(class: 'col-lg-3') {
                             ul(class: 'nav-sidebar') {
                                 li(class: 'active') {
-                                    a(href: 'download.html') { 
strong('Download Groovy') }
+                                    a(href: 'download.html') { 
strong('Download Groovy™') }
                                 }
                                 li {
                                     a(href: '#distro', class: 'anchor-link', 
'Distributions')
@@ -45,13 +45,13 @@ layout 'layouts/main.groovy', true,
                             }
                             def linkVersionToDownload = distributions.collect 
{ it.packages }.flatten().find { it.stable }.version
                             button(id: 'big-download-button', type: 'button', 
class: 'btn btn-default',
-                                    title: "Download Apache Groovy 
${linkVersionToDownload} binary zip\nSee below for verification information",
+                                    title: "Download Apache Groovy™ 
${linkVersionToDownload} binary zip\nSee below for verification information",
                                     onclick: 
"window.location.href=\"https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-sdk-${linkVersionToDownload}.zip\"";)
 {
                                 i(class: 'fa fa-download') {}
                                 yield " Download ${linkVersionToDownload}"
                             }
                             article {
-                                p 'Ways to get Apache Groovy:'
+                                p 'Ways to get Apache Groovy™:'
                                 ul {
                                     li {
                                         yield 'Download a source or binary '
diff --git a/site/src/site/pages/index.groovy b/site/src/site/pages/index.groovy
index a631e40..7660b20 100644
--- a/site/src/site/pages/index.groovy
+++ b/site/src/site/pages/index.groovy
@@ -1,7 +1,7 @@
 import model.Event
 
 layout 'layouts/main.groovy', true,
-        pageTitle: 'The Apache Groovy programming language',
+        pageTitle: 'The Apache Groovy™ programming language',
         mainContent: contents {
             div(id: 'band', class: 'band') {
 

Reply via email to