1
0
This commit is contained in:
2026-03-06 16:50:21 +09:00
commit 3375790f93
50 changed files with 2439 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
title: App Info
template: app
path: app/index.html
---

View File

@@ -0,0 +1,39 @@
---
title: Help
template: legal
path: help/index.html
---
## Getting Started
1. Download the app from the App Store
2. Sign in with your handle
3. Start connecting with your community
## Authentication
This app uses OAuth for secure authentication. Your credentials are never stored on our servers.
## Features
- **Feed**: View posts from people you follow
- **Profile**: Customize your profile and view your posts
- **Search**: Find users and content
## Troubleshooting
### Login Issues
- Ensure your handle is correct
- Check your internet connection
- Try logging out and back in
### App Crashes
- Update to the latest version
- Restart the app
- If issues persist, contact support
## Contact Support
For additional help, please visit our Git repository or contact us through our social account.

View File

@@ -0,0 +1,5 @@
---
title: App Info
template: app
path: index.html
---

View File

@@ -0,0 +1,29 @@
---
title: License
template: legal
path: license/index.html
---
## Software License
This application is open source software.
## Third-Party Libraries
This app uses the following open source libraries:
- **Decentralized Social Protocol** - MIT License
- **React Native** - MIT License
- **Expo** - MIT License
## Assets
App icons and graphics are proprietary unless otherwise noted.
## Attribution
Built by syui.
## Contact
For licensing questions, please contact us through our Git repository.

View File

@@ -0,0 +1,35 @@
---
title: Privacy Policy
template: legal
path: privacy/index.html
---
## Information We Collect
This application collects minimal information necessary for its operation:
- **Account Information**: Your handle and DID for authentication
- **Usage Data**: Basic app usage statistics to improve the service
## How We Use Your Information
- To provide and maintain the service
- To authenticate your identity
- To improve user experience
## Data Storage
Your data is stored securely on decentralized social servers. We do not sell or share your personal information with third parties.
## Your Rights
You have the right to:
- Access your personal data
- Delete your account and associated data
- Export your data
## Contact
If you have questions about this privacy policy, please contact us through our Git repository.
*Last updated: 2025-01-15*

View File

@@ -0,0 +1,40 @@
---
title: Terms of Service
template: legal
path: tos/index.html
---
## Acceptance of Terms
By using this application, you agree to these Terms of Service.
## Use of Service
You agree to use this service in accordance with:
- Applicable laws and regulations
- Community guidelines
- Respectful behavior towards other users
## User Content
You retain ownership of content you create. By posting content, you grant us a license to display it within the service.
## Prohibited Activities
- Harassment or abuse of other users
- Spam or automated abuse
- Attempting to compromise the service
## Termination
We reserve the right to terminate accounts that violate these terms.
## Disclaimer
This service is provided "as is" without warranties of any kind.
## Changes
We may update these terms from time to time. Continued use constitutes acceptance of changes.
*Last updated: 2025-01-15*