瀏覽代碼

Nouveau README en Anglais/New README in English

Alexandre Mottier 4 年之前
父節點
當前提交
3d9cb6a5b7
共有 2 個文件被更改,包括 30 次插入4 次删除
  1. 3 4
      README.md
  2. 27 0
      README_en.md

+ 3 - 4
README.md

@@ -1,3 +1,5 @@
+[*To read this README in English, click here*](https://gitlab.am-networks.fr/am/PasswordGenerator-PHP/-/blob/master/README_en.md)
+
 # Générateur de mot de passe basé sur PHP et Javascript
 
 Ceci est un générateur de mot de passe web.
@@ -18,13 +20,10 @@ Ce fichier sert à l'utilisation depuis un autre outil via une requête. Il ne r
 
 Même fichier que index.php mais totalement en anglais (variables comprises).
 
-You speak English ? You can remove the original index.php file or rename it to index_fr.php and rename index_en.php to index.php.
-For more information, feel free to [contact me](mailto:contact@am-networks.fr)
-
 ## Instance AM Networks
 
 Envie de tester le générateur directement chez vous ?
 
 [Découvrez mon instance de test !](https://services.am-networks.fr/pwdgen)
 
-You speak English ? No problem, [you can discover english page](https://services.am-networks.fr/pwdgen/index_en.php)
+Cette instance est mise à jour par GitLab chaque minute.

+ 27 - 0
README_en.md

@@ -0,0 +1,27 @@
+[*Pour lire ce README en Français, cliquez ici*](https://gitlab.am-networks.fr/am/PasswordGenerator-PHP/-/blob/master/README.md)
+
+# Password generator based on PHP and Javascript
+
+This is a web password generator.
+To make it work, you just have to get the index_en.php and getpwd.php files and upload them to your web server, in your folder / subdomain intended for this purpose.
+
+You will also to rename index_en.php to index.php.
+
+## index_en.php file
+
+This file is the interactive password generation page.
+It offers a button to generate a new password.
+This page includes responsive design, i.e. it adapts to the format of your screen (PC / mobile / tablet).
+
+## getpwd.php file
+
+This file is used for use from another tool via a query. It only returns the generated password, without formatting.
+Written completely in PHP, the only source code returned is the generated password.
+
+## AM Networks instance
+
+Want to test the generator directly at home?
+
+[Discover my test instance!] (https://services.am-networks.fr/pwdgen/index_en.php)
+
+This instance is updated by GitLab every minute.