Add Apache Directory Studio
This commit is contained in:
parent
eab11e3f92
commit
a2dce59c6c
1 changed files with 14 additions and 0 deletions
14
modules/ApacheDirectoryStudio.php
Normal file
14
modules/ApacheDirectoryStudio.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class ApacheDirectoryStudio extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Apache Foundation', 'Directory Studio', 'https://directory.apache.org/studio/downloads.html');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://directory.apache.org/studio/'))
|
||||
return $this->parse('/<b>Download Apache<br>Directory Studio ([\d\.]+[-M\d]*)<\/b>/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue