This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch UNOMI-932-website-modernization
in repository https://gitbox.apache.org/repos/asf/unomi-site.git
from 988fd17 Modernize Apache Unomi website: Bootstrap 5, design system,
AI positioning, SEO/AEO
new 7873101 CSS design system: centralized variables, utility classes,
DRY cleanup
new e36aa90 Layout: performance, accessibility, SEO and navigation
improvements
new dc7d22b Content pages: AI positioning, ES 9.1.3, structured data,
inline style cleanup
new 1138ffc Community, events, integrations: Slack access, Salesforce
removal, ASF compliance
new 064b22b Contribute pages, SEO & LLM files: testing TODOs, release
guide, sitemap
The 5 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:
src/main/webapp/_layouts/default.html | 67 +++++----
src/main/webapp/assets/css/unomi.css | 161 ++++++++++++++++-----
src/main/webapp/assets/js/shuffle.js | 24 +++
.../webapp/community/events/apachecon/index.html | 37 ++---
src/main/webapp/community/events/index.html | 97 ++++++++-----
.../community/events/meetups/2021-11-18.html | 13 +-
src/main/webapp/community/index.html | 33 +++--
.../webapp/community/maturity-model-report.html | 5 +-
src/main/webapp/community/policies.html | 5 +-
src/main/webapp/community/team.html | 45 +++---
src/main/webapp/connectors.html | 5 +-
src/main/webapp/contribute/become-a-committer.html | 17 ++-
src/main/webapp/contribute/committer-guide.html | 7 +-
src/main/webapp/contribute/dependencies-guide.html | 13 +-
src/main/webapp/contribute/index.html | 13 +-
.../webapp/contribute/manual-release-guide.html | 47 +++---
src/main/webapp/contribute/post-commit-guides.html | 3 +-
.../contribute/post-commit-policies-details.html | 3 +-
.../contribute/post-commit-test-policies.html | 3 +-
.../contribute/pre-commit-test-policies.html | 1 +
src/main/webapp/contribute/release-guide.html | 51 +++----
src/main/webapp/contribute/testing.html | 23 +--
src/main/webapp/contribute/website.html | 11 +-
src/main/webapp/documentation.html | 66 ++++++---
src/main/webapp/download.html | 6 +-
src/main/webapp/get-started.html | 11 +-
src/main/webapp/index.html | 61 ++++----
src/main/webapp/integrations.html | 106 +++++---------
src/main/webapp/llms-full.txt | 47 ++++--
src/main/webapp/llms.txt | 29 ++--
src/main/webapp/privacy-policy.html | 1 +
src/main/webapp/resources.html | 74 +++++++---
src/main/webapp/robots.txt | 2 -
src/main/webapp/sitemap.xml | 137 ++++++++++++++++--
src/main/webapp/stories.html | 21 +--
src/main/webapp/tutorial.html | 21 ++-
src/main/webapp/use-cases.html | 45 +++++-
37 files changed, 840 insertions(+), 471 deletions(-)
create mode 100644 src/main/webapp/assets/js/shuffle.js