rm atproto
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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+",
|
||||
|
||||
@@ -61,7 +61,7 @@ export function appLayout(site: SiteConfig, content: string): string {
|
||||
<span class="link-arrow">→</span>
|
||||
</div>
|
||||
<div class="link-row">
|
||||
<span class="link-icon">ATProto</span>
|
||||
<span class="link-icon">Social</span>
|
||||
<a href="https://syui.ai" class="link-value" target="_blank">syui.ai</a>
|
||||
<span class="link-arrow">→</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user