mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-07 00:56:34 +02:00
Premier lot de bridges utilisant le premier système.
Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* RssBridgeFrandroid
|
||||
* Returns the RSS feed from Frandroid (full text articles)
|
||||
*
|
||||
* @name Frandroid
|
||||
* @homepage http://www.frandroid.com/
|
||||
* @description Returns the RSS feed from Frandroid (full text articles)
|
||||
* @maintainer Daiyousei
|
||||
* @update 2015-03-05
|
||||
*/
|
||||
class FrandroidBridge extends BridgeAbstract
|
||||
{
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "Daiyousei";
|
||||
$this->name = "Frandroid";
|
||||
$this->uri = "http://www.frandroid.com/";
|
||||
$this->description = "Returns the RSS feed from Frandroid (full text articles)";
|
||||
$this->update = "2015-03-05";
|
||||
|
||||
}
|
||||
|
||||
public function collectData(array $param)
|
||||
{
|
||||
|
Reference in New Issue
Block a user