From 039db5bd8beb772daf008cd03926b13d658ce4bd Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Tue, 4 May 2021 01:11:26 +0200 Subject: [PATCH 1/3] PDFTk et librsvg en plus --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1e10fd..2195277 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,6 @@ php -S localhost:8000 - Le micro framework PHP Fat-Free : https://github.com/bcosca/fatfree (GPL v3) - PDF.js librairie de lecture de PDF dans un canvas HTML : https://github.com/mozilla/pdf.js (Apache-2.0) - Fabric.js librairie pour manipuler un canvas HTML : https://github.com/fabricjs/fabric.js (MIT) +- PDFtk outils de manipulation de PDF (GPL) +- librsvg outils de manipulation de SVG : https://gitlab.gnome.org/GNOME/librsvg (LGPL-2+) From e279f735647a6e2ae7b395644d1853739df31a39 Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Tue, 4 May 2021 01:14:37 +0200 Subject: [PATCH 2/3] Nom en premier pour fat-free --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2195277..f1cd414 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ php -S localhost:8000 ## Librairies utilisés -- Le micro framework PHP Fat-Free : https://github.com/bcosca/fatfree (GPL v3) +- Fat-Free micro framework PHP : https://github.com/bcosca/fatfree (GPL v3) - PDF.js librairie de lecture de PDF dans un canvas HTML : https://github.com/mozilla/pdf.js (Apache-2.0) - Fabric.js librairie pour manipuler un canvas HTML : https://github.com/fabricjs/fabric.js (MIT) - PDFtk outils de manipulation de PDF (GPL) From 4b8ec11d7df813329bdbdcb0e8c77c0444b18166 Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Tue, 4 May 2021 01:14:57 +0200 Subject: [PATCH 3/3] =?UTF-8?q?Au=20f=C3=A9minin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1cd414..0023c20 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Pour le tester : php -S localhost:8000 ` -## Librairies utilisés +## Librairies utilisées - Fat-Free micro framework PHP : https://github.com/bcosca/fatfree (GPL v3) - PDF.js librairie de lecture de PDF dans un canvas HTML : https://github.com/mozilla/pdf.js (Apache-2.0)