diff --git a/web/src/content/pages/help.md b/web/src/content/pages/help.md index 2ba3804..1a5c561 100644 --- a/web/src/content/pages/help.md +++ b/web/src/content/pages/help.md @@ -7,12 +7,12 @@ path: help/index.html ## Getting Started 1. Download the app from the App Store -2. Sign in with your AT Protocol handle +2. Sign in with your handle 3. Start connecting with your community ## Authentication -This app uses AT Protocol OAuth for secure authentication. Your credentials are never stored on our servers. +This app uses OAuth for secure authentication. Your credentials are never stored on our servers. ## Features @@ -36,4 +36,4 @@ This app uses AT Protocol OAuth for secure authentication. Your credentials are ## Contact Support -For additional help, please visit our Git repository or contact us through AT Protocol. +For additional help, please visit our Git repository or contact us through our social account. diff --git a/web/src/content/pages/license.md b/web/src/content/pages/license.md index ee09f3e..babff61 100644 --- a/web/src/content/pages/license.md +++ b/web/src/content/pages/license.md @@ -12,7 +12,7 @@ This application is open source software. This app uses the following open source libraries: -- **AT Protocol** - MIT License +- **Decentralized Social Protocol** - MIT License - **React Native** - MIT License - **Expo** - MIT License @@ -22,7 +22,7 @@ App icons and graphics are proprietary unless otherwise noted. ## Attribution -Built with AT Protocol by syui. +Built by syui. ## Contact diff --git a/web/src/content/pages/privacy.md b/web/src/content/pages/privacy.md index 9f7a5be..1edcd64 100644 --- a/web/src/content/pages/privacy.md +++ b/web/src/content/pages/privacy.md @@ -8,7 +8,7 @@ path: privacy/index.html This application collects minimal information necessary for its operation: -- **Account Information**: Your AT Protocol handle and DID for authentication +- **Account Information**: Your handle and DID for authentication - **Usage Data**: Basic app usage statistics to improve the service ## How We Use Your Information @@ -19,7 +19,7 @@ This application collects minimal information necessary for its operation: ## Data Storage -Your data is stored securely on AT Protocol compatible servers. We do not sell or share your personal information with third parties. +Your data is stored securely on decentralized social servers. We do not sell or share your personal information with third parties. ## Your Rights diff --git a/web/src/content/pages/tos.md b/web/src/content/pages/tos.md index 3d5cfdf..bf2d27d 100644 --- a/web/src/content/pages/tos.md +++ b/web/src/content/pages/tos.md @@ -12,7 +12,7 @@ By using this application, you agree to these Terms of Service. You agree to use this service in accordance with: - Applicable laws and regulations -- AT Protocol community guidelines +- Community guidelines - Respectful behavior towards other users ## User Content diff --git a/web/src/sites/aiat.json b/web/src/sites/aiat.json index d43259c..780eb6a 100644 --- a/web/src/sites/aiat.json +++ b/web/src/sites/aiat.json @@ -5,7 +5,7 @@ "scheme": "aiat", "version": "1.111.0", "category": "Social", - "description": "Aiat is a social networking application based on AT Protocol. Connect with your community on syu.is.", + "description": "Aiat is a social networking application. Connect with your community on syu.is.", "backLink": "syu.is", "icon": "/static/app.png", "os": "iOS 26.0+", diff --git a/web/src/templates/layout.ts b/web/src/templates/layout.ts index ad33caa..102b60a 100644 --- a/web/src/templates/layout.ts +++ b/web/src/templates/layout.ts @@ -61,7 +61,7 @@ export function appLayout(site: SiteConfig, content: string): string { →