Docs updates
This commit is contained in:
@@ -3,8 +3,6 @@ title: Download
|
||||
description: Get Ascently on your Android or iOS device
|
||||
---
|
||||
|
||||
|
||||
|
||||
## Android
|
||||
|
||||
### Option 1: Direct APK Download
|
||||
@@ -25,4 +23,4 @@ App Store release coming soon.
|
||||
|
||||
## Requirements
|
||||
|
||||
- **Android 12+** or **iOS 17+**
|
||||
- **Android 12+** or **iOS 17+**
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Ascently
|
||||
description: A FOSS climbing tracking app with offline-first design and optional sync server
|
||||
description: An offline-first FOSS climb tracking app with an optional sync server.
|
||||
template: splash
|
||||
hero:
|
||||
tagline: Track your climbing sessions, routes, and progress
|
||||
tagline: Track your climbing sessions, routes, and progress.
|
||||
image:
|
||||
file: ../../assets/logo-highres.svg
|
||||
alt: "Ascently app icon"
|
||||
@@ -23,7 +23,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||
|
||||
_Formerly OpenClimb_
|
||||
|
||||
Ascently is a **FOSS (Free and Open Source Software)** app designed to help climbers track their sessions, routes/problems, and overall progress. This app is offline-first, with an optional sync server and integrations with Apple Health and Health Connect.
|
||||
Ascently is an **offline-first FOSS** app designed to help climbers track their sessions, routes/problems, and overall progress. There is an optional self-hosted sync server and integrations with Apple Health and Health Connect. There are no analytics or tracking baked into any part of this project. I am committed to maintaining a transparent and open-source solution for climbers, ensuring that you have full control over your data and privacy.
|
||||
|
||||
<CardGrid stagger>
|
||||
<Card title="Offline-First" icon="laptop">
|
||||
@@ -35,14 +35,14 @@ Ascently is a **FOSS (Free and Open Source Software)** app designed to help clim
|
||||
<Card title="Health Integration" icon="heart">
|
||||
Integrates with Apple Health and Health Connect to track your fitness data.
|
||||
</Card>
|
||||
<Card title="Optional Sync" icon="setting">
|
||||
<Card title="Optional Sync" icon="cloud-download">
|
||||
Run your own lightweight sync server to keep data synchronized across devices.
|
||||
</Card>
|
||||
</CardGrid>
|
||||
|
||||
## Requirements
|
||||
|
||||
- **Android:** Version 12+
|
||||
- **Android:** Version 12+
|
||||
- **iOS:** Version 17+
|
||||
|
||||
## Download
|
||||
@@ -59,4 +59,4 @@ Ascently is a **FOSS (Free and Open Source Software)** app designed to help clim
|
||||
|
||||
*Built with ❤️ by Atridad Lahiji*
|
||||
|
||||
*Contact: me@atri.dad*
|
||||
*Contact: me@atri.dad*
|
||||
|
||||
43
docs/src/content/docs/privacy.md
Normal file
43
docs/src/content/docs/privacy.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
title: Privacy Policy
|
||||
description: Ascently's Privacy Policy
|
||||
---
|
||||
|
||||
**Last updated: September 29, 2025**
|
||||
|
||||
This Privacy Policy describes our policies and procedures regarding the collection, use, and disclosure of your information when you use my software.
|
||||
|
||||
## No Data Collection
|
||||
|
||||
I do not collect any personal information, analytics, or data of any kind. This software is designed to be self-hosted or run entirely offline.
|
||||
|
||||
All data generated by or used with this software remains on your local machine or self-hosted environment under your control. I have no access to it.
|
||||
|
||||
## Optional Sync Server
|
||||
|
||||
You may optionally configure a sync server to synchronize your data across multiple devices. When using a sync server:
|
||||
|
||||
- Your data is transmitted only to the server you specify
|
||||
- You are responsible for the server's security and privacy practices
|
||||
- I have no access to or control over your chosen sync server
|
||||
- All data remains encrypted during transmission
|
||||
|
||||
## Optional Health Data Integration
|
||||
|
||||
You may optionally integrate with Apple Health or Android Health Connect to import health and fitness data. When enabled:
|
||||
|
||||
- Health data is accessed only on your local device
|
||||
- No health data is transmitted to me, but Apple or Google may receive data according to their respective privacy policies
|
||||
- You control which health metrics are imported
|
||||
- You can revoke access at any time through your device's health app settings
|
||||
- Please refer to Apple's Privacy Policy or Google's Privacy Policy for information about their data practices
|
||||
|
||||
## No Tracking or Analytics
|
||||
|
||||
This software does not use cookies, tracking pixels, or any other analytics or tracking mechanisms. Your usage of the software is completely private.
|
||||
|
||||
## Contact Us
|
||||
|
||||
If you have any questions about this Privacy Policy, you can contact me:
|
||||
|
||||
* **By email:** me@atri.dad
|
||||
Reference in New Issue
Block a user