Skip to content

Commit b76eb3f

Browse files
updated links in FR/EN docs
1 parent e116289 commit b76eb3f

File tree

2 files changed

+80
-31
lines changed

2 files changed

+80
-31
lines changed

LISEZMOI.md

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,58 @@ Ce dépôt de code contient un projet développé en langage Pascal Objet sous D
1414

1515
### Twitch
1616

17-
Suivez mes streams de développement de logiciels, jeux vidéo, applications mobiles et sites web sur [ma chaîne Twitch](https://www.twitch.tv/patrickpremartin) ou en rediffusion sur [Serial Streameur](https://serialstreameur.fr) la plupart du temps en français.
17+
Suivez mes streams de développement de logiciels, jeux vidéo, applications mobiles et sites web sur [ma chaîne Twitch](https://www.twitch.tv/patrickpremartin) ou en rediffusion sur [Serial Streameur](https://serialstreameur.fr/pic-mob-generator.html) la plupart du temps en français.
1818

19-
## Installation
19+
## Utiliser ce logiciel
2020

21-
Pour télécharger ce projet il est recommandé de passer par "git" mais vous pouvez aussi télécharger un ZIP directement depuis [son dépôt GitHub](https://github.com/DeveloppeurPascal/PicMobGenerator).
21+
Ce logiciel est disponible dans une version de production directement installable ou exécutable. Il est distribué en shareware.
2222

23-
**Attention :** si le projet utilise des dépendances sous forme de sous modules ils seront absents du fichier ZIP. Vous devrez les télécharger à la main.
23+
Vous pouvez le télécharger et le rediffuser gratuitement à condition de ne pas en modifier le contenu (installeur, programme, fichiers annexes, ...).
2424

25-
Si vous voulez juste utiliser ce programme pour vous ou créer des icones pour d'autres développeurs vous pouvez obtenir la version compilée directement auprès de [Olf Software](https://picmobgenerator.olfsoftware.fr).
26-
* Pour Mac rendez-vous sur [Gumroad](https://boutique.olfsoftware.fr/l/picmobgenerator) ou [itch.io](https://gamolf.itch.io/pic-mob-generator).
27-
* Pour Windows rendez-vous sur [Gumroad](https://boutique.olfsoftware.fr/l/picmobgenerator), [itch.io](https://gamolf.itch.io/pic-mob-generator) ou [Microsoft Store](https://www.microsoft.com/store/apps/9NV1HKNQNXCD).
25+
[Télécharger le programme ou son installeur](https://olfsoftware.lemonsqueezy.com/checkout/buy/be49583b-e6bb-49c8-9f29-ee104b752ea6)
2826

29-
## Dépendances
27+
Si vous utilisez régulièrement ce logiciel et en êtes satisfait vous êtes invité à en acheter une licence d'utilisateur final. L'achat d'une licence vous donnera accès aux mises à jour du logiciel en plus d'activer d'évenuelles fonctionnalités optionnelles.
3028

31-
Ce dépôt de code dépend des dépôts suivants :
29+
[Acheter une licence](https://store.olfsoftware.fr/logiciels-pour-developpeurs-c-3/pic-mob-generator-p-10)
30+
31+
Vous pouvez aussi [consulter le site du logiciel](https://picmobgenerator.olfsoftware.fr/) pour en savoir plus sur son fonctionnement, accéder à des vidéos et articles, connaître les différentes versions disponibles et leurs fonctionnalités, contacter le support utilisateurs...
32+
33+
## Installation des codes sources
34+
35+
Pour télécharger ce dépôt de code il est recommandé de passer par "git" mais vous pouvez aussi télécharger un ZIP directement depuis [son dépôt GitHub](https://github.com/DeveloppeurPascal/PicMobGenerator).
36+
37+
Ce projet utilise des dépendances sous forme de sous modules. Ils seront absents du fichier ZIP. Vous devrez les télécharger à la main.
3238

3339
* [DeveloppeurPascal/librairies](https://github.com/DeveloppeurPascal/librairies) doit être installé dans le sous-dossier "lib-externes\librairies"
3440
* [DeveloppeurPascal/AboutDialog-Delphi-Component](https://github.com/DeveloppeurPascal/AboutDialog-Delphi-Component) doit être installé dans le sous-dossier "lib-externes\AboutDialog-Delphi-Component"
3541

3642
Vous aurez également besoin de [RiverSoftAVG SVG Component Library](https://www.riversoftavg.com/svg.htm) pour compiler le programme. C'est utilisé pour les calques SVG.
3743

44+
## Compatibilité
45+
46+
En tant que [MVP Embarcadero](https://www.embarcadero.com/resources/partners/mvp-directory) je bénéficie dès qu'elles sortent des dernières versions de [Delphi](https://www.embarcadero.com/products/delphi) et [C++ Builder](https://www.embarcadero.com/products/cbuilder) dans [RAD Studio](https://www.embarcadero.com/products/rad-studio). C'est donc dans ces versions que je travaille.
47+
48+
Normalement mes librairies et composants doivent aussi fonctionner au moins sur la version en cours de [Delphi Community Edition](https://www.embarcadero.com/products/delphi/starter).
49+
50+
Aucune garantie de compatibilité avec des versions antérieures n'est fournie même si je m'efforce de faire du code propre et ne pas trop utiliser les nouvelles façons d'écrire dedans (type inference, inline var et multilines strings).
51+
52+
Si vous détectez des anomalies sur des versions antérieures n'hésitez pas à [les rapporter](https://github.com/DeveloppeurPascal/PicMobGenerator/issues) pour que je teste et tente de corriger ou fournir un contournement.
53+
54+
## Licence d'utilisation de ce dépôt de code et de son contenu
55+
56+
Ces codes sources sont distribués sous licence [AGPL 3.0 ou ultérieure](https://choosealicense.com/licenses/agpl-3.0/).
57+
58+
Vous êtes globalement libre d'utiliser le contenu de ce dépôt de code n'importe où à condition :
59+
* d'en faire mention dans vos projets
60+
* de diffuser les modifications apportées aux fichiers fournis dans ce projet sous licence AGPL (en y laissant les mentions de copyright d'origine (auteur, lien vers ce dépôt, licence) obligatoirement complétées par les vôtres)
61+
* de diffuser les codes sources de vos créations sous licence AGPL
62+
63+
Si cette licence ne convient pas à vos besoins vous pouvez acheter un droit d'utilisation de ce projet sous la licence [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/) ou une licence commerciale dédiée ([contactez l'auteur](https://developpeur-pascal.fr/nous-contacter.php) pour discuter de vos besoins).
64+
65+
Ces codes sources sont fournis en l'état sans garantie d'aucune sorte.
66+
67+
Certains éléments inclus dans ce dépôt peuvent dépendre de droits d'utilisation de tiers (images, sons, ...). Ils ne sont pas réutilisables dans vos projets sauf mention contraire.
68+
3869
## Comment demander une nouvelle fonctionnalité, signaler un bogue ou une faille de sécurité ?
3970

4071
Si vous voulez une réponse du propriétaire de ce dépôt la meilleure façon de procéder pour demander une nouvelle fonctionnalité ou signaler une anomalie est d'aller sur [le dépôt de code sur GitHub](https://github.com/DeveloppeurPascal/PicMobGenerator) et [d'ouvrir un ticket](https://github.com/DeveloppeurPascal/PicMobGenerator/issues).
@@ -43,12 +74,6 @@ Si vous avez trouvé une faille de sécurité n'en parlez pas en public avant qu
4374

4475
Vous pouvez aussi cloner ce dépôt de code et participer à ses évolutions en soumettant vos modifications si vous le désirez. Lisez les explications dans le fichier [CONTRIBUTING.md](CONTRIBUTING.md).
4576

46-
## Modèle de licence double
47-
48-
Ce projet est distribué sous licence [AGPL 3.0 ou ultérieure](https://choosealicense.com/licenses/agpl-3.0/).
49-
50-
Si vous voulez l'utiliser en totalité ou en partie dans vos projets mais ne voulez pas en partager les sources ou ne voulez pas distribuer votre projet sous la même licence, vous pouvez acheter le droit de l'utiliser sous la licence [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/) ou une licence dédiée ([contactez l'auteur](https://developpeur-pascal.fr/nous-contacter.php) pour discuter de vos besoins).
51-
5277
## Supportez ce projet et son auteur
5378

5479
Si vous trouvez ce dépôt de code utile et voulez le montrer, merci de faire une donation [à son auteur](https://github.com/DeveloppeurPascal). Ca aidera à maintenir le projet (codes sources et binaires).

README.md

Lines changed: 40 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,58 @@ This code repository contains a project developed in Object Pascal language unde
1414

1515
### Twitch
1616

17-
Follow my development streams of software, video games, mobile applications and websites on [my Twitch channel](https://www.twitch.tv/patrickpremartin) or as replays on [Serial Streameur](https://serialstreameur.fr) mostly in French.
17+
Follow my development streams of software, video games, mobile applications and websites on [my Twitch channel](https://www.twitch.tv/patrickpremartin) or as replays on [Serial Streameur](https://serialstreameur.fr/pic-mob-generator.html) mostly in French.
1818

19-
## Install
19+
## Using this software
2020

21-
To download this project you better should use "git" command but you also can download a ZIP from [its GitHub repository](https://github.com/DeveloppeurPascal/PicMobGenerator).
22-
Pour télécharger ce projet il est recommandé de passer par "git" mais vous pouvez aussi télécharger un ZIP directement depuis GitHub.
21+
This software is available in a directly installable or executable production version. It is distributed as shareware.
2322

24-
**Warning :** if the project has submodules dependencies they wont be in the ZIP file. You'll have to download them manually.
23+
You can download and redistribute it free of charge, provided you do not modify its content (installer, program, additional files, etc.).
2524

26-
If you only want to use this program for you or to generate icons for other developers, you can get the binary from [Olf Software](https://picmobgenerator.olfsoftware.fr).
27-
* For Mac go to [Gumroad](https://boutique.olfsoftware.fr/l/picmobgenerator) or [itch.io](https://gamolf.itch.io/pic-mob-generator).
28-
* For Windows go to [Gumroad](https://boutique.olfsoftware.fr/l/picmobgenerator), [itch.io](https://gamolf.itch.io/pic-mob-generator) or [Microsoft Store](https://www.microsoft.com/store/apps/9NV1HKNQNXCD).
25+
[Download program or installer](https://olfsoftware.lemonsqueezy.com/checkout/buy/be49583b-e6bb-49c8-9f29-ee104b752ea6)
2926

30-
## Dependencies
27+
If you use this software regularly and are satisfied with it, you are invited to purchase an end-user license. Purchasing a license will give you access to software updates, as well as enabling optional features.
3128

32-
This project depends on :
29+
[Buy a license](https://store.olfsoftware.fr/en/developer-software-c-3/pic-mob-generator-p-10)
30+
31+
You can also [visit the software website](https://picmobgenerator.olfsoftware.fr/) to find out more about how it works, access videos and articles, find out about the different versions available and their features, contact user support...
32+
33+
## Source code installation
34+
35+
To download this code repository, we recommend using "git", but you can also download a ZIP file directly from [its GitHub repository](https://github.com/DeveloppeurPascal/PicMobGenerator).
36+
37+
This project uses dependencies in the form of sub-modules. They will be absent from the ZIP file. You'll have to download them by hand.
3338

3439
* [DeveloppeurPascal/librairies](https://github.com/DeveloppeurPascal/librairies) must be installed in subfolder "lib-externes\librairies"
3540
* [DeveloppeurPascal/AboutDialog-Delphi-Component](https://github.com/DeveloppeurPascal/AboutDialog-Delphi-Component) must be installed in subfolder "lib-externes\AboutDialog-Delphi-Component"
3641

3742
You also need the [RiverSoftAVG SVG Component Library](https://www.riversoftavg.com/svg.htm) to compile the program. It's used for SVG layers.
3843

44+
## Compatibility
45+
46+
As an [Embarcadero MVP](https://www.embarcadero.com/resources/partners/mvp-directory), I benefit from the latest versions of [Delphi](https://www.embarcadero.com/products/delphi) and [C++ Builder](https://www.embarcadero.com/products/cbuilder) in [RAD Studio](https://www.embarcadero.com/products/rad-studio) as soon as they are released. I therefore work with these versions.
47+
48+
Normally, my libraries and components should also run on at least the current version of [Delphi Community Edition](https://www.embarcadero.com/products/delphi/starter).
49+
50+
There's no guarantee of compatibility with earlier versions, even though I try to keep my code clean and avoid using too many of the new ways of writing in it (type inference, inline var and multiline strings).
51+
52+
If you detect any anomalies on earlier versions, please don't hesitate to [report them](https://github.com/DeveloppeurPascal/PicMobGenerator/issues) so that I can test and try to correct or provide a workaround.
53+
54+
## License to use this code repository and its contents
55+
56+
This source code is distributed under the [AGPL 3.0 or later license](https://choosealicense.com/licenses/agpl-3.0/).
57+
58+
You are generally free to use the contents of this code repository anywhere, provided that:
59+
* you mention it in your projects
60+
* distribute the modifications made to the files supplied in this project under the AGPL license (leaving the original copyright notices (author, link to this repository, license) which must be supplemented by your own)
61+
* to distribute the source code of your creations under the AGPL license.
62+
63+
If this license doesn't suit your needs, you can purchase the right to use this project under the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/) or a dedicated commercial license ([contact the author](https://developpeur-pascal.fr/nous-contacter.php) to explain your needs).
64+
65+
These source codes are provided as is, without warranty of any kind.
66+
67+
Certain elements included in this repository may be subject to third-party usage rights (images, sounds, etc.). They are not reusable in your projects unless otherwise stated.
68+
3969
## How to ask a new feature, report a bug or a security issue ?
4070

4171
If you want an answer from the project owner the best way to ask for a new feature or report a bug is to go to [the GitHub repository](https://github.com/DeveloppeurPascal/PicMobGenerator) and [open a new issue](https://github.com/DeveloppeurPascal/PicMobGenerator/issues).
@@ -44,12 +74,6 @@ If you found a security issue please don't report it publicly before a patch is
4474

4575
You also can fork the repository and contribute by submitting pull requests if you want to help. Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
4676

47-
## Dual licensing model
48-
49-
This project is distributed under [AGPL 3.0 or later](https://choosealicense.com/licenses/agpl-3.0/) license.
50-
51-
If you want to use it or a part of it in your projects but don't want to share the sources or don't want to distribute your project under the same license you can buy the right to use it under the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/) or a dedicated license ([contact the author](https://developpeur-pascal.fr/nous-contacter.php) to explain your needs).
52-
5377
## Support the project and its author
5478

5579
If you think this project is useful and want to support it, please make a donation to [its author](https://github.com/DeveloppeurPascal). It will help to maintain the code and binaries.

0 commit comments

Comments
 (0)