This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
from b6bf640944 Add staging publish workflow for PRs
add b012a36efc Changed wording and removed Grails Foundation
add 66ea804d23 Update README.md
add 05ea76f637 Merge branch 'master' into feature/grails.apache.org
add ab5ce9f28e Remove code of conduct page and link directly to ASF code
of conduct page
add 62cc5739da Remove privacy policy page since we link the the ASF
privacy policy
add 0a426c3099 Update trademark policy page to link to ASF trademark
policy page
add d75205ea27 Remove Grails Foundation pages
add f67bdcedbd Update training FAQ to link to Support Options
add c50b1eea89 Replace Stack Overflow with GitHub Discussions
add 33c43cace6 publish config not needed on master branch
add d113ae27c7 URL cleanup
add bfcd4c7992 GitHub URL cleanup
add d13aa86fb6 Fix documentation URL
add 1e06e0c17f Cleanup @grails.org email addresses
add 4dbe949eb2 More URL cleanup
add d9c99791e6 More URL cleanup
add 0ca675531f Update homepage title tag
add 07aaea76d9 Update to favicons from start.grails.org
add ea814a5dd0 Revert "Update to favicons from start.grails.org"
add b0dcdbd0b4 Change Users to Dev Mailing List and add link
add 7f74d9b193 Add rel="nofollow" on external links on support page
new 8dca15a543 Merge pull request #352 from
apache/feature/grails.apache.org
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:
.asf.yaml | 3 -
README.md | 35 +-
assets/images/asf_logo.svg | 210 ++++++
assets/stylesheets/plugin.css | 2 +-
assets/stylesheets/screen.css | 25 +-
.../groovy/org/grails/plugin/PluginsPage.groovy | 8 +-
conf/questions.yml | 30 +-
minutes/20210321-tab.md | 2 +-
minutes/20211217-tab.md | 6 +-
minutes/20220323-tab.md | 4 +-
minutes/20221128-tab.md | 2 +-
.../casestudies/boosting-agility-with-grails.html | 2 +-
...y-enterprise-scale-application-development.html | 2 +-
...rehensive-solution-for-a-public-university.html | 2 +-
.../grails-increases-developer-productivity.html | 2 +-
...ghput-and-delivery-performance-with-grails.html | 4 +-
pages/casestudies/index.html | 6 +-
pages/community-code-of-conduct.html | 123 ----
pages/community.html | 107 ++-
pages/download.html | 12 +-
pages/foundation/index.html | 75 --
pages/foundation/sponsor-list.html | 83 ---
pages/foundation/sponsorship.html | 780 ---------------------
pages/foundation/thank-you.html | 35 -
pages/index.html | 12 +-
pages/learning.html | 2 +-
pages/legacy-plugins.html | 2 +-
pages/privacy-policy.html | 340 ---------
pages/search.html | 2 +-
pages/support.html | 49 +-
pages/trademark-policy.html | 71 +-
posts/2015-03-01.md | 2 +-
posts/2016-05-31.md | 2 +-
posts/2016-07-06.md | 2 +-
posts/2016-07-22.md | 4 +-
posts/2016-09-12.md | 2 +-
posts/2016-09-28.md | 4 +-
posts/2016-11-14.md | 4 +-
posts/2017-04-02.md | 2 +-
posts/2017-05-09.md | 2 +-
posts/2017-07-26.md | 4 +-
posts/2017-11-21.md | 2 +-
posts/2019-02-19.md | 2 +-
posts/2019-05-30.md | 4 +-
posts/2019-07-11.md | 2 +-
posts/2020-09-10-grails-state-of-union.md | 2 +-
posts/2021-01-22-grails-exciting-updates.md | 2 +-
.../2021-02-12-alerts-regarding-bintray-sunset.md | 2 +-
...04-07-publish-grails-plugin-to-maven-central.md | 6 +-
posts/2021-06-10-grails-wrapper-update.md | 2 +-
posts/2021-08-12-grails-5-rc1-release.md | 4 +-
posts/2021-10-08-developer-advocate-announced.md | 2 +-
posts/2021-10-11-grails-5-ga.md | 12 +-
posts/2021-11-23-db-migration-plugin-update.md | 2 +-
posts/2021-12-15-grails-five-one.md | 4 +-
...-enterprise-tools-and-infrastructure-partner.md | 6 +-
posts/2022-03-31-grails-spring-rce.md | 2 +-
...tbrains-new-tools-and-infrastructure-partner.md | 6 +-
posts/2022-09-28-static-binding-bug.md | 4 +-
posts/2022-11-22-ss-plugin-auth-cve.md | 8 +-
posts/2023-02-08-repository-maint.md | 2 +-
...7-grails-foundation-joining-unity-foundation.md | 4 +-
posts/2023-03-29-grails-6-m2.md | 16 +-
posts/2023-05-27-grails-6-rc1.md | 16 +-
posts/2023-08-03-introducing-new-grails-forge.md | 6 +-
...25-introducing-grails-spring-security-core-6.md | 2 +-
posts/2023-09-11-the-new-grails-plugin-portal.md | 14 +-
posts/2023-11-14-introducing-grails-6_1_0.md | 4 +-
posts/2023-12-20-cve-data-binding-dos.md | 10 +-
posts/2024-06-07-grails-future.md | 2 +-
posts/2024-10-03-introducing-grails-6-2-1.md | 2 +-
posts/2024-11-20-introducing-grails-6-2-2.md | 2 +-
posts/2024-12-23-grails-7-m1.md | 12 +-
posts/2025-01-03-introducing-grails-6-2-3.md | 2 +-
posts/2025-03-05-grails-7-m3.md | 4 +-
settings.gradle | 2 +-
templates/document.html | 128 ++--
77 files changed, 574 insertions(+), 1794 deletions(-)
create mode 100644 assets/images/asf_logo.svg
delete mode 100644 pages/community-code-of-conduct.html
delete mode 100644 pages/foundation/index.html
delete mode 100644 pages/foundation/sponsor-list.html
delete mode 100644 pages/foundation/sponsorship.html
delete mode 100644 pages/foundation/thank-you.html
delete mode 100644 pages/privacy-policy.html