You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LISEZMOI.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,24 @@
1
1
# Delphi-Projects-Template
2
2
3
-
[This page in english.](README.md)
3
+
[This page in English.](README.md)
4
4
5
5
**Un modèle de dépôt git pour mes projets Delphi (ou autres).**
6
6
7
7
**Ce template est distribué sous licence MIT. La licence AGPL est pour les projets que je crée à partir de ce template de dépôt de code. Utilisez la licence que vous voulez si vous utilisez ce template.**
8
8
9
9
Ce dépôt de code contient un projet développé en langage Pascal Objet sous Delphi. Vous ne savez pas ce qu'est Dephi ni où le télécharger ? Vous en saurez plus [sur ce site web](https://delphi-resources.developpeur-pascal.fr/).
10
10
11
+
## Présentations et conférences
12
+
13
+
### XXX 2024
14
+
15
+
*[talk title](talk url) (en anglais)
16
+
*[talk title](talk url) (en français)
17
+
18
+
### Twitch
19
+
20
+
Suivez les streams de développement de jeux vidéo 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.
21
+
11
22
## Utiliser ce logiciel
12
23
13
24
Ce logiciel est disponible dans une version de production directement installable ou exécutable. Il est distribué en shareware.
@@ -31,6 +42,16 @@ Ce projet utilise des dépendances sous forme de sous modules. Ils seront absent
31
42
*[YYY](ZZZ) doit être installé dans le sous dossier ./lib-externes/YYY
32
43
*[YYY](ZZZ) doit être installé dans le sous dossier ./lib-externes/YYY
33
44
45
+
## Compatibilité
46
+
47
+
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.
48
+
49
+
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).
50
+
51
+
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).
52
+
53
+
Si vous détectez des anomalies sur des versions antérieures n'hésitez pas à [les rapporter](https://github.com/DeveloppeurPascal/XXXXXXXXXX/issues) pour que je teste et tente de corriger ou fournir un contournement.
54
+
34
55
## Licence d'utilisation de ce dépôt de code et de son contenu
35
56
36
57
Ces codes sources sont distribués sous licence [AGPL 3.0 ou ultérieure](https://choosealicense.com/licenses/agpl-3.0/).
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@
8
8
9
9
This code repository contains a project developed in Object Pascal language under Delphi. You don't know what Delphi is and where to download it ? You'll learn more [on this web site](https://delphi-resources.developpeur-pascal.fr/).
10
10
11
+
## Talks and conferences
12
+
13
+
### XXX 2024
14
+
15
+
*[talk title](talk URL) (in English)
16
+
*[talk title](talk URL) (in French)
17
+
18
+
### Twitch
19
+
20
+
Follow my live game development coding sessions on [my Twitch channel](https://www.twitch.tv/patrickpremartin) or as replays on [Serial Streameur](https://serialstreameur.fr) mostly in French.
21
+
11
22
## Using this software
12
23
13
24
This software is available in a directly installable or executable production version. It is distributed as shareware.
@@ -31,6 +42,16 @@ This project uses dependencies in the form of sub-modules. They will be absent f
31
42
*[YYY](ZZZ) must be installed in the ./lib-externes/YYY subfolder.
32
43
*[YYY](ZZZ) must be installed in the ./lib-externes/YYY subfolder.
33
44
45
+
## Compatibility
46
+
47
+
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.
48
+
49
+
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).
50
+
51
+
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).
52
+
53
+
If you detect any anomalies on earlier versions, please don't hesitate to [report them](https://github.com/DeveloppeurPascal/XXXXXXXXXX/issues) so that I can test and try to correct or provide a workaround.
54
+
34
55
## License to use this code repository and its contents
35
56
36
57
This source code is distributed under the [AGPL 3.0 or later license](https://choosealicense.com/licenses/agpl-3.0/).
0 commit comments