diff --git a/src/app/(site)/about/page.tsx b/src/app/(site)/about/page.tsx index 31ff3201..2f6519d4 100644 --- a/src/app/(site)/about/page.tsx +++ b/src/app/(site)/about/page.tsx @@ -34,15 +34,24 @@ export default function Page() {
Ouranos is an open-source{" "} - + Bluesky {" "} client for the web, built using{" "} - + Next.js . Similar to the official Bluesky app, it uses the{" "} - + AT Protocol , a decentralized networking technology for social media. This is @@ -54,7 +63,7 @@ export default function Page() { The app is being developed and designed by me,{" "} Pouria @@ -71,19 +80,35 @@ export default function Page() { Is anything stored on your servers?
- Nothing is stored, every request goes through the official Bluesky - servers. When you log in, your session is stored using cookies on your - web browser. Any extra feature that exists (or will be added) stores - information{" "} + Nothing from Bluesky is stored, every request goes through the + official Bluesky servers. When you log in, your session is stored + using cookies on your web browser. Any extra feature that exists (or + will be added) stores information{" "} locally {" "} on your web browser.
++ Note: When you visit the site,{" "} + + Vercel Analytics + {" "} + is used to gather anonymized information to help me get a general idea + and provide better support. These include number of visitors, top + visited pages, countries, operating systems, and web browsers. These + are general data, no cookies and nothing personal is collected that + can be linked back to you. However, if you would like to disable + tracking, you can use an ad blocker of your choice to do so. +
+Not at the moment, but it will be added soon.
++ For the moment, you can see what is being worked on under{" "} + + projects + {" "} + on GitHub.{" "} +
+If you have an account on GitHub, you can go to the project's{" "} - + repository {" "} - and create an issue. You can also mention me on Bluesky (my handle is{" "} + and create an issue with a provided label (feature request, bug, + question, etc). You can also mention me on Bluesky (my handle is{" "} @contrapunctus.bsky.social).