mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 10:34:55 +02:00
Merge branch 'core' of http://framagit.org/peetah/rss-bridge
This commit is contained in:
commit
8ed3b02899
133 changed files with 2159 additions and 2646 deletions
|
@ -2,13 +2,10 @@
|
|||
|
||||
class LichessBridge extends HttpCachingBridgeAbstract
|
||||
{
|
||||
public function loadMetadatas()
|
||||
{
|
||||
$this->maintainer = 'AmauryCarrade';
|
||||
$this->name = 'Lichess Blog';
|
||||
$this->uri = 'http://lichess.org/blog';
|
||||
$this->description = 'Returns the 5 newest posts from the Lichess blog (full text)';
|
||||
}
|
||||
public $maintainer = 'AmauryCarrade';
|
||||
public $name = 'Lichess Blog';
|
||||
public $uri = 'http://lichess.org/blog';
|
||||
public $description = 'Returns the 5 newest posts from the Lichess blog (full text)';
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue