diff --git a/modules/ProjectLibre.php b/modules/ProjectLibre.php new file mode 100644 index 0000000..c6e2d82 --- /dev/null +++ b/modules/ProjectLibre.php @@ -0,0 +1,14 @@ +fetch('https://sourceforge.net/projects/projectlibre/files/latest/download')) + return $this->parse('/
\s*projectlibre-([\d\.]+)\.jar\s*<\/div>/'); + return false; + } +} + +?>