Fixing various grammar mistakes.
This commit is contained in:
parent
0928a2cd48
commit
d0179d1dd0
4 changed files with 15 additions and 15 deletions
|
@ -1,3 +1,3 @@
|
|||
## License
|
||||
|
||||
- content/\* are under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
|
||||
- `content/\*` are under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
|
||||
|
|
|
@ -6,8 +6,8 @@ copyright: Copyright © Ad5001 2021
|
|||
|
||||
|
||||
params:
|
||||
brandWebsite: //ad5001.eu
|
||||
usingTheme: Using
|
||||
brandWebsite: /
|
||||
websiteSource: https://git.ad5001.eu/Ad5001/ad5001.eu
|
||||
poweredBy: Powered by
|
||||
|
||||
languages:
|
||||
|
|
|
@ -19,12 +19,12 @@ Cards:
|
|||
FLOSS:
|
||||
Title: Libre, gratuit et open source
|
||||
Description: |
|
||||
Les logiciels que je publie suivent la philosphie [FLOSS (Free, Libre and Open Source Software)](https://fr.wikipedia.org/wiki/Logiciel_libre) et sont publiés sous des licences qui la suivent comme:
|
||||
Les logiciels que je publie suivent la philosophie [FLOSS (Free, Libre and Open Source Software)](https://fr.wikipedia.org/wiki/Logiciel_libre) et sont publiés sous des licences qui la suivent comme:
|
||||
- la [Licence publique générale GNU v3](https://www.gnu.org/licenses/gpl-3.0.fr.html)
|
||||
- the [Licence publique générale GNU Affero v3](https://www.gnu.org/licenses/agpl-3.0.fr.html)
|
||||
- the [Licence publique Mozilla v2](https://www.mozilla.org/en-US/MPL/2.0/).
|
||||
- la [Licence publique générale GNU Affero v3](https://www.gnu.org/licenses/agpl-3.0.fr.html)
|
||||
- la [Licence publique Mozilla v2](https://www.mozilla.org/en-US/MPL/2.0/).
|
||||
|
||||
tandis que mon travail créatif est généralement publié sous la license [Creative Commons BY-NC-SA v4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.fr).
|
||||
tandis que mon travail créatif est généralement publié sous la licence [Creative Commons BY-NC-SA v4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.fr).
|
||||
Links:
|
||||
- Title: Licences FLOSS
|
||||
Icon: license
|
||||
|
@ -40,14 +40,14 @@ Cards:
|
|||
Icon: apps
|
||||
URL: https://apps.ad5001.eu/fr/
|
||||
Platforms:
|
||||
Title: Disponibles partout
|
||||
Title: Disponible partout
|
||||
Description: |
|
||||
En utilisant des abstractions de plateforme, qu'elles soient faites à la main ou à l'aide de [frameworks](https://en.wikipedia.org/wiki/Software_framework), les logiciels que je crée sont disponibles sur une grande variété de plateformes.
|
||||
Bien que je ne puisse évidemment pas empaqueter pour chaque système de distribution existant, j'essaie d'utiliser au moins une platforme de distribution pour chaque plateforme que le logiciel supporte.
|
||||
Bien que je ne puisse évidemment pas empaqueter pour chaque système de distribution existant, j'essaie d'utiliser au moins une plateforme de distribution pour chaque système d'exploitation que le logiciel supporte.
|
||||
Links:
|
||||
- Title: Voir les platformes
|
||||
- Title: Voir les plateformes
|
||||
Icon: platforms
|
||||
URL: /fr/platformes-de-distribution
|
||||
URL: /fr/plateformes-de-distribution
|
||||
|
||||
NewSection:
|
||||
Title: Nouveau site web.
|
||||
|
|
|
@ -33,17 +33,17 @@ Cards:
|
|||
Title: Private by design
|
||||
Description: |
|
||||
Being FLOSS, the source code of the software I publish is fully available [on my git server](https://git.ad5001.eu), making it transparent to all.
|
||||
As such, the software I create and publish does not [phone home](https://en.wikipedia.org/wiki/Phoning_home) or send data to the internet, unless explictly consented by the user.
|
||||
As such, the software I create and publish does not [phone home](https://en.wikipedia.org/wiki/Phoning_home) or send data to the internet, unless explicitly consented by the user.
|
||||
Some of the software I created like [AccountFree](https://apps.ad5001.eu/accountfree) or [unchecker](https://apps.ad5001.eu/unchecker) were made to solve issues related to the lack of respect for people's privacy from some companies.
|
||||
Links:
|
||||
- Title: Apps website
|
||||
Icon: apps
|
||||
URL: https://apps.ad5001.eu
|
||||
Platforms:
|
||||
Title: Platform agnostic
|
||||
Title: OS agnostic
|
||||
Description: |
|
||||
By using platform abstractions, whether made by hand, or using [frameworks](https://en.wikipedia.org/wiki/Software_framework), the software I create is available on a wide variety of platforms.
|
||||
While I, of course, cannot package for every single distribution system out there, I try to prepare at least one distribution platform for every single platform the software I create supports.
|
||||
While I, of course, cannot package for every single distribution system out there, I try to prepare at least one distribution platform for every single operating system the software I create supports.
|
||||
Links:
|
||||
- Title: Check Platforms
|
||||
Icon: platforms
|
||||
|
@ -51,7 +51,7 @@ Cards:
|
|||
|
||||
NewSection:
|
||||
Title: New website
|
||||
Description: You're viewing right now the newest version of my website. The my legacy websites can still be accessed throught the links below.
|
||||
Description: You're viewing right now the newest version of my website. The my legacy websites can still be accessed via the links below.
|
||||
Links:
|
||||
- Title: Download website
|
||||
Icon: open-external
|
||||
|
|
Loading…
Reference in a new issue