diff --git a/vitepress/docs/fr/src/pages/about.md b/vitepress/docs/fr/src/pages/about.md index cc85286..e940a74 100644 --- a/vitepress/docs/fr/src/pages/about.md +++ b/vitepress/docs/fr/src/pages/about.md @@ -44,10 +44,6 @@ import { members, contributors } from '../static/members' (pas toutes aussi soignés que les autres) que l'on donnes pour que d'autres personnes puisses les utiliser

On espère que tu trouvera quleque chose d'utile ici aussi
-
- On est militant du modèleopen source.
-
- C'est donc pour ça que nous nous éfforçons à faire en sorte que notre travail soit ouvert aux autres pour être regardé, reproduit et/ou réutilisé. diff --git a/vitepress/docs/fr/src/pages/getting_started/intro.md b/vitepress/docs/fr/src/pages/getting_started/intro.md index 1b03532..ab0260b 100644 --- a/vitepress/docs/fr/src/pages/getting_started/intro.md +++ b/vitepress/docs/fr/src/pages/getting_started/intro.md @@ -7,7 +7,7 @@ import { image_settings } from '../../static/image_settings' # EyeTrackVR {.text-3xl .font-bold .underline .text-[#ab5ac7]} -Une plateforme de suivi des yeux open source et *abordable* pour les jeux sociaux VR via le protocole `OSC` et `UDP`. +Une plateforme de suivi oculaire orientée vers la communauté *abordable* pour les jeux sociaux VR via le protocole `OSC` et `UDP`. diff --git a/vitepress/docs/src/pages/getting_started/intro.md b/vitepress/docs/src/pages/getting_started/intro.md index fe0fe05..0628f14 100644 --- a/vitepress/docs/src/pages/getting_started/intro.md +++ b/vitepress/docs/src/pages/getting_started/intro.md @@ -7,7 +7,7 @@ import { image_settings } from '../../static/image_settings' # EyeTrackVR {.text-3xl .font-bold .underline .text-[#ab5ac7]} -Open source and *affordable* VR eye tracker platform for Social VR Games via `OSC` and `UDP` protocol. +A community oriented and *affordable* VR eye tracker platform for Social VR Games via `OSC` and `UDP` protocol. ### Welcome to the EyetrackVR documentation website. Here you will find all avalable documentation regauding building, development, and other resources related to this project. diff --git a/vitepress/docs/src/pages/index.md b/vitepress/docs/src/pages/index.md index 245f78e..13b958b 100644 --- a/vitepress/docs/src/pages/index.md +++ b/vitepress/docs/src/pages/index.md @@ -6,7 +6,7 @@ head: content: EyeTrackVR ETVR VR Virtual Reality Eye Tracking VRChat Social VR Games VR Game VR Games VRChat Avatar VRChat Avatars VRChat Eye Tracking VRChat Eye Tracking Avatar VRChat Eye Tracking Avatars hero: name: EyeTrackVR Docs - text: Open-source and affordable VR eye tracking. + text: Community oriented and affordable VR eye tracking. image: src: /logo_light.png alt: ETVR logo @@ -20,8 +20,8 @@ hero: link: https://github.com/EyeTrackVR/EyeTrackVR features: - icon: ⚡️ - title: Open Source - details: fully open source and free to use. + title: Source Available + details: source code available for noncommercial use. - icon: 🎉 title: Community Driven details: built by you for you. diff --git a/vitepress/docs/src/static/faq/index.ts b/vitepress/docs/src/static/faq/index.ts index 1fe1d80..21e1ea0 100644 --- a/vitepress/docs/src/static/faq/index.ts +++ b/vitepress/docs/src/static/faq/index.ts @@ -2,7 +2,7 @@ const faq = { faq: [ { question: "What is the goal of this project?", - answer: "To provide an open source, affordable VR eye tracker for Social games like VRChat as well as provide an open eye tracking platform.", + answer: "To provide an community oriented, affordable VR eye tracker for Social games like VRChat as well as provide an open eye tracking platform.", hyper_link: "", link_description: "", }, @@ -63,4 +63,4 @@ const faq = { ] } -export { faq } \ No newline at end of file +export { faq }