diff --git a/modules/LibreOfficeFresh.php b/modules/LibreOfficeFresh.php new file mode 100644 index 0000000..bd9874b --- /dev/null +++ b/modules/LibreOfficeFresh.php @@ -0,0 +1,14 @@ +fetch('https://www.libreoffice.org/download/release-notes/')) + return $this->parse('/name="Fresh"><\/a>LibreOffice ([\d\.]+) \(/'); + return false; + } +} + +?> diff --git a/modules/LibreOfficeStill.php b/modules/LibreOfficeStill.php new file mode 100644 index 0000000..3b9d187 --- /dev/null +++ b/modules/LibreOfficeStill.php @@ -0,0 +1,14 @@ +fetch('https://www.libreoffice.org/download/release-notes/')) + return $this->parse('/name="Still"><\/a>LibreOffice ([\d\.]+) \(/'); + return false; + } +} + +?>