From 8a2a605f454491cf189315d8bed8bb5acc068008 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sun, 17 Mar 2019 16:03:43 +0100 Subject: [PATCH] Ajout de la recherche OpenSearch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Possibilité de générer un code QR depuis la barre de recherche, en ajoutant le générateur comme moteur de recherche. --- index.php | 260 +-- opensearch.php | 21 + options.inc.php | 37 + phpqrcode/.gitignore | 2 + phpqrcode/INSTALL | 2 +- phpqrcode/README | 106 +- phpqrcode/index.php | 94 - phpqrcode/phpqrcode.php | 2025 ++++++++++------- phpqrcode/qrencode.php | 1071 +++++---- phpqrcode/qrimage.php | 202 +- phpqrcode/qrinput.php | 3 - phpqrcode/qrlib.php | 87 +- phpqrcode/qrmask.php | 96 +- phpqrcode/qrsplit.php | 72 +- phpqrcode/qrtools.php | 355 +-- phpqrcode/qrvect.php | 214 ++ phpqrcode/temp/tempfolder | 0 phpqrcode/tools/merge.php | 3 +- phpqrcode/tools/merge.sh | 4 +- phpqrcode/tools/merged_header.php | 5 +- style.less | 16 +- ...qVGqqbXIaaZJ3x0Lw4hqwZF44k5h7vgOfJnNSs.png | Bin 287 -> 0 bytes 22 files changed, 2632 insertions(+), 2043 deletions(-) create mode 100755 opensearch.php create mode 100755 options.inc.php create mode 100755 phpqrcode/.gitignore delete mode 100755 phpqrcode/index.php create mode 100755 phpqrcode/qrvect.php create mode 100755 phpqrcode/temp/tempfolder delete mode 100644 temp/Z7Fay7T6RAyGqVGqqbXIaaZJ3x0Lw4hqwZF44k5h7vgOfJnNSs.png diff --git a/index.php b/index.php index 4681f31..2095ce7 100755 --- a/index.php +++ b/index.php @@ -3,15 +3,8 @@ https://code.antopie.org/miraty/qr --> @@ -34,166 +27,159 @@ + - -
-

Générateur de codes QR

-
-
+ -
- -
- -
+
+

Générateur de codes QR

+
+ -