Add Freeplane
This commit is contained in:
parent
a82e78a7a4
commit
5f387ae247
1 changed files with 14 additions and 0 deletions
14
modules/Freeplane.php
Normal file
14
modules/Freeplane.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class Freeplane extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Freeplane Team', 'Freeplane', 'https://www.freeplane.org/wiki/index.php/Home');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.freeplane.org/wiki/index.php/Home'))
|
||||
return $this->parse('/\(this downloads the stable version ([\d\.]+)\)/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue