From 6d536147479e4bf258daa0ab29fbb622d4037f40 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Tue, 21 Apr 2020 17:19:11 +0200 Subject: [PATCH] Add Ghostscript --- modules/Ghostscript.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Ghostscript.php diff --git a/modules/Ghostscript.php b/modules/Ghostscript.php new file mode 100644 index 0000000..dff1c82 --- /dev/null +++ b/modules/Ghostscript.php @@ -0,0 +1,14 @@ +fetch('https://www.ghostscript.com/download/gsdnld.html')) + return $this->parse('/<\/a>Ghostscript ([\d\.]+) Source/'); + return false; + } +} + +?>